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

/* Material icons
-------------------------------------------------------------------------------------------------*/
/* アイコンサイズ */
.material-icons.md-18 { font-size: 16px; }
.material-icons.md-24 { font-size: 20px; }
.material-icons.md-32 { font-size: 24px; }
.material-icons.md-40 { font-size: 32px; }
.material-icons.md-48 { font-size: 40px; }

/* OUTLINE
---------------------------------------------------------------------------*/
body {
	font: 12px/1.5 "メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

/* HEADER
-------------------------------------------------------------------------------------------------*/
header {
	height: 120px;
}
#header_fix > h1 {
	float: none;
	width:100%;
	padding: 0 8px;
	text-align: center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#header_fix h1 a > img {
	width: auto;
	height: 40px;
}
#header_fix > ul#headMenu {
	display: none;
}
#header_fix > ul#license {
	float: none;
	width: 100%;
	line-height: 1.1;
	margin-top: -8px;
}
.classH1{
	float: none;
  width: 90%;
  padding: 0 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
}
/* --- heder place button only --- */
#header_fix > ul.placeBt {
	float: none;
	width: 100%;
}
#header_fix > ul.placeBt {
	font-size: 80%;
	border-spacing: 4px;
}
@media screen and (max-width:390px) {
	#header_fix > ul.placeBt {
		font-size: 2.5vw;
	}
}

/* GLOBAL MENU
-------------------------------------------------------------------------------------------------*/
#topTtl {
	height: 160px;
}
nav#gMenu > ul > li {
	padding: 0 4px;
}
nav#gMenu > ul > li > a {
	font-size: 100%;
	line-height: 1.2;
	padding: 6px 0;
}
@media screen and (min-width:512px) and (max-width:639px) {
	nav#gMenu > ul > li > a {
		padding: 14px 0;
	}
}

@media screen and (min-width:508px) and (max-width:511px) {
	nav#gMenu > ul > li:nth-child(4) > a {
		padding: 14px 0;
	}
}

nav#gMenu > ul > li:first-child {
	border-left: none;
}
nav#gMenu ul > li:last-child {
	border-right: none;
}
nav#gMenu > ul > li > a:hover span,
nav#gMenu > ul > li > a:focus span,
nav#gMenu > ul > li.active > a span,
nav#gMenu > ul > li.active:first-child,
nav#gMenu > ul > li.active:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav#gMenu > ul > li > a:hover span:before,
nav#gMenu > ul > li > a:focus span:before,
nav#gMenu > ul > li.active span:before,
nav#gMenu > ul > li.active:first-child:before,
nav#gMenu > ul > li.active:last-child:before {
	display: none;
}
nav#gMenu > ul > li.active {
	background: #052a83;
}


/*-------------------------- SUBMENU --------------------------*/
div.gmSub {
	padding: 0!important;
}
div.subMclm,
div.subMclm > div {
	display: block;
	width:100%;
	padding: 0;
}
#acquisition div.subMclm div.gmPlace,
#acquisition div.subMclm div.gmLicense {
  width: 100%;
}
#update div.subMclm div.gmPlace,
#update div.subMclm div.gmUpdate {
  width: 100%;
}
div.subMclm > div > .classH2 {
	background: rgba(220,220,220,.5);
	border-bottom: 1px solid #888;
	padding: 4px 0 0 0;
}
div.subMclm > div > .classH2:after {
	border: none;
	content: '\e315';  /* keyboard_arrow_right */
	color: #052a83;
	font-family: 'Material Icons';
	font-size: 24px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
	opacity: 1;
	-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:hover {
	top: 0;
	left: 0;
}
div.gmSub .subMclm .w50{
  width: 50%;
}
div.subMclm > div > .classH2,
div.subMclm > div > .classH2 > a {
	font-size: 110%!important;
	display: inline-block;
	width: 100%;
}
div.subMclm > div > .classH2 > a:before {
	font-size: 48px!important;
	top:-1px!important;
}
div.subMclm > div > .classH2 > a:after {
	font-size: 24px!important;
	top: 10px!important;
	left: 12px!important;
}


/*-------------------------- SITE SEARCH --------------------------*/
/* --- mobile only --- */
#mobSearch {
	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 2px 16px !important;
	vertical-align: top;
}
/* --- / mobile only --- */

