@charset "utf-8";
/* CSS Document */

/* HEADER
-------------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 90px;
	background: #fff;
	padding: 8px 0 4px 0;
	/*position: fixed;*/
	top: 0;
	z-index: 999;
	border-bottom: 1px solid #eee;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#header_fix {
	max-width: 1000px;
	margin: 0 auto;
}
#header_fix:after {
	content: "";
	clear: both;
	display: block;
}
#header_fix > h1 {
	float: left;
	width: 33%;
	padding-left:15px;
}
.classH1{
	padding-left: 0;
  padding-top: 13px;
  float: left;
  width: 33%;
}
@media(min-width:641px){
	#header_fix > h1 {
		padding-top:13px
	}
}
@media(min-width:1040px){
	#header_fix > h1 {
		padding-left:0;
	}
}

#header_fix > ul {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1;
  width: 65%;
}
#header_fix ul#headMenu > li {
	display: table-cell;
	padding: 0 .6em;
	border-right: 1px solid #052a83;
}
#header_fix ul#headMenu > li:last-child {
	padding: 0 0 0 .6em;
	border-right: none;
}
#header_fix ul#headMenu > li > a[target="_blank"]:after {
	content: '\e89e';
	padding-left: 4px;
	position: relative;
	top:2px;
	font-size: 15px;
	font-family: 'Material Icons';
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}


/* GLOBAL MENU
-------------------------------------------------------------------------------------------------*/
#topTtl {
	max-width: 100%;
	height: 450px;
	background: url( ../img/mainImage.jpg) no-repeat center center / cover;
}
nav#gMenu {
	background-color: rgba(5,42,131,.8);
}
nav#gMenu > ul {
	display: table;
	max-width: 1000px;
	width: 100%;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
}
nav#gMenu > ul > li {
	display: table-cell;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	border-right: 1px solid #8fa3ce;
}
nav#gMenu > ul > li:first-child {
	border-left: 1px solid #8fa3ce;
}
nav#gMenu > ul > li > a {
	display: block;
	width: 100%;
	padding: 18px 0;
	font-size: 120%;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}
nav#gMenu > ul > li:first-child > a,
nav#gMenu > ul > li:last-child > a {
	padding: 8px 0;
}

nav#gMenu > ul > li > a:hover span,
nav#gMenu > ul > li > a:focus span,
nav#gMenu > ul > li.active > a span {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 2px solid #68b8dd;
}
nav#gMenu > ul > li > a:hover span:before,
nav#gMenu > ul > li > a:focus span:before {
	content: "";
	position: absolute;
	top: 90%;
	left: 50%;
	margin-left: -13px;
	border: 13px solid transparent;
	border-top: 18px solid #68b8dd;
	z-index: 990;
}
nav#gMenu > ul li:first-child > a:hover,
nav#gMenu > ul li:first-child > a:focus,
nav#gMenu > ul li.active:first-child > a,
nav#gMenu > ul li:last-child > a:hover,
nav#gMenu > ul li:last-child > a:focus,
nav#gMenu > ul li.active:first-child > a{
	color: #68b8dd;
}

/*-------------------------- SUBMENU --------------------------*/
div.gmSub {
	display: none;
	z-index: 999999;
	background: #fff;
	position:absolute;
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
	padding: 16px;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}
div.subMclm {
	display:table;
	table-layout: auto;
	width:100%;
}
div.subMclm div {
	display:table-cell;
	vertical-align:top;
	padding: 0 16px;
}
.gmSub > div > div > .classH2,
.gmSub > div > div > .classH2 > a {
	text-decoration: none;
	text-align: left;
	line-height: 1;
	position: relative;
	font-size: 130%;
	font-weight: normal;
}
.gmSub > div > div > .classH2 {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.gmSub > div > div > .classH2:hover {
	top: 1px;
	left: 1px;
}
.gmSub > div > div > .classH2:after {
	border: none;
	content: '\f138';  /* fa-chevron-circle-right */
	font-family: FontAwesome;
	font-size: 24px;
	vertical-align: text-top;
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
	opacity: 0.8;
}
.gmSub > div > div > .classH2 > a:before {
	content: '\e061';  /* fiber_manual_record */
	vertical-align:middle;
	font-family: 'Material Icons';
	font-size: 56px;
	display: inline-block;
	line-height: 1;
	position: relative;
	top:-2px;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
.gmSub > div > div > .classH2 > a:after {
	color: #fff;
	vertical-align:middle;
	font-family: 'Material Icons';
	font-size: 32px;
	font-weight: normal;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 12px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}

/* .gmSub .placeBt3 li:nth-child(2),.gmSub .placeBt3 li:nth-child(3) {
  background: transparent;
  box-shadow: none;	
}
.gmSub .placeBt3 li:nth-child(2)::after,.gmSub .placeBt3 li:nth-child(3)::after {
  display: none;
} */

.gmLicense > .classH2,
.gmLicense > .classH2 > a,
.gmLicense > .classH2 > a:before {
	color: #c83955;
}
.gmLicense > .classH2 > a:after,
.gmUpdate > .classH2 > a:after {
	content: '\e870';  /* credit_card */
	transform: rotate(-25deg);
}

.gmPlace > .classH2,
.gmPlace > .classH2 > a,
.gmPlace > .classH2 > a:before {
	color: #174e9e;
}
.gmPlace > .classH2 > a:after{
	content: '\e55e';  /* pin_drop */
}

.gmPlace ul.placeBt > li {
	width: 33%;
	vertical-align: middle;
	font-size: 110%;
	padding:  0;
	box-shadow: 2px 2px 2px #999;
  position: relative;
  
}
.gmPlace ul.placeBt > li > a {
	display: block;
	position: relative;
	padding: 5px;
	color: #fff;
	text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}
.gmUpdate > .classH2,
.gmUpdate > .classH2 > a,
.gmUpdate > .classH2 > a:before {
	color: #019c96;
}

.gmEntry > .classH2,
.gmEntry > .classH2 > a,
.gmEntry > .classH2 > a:before {
	color: #174e9e;
}
.gmEntry > .classH2 > a:after{
	content: '\e0e1';  /* search */
}

/*-------------------------- SITE SEARCH --------------------------*/
/* --- mobile only --- */
#mobSearch {
	display: none;
}
#mobSearch {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #c9d6f6;
	text-align: center;
	padding: 8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#mobSearch > form input.searchTxt {
	font-size: 100%;
	line-height: 1;
	padding: .5em!important;
	width: 70%;
	border: 1px solid #052a83;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #ccc inset;
}
#mobSearch > form i {
	background: #052a83;
	color: #fff;
	border: 1px solid #052a83;
	border-radius: 4px;
	font-family: 'Material Icons';
	font-size: 24px;
	line-height: 1;
	padding: 4px 16px 0 16px !important;
	vertical-align: top;
}
/* --- / mobile only --- */

div.gmSearch {
	width: 100%;
	padding: 24px 0;
}
div.gmSearch > form {
	position: relative;
	width : 80%;
	left: 0;
	right: 0;
	margin: auto;
}
div.gmSearch > form input.searchTxt {
	font-size: 110%;
	line-height: 1;
	padding: .5em!important;
	width: 80%;
	border: 1px solid #019c96;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #ccc inset;
}
div.gmSearch > form i {
	background: #019c96;
	color: #fff;
	border: 1px solid #019c96;
	border-radius: 4px;
	font-family: 'Material Icons';
	font-size: 33px;
	line-height: 1;
	padding: 0 24px !important;
	vertical-align: bottom;
	position: relative;
	box-shadow: 2px 2px 2px #999;
	transition: 1s ease-out;
}
div.gmSearch > form i:hover {
	opacity: 0.6;
	top:1px;
	left:1px;
}

/* BUTTON
-------------------------------------------------------------------------------------------------*/
ul#license,
ul.licenseBt {
	display: table;
	border-collapse:separate;
}
ul#license > li,
ul.licenseBt > li,
ul.placeBt > li,
ul.updateBt > li {
	display: table-cell;
	position: relative;
/*	transition: 1s ease-out;*/
}
ul#license > li:hover,
ul.licenseBt > li:hover,
ul.placeBt > li:hover,
ul.updateBt > li:hover,
ul.entryBt > li:hover,
ul.entryBtMenu > li:hover {
	top:1px;
	left: 1px;
}
ul#license > li:after,
ul.licenseBt > li:after,
ul.placeBt > li:after,
ul.updateBt > li:after,
ul.entryBt > li:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	border-width: 0 12px 12px 0;
	border-style: solid;
	border-color: rgba(255,255,255,0) rgba(255,255,255,.8);
}
ul#license li > a,
ul.licenseBt > li >a,
ul.placeBt > li >a,
ul.updateBt > li > a {
	color: #fff!important;
	text-decoration: none;
}
ul#license > li:first-child,
ul.licenseBt > li:first-child {
	background: #052a83;
}
ul#license > li:nth-child(2),
ul.licenseBt > li:nth-child(2) {
	background: #019c96;
}
ul#license > li:last-child,
ul.licenseBt > li:last-child {
	background: #88b83e;
}

/* --- heder license button only --- */
header > ul#license {
	width: 60%;
	border-spacing: 8px;
}
header > ul#license > li {
	padding: .5em;
	box-shadow: 2px 2px 2px #ccc;
}
header ul#license > li:before {
	content: '\e870';  /* credit_card */
	color: #fff;
	padding-right: 4px;
	vertical-align:text-top;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}

/* --- license button only --- */
ul.licenseBt {
	border-spacing: 16px;
	width: 90%;
}
ul.licenseBt > li {
	vertical-align: middle;
	font-size: 110%;
	padding: 0;
	box-shadow: 2px 2px 2px #999;
}
ul.licenseBt > li > a {
	display: block;
	position: relative;
	padding: .5em 0;
	text-decoration: none;
}

/* --- kaijou button only --- */
ul.placeBt {
	display: table;
	border-collapse:separate;
	border-spacing: 8px;
	width: 100%;
	margin-top: 8px;
}
ul.placeBt > li {
	width: 11.11%;
	vertical-align: middle;
	font-size: 90%;
	padding: 8px 0;
	box-shadow: 2px 2px 2px #999;
}
ul.placeBt > li > a {
	display: block;
	position: relative;
	padding: 2em 0;
	color: #fff;
	text-decoration: none;
}
ul.placeBt > li > a > span{
  font-size: 70%;
}
ul.placeBt > li:first-child {
	background: #ed6e03;
}
ul.placeBt > li:nth-child(2) {
	background: #35970a;
}
ul.placeBt > li:nth-child(3) {
	background: #052a83;
}
ul.placeBt > li:nth-child(4) {
	background: #8a2be2;
}
ul.placeBt > li:nth-child(5) {
	background: #ff0066;
}
ul.placeBt > li:nth-child(6) {
	background: #f09b08;
}
ul.placeBt > li:nth-child(7) {
	background: #d4172f;
}
ul.placeBt > li:nth-child(8) {
	background: #28b3e1;
}
ul.placeBt > li:nth-child(9) {
	background: #008b8b;
}