div.gmSearch {
	padding: 16px;
}
div.gmSearch > form {
	width : 90%;
}
div.gmSearch > form input.searchTxt {
	width: 60%;
}


/* BUTTON
-------------------------------------------------------------------------------------------------*/
div.subMclm > div > ul.licenseBt,
div.subMclm > div > ul.placeBt,
div.subMclm > div > ul.updateBt,
div.subMclm > div > ul.entryBt {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%!important;
}
div.subMclm > div > ul.licenseBt > li,
div.subMclm > div > ul.placeBt > li,
div.subMclm > div > ul.updateBt > li,
div.subMclm > div > ul.entryBt > li {
	display: block;
	transition: none;
	box-shadow: none;
	background: #fff!important;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.subMclm > div > ul.licenseBt > li:hover,
div.subMclm > div > ul.placeBt > li:hover,
div.subMclm > div > ul.updateBt > li:hover,
div.subMclm > div > ul.entryBt > li:hover {
	top:0;
	left:0;
}
div.subMclm > div > ul.licenseBt > li:after,
div.subMclm > div > ul.placeBt > li:after,
div.subMclm > div > ul.updateBt > li:after,
div.subMclm > div > ul.entryBt > li:after {
	border: none;
	content: '\e315';  /* keyboard_arrow_right */
	color: #052a83;
	font-family: 'Material Icons';
	font-size: 24px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
	-webkit-font-smoothing: antialiased;  /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility;  /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale;  /* Firefoxサポート */
	font-feature-settings: 'liga';  /* IEサポート */
}
div.subMclm > div > ul.licenseBt > li >a,
div.subMclm > div > ul.placeBt > li >a,
div.subMclm > div > ul.updateBt > li > a,
div.subMclm > div > ul.entryBt > li > a {
	font-size: 100%;
	text-align: left;
	padding: 1em .5em;
	color: #052a83!important;
	border-bottom: 1px solid #888;
}
div.subMclm > div > ul.placeBt > li:first-child >a,
div.subMclm > div > ul.placeBt > li:nth-child(3) > a {
	color: #052a83!important;
}

/* --- heder license button only --- */
header > ul#license {
	float: none;
	width: 100%;
	line-height: 1.1;
	margin-top: -8px;
}

/* --- license button only --- */
div.subMclm > div > ul.licenseBt > li > a > br {
	display: none;
}

/* --- update button only --- */
div.subMclm > div > ul.updateBt > li > a {
	font-size: 110%;
	padding: 1.25em .75em;
}
div.subMclm > div > ul.updateBt > li > a:before,
div.subMclm > div > ul.updateBt > li > a:after {
	content: '';
	font-size: 100%;
}

/* --- entry button only --- */
.gmEntry > .entryBt > li > a > span {
	display: none;
}

div.select_content01 > .entryBt > li {
	width: 100%;
}


/* SIDE NAVI
-------------------------------------------------------------------------------------------------*/
ul#sideNavi {
  top: auto;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
/*  display: none;*/
}
ul#sideNavi > li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	border: none;
}
ul#sideNavi > li:first-child {
	height: auto;
	margin-bottom: 50px;
}
ul#sideNavi > li > a {
	width: auto;
	text-align: center;
	font-size: 90% !important;
}
ul#sideNavi > li:first-child > a {
	padding: 0;
	margin-top: -.4em;
}
ul#sideNavi > li:last-child > a {
	position: relative;
	right: auto;
	padding: 6px 0 4px 0;
}
ul#sideNavi > li:first-child > a > span {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}
ul#sideNavi > li:first-child > a > i {
	font-size: 140%;
}

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

ul#sideNavi2 {
	top:auto;
	left: 0;
	bottom:0;
	display: table;
	width: 100%;
	display:none;		/*スマホ画面での表示*/
}
ul#sideNavi2 > li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	border: none;
}
ul#sideNavi2 > li:first-child {
	height: 80%;
	margin-bottom: 37px;
	width: 20%;				/*スマホ画面でのサイズ*/

}
ul#sideNavi2 > li > a {
	width: 100%;
	text-align: center;
	font-size: 90% !important;
}
ul#sideNavi2 > li:first-child > a {
	padding: 0;
	margin-top: -.4em;
}
ul#sideNavi2 > li:last-child > a {
	position: relative;
	right: auto;
	padding: 6px 0 4px 0;
}
ul#sideNavi2 > li:first-child > a > span {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}
ul#sideNavi2 > li:first-child > a > i {
	font-size: 140%;
}



/* FOOTER
-------------------------------------------------------------------------------------------------*/
.pagetop {
	bottom: 48px;
	right: 12px;
}
.pagetop a {
	border-radius: 10px;
	width: 40px;
	height: 40px;
}
footer {
	padding: 0 6px 64px 6px;
	margin-top: 48px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#footLogo {
	width: 100%;
	padding: 16px 0 8px 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#footLogo > p {
	width: 14%;
	height: auto;
}
#footLogo > ul {
	width: 80%;
	height: auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#footLogo > ul > li {
	margin: 0;
	width: 38%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#footLogo > ul > li:last-child {
	width: 18%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}


ul.footMenu {
	display: table;
	width: 100%;
	background: rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.5);
}
ul.footMenu > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0;
	width: 50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.footMenu > li:first-child {
	border-right: 1px solid rgba(255,255,255,.5);
}
ul.footMenu > li > a {
	color: #fff;
	text-decoration: none;
}
ul.footMenu > li > a[target="_blank"]:after {
	content: '\e89e';
	padding-left: 4px;
	position: relative;
	top:3px;
	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サポート */
}
#footCopy {
	font-size: 110%;
	line-height: 1.2;
	padding: 16px 0;
}
#footCopy > br {
	display: block;
}
ul.footTel {
	border-spacing: 4px;
	margin-top: -4px;
	font-size: 80%;
}
ul.footTel > li {
	padding: 4px 2px 2px 2px;
	border: 1px solid #fff;
}
ul.footTel > li > p > span {
	font-size: 140%;
}
ul.footTel > li > p > span:before {
	font-size: 20px;
}
#copyright {
	margin-top: 16px;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,.5);
}
#copyright > p {
	float: none;
	width: 100%;
	padding: 8px 0;
	text-align: center;
}
#copyright > p > br {
	display:block;
}


/* CONTENTS
-------------------------------------------------------------------------------------------------*/
/* -- PAGE TITLE -- */
#pageTitle > p {
	font-size: 120%;
}
#pageTitle > h1 {
	font-size: 200%;
	margin-bottom: 16px;
}
#pageTitle > h1:after {
	bottom: -10px;
}
/* -- / PAGE TITLE -- */

section#Contents h2 {
	font-size: 170%;
}
section#Contents h3 {
	font-size: 150%;
}
section#Contents h4 {
	font-size: 140%;
}
section#Contents h5 {
	font-size: 130%;
}
section#Contents h6 {
	font-size: 120%;
}
.wrapper {
	padding: 0 8px;
}