ul.placeBt.placeBt2 > li:first-child {
	background: #8a2be2;
}
ul.placeBt.placeBt2 > li:nth-child(2) {
	background: #ff0066;
}
ul.placeBt.placeBt2 > li:nth-child(3) {
	background: #f09b08;
}
ul.placeBt.placeBt3 > li:nth-child(1) {
	background: #d4172f;
}
ul.placeBt.placeBt3 > li:nth-child(2) {
	background: #28b3e1;
}
ul.placeBt.placeBt3 > li:nth-child(3) {
	background: #008b8b;
}
ul.placeBt > li > a {
	color: #000;
  text-align: center;
}

/* --- heder place button only --- */
#header_fix > ul.placeBt {
	width: 65%;
	border-spacing: 8px;
	font-size: 80%;
	line-height: 1.1;
}
#header_fix > ul.placeBt > li > a {
	padding: .5em;
}

/* --- update button only --- */
ul.updateBt > li {
	display: block;
	padding: 0;
	margin: 16px auto;
	background: #019c96;
	line-height: 1;
	width: 70%;
	box-shadow: 2px 2px 2px #999;
}
ul.updateBt > li > a {
	display: block;
	font-size: 140%;
	font-weight: normal;
	padding: 20px 24px  24px 24px;
}
ul.updateBt > li > a:before {
	content: '\e061';  /* fiber_manual_record */
	color: #fff;
	vertical-align:middle;
	font-family: 'Material Icons';
	font-size: 64px;
	display: block;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
ul.updateBt > li > a:after {
	content: '\e870';  /* credit_card */
	color: #019c96;
	vertical-align:middle;
	font-family: 'Material Icons';
	font-size: 40px;
	font-weight: normal;
	display: inline-block;
	position: absolute;
/*	top: 32px; */
top:25px;
/*	left: 0; */
left:0px;
/*	right: 0; */
right:15px;
	margin: auto;
	line-height: 1;
	transform: rotate(-25deg);
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}

/* --- entry button only --- */
ul.entryBt {
    margin: 0 auto;
    display: none;
}
ul.entryBt > li {
	position: relative;
	padding: 0;
	width: 60%;
	margin: 16px auto;
	/* background: #b0d7f4; */
	line-height: 1;
	/* box-shadow: 2px 2px 2px #999; */
	transition: 1s ease-out;
	text-align: center;
}
ul.entryBt > li:before {
	display: none;
}
ul.entryBt > li > a {
	display: block;
	color: #052a83!important;
	text-decoration: none;
	font-size: 140%;
	font-weight: normal;
	/* padding: 1em; */
}
ul.entryBt > li > a > span {
	position: relative;
	top: -4px;
	left: -4px;
}
ul.entryBt > li > a > span > i:first-child {
	font-size: 220%;
}
ul.entryBt > li > a > span > i:last-child {
	font-size: 140%;
	color: #b0d7f4;
}

/* --- entry button only (menu) --- */
ul.entryBt.entryMenu:after {
	content: "";
	clear: both;
	display: block;
}
ul.entryBt.entryMenu > li {
	float: left;
	width: 49%;
}
ul.entryBt.entryMenu > li:last-child {
	margin-left: 2%;
}


/* SIDE NAVI
-------------------------------------------------------------------------------------------------*/
ul#sideNavi {
	position: fixed;
	top:40px;
	right:0;
	z-index: 990;
}
ul#sideNavi > li {
	border-top: 1px solid rgba(255,255,255,0.8);
	border-left: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
ul#sideNavi > li:first-child {
	background: #e4007f;
	margin-bottom: 4px;
	height: 23em;

}
ul#sideNavi > li:last-child {
	background: #fff100;
}
ul#sideNavi > li > a {
	display: block;
	width: 1em;
	line-height: 1;
	text-decoration: none;
}
ul#sideNavi > li:hover {
	opacity: 0.9;
}
ul#sideNavi > li:first-child > a {
	font-size: 18px;
	padding: 14px 12px;
	color: #fff!important;
}
ul#sideNavi > li:first-child > a > span {
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
ul#sideNavi > li:last-child > a {
	position: relative;
	right: -6px;
	padding: 6px 0;
	color: #000!important;
}

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

ul#sideNavi2 {
	position: fixed;
	top:420px;
	right:1px;
	z-index: 990;
	font-size: 10px;
}
ul#sideNavi2 > li {
	border-top: 1px solid rgba(255,255,255,0.8);
	border-left: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
	border-right: 1px solid rgba(255,255,255,0.8);
}
ul#sideNavi2 > li:first-child {
	background: #EEFFFF;
	margin-bottom: 4px;
	height: 34em;
}
ul#sideNavi2 > li:last-child {
	background: #FFFFFF;
	display: block;
	width: 17em;
	line-height: 1;
	text-decoration: none;
}
ul#sideNavi2 > li > a {
	display: block;
	width: 18em;
	line-height: 1;
	text-decoration: none;
}
ul#sideNavi2 > li:hover {
	opacity: 0.9;
}
ul#sideNavi2 > li:first-child > a {
	font-size: 18px;
	padding: 14px 12px;
	color: #fff!important;
}
ul#sideNavi2 > li:first-child > a > span {
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
ul#sideNavi2 > li:last-child > a {
	position: relative;
	right: -6px;
	padding: 6px 0;
	color: #000!important;
}




/* FOOTER
-------------------------------------------------------------------------------------------------*/
#pagetopBox > p {
	margin-top:0;
}
#pagetopBox > p:nth-child(2),
#pagetopBox > p:last-child {
	z-index: -1;
	visibility: hidden;
}
.pagetop {
	position: fixed;
	bottom: 24px;
	right: 24px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	animation-duration: 1s;
}
.pagetop a {
	display: block;
	z-index: 990;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius: 12px;
	width: 48px;
	height: 48px;
	background-color: rgba(4,40,160,.8);
	color: #fff;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}
.pagetop a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.pagetop.show {
	height: auto;
	opacity: 1;
	animation-name: fadein;
}
.pagetop.hide {
	height: 0;
	opacity: 0;
	animation-name: fadeout;
}
.pagetop.static {
	position: absolute;
	bottom: auto;
	margin: -100px 0 0;
}
@keyframes fadein {
	0% {
		height: 0;
		opacity: 0;
	}
	1% {
		height: auto;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeout {
	0% {
		height: auto;
		opacity: 1;
	}
	99% {
		height: auto;
		opacity: 0;
	}
	100% {
		height: 0;
	}
}

footer {
	width: 100%;
	margin-top: 64px;
	background: url( ../img/footerBG.jpg) no-repeat center center / cover;
}
#footLogo,
#copyright {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#footLogo:after,
#copyright:after {
	content: "";
	clear: both;
	display: block;
}
#footLogo {
	padding: 24px 0 8px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
#footLogo > p {
	float: left;
}
#footLogo > ul {
	float: right;
	margin: 0;
	padding: 0;
}
#footLogo > ul > li {
	display: inline-block;
	margin-left: 8px;
	padding: 0;
}
#footLogo > ul > li:first-child {
	margin-left: 0;
}
ul.footMenu {
	display: none;
}
#footCopy {
	text-align: center;
	color: #fff;
	font-size: 140%;
	padding: 16px 0;
}
#footCopy > br {
	display: none;
}
ul.footTel {
	display: table;
	border-collapse:separate;
	border-spacing: 8px;
	margin: -8px auto 0 auto;
	max-width: 1000px;
	width: 100%;;
}
ul.footTel > li {
	display: table-cell;
	width: 50%;
	padding: 8px 8px 4px 8px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #fff;
	color: #fff;
	line-height: 1.2;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.footTel > li > p {
	display: inline-block;
	text-align: left;
}
ul.footTel > li > p > span {
		font-size: 220%;
}
ul.footTel > li > p > span > a {
	color: #fff!important;
	text-decoration: none!important;
}
ul.footTel > li > p > span:before {
	content: '\e0b0';  /* call */
	color: #fff;
	font-family: 'Material Icons';
	font-size: 32px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
#copyright {
	color: #fff;
	margin-top: 16px;
	padding: 16px 0;
	border-top: 1px solid rgba(255,255,255,.5);
}
#copyright > p:first-child {
	float: left;
}
#copyright > p:last-child {
	float: right;
}
#copyright > p > br {
	display: none;
}

/* CONTENTS
-------------------------------------------------------------------------------------------------*/
section#Contents,
section#topContents {
	width:100%;
	margin: 0!important;
	padding: 0!important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow: hidden;
}
.wrapper {
	max-width:1000px;
	width:100%;
	margin:  0 auto;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/* -- PANKUZU -- */
ul#pankuzu {
	max-width: 1000px;
	width: 100%;
	padding: 16px 8px;
	margin: 0 auto;
}
ul#pankuzu > li {
	display: inline-block;
	line-height: 1;
	position: relative;
	padding-left: 2em;
}
ul#pankuzu > li:first-child {
	padding-left: 8px;
}
ul#pankuzu > li:before {
	content: '\e315';  /* <i class="material-icons">keyboard_arrow_right</i> */
	font-family: 'Material Icons';
	font-size: 22px;
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
ul#pankuzu > li:first-child:before {
	display: none;
}
/* -- / PANKUZU -- */

/* -- PAGE TITLE -- */
section#Contents > #pageTitle {
	/*padding: 12px 0;*/
	padding:0;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}
#pageTitle > p {
	margin-top:10px;
	text-align: center;
	font-size: 140%;
	color: #052a83;
	margin-bottom: 0!important;
}
#pageTitle > span > strong {
	display:block;
	font-size:75%;
	padding: 5px 20px 10px;
	line-height:120%;
}
.link_3b{
  background: #daf6ff;
    padding: 18px;
        margin: 50px 0;
}
.link_3b p{
  text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.link_3b ul{
 display: table;
    border-collapse: separate;
    border-spacing: 8px;
    margin: -8px auto 0 auto;
    max-width: 1000px;
    width: 100%; 
}


.link_3b ul li{
      display: table-cell;
          background: #ffffff;
    width: 50%;
    padding: 8px 8px 4px 8px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #0533a3;
    line-height: 1.2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.link_1b ul li {
    width: 530px;
        padding: 8px 8px 4px 8px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #0533a3;
    line-height: 1.2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
        max-width: 100%;
}
@media screen and (min-width: 641px){
	#pageTitle > span > strong {
		font-size:100%;
	}
}
#pageTitle > h1 {
	font-size: 280%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}
#pageTitle > h1:first-letter {
	/*color: #37559c;*/
}
#pageTitle > h1:after {
	content: '';
	position: absolute;
	bottom: -14px;
	display: inline-block;
	width: 60px;
	height: 4px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
/* -- / PAGE TITLE -- */


/* TOP
-------------------------------------------------------------------------------------------------*/
#Campaign {
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px;
	background: #ffff88;
}
#Campaign a {
	display: block;
	color: #db2f0d;
	font-size: 120%;
	font-weight: bold;
}
#Campaign a:after {
/*	content: "\f138"; */
content: "";
	font-family: "FontAwesome";
	display: inline-block;
	margin-left: 4px;
}
#Campaign a:hover {
	opacity: .8;
}

#beginner,
#renew {
	margin-top: 16px;
}
#topContents > section > h2 {
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
#topContents > section > h2:after {
	content: '';
	position: absolute;
	bottom: -14px;
	display: inline-block;
	width: 60px;
	height: 4px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