/* TOP
-------------------------------------------------------------------------------------------------*/
#Campaign {
	font-size: 78%;
}
#CampaignSP a:hover {
	opacity: 1;
}
#beginner {
	margin-top: 24px;
}
#topContents > section > h2 {
	font-size: 150%;
	margin-bottom: 48px;
}
#topContents > section > h2:after {
	bottom: -14px;
	height: 3px;
}
#topContents > section > h2 > span {
	font-size: 80%;
}
#beginnerBT,
#beginnerBT > div,
#renewBT,
#renewBT > div {
	display: block;
	width: 100%;
}
#beginnerBT > div > ul,
#beginnerBT > div > h3,
#renewBT > div > ul,
#renewBT > div > h3 {
	margin: 0 auto!important;
}
#beginnerBT > div > h3 a,
#renewBT > div > h3 a {
	font-size: 120%;
}
#beginnerBT .licenseBt li{
  text-indent: 0;
  padding: 0;
  width: 30%;
}
#renewBT > div:first-child > ul {
	top:0;
}
#attention > p.copy {
	padding: 0 8px;
}
#attention > ul {
	display: block;
	margin: 0;
}
#attention > ul > li {
	display: block;
	width: 90%;
	margin: 16px auto;
}
#attention > ul > li > dl > dt {
	width: 128px;
}
#attention > ul > li > dl > dd {
	width : -webkit-calc(100% - 128px) ;
	width : calc(100% - 128px) ;
	padding: 4px 4px 4px 8px;
}
#attention > ul > li > dl > dd > h3 {
	font-size: 130%;
}
#renewBT > div:first-child > ul {
	position: relative;
	transform: none;
}
#renewBT > div > ul.updateBt {
	font-size: 90%;
}
#course p.courseCC {
	font-size: 130%;
}
#course > h3 {
	font-size: 180%;
}
#course > #courseInfo {
	display: block;
}
#course > #courseInfo > dl {
	display: table;
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom: 8px;
	font-size: 95%;
}
#course > #courseInfo > dl > dt,
#course > #courseInfo > dl > dd {
	display: table-cell;
}
#course > #courseInfo > dl > dt {
	width: 35%;
	height: 160px;
}
#course > ul.entryBt > li {
	width: 80%;
	font-size: 80%;
}

/* AREA
-------------------------------------------------------------------------------------------------*/
.bannerArea,
.bannerArea > div {
	display: block;
	width: 100%!important;
}
.bannerArea > div:first-child >img {
	margin: auto;
	left:0;
	right: 0;
}
.wrapper > ul.entryBt > li {
	width: 80%;
	font-size: 80%;
}
ul#Schedule > li {
	text-align: left;
	font-size: 110%;
}
ul#Schedule > li > a > p {
	padding: 8px 4px;
	margin: 0;
	min-height: 4em;
	text-align: center;
}
ul#Schedule > li > a > p:before {
	position: absolute;
	font-size: 24px;
	right: 4px;
	bottom: 4px;
}
ul#Schedule > li:last-child > a > p > br {
	display: none;
}
ul#Schedule > li > a > p > span {
	font-size: 50%;
}
ul#Schedule > li > a > img {
	position: relative;
	left:0;
	right: 0;
	margin: auto;
	width: 100%;

}


/* ENTRY
-------------------------------------------------------------------------------------------------*/
ul.office li {
	width: 100%;
	float: none;
}
table.bank td > br {
	display: block;
}
table.bank > tbody > tr,
table.bank > tbody > tr > th,
table.bank > tbody > tr > td {
	display: block;
}
table.bank > tbody > tr > th {
	border-right: none;
}


/* ENTRY FORM
-------------------------------------------------------------------------------------------------*/
table.Tbl_def th,
table.Tbl_def td {
	display: block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 100%;
	font-size: 16px;
}
table.Tbl_def th {
	border-right: none;
}
table.Tbl_def td {
	padding: 32px 0;

}
input[type=text],input[type=tel],input[type=email] {
	font-size: 18px;
	height: 30px;
	width: 90%;

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


/*	transform: scale(0.8);*/

/* ACQUISITION
-------------------------------------------------------------------------------------------------*/
ul#flow {
	display: block;
	margin-bottom: 48px;
	margin-left: 0;
}
ul#flow li {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}
ul#flow li:after {
	top:auto;
	right: auto;
	bottom: -30px;
	left: 50%;
	margin-left: -13px;
	border: 15px solid transparent;
	border-top: 15px solid #999;
	border-left: 15px solid rgba(255,255,255,0);
}
ul#flow li > p {
	text-align: center;
}
#placeList > div,
#placeList > div:first-child,
#placeList > div:last-child,
#placeList2 > div,
#placeList2 > div:first-child,
#placeList2 > div:last-child{
	padding: 0 8px 24px!important;
}
#placeList,
#placeList > div,
#placeList2,
#placeList2 > div{
	display: block;
	width: 100%;
}
#placeList > div > ul,
#placeList2 > div > ul{
	font-size: 100%;
}


/* UPDATE
-------------------------------------------------------------------------------------------------*/
/* Googleカレンダー */
.googlecal {
	padding-bottom: 100%;
}
/* Googleカレンダーおわり */


/* FORMAT
-------------------------------------------------------------------------------------------------*/
ul.dl li {
	width: 100%;
	float: none;
	margin-left: 8px;
}


/* COLUMN
-------------------------------------------------------------------------------------------------*/
div.column,
div.column div {
	display: block;
	width:100%;
}

/* IMAGE LAYOUT
-------------------------------------------------------------------------------------------------*/
.imgL >img,
.imgR >img {
	float: none;
	max-width:95%;
}


/* TABLE
-------------------------------------------------------------------------------------------------*/
/* -- TABLE SCROLL -- */
#chart {
	overflow: auto;
	white-space: nowrap;
	margin-bottom:16px;
}
#chart::-webkit-scrollbar{
 height: 8px;
}
#chart::-webkit-scrollbar-track{
 background: #eee;
}
#chart::-webkit-scrollbar-thumb {
 background: #ccc;
}
#chart div.wsp {
	width:400px!important;
	white-space:normal;
}
/* -- / TABLE SCROLL -- */
table {
	table-layout: auto;
}
/*開閉ボタン
-------------------------------------------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #29B6F6;
  padding: 5px 20px;
  width: 80%;
  border-radius: 20px;
}
.close-btn {
  padding:0;
}
.close-btn p {
  background: #aaa;
}
.more-btn p:nth-child(2n){
	display: none;
}
/* Q&A
-------------------------------------------------------------------------------------------------*/
.qa_wrapper ul{
	margin: 0;
}
/* COMMON
-------------------------------------------------------------------------------------------------*/
/* TEXT */
.fsL { font-size:120%; }
.fsM { font-size:100%; }
.fsS { font-size:90%; }

/* -- FROAT -- */
#Contents .alignleft,
#Contents .alignright {
	float: none;
	margin: 0 0 16px 0;
}

#Contents ul,
#Contents ul.maru {
	margin-left:0!important;
}


/* カレンダー */
.fc-prev-button {
	margin-left: 10px !important;
}

.fc-next-button {
	margin-right: 10px !important;
}
/* カレンダーおわり */