#topContents > section > h2 > span {
	display: block;
	font-size: 60%;
}
#beginnerBT,
#beginnerBT2,
#renewBT {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#beginnerBT > div,
#beginnerBT2 > div,
#renewBT > div {
	/*position: relative;*/
	width: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 32px 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#beginnerBT > div:last-child,
#beginnerBT2 > div:last-child,
#renewBT > div:last-child {
	background: url( ../img/biginner_bg1.jpg) no-repeat 0 center / cover;
}
#beginnerBT > div:first-child,
#beginnerBT2 > div:first-child,
#renewBT > div:first-child {
	background: url( ../img/biginner_bg2.jpg) no-repeat 0 center / cover;
}
#beginnerBT > div > ul,
#beginnerBT > div > h3,
#beginnerBT2 > div > ul,
#beginnerBT2 > div > h3,
#renewBT > div > ul,
#renewBT > div > h3 {
	max-width: 492px;
	position: relative;
}
#beginnerBT > div > h3,
#beginnerBT2 > div > h3{
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	position: relative;
	padding: 0;
	background-color: rgba(255,255,255,0);
	margin: 0;
	border: none!important;
}
#beginnerBT > div > h3:before,
#beginnerBT > div > h3:after,
#beginnerBT > div > ul > li:before,
#beginnerBT2 > div > h3:before,
#beginnerBT2 > div > h3:after,
#beginnerBT2 > div > ul > li:before{
	display: none;
}
#beginnerBT > div:first-child > ul,
#renewBT > div:first-child > ul,
#beginnerBT > div:first-child > h3,
#renewBT > div:first-child > h3,
#beginnerBT2 > div:first-child > ul,
#beginnerBT2 > div:first-child > h3{
	margin: 0 0 0 auto;
}
#beginnerBT > div > h3:after,
#beginnerBT2 > div > h3:after,
#renewBT > div > h3:after {
	border: none;
/*	content: '\f138';  /* fa-chevron-circle-right */
content:'';
	font-family: FontAwesome;
	font-size: 18px;
	vertical-align: text-top;
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
	opacity: 0.8;
}
#renewBT > div:last-child > ul {
	position: relative;
	width: 100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin: auto;
}
#beginnerBT > div:last-child > ul,
#beginnerBT2 > div:last-child > ul{
	margin: 8px auto 0 8px;
}
#beginnerBT > div:last-child > h3,
#beginnerBT2 > div:last-child > h3,
#renewBT > div:last-child > h3 {
	margin: 0 auto 0 8px;
}
#beginnerBT > div > h3 a,
#beginnerBT2 > div > h3 a,
#renewBT > div > h3 a {
	color: #000!important;
	text-decoration: none;
	font-size: 140%;
	font-weight: normal;
}
#beginnerBT > div > h3 a:before,
#beginnerBT2 > div > h3 a:before,
#renewBT > div > h3 a:before {
	content: '\e061';  /* fiber_manual_record */
	vertical-align:middle;
	font-family: 'Material Icons';
	font-size: 56px;
	display: block;
	line-height: 1;
	position: relative;
	top:-4px;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
#beginnerBT > div > h3 >a:after,
#beginnerBT2 > div > h3 >a:after,
#renewBT > div > h3 >a:after {
	color: #fff;
	vertical-align:middle;
	font-family: 'Material Icons';
	font-size: 32px;
	font-weight: normal;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
#beginnerBT > div:last-child > h3 a:before,
#beginnerBT2 > div:last-child > h3 a:before{
	color: #c83955;
}
#beginnerBT > div:last-child > h3 a:after,
#beginnerBT2 > div:last-child > h3 a:after {
	content: '\e870';  /* credit_card */
	transform: rotate(-25deg);
	top: 8px;
}
#beginnerBT > div:first-child > h3 a:before,
#beginnerBT2 > div:first-child > h3 a:before,
#renewBT > div:first-child > h3 a:before {
	color: #174e9e;
}
#beginnerBT > div:first-child > h3 a:after,
#beginnerBT2 > div:first-child > h3 a:after,
#renewBT > div:first-child > h3 a:after {
	content: '\e55e';  /* pin_drop */
	top: 6px;
}
#beginnerBT .placeBt li,
#beginnerBT2 .placeBt li{
  text-indent: 0;
  padding: 0;
  height: 80px;
}
#beginnerBT .placeBt li a,
#beginnerBT2 .placeBt li a{
  padding: 5px;
}
/* #beginnerBT .placeBt3 li:nth-child(3) {
  background: transparent;
  box-shadow: none;	
}
#beginnerBT .placeBt3 li:nth-child(3)::after {
  display: none;
} */
#beginnerBT ul.placeBt > li > a > span{
	font-size: 80%;
  }
#attention {
	padding: 16px 0;
	background: #eee;
}
#attention > p.copy {
	max-width: 904px;
	margin: 0 auto;
	text-align: center;
}
#attention > ul {
	max-width: 1000px;
	margin: 0 auto -32px;
	padding: 0;
	display: table;
	border-collapse:separate;
	border-spacing: 32px;
}
#attention > ul > li {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	background: #fff;
}
#attention > ul > li > dl {
	display: table;
	border-collapse:collapse;
	border-spacing: 0;
}
#attention > ul > li > dl > dt,
#attention > ul > li > dl > dd {
	display: table-cell;
	vertical-align: top;
}
#attention > ul > li > dl > dt {
	width: 184px;
}
#attention > ul > li > dl > dd {
	width : -webkit-calc(100% - 184px) ;
	width : calc(100% - 184px) ;
	padding: 4px 4px 4px 16px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#attention > ul > li > dl > dt > img {
	display: block;
	max-width: 100%;
	height: auto;
}
#attention > ul > li > dl > dd > h3 {
	color: #174e9e;
	font-size: 150%;
	font-weight: normal;
}
#attention > ul > li > dl > dd > h3 > span {
	font-size: 75%;
	display: block;
}
#course {
	margin: 40px 0 24px;
	padding: 32px 0;
	background: #eee;
}
#course p.courseCC {
	text-align: center;
	margin: 0;
	font-size: 170%;
}
#course > h3 {
	max-width: 1000px;
	width: 100%;
	font-size: 200%;
	font-weight: normal!important;
	text-align: center!important;
	border-bottom: 1px solid #68b8dd!important;
	margin: 0 auto 24px!important;
	padding-bottom: 8px!important;
	position: relative!important;
}
#course > h3:first-letter {
	/*color: #0074bf;*/
}
#course > h3:after {
	content: "";
	position: absolute!important;
	bottom:-24px!important;
	left: 50%!important;
	margin-left: -13px!important;
	border: 13px solid transparent!important;
	border-top: 16px solid #68b8dd!important;
	z-index: 990!important;
}
#course > #courseInfo {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: table;
	border-collapse:separate;
	border-spacing: 10px;
}
#course > #courseInfo > dl {
	display: table-cell;
	vertical-align: top;
	width: 33%;
	background: #fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#course > #courseInfo > dl > dt {
	width: auto;
	height: 120px;
	position: relative;
	overflow: hidden;
}
#course > #courseInfo > dl > dt > p {
	display: block;
	position: absolute;
	width: 320px!important;
	height: 120px!important;
	left: 50%;
	transform: translateX(-50%);
}
#course > #courseInfo > dl > dd {
	padding: 8px;
}
#course > #courseInfo > dl > dd > h3 {
	font-size: 140%;
}
#course > #courseInfo > dl:first-child > dd > h3 {
	color: #019c96;
}
#course > #courseInfo > dl:nth-child(2) > dd > h3 {
	color: #0074bf;
}
#course > #courseInfo > dl:last-child > dd > h3 {
	color: #c83955;
}
#course > #courseInfo > dl >dd > h3 > span {
	display: block;
	font-size: 80%;
}
#course > .entryBt {
	max-width: 720px;
	margin-top: 32px;
}


/* AREA
-------------------------------------------------------------------------------------------------*/
.bannerArea {
	display: table;
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom: 32px;
	padding: 0;
	background: #eee;
}
.bannerArea img {
	display: block;
}
.bannerArea > div {
	display: table-cell;
	vertical-align: top;
	position: relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.bannerArea > div:first-child {
	width: 45%;
}
.bannerArea > div:last-child {
	width: 55%;
	padding: 8px 8px 8px 16px;
}
.bannerArea > div:first-child > div.movie {
	position: relative;
	width:100%;
	padding-top:56.25%;
}
.bannerArea > div:first-child > div.movie iframe {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.bannerArea > div > span.date {
	color: #37559c;
	font-weight: bold;
}
.bannerArea > div > h3 {
	font-size: 140%!important;
	text-align: left!important;
	padding: 0!important;
	background-color: none!important;
	margin: 4px 0!important;
	border: none!important;
}
.bannerArea > div > h3:before,
.bannerArea > div > h3:after {
	display: none;
}
.bannerArea > div > h3:first-letter {
	/*color: #c83955;*/
}
.wrapper > ul.entryBt {
	margin-top: 32px;
}
ul#Schedule {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
}
ul#Schedule:after {
	content: "";
	clear: both;
	display: block;
}
ul#Schedule > li {
	position: relative;
	float: left;
	width: 32%;
	text-align: right;
	font-size: 180%;
	line-height: 1.2;
	text-indent: 0!important;
	padding-left: 0!important;
}
ul#Schedule > li:first-child {
	margin-right: 2%;
}
ul#Schedule > li:last-child {
	margin-left: 2%;
}
ul#Schedule > li:before {
	display: none;
}
ul#Schedule > li:hover {
	top:1px;
	left: 1px;
}
ul#Schedule > li > a {
	color: #fff!important;
	text-decoration: none!important;
}
ul#Schedule > li > a > p {
	position: relative;
	width: 100%;
	min-height: 144px;
	margin: 0 0 16px;
	padding: 8px 8px 0 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-shadow: 2px 2px 2px #999;
}
ul#Schedule > li > a > p:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	border-width: 0 12px 12px 0;
	border-style: solid;
	border-color: rgba(255,255,255,0) rgba(255,255,255,.8);
}
ul#Schedule > li > a > p:before {
	content: '\e415';  /* picture_as_pdf */
	color: rgba(255,255,255,.2);
	position: absolute;
	right:8px;
	bottom: 0;
	font-size: 48px;
	font-family: 'Material Icons';
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
ul#Schedule > li:first-child > a > p {
	background: #052a83;
}
ul#Schedule > li:nth-child(2) > a > p {
	background: #019c96;
}
ul#Schedule > li:last-child > a > p {
	background: #88b83e;
}
ul#Schedule > li > a > p > span {
	font-size: 80%;
}
ul#Schedule > li > a > img {
	position: absolute;
	left:16px;
	bottom:4px;
	box-shadow: 2px 2px 2px #999;
}

/* カレンダー */
.eo-fullcalendar .fc-toolbar {
	width: 100%;
	background: #eee;
	display: table;
	border-collapse: separate;
	border-spacing: 8px;
	margin: 32px 0 16px 0;
}

.fc-header-center {
	text-align: left !important;
	margin-top: -24px !important;
	margin-bottom: 24px;
	padding: 16px !important;
	background: #edf5fc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.fc-button {
	background: none !important;
	border: none !important;
	margin: 0 10px 0 0 !important;
	box-shadow: none !important;
}