/* select_content01
-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){

#Contents .select_content01{
	padding: 0 20px;
	margin: 20px 0 10px;
	box-sizing: border-box;

}

#Contents .select_content01 .bnr01{
	margin-bottom: 10px;
	}
#Contents .select_content01 .title01{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
    max-width:100%;
    white-space: nowrap;
}
/*#Contents .select_content01 .title01::after{
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	background-color: #0089C9;
	position: absolute;
	bottom: -10px;
	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: 48%;
	max-width: 320px;
	text-indent: 0;
    padding-left: 0;
	margin-bottom: 20px;
	margin-right: 4%;
}
#Contents .select_content01 .list01 li:nth-child(2n){
	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 .icon01{
	font-size: 12px;
	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: 15px 20px;
	background-image: url(../../area/img/icon_list01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 14px;

}
#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: 0px;
}
#Contents .select_content01 .list02 li{
	width: 48%;
	max-width: 320px;
	text-indent: 0;
    padding-left: 0;
	margin-bottom: 0px;
	margin-right: 4%;
	}
#Contents .select_content01 .list02 li:nth-child(2n){
	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 .text01{
	font-size: 18px;
	padding: 12px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(40,40,40,0.7);
	margin-bottom: 0;
}

}

/* license
-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
#Contents .license .license_list01{
	display: flex;
	justify-content: flex-start;
	margin-left: 0;
	margin-bottom: 25px;
	flex-wrap: wrap;
	padding: 0 20px;
}
#Contents .license .license_list01 li{
	width: 32%;
	padding-left: 0;
	text-indent: 0;
	margin-right: 2%;
	margin-bottom: 10px;
}
#Contents .license .license_list01 li:nth-child(3n){
	margin-right: 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: 15px 0;
	position: relative;


}
#Contents .license .license_list01 li.ui-tabs-selected a{
	background-color: #00287F;
	color: #FFFFFF;
	}
#Contents .license .license_content01{
	padding: 0 20px;

}
#Contents .license .license_content01_l{
	margin-bottom: 20px;


}
#Contents .license .license_content01_l .acMenu dt{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #209A34;
	padding: 10px 0;
	border-radius: 5px;
	background-image: url(/license/img/icon_dt.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 10px auto;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
#Contents .license .license_content01_l .acMenu dt::after{
	content:"";
	display: block;
	position: absolute;
	left: 10%;
	top: 10px;
	background-image: url(../../area/img/icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20px auto;
	width: 20px;
	height: 20px;

	}

#Contents .license .license_content01_l .acMenu dt.active{

	background-image: url(/license/img/icon_dt_o.png);

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

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

}
#Contents .license .license_content01_l .selectbox input{
	width: 55px;
	height: 30px;
	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: 10px;
	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 4px;
	padding-left: 25px;

}
#Contents .license .license_content01_l .btn01{
	margin: 20px 0 20px;
}
#Contents .license .license_content01_l .btn01 a {
	display: block;
	text-align: center;
	background-color: #00287F;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 0;
	width: 80%;
	margin: 0 auto;
}
#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_r{
	padding-bottom: 30px;

}
#Contents .license .license_content01_r .title01{
	background-color: #CAE9FE;
	font-size: 14px;
	padding: 15px 20px;
	margin-bottom: 15px;

}
#Contents .license .license_content01_r .inner01{
	margin-bottom: 15px;

}
#Contents .license .license_content01_r .inner01 .inner01_l{
	font-size: 13px;
	font-weight: bold;
	color: #00287F;
}
#Contents .license .license_content01_r .inner01 .inner01_r {
	display: none;


}

#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;
	padding: 20px 0 30px;


}
#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{
	margin-bottom: 20px;


}
#Contents .license .license_content01_r .inner02 li .text_wrap .text01{
	font-size: 14px;
	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: 14px;
	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: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#Contents .license .license_content01_r .inner02 li .text_wrap table td li{
	margin-left: 43px;
	padding: 0;
	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{
	text-align: center;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap .icon{

	margin-bottom: 20px;
}
#Contents .license .license_content01_r .inner02 li .btn_wrap .icon li{
	border: none;
	margin-bottom: 5px;
	padding: 0;
}
#Contents .license .license_content01_r .inner02 li .btn_wrap .icon li img{
	width: 100%;
	height: auto;
	max-width: 130px;

}
#Contents .license .license_content01_r .inner02 li .btn_wrap a{
	display: inline-block;
	border: solid 2px #00287F;
	background-color: #F2F5FE;
	color: #00287F;
	width: 55%;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	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: -6px;

}
#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: 55%;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	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: 20px;
	margin-bottom: 30px;
	border: none;
	font-size: 14px;

}
#Contents .license .license_content01_r .license_table01 tr{
	border: none;
}
#Contents .license .license_content01_r .license_table01 th{
	padding: 10px 0 10px 10px;
	width: 100%;
	display: block;
	vertical-align: top;
	text-align: left;
	border: none;
	box-sizing: border-box;

}
#Contents .license .license_content01_r .license_table01 .th01{
}
#Contents .license .license_content01_r .license_table01 td{
	padding: 20px 0 ;
	width: 100%;
	display: block;}

#Contents .license .license_content01_r .license_table01 td .text01{
	font-weight: bold;
	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: 80%;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 21px 0;
	text-align: center;
	font-size: 14px;
	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: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #FFFFFF;
	margin-top: -7px;

}


}

/* form
-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
#Contents .form .form_title01{
	padding: 10px;
	font-size: 16px;
	background-color:#CAE9FE ;
	margin: 0 20px 20px;


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

}
#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: #FFFFFF;
	text-align: left;
	width: 100%;
	display: block;
	padding: 0 0 5px 0;
}
#Contents .form .form_content01 dd table td{
	border: none;
	padding: 0 0 10px 0;
	width: 100%;
	display: block;
	}
#Contents .form .form_content02{
	border: solid 2px #00287F;
	padding: 20px;
	margin: 20px 20px 30px

}
#Contents .form .form_content02_l{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: dotted 1px #00287F;
	text-align: center;
	padding-bottom: 5px;

}
#Contents .form .form_content02_r{
	text-align: center;


}
#Contents .form .form_content02_r .place{
	margin-bottom: 5px;

}
#Contents .form .form_content02_r .tel{
	display: inline-block;
	font-size: 23px;
	color: #00287F;
	margin-bottom: 0;
	background-image: url(/form/img/icon_tel.png);
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: left 8px;
	font-weight: bold;
	padding-left: 20px;
}
}

.spBlock {
	display: block;
}
/* ANCHOR LINK
-------------------------------------------------------------------------------------------------*/
/*.al {
	margin-top: -168px!important;
	padding-top: 168px!important;
}*/