.fc-prev-button {
	margin-left: 100px !important;
}

.fc-prev-button:after {
	content: "前月";
	color: #1f8bcf;
	text-decoration: none;
}

.fc-next-button {
	margin-right: 100px !important;
}

.fc-next-button:before {
	content: "次月";
	color: #1f8bcf;
	text-decoration: none;
}

.fc-prev-button:focus,
.fc-next-button:focus {
	outline: none;
}

.fc-day-number {
	float: none !important;
	text-align: center !important;
	font-weight: bold;
}

th.fc-sun {
	background: #ff2c38 !important;
}

td.fc-sun {
	color: #ff2c38 !important;
}

th.fc-sat {
	background: #1f76cf !important;
}

td.fc-sat {
	color: #1f76cf !important;
}

.eo-fullcalendar .fc-toolbar {
	margin: 32px 0 16px 0 !important;
}

.eo-fullcalendar .fc-toolbar .fc-left,
.eo-fullcalendar .fc-toolbar .fc-right {
	display: block;
	margin-top: 3px;
}

.eo-fullcalendar .fc-toolbar .fc-left {
	float: left !important;
}

.eo-fullcalendar .fc-toolbar .fc-right {
	float: right !important;
}

.eo-fullcalendar .fc-toolbar .fc-center {
  display: inline-block;
	margin-top: 5px;
}

.eo-fullcalendar .fc-toolbar .fc-left .fc-prev-button .fc-icon:after,
.eo-fullcalendar .fc-toolbar .fc-right .fc-next-button .fc-icon:after {
	vertical-align: middle;
	color: #1f76cf;
	font-size: 18px;
	font-weight: normal;
}

.eo-fullcalendar .fc-toolbar .fc-left .fc-prev-button .fc-icon:after {
	content: '\003c';
}

.eo-fullcalendar .fc-toolbar .fc-right .fc-next-button .fc-icon:after {
	content: '\003e';
}

#Contents .eo-fullcalendar .fc-toolbar .fc-center h2 {
	margin: 0;
	padding: 0;
	border-bottom: none;
	font-size: 120%;
	font-weight: normal;
}

#Contents .eo-fullcalendar .fc-toolbar .fc-center h2::first-letter {
	color: inherit;
}

#Contents .eo-fullcalendar .fc-toolbar .fc-center h2:after {
	content: none;
}

.eo-fullcalendar .fc-view-container .fc-view {
  z-index: -50;
}

.eo-fullcalendar .fc-view-container .fc-view .fc-day-header {
	padding: 8px !important;
	background: #555;
	border-style: dotted;
	color: #fff;
	word-break: break-all;
}

.eo-fullcalendar .fc-view-container .fc-view .fc-day-number {
	color: #222;
}

.eo-fullcalendar .fc-view-container .fc-view .fc-other-month {
	background: #eee;
	font-size: 0;
}

.fc-widget-content {
	border-right: none !important;
	border-left: none !important;
	border-color: #999 !important;
}

.fc-day.fc-widget-content {
	border-right: 1px dotted #999 !important;
}

.fc-unthemed .fc-today {
	background: none;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
	background: none !important;
}

.fc-day.fc-widget-content.fc-today.fc-state-highlight {
	background: #fffcc5 !important;
}

.eo-fullcalendar .fc-view-container .fc-view .fc-widget-content .fc-event-container {
	padding-right: 3px !important;
	padding-left: 3px !important;
}

.fc-event {
	text-align: center !important;
	margin: 0 0 4px !important;
	padding: 3px !important;
	border-radius: 2px !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 1.1 !important;
	pointer-events: none !important;
}
/* カレンダーおわり */


p.note {
	text-align: right;
	margin-top: 4px;
}
p.note > i {
	font-size: 130%;
	padding: 0 7px;
	vertical-align: middle;
	transform: scale(1.5, 1);
}
.TtlType1 {
	position: relative!important;
	margin: 0 0 16px!important;
	padding: 0!important;
	background: #fff!important;
	font-size: 170%!important;
	font-weight: normal!important;
	text-align: left!important;
	border-color: rgba(0,0,0,0)!important;
	border-bottom: 2px solid #ccc!important;
}
.TtlType1:after {
	position: absolute;
	content: "";
	display: block;
	border-color: rgba(0,0,0,0)!important;
	border:0!important;
	border-bottom: 2px solid #c83955!important;
	width: 30%!important;
	bottom: 0!important;
	left: 0!important;
	transform: none!important;
	margin: 0!important;
}
.TtlType1:before {
	display: none;
}
.TtlType1:first-letter {
	/*color: #c83955!important;*/
}
.gMap {
	position: relative;
	width: 60%;
	background: #c83955;
	transition: 1s ease-out;
	box-shadow: 2px 2px 2px #999;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.gMap:hover {
	top:1px;
	left: 1px;
}
.gMap:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	border-width: 0 12px 12px 0;
	border-style: solid;
	border-color: rgba(255,255,255,0) rgba(255,255,255,.8);
}
.gMap > a {
	display: block;
	position: relative;
	color: #fff!important;
	text-decoration: none!important;
}
.gMap > a:before,
.gMap > a:after {
	font-family: 'Material Icons';
	line-height: 1;
	display: inline-block;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
.gMap > a:before {
	content: '\e061';  /* fiber_manual_record */
	vertical-align:middle;
	font-size: 40px;
}
.gMap > a:after {
	content: '\e55f'!important;  /* place */
	background: none!important;
	padding-right: 0!important;
	color: #c83955;
	font-size:24px!important;
	font-weight: normal;
	position: absolute!important;
	top: 8px!important;
	left: 4px!important;

}


/* SEARCH
-------------------------------------------------------------------------------------------------*/
#searchResults > h2 {
	font-size: 120%!important;
	font-weight: bold!important;
	text-align: left!important;
	border: 1px solid #ccc!important;
	margin: 0!important;
	padding: 8px!important;
	background: #eee;
}
#searchResults > h2:first-letter {
	/*color: #222!important;*/
}
#searchResults > h2:after {
	display: none;
}
#searchResults > dl {
	margin-top: 16px;
	border-bottom: 1px solid #ccc;
}
#searchResults > dl > dt {
	font-size: 130%;
}
#searchResults > dl > dd {
	padding-bottom: 16px;
}
#searchResults > dl > dd > span {
	color:#0074bf;
}
#searchResults > div {
	text-align: center;
	margin: 16px 0;
	background: #eee;
	padding: 4px;
}
#searchResults > div > ul > li {
	display: inline-block;
	margin: 4px;
	text-indent: 0!important;
	padding-left: 0!important;
}
#searchResults > div > ul > li >a {
	display: block;
	padding: 6px 9px;
	line-height: 1;
	border: 1px solid #aaa;
	background: #fff;
}
#searchResults > div > ul > li.current {
	padding: 6px 9px!important;
	line-height: 1;
	border: 1px solid #666;
}
#searchResults > div > ul > li.current,
#searchResults > div > ul > li a:hover {
	color: #fff!important;
	text-decoration: none!important;
	background: #666;
}
#searchResults > div > ul > li:before {
	display: none;
}


/* ENTRY
-------------------------------------------------------------------------------------------------*/
dl.type {
	position: relative;
	margin-bottom: 16px;
	display: table;
	border-collapse:separate;
	border-spacing: 8px;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
dl.type dt {
	display: table-cell;
	width: 30%;
	padding: 4px 8px;
	color: #fff;
	border-radius: 16px;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
}
dl.type dd {
	display: table-cell;
	width: 70%;
}
dl.gr1 dt {
	background: #052a83;
}
dl.gr2 dt {
	background: #019c96;
}
dl.gr3 dt {
	background: #88b83e;
}
ul.office {
	padding: 8px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
}
ul.office:after {
	content: "";
	clear: both;
	display: block;
}
ul.office li {
	width: 50%;
	float: left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.office li:before  {
	display: none;
}
table.bank {
	width: 95%;
	margin: 32px auto 4px!important;
}
table.bank td > br {
	display: none;
}


/* ENTRY FORM
-------------------------------------------------------------------------------------------------*/
table.Tbl_def {
	width: 100%;
}
input[type=text],input[type=tel],input[type=email] {
	font-size: 18px;
	height: 30px;

}
.wpcf7c-elm-step1 td div input[type=button] {
	height: 38px !important;
	font-size: 18px;
}

#listbox {
font-size: 18px;
}



.ieview {
	display: none;
}
*::-ms-backdrop, .ieview{
	display:inline-block; /* IE11 */
}
_::-webkit-full-page-media, _:future, :root .ieview {
	display:inline-block; /* safari */
}
.wpcf7-textarea {
	width: 100%;
}
.wpcf7c-elm-step1,
.wpcf7c-elm-step2 {
	text-align: center;
}
.wpcf7c-elm-step1 td,
.wpcf7c-elm-step2 td {
	text-align: left;
}
.wpcf7c-elm-step1 > input,
.wpcf7c-elm-step2 > input {
	margin: 16px auto;
	border-radius: 24px;
	color: #fff;
	padding: 8px 40px;
	font-size: 120%;
	border: 1px solid #174e9e;
	background: #174e9e;
}
.wpcf7c-elm-step1 > input.wpcf7c-elm-step2{
	margin: 16px auto;
	border-radius: 24px;
	color: #fff;
	padding: 8px 40px;
	font-size: 120%;
	border: 1px solid #174e9e;
	background: #ED6F04;
}
.wpcf7c-elm-step1 > input:hover,
.wpcf7c-elm-step2 > input:hover {
	opacity: 0.8;
}
.wpcf7c-elm-step2 > input:first-child {
	border: 1px solid #019c96;
	background: #019c96;
	margin-right: 16px
}
.wpcf7c-elm-step2 > br {
	display: none;
}
.wpcf7c-btn-confirm,
.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2{
	margin: 16px auto;
    border-radius: 24px;
    color: #fff;
    padding: 8px 40px;
    font-size: 120%;
    border: 1px solid #174e9e;
    background: #174e9e;
}
.wpcf7c-btn-back {
	margin: 16px auto;
    border-radius: 24px;
    color: #fff;
    padding: 8px 40px;
    font-size: 120%;
	border: 1px solid #019c96;
	background: #019c96;
	margin-right: 16px
}
.wpcf7c-btn-back + br {
	display:none;
}

/* ACQUISITION
-------------------------------------------------------------------------------------------------*/
ul#flow {
	display: table;
	border-collapse: separate;
	border-spacing: 12px;
}
ul#flow li {
	display: table-cell;
	border: solid 1px #aaa;
	width: 14%;
	position: relative;
	background: #eee;
	text-indent: 0;
	padding-left: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul#flow li:before {
	display: none;
}
ul#flow li:after {
	content: "";
	position: absolute;
	top:5em;
	right: -20px;
	border: 10px solid transparent;
	border-left: 13px solid #999;
	z-index: 1;
}
ul#flow li:last-child:after {
	display: none;
}
ul#flow li:last-child {
	background: #fff8cc;
	border: solid 1px #ff4200;
}
ul#flow li > h6 {
	margin: 4px 0 8px!important;
	font-size: 100%;
	font-weight: bold;
}
ul#flow li:last-child > h6 {
	color:#c83955;
	border-bottom: 1px solid #ff4200;
}
ul#flow li:last-child h6:after {
	border-bottom: solid 3px #ff4200;
}
ul#flow li > p {
	margin: 0 8px 4px 8px!important;
	padding: 4px;
	background: #fff;
}
.placeListBt {
	position: relative;
	width: 60%;
	font-size: 140%;
	background: #174e9e;
	transition: 1s ease-out;
	box-shadow: 2px 2px 2px #999;
	padding: 8px 16px;
	margin: 0 auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.placeListBt:hover {
	top:1px;
	left: 1px;
}
.placeListBt:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	border-width: 0 12px 12px 0;
	border-style: solid;
	border-color: rgba(255,255,255,0) rgba(255,255,255,.8);
}
.placeListBt > a {
	display: block;
	position: relative;
	color: #fff!important;
	text-decoration: none!important;
}
.placeListBt > a:before,
.placeListBt > a:after {
	font-family: 'Material Icons';
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
.placeListBt > a:before {
	content: '\e061';  /* fiber_manual_record */
	vertical-align:middle;
	font-size: 48px;
	position: relative;
	top:-1px;

}
.placeListBt > a:after {
	content: '\e55e'!important;  /* pin_drop */
	background: none!important;
	padding-right: 0!important;
	color: #174e9e;
	font-size:34px!important;
	font-weight: normal;
	position: absolute;
	top: 5px!important;
	left: 7px!important;
}
#placeList > div,
#placeList2 > div,
#placeList3 > div {
	padding: 0 12px;
}
#placeList > div:first-child,
#placeList2 > div:first-child,
#placeList3 > div:first-child {
	padding: 0 24px 0 0;
}
@media screen and (max-width: 640px){
#placeList3 > div {
	padding: 0;
}
#placeList3 > div:first-child {
	padding: 0;
}

}