/*20180922ナビ追記分
-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){

#Contents .license .imgtab li{
width: 119px!important;
max-width: 119px!important;
background-size: cover!important;
margin-bottom: 2px!important;
box-sizing: border-box;
border-right: solid 2px #FFFFFF;
}

#Contents .license .imgtab li.nest li {
width: 115px!important;
max-width: 115px!important;
background-size: cover!important;
border-right: none;
}

#Contents .license .imgtab li.nest{
width: 239px!important;
max-width: 239px!important;
background-size: cover!important;
border-right: none;
}

#Contents .license .imgtab li.nest ul{
width: 100%!important;
max-width: 100%!important;
margin: 0!important;
padding: 0!important;
}
#Contents .license .imgtab li.nest ul li{
width: 119px!important;
max-width: 119px!important;
margin: 0!important;
padding: 35px 0px 0px 0px!important;
}

#Contents .license .imgtab li a{
background-size: 143%!important;
height: 78px!important;
}

#Contents .license .imgtab li a:hover,
#Contents .license .imgtab li.nest li a:hover{
background-position: top!important;
}
#Contents .license .imgtab li.nest li:first-child a{
	border-right: solid 2px #FFFFFF;
}


#Contents .license .license_list001{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-top: solid 1px #002475;
	box-sizing: border-box;
	margin: 0 20px!important;
}
#Contents .license .license_list001 li{
	text-indent: 0;
	padding-left: 0;
	width: 33.3%;
	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: 66.7%;
	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;
	border-right: solid 1px #002475;

}
#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%;
	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_sp.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_sp.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.selected{
	background-image: url(../../license/img/license_menu01_sp_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#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.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.selected{
	background-image: url(../../license/img/license_menu06_sp_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#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.selected{
	background-image: url(../../license/img/license_menu03_o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}






}


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

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(3.0);
	transform:scale(3.0);
}

.search_bn1 {
	display:none;
}

.search_bn2 {
	display:block;
}


@media screen and (max-width:479px) {
	.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;

}