#placeList > div:last-child,
#placeList2 > div:last-child {
	padding: 0 0 0 24px;
}
#placeList > div > p,
#placeList2 > div > p,
#placeList3 > div > p {
	position: relative;
	width: 100%;
	font-size: 140%;
	transition: 1s ease-out;
	box-shadow: 2px 2px 2px #999;
	padding: 8px 16px;
	margin: 0 auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#placeList > div:first-child > p {
	background: #ed5603;
}
#placeList > div:nth-child(2) > p {
	background: #35970a;
}
#placeList > div:nth-child(3) > p {
	background: #052a83;
}
#placeList2 > div:first-child > p {
	background: #8a2be2;
}
#placeList2 > div:nth-child(2) > p {
	background: #ff0066;
}
#placeList2 > div:nth-child(3) > p {
	background: #f09b08;
}
#placeList3 > div:nth-child(1) > p {
	background: #d4172f;
}
#placeList3 > div:nth-child(2) > p {
	background: #28b3e1;
}
#placeList3 > div:nth-child(3) > p {
	background: #008b8b;
}
#placeList > div:first-child > p >a,
#placeList2 > div:first-child > p >a,
#placeList3 > div:first-child > p >a {
	color: #fff;
}
#placeList > div > p:hover,
#placeList2 > div > p:hover,
#placeList3 > div > p:hover{
	top:1px;
	left: 1px;
}
#placeList > div > p:after,
#placeList2 > div > p:after,
#placeList3 > div > p:after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	border-width: 0 12px 12px 0;
	border-style: solid;
	border-color: rgba(255,255,255,0) rgba(255,255,255,.8);
}
#placeList > div > p > a,
#placeList2 > div > p > a,
#placeList3 > div > p > a{
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
  
}
#placeList > div > p > a >span,
#placeList2 > div > p > a >span,
#placeList3 > div > p > a >span{
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
}
#placeList > div > p > a:before,
#placeList > div > p > a:after,
#placeList2 > div > p > a:before,
#placeList2 > div > p > a:after,
#placeList3 > div > p > a:before,
#placeList3 > div > p > a:after{
	font-family: 'Material Icons';
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
#placeList > div > p > a:before,
#placeList2 > div > p > a:before,
#placeList3 > div > p > a:before{
	content: '\e061';  /* fiber_manual_record */
	color: #fff;
	vertical-align:middle;
	font-size: 48px;
	position: relative;
	top:-1px;
}
#placeList > div > p > a:after,
#placeList2 > div > p > a:after,
#placeList3 > div > p > a:after{
	content: '\e55e'!important;  /* pin_drop */
	background: none!important;
	padding-right: 0!important;
	font-size:34px!important;
	font-weight: normal;
	position: absolute;
	top: 5px!important;
	left: 7px!important;
}
#placeList > div:first-child > p > a:after {
	color: #ed6f04;
}
#placeList > div:nth-child(2) > p > a:after {
	color: #35970a;
}
#placeList > div:nth-child(3) > p > a:after {
	color: #052a83;
}
#placeList2 > div:first-child > p > a:after {
	color: #8a2be2;
}
#placeList2 > div:nth-child(2) > p > a:after {
	color: #ff0066;
}
#placeList2 > div:nth-child(3) > p > a:after {
	color: #f09b08;
}
#placeList3 > div:nth-child(1) > p > a:after {
	color: #d4172f;
}
#placeList3 > div:nth-child(2) > p > a:after {
	color: #28B3E1;
}
#placeList3 > div:nth-child(3) > p > a:after {
	color: #008b8b;
}



#placeList > div > ul,
#placeList2 > div > ul,
#placeList3 > div > ul{
	width: 32%;
	float: left;
	margin-top:16px;
	margin-right: 2%;
	margin-left: 0!important;
	padding: 0;
	font-size: 85%;
	line-height: 1.2;
}
#placeList > div > ul:last-child,
#placeList2 > div > ul:last-child,
#placeList3 > div > ul:last-child{
	margin-right: 0!important;
}
#placeList > div > ul > li,
#placeList2 > div > ul > li,
#placeList3 > div > ul > li{
	margin-bottom: 4px;
}
#placeList > div > ul > li:before,
#placeList2 > div > ul > li:before,
#placeList3 > div > ul > li:before{
	padding-right: 0!important;
	font-size: 12px!important;
	top:2px!important;
	color: #ccc!important;
}
#placeList > div > ul > li:first-child:before,
#placeList2 > div > ul > li:first-child:before,
#placeList3 > div > ul > li:first-child:before{
	display: none;
}
#placeList > div > ul > li:first-child,
#placeList2 > div > ul > li:first-child,
#placeList3 > div > ul > li:first-child{
	text-align: center;
	padding: 4px;
	color: #fff;
	text-indent: 0!important;
	font-weight: bold;
}
#placeList > div > ul > li.grade1,
#placeList2 > div > ul > li.grade1,
#placeList3 > div > ul > li.grade1{
	background: #136FFF;
}
#placeList > div > ul > li.grade2,
#placeList2 > div > ul > li.grade2,
#placeList3 > div > ul > li.grade2{
	background: #019c96;
}
#placeList > div > ul > li.grade3,
#placeList2 > div > ul > li.grade3,
#placeList3 > div > ul > li.grade3{
	background: #88b83e;
}


/* UPDATE
-------------------------------------------------------------------------------------------------*/
p.point {
	background: #019c96;
	border-radius: 16px;
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
}
dl.updateFlow {
	position: relative;
	margin-bottom: 40px;
	display: table;
	border-collapse:separate;
	border-spacing: 8px;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
dl.updateFlow:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -13px;
	border: 13px solid transparent;
	border-top: 13px solid #68b8dd;
	z-index: 990;
}
dl.last:before {
	display: none;
}
dl.updateFlow dt {
	display: table-cell;
	width: 30%;
	padding: 4px 8px;
	color: #fff;
	background: #019c96;
	border-radius: 16px;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
}
dl.updateFlow dd {
	display: table-cell;
	width: 70%;
}

/* Googleカレンダー */
.cal_wrapper {
	max-width: 1000px;
	margin: 2.0833% auto;
}
.googlecal {
	position: relative;
	padding-bottom: 75%;
	height: 0;
/*	overflow: hidden; */
}
.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-width:0;
}
/* Googleカレンダーおわり */

/* select_content01
-------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px){

#Contents .select_content01{
	background-size: cover;
	width: 100%;
	max-width: 1000px;
	margin: 40px auto 20px;
	box-sizing: border-box;

}
#Contents .select_content01 .bnr01{
	margin-bottom: 20px;
	}

#Contents .select_content01 .title01{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
/*
#Contents .select_content01 .title01::after{
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	background-color: #0089C9;
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -28px;
}
*/
#Contents .select_content01 .list01{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 20px;
}
#Contents .select_content01 .list01 li{
	width: 32%;
	max-width: 320px;
	text-indent: 0;
    padding-left: 0;
	margin-bottom: 20px;
	margin-right: 2%;
}
#Contents .select_content01 .list01 li:nth-child(3n){
	margin-right: 0%;
}
#Contents .select_content01 .list01 li::before{
	display: none;
}
#Contents .select_content01 .list01 li a{
	display: block;


}
#Contents .select_content01 .list01 li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#Contents .select_content01 .list01 li a .icon01{
	font-size: 14px;
	text-align: center;
	display: inline-block;
	padding: 2px 15px;
	background-color: #0089C9;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#Contents .select_content01 .list01 li a .text_wrap{
	border: solid 4px #0089C9;
	border-radius: 10px;
	text-align: center;
	padding: 25px;
	background-image: url(../../area/img/icon_list01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 18px;

}
#Contents .select_content01 .list01 li a .text_wrap p{
	margin-bottom: 0;
	}
#Contents .select_content01 .list01 li a .text_wrap .text01{

	color: #0089C9;
}
#Contents .select_content01 .list02{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 10px;
}
#Contents .select_content01 .list02 li{
	width: 32%;
	max-width: 320px;
	text-indent: 0;
    padding-left: 0;
	margin-bottom: 10px;
	margin-right: 2%;
	}
#Contents .select_content01 .list02 li:nth-child(3n){
	margin-right: 0%;
}
#Contents .select_content01 .list02 li::before{
	display: none;
}
#Contents .select_content01 .list02 li a{
	display: block;
	color: #FFFFFF;
	text-align: center;
	position: relative;

}
#Contents .select_content01 .list02 li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#Contents .select_content01 .list02 li a .text01{
	font-size: 24px;
	padding: 12px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(40,40,40,0.7);
	margin-bottom: 0;
}


}
@media print and (min-width: 641px){

#Contents .select_content01{
	background-image: url(/acq-area1/img/bg_select_content01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 30px;
	background-size: cover;
	width: 100%;
	max-width: 1000px;
	margin: 40px auto 20px;
	box-sizing: border-box;

}
#Contents .select_content01 .title01{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	background-image: url(/acq-area1/img/bg_title01.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: rgba(255,255,255,0.5);
	padding: 3px 3px 3px 30px;

}
#Contents .select_content01 .list01{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 20px;

}
#Contents .select_content01 .list01 li{
	width: 23.5%;
	max-width: 220px;
	text-indent: 0;
    padding-left: 0;
	margin-bottom: 10px;
	margin-right: 2%;
}
#Contents .select_content01 .list01 li:nth-child(4n){
	margin-right: 0%;
}
#Contents .select_content01 .list01 li::before{
	display: none;
}
#Contents .select_content01 .list01 li a{
	display: block;
	border: solid 1px #2F5599;
	background-color: #FFFFFF;
	text-align: center;
	padding: 22px 0;
	position: relative;
	font-size: 18px;

}
#Contents .select_content01 .list01 li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#Contents .select_content01 .list01 li a::before{
	display: block;
	content:"";
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(/acq-area1/img/bg_list01.png);
	width: 19px;
	height: 19px;

}
#Contents .select_content01 .list02{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 20px;
}
#Contents .select_content01 .list02 li{
	width: 23.5%;
	max-width: 220px;
	text-indent: 0;
    padding-left: 0;
	margin-bottom: 10px;
	margin-right: 2%;
	}
#Contents .select_content01 .list02 li:nth-child(4n){
	margin-right: 0%;
}
#Contents .select_content01 .list02 li::before{
	display: none;
}
#Contents .select_content01 .list02 li a{
	display: block;
	border: solid 1px #2F5599;
/*	background-color: #00287F;*/
	background-color:#e7cc8f;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	position: relative;
	font-size: 18px;
	line-height: 1.3;

}
#Contents .select_content01 .list02 li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#Contents .select_content01 .list02 li a::before{
	display: block;
	content:"";
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(/acq-area1/img/bg_list02.png);
	width: 14px;
	height: 14px;

}

}

/* license
-------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px){
#Contents .license .license_list01{
	display: flex;
	justify-content: space-between;
	margin-left: 0;
	margin-bottom: 50px;
}
#Contents .license .license_list01 li{
	width: 19%;
	max-width: 184px;
	padding-left: 0;
	text-indent: 0;
}
#Contents .license .license_list01 li::before{
	display: none;
	}
#Contents .license .license_list01 li a{
	display: block;
	background-color: #EEEEEE;
	color: #00287F;
	text-align: center;
	padding: 18px 0;
	font-size: 16px;
	position: relative;

}
#Contents .license .license_list01 li a::after{
	content: "";
	display: block;
	position: absolute;
	 border-top: 10px solid #FFFFFF;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
	bottom:-10px;
	left: 50%;
	margin-left: -7px;
}
#Contents .license .license_list01 li.ui-tabs-selected a{
	background-color: #00287F;
	color: #FFFFFF;
	text-align: center;
	padding: 18px 0;
	font-size: 16px;
	text-decoration: none;

}
#Contents .license .license_list01 li.ui-tabs-selected a::after{
	 border-top: 10px solid #00287F;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}



#Contents .license .license_list01 li a:hover{
	background-color: #00287F;
	color: #FFFFFF;
	text-align: center;
	padding: 18px 0;
	font-size: 16px;
	text-decoration: none;

}
#Contents .license .license_list01 li a:hover::after{
	 border-top: 10px solid #00287F;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;

}
#Contents .license .license_content01{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 1000px;

}
#Contents .license .license_content01_l{
	max-width: 240px;
	width: 24%;
	font-size: 15px;

}
#Contents .license .license_content01_l .acMenu dt{
	display: none;

	}
#Contents .license .license_content01_l .acMenu dd{

	}
#Contents .license .license_content01_l .txt01{
	font-weight: bold;
	border-bottom: solid 2px #00287F;
	margin-bottom: 20px;
}
#Contents .license .license_content01_l .selectbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#Contents .license .license_content01_l .selectbox select{
	display: block;
	width: 200%;
	max-width: 180px;
	height: 36px;
	padding-left: 5px;

}
#Contents .license .license_content01_l .selectbox input{
	width: 55px;
	height: 36px;
	background-color: #00287F;
	color: #FFFFFF;
	border: solid 1px #00287F;
	border-radius: 3px;
	cursor: pointer;
}
#Contents .license .license_content01_l .selectlist ul{
	margin-left: 0;

}
#Contents .license .license_content01_l .selectlist ul li{
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 15px;
	font-size: 14px;

}
#Contents .license .license_content01_l .selectlist ul .li01{
	font-weight: bold;
	color: #C9001B;
	}
#Contents .license .license_content01_l .selectlist ul li::before{
	display: none;

}
#Contents .license .license_content01_l .selectlist .title01	{
	color: #00287F;
	font-weight: bold;
	background-image: url(/license/img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 25px;

}
#Contents .license .license_content01_l .btn01{
	margin: 20px 0 40px;
}
#Contents .license .license_content01_l .btn01 a {
	display: block;
	text-align: center;
	background-color: #00287F;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 0;
}
#Contents .license .license_content01_l .btn01 a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#Contents .license .license_content01_l a:hover img{
	opacity: 0.8;
}
#Contents .license .license_content01_l .bnr01 img{
	width: 240px;
	height: auto;

}

#Contents .license .license_content01_r{
	max-width: 700px;
	width: 70%;
	margin-left: 6%;
}
#Contents .license .license_content01_r .title01{
	background-color: #CAE9FE;
	font-size: 20px;
	padding: 15px 20px;
	margin-bottom: 15px;

}
#Contents .license .license_content01_r .inner01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;

}
#Contents .license .license_content01_r .inner01 .inner01_l{
	font-size: 20px;
	font-weight: bold;
	color: #00287F;
}
#Contents .license .license_content01_r .inner01 .inner01_r a{
	display: block;
	border: solid 1px #00287F;
	padding: 10px 0;
	text-align: center;
	width: 170px;
	border-radius: 5px;


}
#Contents .license .license_content01_r .inner01 .inner01_r a span{
	display: inline-block;
	background-image: url(/license/img/icon_print.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 30px;

}
#Contents .license .license_content01_r .inner02{
}
#Contents .license .license_content01_r .inner02 ul{
	margin-left: 0;
}
#Contents .license .license_content01_r .inner02 li{
	text-indent: 0;
    padding-left: 0;
	border-bottom: solid 1px #C1C1C1;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
#Contents .license .license_content01_r .inner02 li:first-child{
	border-top: solid 1px #C1C1C1;
}
#Contents .license .license_content01_r .inner02 li::before{
	display: none;
}
#Contents .license .license_content01_r .inner02 li .text_wrap{
	width: 78%;
	max-width: 540px;
	/*border-right: dotted 1px #C1C1C1;*/
	padding: 20px 0;


}
#Contents .license .license_content01_r .inner02 li .text_wrap .text01{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	color: #209B35;
	border: solid 1px #209B35;
	padding: 5px 10px;
	line-height: 1.3;

}
#Contents .license .license_content01_r .inner02 li .text_wrap .text02{
	color: #C9001B;
	margin: 0;

}
#Contents .license .license_content01_r .inner02 li .text_wrap table,#Contents .license .license_content01_r .inner02 li .text_wrap table tr{
	border: none;
}
#Contents .license .license_content01_r .inner02 li .text_wrap table th{
	background-color: #FFFFFF;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	vertical-align: top;
	width: 70px;
}
#Contents .license .license_content01_r .inner02 li .text_wrap table td{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#Contents .license .license_content01_r .inner02 li .text_wrap table td li{
	margin-left: 43px;
	display: block;
	border: none;

}
#Contents .license .license_content01_r .inner02 li .text_wrap table td li span{
	margin-left: -43px
}

#Contents .license .license_content01_r .inner02 li .text_wrap table .tr01 th,#Contents .license .license_content01_r .inner02 li .text_wrap table .tr01 td{
	font-size: 14px;
	font-weight: bold;
}
#Contents .license .license_content01_r .inner02 li .btn_wrap{
	width: 22%;
	max-width: 160px;
	text-align: right;
}
#Contents .license .license_content01_r .inner02 li .btn_wrap .icon{
	margin-bottom: 20px;
	padding-left: 34px;
}
#Contents .license .license_content01_r .inner02 li .btn_wrap .icon li{
	border: none;
	margin-bottom: 10px;
}
#Contents .license .license_content01_r .inner02 li .btn_wrap .icon li img{
	width: 100%;
	height: auto;
	max-width: 110px;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a{
	display: inline-block;
	border: solid 2px #00287F;
	background-color: #F2F5FE;
	color: #00287F;
	width: 130px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 21px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 87%;
	  border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #00287F;
	margin-top: -7px;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a01{
	border: solid 2px #FF5E1A;
	background-color: #FFF5EC;
	color: #FF5E1A;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a01::before{
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #FF5E1A;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a02{
	border: solid 2px #C9001B;
	background-color: #FFEDEF;
	color: #C9001B;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a02::before{
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #C9001B;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a:hover{
	text-decoration: none;
	opacity: 0.8;
	}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a03{
	border: solid 2px #818181;
	background-color: #818181;
	color: #FFFFFF;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a03::before{
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #FFFFFF;

}

#Contents .license .license_content01_r .inner02 li .btn_wrap span{
	display: inline-block;
	border: solid 2px #818181;
	background-color: #818181;
	color: #FFFFFF;
	width: 130px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 21px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap span::before{
	content: "×";
	display: block;
	position: absolute;
	top: 50%;
	left: 15%;

	margin-top: -13px;

}

#Contents .license .license_content01_r .license_table01{
	margin-top: 30px;
	margin-bottom: 50px;
}
#Contents .license .license_content01_r .license_table01 th{
	padding: 20px 0 20px 20px;
	width: 100px;
	vertical-align: top;
	text-align: left;

}
#Contents .license .license_content01_r .license_table01 .th01{
	font-size: 16px;
}
#Contents .license .license_content01_r .license_table01 td{
	padding: 20px 0 20px 20px;

}

#Contents .license .license_content01_r .license_table01 td .text01{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;

}
#Contents .license .license_content01_r .license_table01 td .text02{
	color: #FFFFFF;
	background-color: #C9001B;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 0;

}
#Contents .license .license_content01_r .license_table01 td .text03{
	font-size: 20px;
	margin-bottom: 0;
}
#Contents .license .license_content01_r .license_table01 td .td_inner01{
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
#Contents .license .license_content01_r .license_table01 td .td_inner01:first-child{
	margin-bottom: 20px;
}
#Contents .license .license_content01_r .license_table01 td .td_inner01_l{
	border: solid 1px #00287F;
	color: #00287F;
	padding: 10px;
	margin-right: 10px;

}
#Contents .license .license_content01_r .license_table01 td .td_inner01_r span{
	font-weight: bold;

}
#Contents .license .license_content01_r .btn_wrap02{
	text-align: center;
}
#Contents .license .license_content01_r .btn_wrap02 a{
	display: inline-block;
	background-color: #F04916;
	color: #FFFFFF;
	width: 440px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 21px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: relative;

}
#Contents .license .license_content01_r .btn_wrap02 a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 87%;
	  border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #FFFFFF;
	margin-top: -7px;

}
#Contents .license .license_content01_r .btn_wrap02 a:hover{
	text-decoration: none;
	opacity: 0.8;
	}
}

@media print and (min-width: 641px){
#Contents .license .license_list01{
	display: flex;
	justify-content: space-between;
	margin-left: 0;
	margin-bottom: 50px;
}
#Contents .license .license_list01 li{
	width: 19%;
	max-width: 184px;
	padding-left: 0;
	text-indent: 0;
}
#Contents .license .license_list01 li::before{
	display: none;
	}
#Contents .license .license_list01 li a{
	display: block;
	background-color: #EEEEEE;
	color: #00287F;
	text-align: center;
	padding: 18px 0;
	font-size: 16px;
	position: relative;

}
#Contents .license .license_list01 li a::after{
	content: "";
	display: block;
	position: absolute;
	 border-top: 10px solid #FFFFFF;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
	bottom:-10px;
	left: 50%;
	margin-left: -7px;
}
#Contents .license .license_list01 li.ui-tabs-selected a{
	background-color: #00287F;
	color: #FFFFFF;
	text-align: center;
	padding: 18px 0;
	font-size: 16px;
	text-decoration: none;

}
#Contents .license .license_list01 li.ui-tabs-selected a::after{
	 border-top: 10px solid #00287F;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}



#Contents .license .license_list01 li a:hover{
	background-color: #00287F;
	color: #FFFFFF;
	text-align: center;
	padding: 18px 0;
	font-size: 16px;
	text-decoration: none;

}
#Contents .license .license_list01 li a:hover::after{
	 border-top: 10px solid #00287F;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;

}
#Contents .license .license_content01{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 1000px;

}
#Contents .license .license_content01_l{
	max-width: 240px;
	width: 24%;
	font-size: 15px;

}
#Contents .license .license_content01_l .acMenu dt{
	display: none;

	}
#Contents .license .license_content01_l .acMenu dd{

	}
#Contents .license .license_content01_l .txt01{
	font-weight: bold;
	border-bottom: solid 2px #00287F;
	margin-bottom: 20px;
}
#Contents .license .license_content01_l .selectbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#Contents .license .license_content01_l .selectbox select{
	display: block;
	width: 200%;
	max-width: 180px;
	height: 36px;
	padding-left: 5px;

}
#Contents .license .license_content01_l .selectbox input{
	width: 55px;
	height: 36px;
	background-color: #00287F;
	color: #FFFFFF;
	border: solid 1px #00287F;
	border-radius: 3px;
	cursor: pointer;
}
#Contents .license .license_content01_l .selectlist ul{
	margin-left: 0;

}
#Contents .license .license_content01_l .selectlist ul li{
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 15px;
	font-size: 14px;

}
#Contents .license .license_content01_l .selectlist ul .li01{
	font-weight: bold;
	color: #C9001B;
	}
#Contents .license .license_content01_l .selectlist ul li::before{
	display: none;

}
#Contents .license .license_content01_l .selectlist .title01	{
	color: #00287F;
	font-weight: bold;
	background-image: url(/license/img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 25px;

}
#Contents .license .license_content01_l .btn01{
	margin: 20px 0 40px;
}
#Contents .license .license_content01_l .btn01 a {
	display: block;
	text-align: center;
	background-color: #00287F;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 0;
}
#Contents .license .license_content01_l .btn01 a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#Contents .license .license_content01_l a:hover img{
	opacity: 0.8;
}
#Contents .license .license_content01_l .bnr01 img{
	width: 240px;
	height: auto;

}

#Contents .license .license_content01_r{
	max-width: 700px;
	width: 70%;
	margin-left: 6%;
}
#Contents .license .license_content01_r .title01{
	background-color: #CAE9FE;
	font-size: 20px;
	padding: 15px 20px;
	margin-bottom: 15px;

}
#Contents .license .license_content01_r .inner01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;

}
#Contents .license .license_content01_r .inner01 .inner01_l{
	font-size: 20px;
	font-weight: bold;
	color: #00287F;
}
#Contents .license .license_content01_r .inner01 .inner01_r a{
	display: block;
	border: solid 1px #00287F;
	padding: 10px 0;
	text-align: center;
	width: 170px;
	border-radius: 5px;


}
#Contents .license .license_content01_r .inner01 .inner01_r a span{
	display: inline-block;
	background-image: url(/license/img/icon_print.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 30px;

}
#Contents .license .license_content01_r .inner02{
}
#Contents .license .license_content01_r .inner02 ul{
	margin-left: 0;
}
#Contents .license .license_content01_r .inner02 li{
	text-indent: 0;
    padding-left: 0;
	border-bottom: solid 1px #C1C1C1;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
#Contents .license .license_content01_r .inner02 li:first-child{
	border-top: solid 1px #C1C1C1;
}
#Contents .license .license_content01_r .inner02 li::before{
	display: none;
}
#Contents .license .license_content01_r .inner02 li .text_wrap{
	width: 78%;
	max-width: 540px;
	border-right: dotted 1px #C1C1C1;
	padding: 20px 0;


}
#Contents .license .license_content01_r .inner02 li .text_wrap .text01{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	color: #209B35;
	border: solid 1px #209B35;
	padding: 5px 10px;
	line-height: 1.3;

}
#Contents .license .license_content01_r .inner02 li .text_wrap .text02{
	color: #C9001B;
	margin: 0;

}
#Contents .license .license_content01_r .inner02 li .text_wrap table,#Contents .license .license_content01_r .inner02 li .text_wrap table tr{
	border: none;
}
#Contents .license .license_content01_r .inner02 li .text_wrap table th{
	background-color: #FFFFFF;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	vertical-align: top;
	width: 70px;
}
#Contents .license .license_content01_r .inner02 li .text_wrap table td{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#Contents .license .license_content01_r .inner02 li .text_wrap table .tr01 th,#Contents .license .license_content01_r .inner02 li .text_wrap table .tr01 td{
	font-size: 14px;
	font-weight: bold;
}
#Contents .license .license_content01_r .inner02 li .btn_wrap{
	width: 22%;
	max-width: 160px;
	text-align: right;
}
#Contents .license .license_content01_r .inner02 li .btn_wrap a{
	display: inline-block;
	border: solid 2px #00287F;
	background-color: #F2F5FE;
	color: #00287F;
	width: 130px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 21px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 87%;
	  border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #00287F;
	margin-top: -7px;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a01{
	border: solid 2px #FF5E1A;
	background-color: #FFF5EC;
	color: #FF5E1A;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a01::before{
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #FF5E1A;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a02{
	border: solid 2px #C9001B;
	background-color: #FFEDEF;
	color: #C9001B;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a.a02::before{
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #C9001B;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a:hover{
	text-decoration: none;
	opacity: 0.8;
	}


#Contents .license .license_content01_r .inner02 li .btn_wrap span{
	display: inline-block;
	border: solid 2px #818181;
	background-color: #818181;
	color: #FFFFFF;
	width: 130px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 21px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap span::before{
	content: "×";
	display: block;
	position: absolute;
	top: 50%;
	left: 15%;

	margin-top: -13px;

}

#Contents .license .license_content01_r .license_table01{
	margin-top: 30px;
	margin-bottom: 50px;
}
#Contents .license .license_content01_r .license_table01 th{
	padding: 20px 0 20px 20px;
	width: 100px;
	vertical-align: top;
	text-align: left;

}
#Contents .license .license_content01_r .license_table01 .th01{
	font-size: 16px;
}
#Contents .license .license_content01_r .license_table01 td{
	padding: 20px 0 20px 20px;

}

#Contents .license .license_content01_r .license_table01 td .text01{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;

}
#Contents .license .license_content01_r .license_table01 td .text02{
	color: #FFFFFF;
	background-color: #C9001B;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 0;

}
#Contents .license .license_content01_r .license_table01 td .text03{
	font-size: 20px;
	margin-bottom: 0;
}
#Contents .license .license_content01_r .license_table01 td .td_inner01{
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
#Contents .license .license_content01_r .license_table01 td .td_inner01:first-child{
	margin-bottom: 20px;
}
#Contents .license .license_content01_r .license_table01 td .td_inner01_l{
	border: solid 1px #00287F;
	color: #00287F;
	padding: 10px;
	margin-right: 10px;

}
#Contents .license .license_content01_r .license_table01 td .td_inner01_r span{
	font-weight: bold;

}
#Contents .license .license_content01_r .btn_wrap02{
	text-align: center;
}
#Contents .license .license_content01_r .btn_wrap02 a{
	display: inline-block;
	background-color: #F04916;
	color: #FFFFFF;
	width: 440px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 21px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: relative;

}
#Contents .license .license_content01_r .btn_wrap02 a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 87%;
	  border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #FFFFFF;
	margin-top: -7px;

}
#Contents .license .license_content01_r .btn_wrap02 a:hover{
	text-decoration: none;
	opacity: 0.8;
	}
}


/* form
-------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px){
#Contents .form .form_title01{
	padding: 15px 0 15px 15px;
	font-size: 20px;
	background-color:#CAE9FE ;
	margin-bottom: 20px;


}
#Contents .form .form_content01 dt{
	font-weight: bold;
	font-size: 18px;
	border-bottom: solid 1px #999999;
	padding-bottom: 5px;
	margin-bottom: 20px;

}
#Contents .form .form_content01 dd{
	background-color: #FFFDE7;
	font-weight: bold;
	padding: 5px;
}
#Contents .form .form_content01 dd table{
	border: none;
}
#Contents .form .form_content01 dd table tr{
	border: none;
}
#Contents .form .form_content01 dd table th{
	border: none;
	background-color: #FFFDE7;
	text-align: left;
	width: 120px;
	padding: 0 0 10px 0;
}
#Contents .form .form_content01 dd table td{
	border: none;
	padding: 0 0 10px 0;
}
#Contents .form .form_content02{
	border: solid 2px #00287F;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 23px 40px;
	margin: 30px 0 50px

}
#Contents .form .form_content02_l{
	font-size: 18px;
	font-weight: bold;
	margin-right: 40px;

}
#Contents .form .form_content02_r{
	border-left: dotted 1px #00287F;
	padding: 15px 0 15px 40px;

}
#Contents .form .form_content02_r .place{
	padding-left: 35px;
	margin-bottom: 10px;

}
#Contents .form .form_content02_r .tel{
	font-size: 40px;
	color: #00287F;
	margin-bottom: 0;
	background-image: url(/form/img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	font-weight: bold;
	padding-left: 35px;
}
}

@media print and (min-width: 641px){
#Contents .form .form_title01{
	padding: 15px 0 15px 15px;
	font-size: 20px;
	background-color:#CAE9FE ;
	margin-bottom: 20px;


}
#Contents .form .form_content01 dt{
	font-weight: bold;
	font-size: 18px;
	border-bottom: solid 1px #999999;
	padding-bottom: 5px;
	margin-bottom: 20px;

}
#Contents .form .form_content01 dd{
	background-color: #FFFDE7;
	font-weight: bold;
	padding: 5px;
}
#Contents .form .form_content01 dd table{
	border: none;
}
#Contents .form .form_content01 dd table tr{
	border: none;
}
#Contents .form .form_content01 dd table th{
	border: none;
	background-color: #FFFDE7;
	text-align: left;
	width: 120px;
	padding: 0 0 10px 0;
}
#Contents .form .form_content01 dd table td{
	border: none;
	padding: 0 0 10px 0;
}
#Contents .form .form_content02{
	border: solid 2px #00287F;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 23px 40px;
	margin: 30px 0 50px

}
#Contents .form .form_content02_l{
	font-size: 18px;
	font-weight: bold;
	margin-right: 40px;

}
#Contents .form .form_content02_r{
	border-left: dotted 1px #00287F;
	padding: 15px 0 15px 40px;

}
#Contents .form .form_content02_r .place{
	padding-left: 35px;
	margin-bottom: 10px;

}
#Contents .form .form_content02_r .tel{
	font-size: 40px;
	color: #00287F;
	margin-bottom: 0;
	background-image: url(/form/img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	font-weight: bold;
	padding-left: 35px;
}
}

/* FORMAT
-------------------------------------------------------------------------------------------------*/
ul.dl {
	margin-bottom: 16px;
}
ul.dl:after {
	content: "";
	clear: both;
	display: block;
}
ul.dl li {
	width: 50%;
	float: left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.dl li:before {
	display: none;
}


.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* -- WIDTH
-------------------------------------------------------------------------------------------------*/
.w100 { width:100%; }
.w95 { width:95%; }
.w90 { width:90%; }
.w85 { width:85%; }
.w80 { width:80%; }
.w75 { width:75%; }
.w70 { width:70%; }
.w65 { width:65%; }
.w60 { width:60%; }
.w55 { width:55%; }
.w50 { width:50%; }
.w45 { width:45%; }
.w40 { width:40%; }
.w35 { width:35%; }
.w30 { width:30%; }
.w25 { width:25%; }
.w20 { width:20%; }t
.w15 { width:15%; }
.w10 { width:10%; }
.w5 { width:5%; }

/* TEXT
-------------------------------------------------------------------------------------------------*/
.fsL { font-size:140%; }
.fsM { font-size:120%; }
.fsS { font-size:80%; }
.fwB { font-weight:bold; }
.fwN { font-weight:normal; }
.col_red { color:#c60019; }
.col_royal { color:#052a83;}
.col_blue { color:#174e9e;}
.col_aqua { color:#019fe6;}
.col_marine { color:#0074bf;}
.col_ice { color:#b0d7f4;}
.col_green { color:#88b83e; }
.col_lagoon { color:#019c96; }
.col_pink { color:#c83955; }
.col_orange {color:#ed6f04; }
.col_yellow {color:#fdcf0a; }
.col_remon {color:#fff001; }
.col_bk { color:#000;}
.col_wt { color:#fff!important;}
.txt_box { padding: 0 16px; }
.txt_left { text-align:left !important; }
.txt_right { text-align:right !important; }
.txt_center { text-align:center !important; }
.in { text-indent:1em; }
.no_in { text-indent: 0!important; }


/* COLUMN
-------------------------------------------------------------------------------------------------*/
div.column {
	display:table;
	table-layout: auto;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.column > div {
	display:table-cell;
	vertical-align:top;
	padding:4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.vaM { vertical-align: middle!important;}
.vaB { vertical-align: bottom!important;}

.spBlock {
	display: none;
}

/* ANCHOR LINK
-------------------------------------------------------------------------------------------------*/
/*.al {
	margin-top: -100px!important;
	padding-top: 100px!important;
}*/

/*20180922ナビ追記分
-------------------------------------------------------------------------------------------------*/

.imgtab,
.imgtab li,
.imgtab a,
.imgtab img{
margin: 0!important;
padding:0!important;
line-height: 0!important;
list-style: none!important;
text-indent: none!important;
}
#Contents .license .imgtab{
	justify-content:normal!important;
}

#Contents .license .imgtab li{
height: 80px;
width: 170px;
display: inline-block!important;
max-width: 170px;
}

#Contents .license .imgtab li.nest{
background: url(../../license/img/license_menu_00bk.png) no-repeat top center;
width: 320px;
max-width: 320px;
margin: 0!important;
padding: 0!important;
}
#Contents .license .imgtab li.nest ul{
width: 320px;
max-width: 320px;
margin: 0!important;
padding: 34px 0 0 0!important;
}
#Contents .license .imgtab li.nest ul li{
width: 160px;
height: 46px!important;
display: inline-block;
float: left;
margin: 0!important;
padding: 0!important;
}
#Contents .license .license_list01 li a::after{
display: none!important;
}
#Contents .license .imgtab li:nth-child(1) a{
background: url(../../license/img/license_menu_01l.png) no-repeat top center;
}

#Contents .license .imgtab li.nest li:nth-child(1) a{
background: url(../../license/img/license_menu_02.png) no-repeat top center;
}
#Contents .license .imgtab li.nest li:nth-child(2) a{
background: url(../../license/img/license_menu_03.png) no-repeat top center;
}

#Contents .license .imgtab li:nth-child(3) a{
background: url(../../license/img/license_menu_03l.jpg) no-repeat top center;
}

#Contents .license .imgtab li:nth-child(4) a{
background: url(../../license/img/license_menu_04l.jpg) no-repeat top center;
}

#Contents .license .imgtab li:nth-child(5) a{
background: url(../../license/img/license_menu_05l.jpg) no-repeat top center;
}

#Contents .license .imgtab li a:hover,
#Contents .license .imgtab li.nest li a:hover{
background-position: bottom;
}
#Contents .license .imgtab li a{
text-indent: -999999px;
}
#Contents .license .imgtab li a{
display: block!important;
height: 80px!important;
}
#Contents .license .imgtab li.nest ul li a{
display: block!important;
height: 46px!important;
}

#Contents .license .imgtab li.nest ul li.ui-tabs-selected a{
background-position: bottom;
}
#Contents .license .imgtab li.ui-tabs-selected a{
background-position: bottom;
}

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

#Contents .license .license_list001{
	display: flex;
	justify-content: flex-start;
	margin-left: 0;
	border-top: solid 1px #002475;
}
#Contents .license .license_list001 li{
	text-indent: 0;
	padding-left: 0;
	width: 17%;
	max-width: 170px;
	border-left: solid 1px #002475;
	border-bottom: solid 1px #002475;
	box-sizing: border-box;
}
#Contents .license .license_list001 li:last-child{

	border-right: solid 1px #002475;

}	
#Contents .license .license_list001 li::before{
	display: none;
}


#Contents .license .license_list001 li.li01{
	width: 32%;
	max-width: 320px;
	background-color: #C3E6FE;
	padding-top: 34px;
	background-image: url(../../license/img/bg_li01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#Contents .license .license_list001 li.li01 ul{
	margin-left: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#Contents .license .license_list001 li.li01 li{
	width: 50%;
	max-width: 160px;
	border-bottom: none;
	border-top: solid 1px #002475;


}
#Contents .license .license_list001 li.li01 li:first-child{

	border-left: none;

}
#Contents .license .license_list001 li.li01 li:last-child{

	border-right: none;

}	
#Contents .license .license_list001 li a{
	display: block;
	height: 80px;


}
#Contents .license .license_list001 li.li01 li a{
	display: block;
	height: 45px;

}
#Contents .license .license_list001 li:nth-child(1) a{
	background-image: url(../../license/img/license_menu01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li:nth-child(3) a{
	background-image: url(../../license/img/license_menu04.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li:nth-child(4) a{
	background-image: url(../../license/img/license_menu05.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li:nth-child(5) a{
	background-image: url(../../license/img/license_menu06.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li.li01 li:nth-child(1) a{
	background-image: url(../../license/img/license_menu02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li.li01 li:nth-child(2) a{
	background-image: url(../../license/img/license_menu03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#Contents .license .license_list001 li:nth-child(1) a:hover,#Contents .license .license_list001 li:nth-child(1) a.selected{
	background-image: url(../../license/img/license_menu01_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li:nth-child(3) a:hover,#Contents .license .license_list001 li:nth-child(3) a.selected{
	background-image: url(../../license/img/license_menu04_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li:nth-child(4) a:hover,#Contents .license .license_list001 li:nth-child(4) a.selected{
	background-image: url(../../license/img/license_menu05_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li:nth-child(5) a:hover,#Contents .license .license_list001 li:nth-child(5) a.selected{
	background-image: url(../../license/img/license_menu06_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li.li01 li:nth-child(1) a:hover,#Contents .license .license_list001 li.li01 li:nth-child(1) a.selected{
	background-image: url(../../license/img/license_menu02_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Contents .license .license_list001 li.li01 li:nth-child(2) a:hover,#Contents .license .license_list001 li.li01 li:nth-child(2) a.selected{
	background-image: url(../../license/img/license_menu03_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

}

/* 合宿講習紹介ページ */
table.camp {
	width:50%;
	border-style:solid;
	font-size:16px;
}

table.camp tr {
	border-style:solid;
}

table.camp td {
	border-style:solid;
	
}

/* スタッフ紹介ページ */
img {
	-webkit-transition : all 1s;
	transition: all 1s;
}

.expand img:hover{
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
}


.search_bn1 {
	display:block;
}

.search_bn2 {
	display:none;
}


/* Youtube動画埋め込みサイズ */
.youtube_movie {
 position: relative;
 height: 0;
 padding: 30px 0 35%;
 overflow: hidden;
  display: block;
  margin: 0 auto;

}

.youtube_movie iframe {
 position: absolute;
 top: 0;
 left: 20.5%;

}

	@media screen and (max-width:479px) {
    /*　画面サイズが480pxからはここを読み込む　*/
		.youtube_movie {
		 position: relative;
		 height: 0;
		 padding: 30px 0 56.25%;
		 overflow: hidden;
		}

		.youtube_movie iframe {
			 position: absolute;
			 top: 0;
			 left: 0;
			 width: 100%;
			 height: 100%;
		}
	}


.img_opa{
    position: relative; /*相対位置*/
}

.img_opa p{

    /*位置の設定*/
    position: absolute;
	margin:auto;
    top: 0;
    bottom: 0;

}



h1:where(.wp-block-heading).has-background,
h2:where(.wp-block-heading).has-background,
h3:where(.wp-block-heading).has-background,
h4:where(.wp-block-heading).has-background,
h5:where(.wp-block-heading).has-background,
h6:where(.wp-block-heading).has-background{
	padding:0.3em 1em 0.2em!important;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table!important;
    width: auto;
}
.wp-block-table table {
    border-collapse: collapse;
    width: auto;
}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: auto;
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption{
	display: block;
}
#Contents .clear{
	clear: both;
}

#Contents h2.wp-block-heading.has-text-align-left,
#Contents h3.wp-block-heading.has-text-align-left,
#Contents h4.wp-block-heading.has-text-align-left,
#Contents h5.wp-block-heading.has-text-align-left,
#Contents h6.wp-block-heading.has-text-align-left{
	text-align:left;
}
#Contents h2.wp-block-heading.has-text-align-center,
#Contents h3.wp-block-heading.has-text-align-center,
#Contents h4.wp-block-heading.has-text-align-center,
#Contents h5.wp-block-heading.has-text-align-center,
#Contents h6.wp-block-heading.has-text-align-center{
	text-align:center;
}
#Contents h2.wp-block-heading.has-text-align-right,
#Contents h3.wp-block-heading.has-text-align-right,
#Contents h4.wp-block-heading.has-text-align-right,
#Contents h5.wp-block-heading.has-text-align-right,
#Contents h6.wp-block-heading.has-text-align-right{
	text-align:right;
}
.wp-block-buttons>.wp-block-button{
	margin-bottom: 1em;
}
#Contents p.has-background {
    padding: .5em 1em;
}
#Contents a.wp-block-button__link{
	color: white;
}
#Contents a.wp-block-button__link:hover{
	color: white;
}
#Contents .wp-block-table{
	margin-bottom:1em;
}