@charset "utf-8";
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
#wrap {
	padding-top: 50px;
	position: relative;
	z-index: 2;
	right: 0;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
#drawernav {
	width: 300px;
	height: 100%;
	padding-top: 40px;
	position: fixed;
	top: 0;
	left: -300px;
	overflow: auto;
	z-index: 1;
	background: #fff;
	color: #212121;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
#drawernav #menuLogo {
	margin: 60px auto auto auto;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
#drawernav ul {
	width: 90%;
	margin: 30px auto auto auto;
	padding: 0;
	list-style: none;
}
#drawernav ul li {
	width: 100%;
	padding: 20px 0 10px 10px;
	display: inline-block;
	color: #212121;
	border-bottom: 1px solid #ccc;
}
#drawernav ul li a {
	width: 100%;
	padding: 0 0 0 15px;
	display: block;
	text-decoration: none;
	color: #212121;
	font-weight: 600;
}

@media screen and (max-width: 480px) {
#drawernav ul {
	margin: 70px auto auto auto;
}
#drawernav ul li {
	padding: 10px 0 10px 20px;
}
}
/*アコーディオン設定*/
#drawernav ul li label {
	width: 100%;
	height: 100%;
	padding: 0 0 0 15px;
	display: block;
	cursor: pointer;
}
#drawernav ul li input {
	display: none;
}
#drawernav ul li input + label {
	background-image: url(../img/common/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 85% 8px;
}
#drawernav ul li input:checked + label {
	background-image: url(../img/common/icon01on.jpg);
	background-repeat: no-repeat;
	background-position: 85% 8px;
}
#drawernav ul li input ~ ul {
	width: 100%;
	height: 0;
	overflow: hidden;
}
#drawernav ul li input:checked ~ ul {
	height: 15em;
	padding-bottom: 80px;
	transition: all 0.1s;
}
#drawernav ul li ul {
	margin: 0 !important;
	padding: 0 5px;
	overflow: hidden;
	transition: 0.5s;
	font-size: 0.7em;
	line-height: 1.8em!important;
}
#drawernav ul li ul li {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 0 none;
}
#drawernav ul li ul li a {
	width: 100%;
	display: block;
}
#drawernav ul li ul li a:hover {
	border-bottom: 1px solid #888;
}

@media screen and (max-width: 480px) {
#drawernav ul li ul li {
	font-size: 0.9em;
}
}
.sp_menu{
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 100;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	overflow: hidden;
	width: 130px;
}
#humberger {
	width: 45px;
	float: left;
	/*padding: 17px 10px 10px;*/
	padding: 7px 10px;
	height: auto;
}
.sp_menu .right{
	float: right;
	padding: 6px 10px 4px;
	font-weight: bold;
}
.icon-bar {
	height: 2px;
	margin-bottom: 6px;
	background: #212121;
	display: block;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.fixed-content {
	width: 100%;
	left: inherit;
	z-index: 2;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	background: #212121;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
body.drawer-opened #wrap {
	right: -300px;
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}
body.drawer-opened .fixed-content {
	right: -300px;
}
body.drawer-opened #drawernav {
	left: 0;
}
body.drawer-opened #humberger .icon-bar {
	background: #212121;
}
body.drawer-opened #humberger :nth-child(1) {
	transform: translate(0, 8px) rotate(45deg);
	-webkit-transform: translate(0, 8px) rotate(45deg);
}
body.drawer-opened #humberger :nth-child(2) {
	transform: translate(-20px, 0);
	-webkit-transform: translate(-20px, 0);
	opacity: 0;
}
body.drawer-opened #humberger :nth-child(3) {
	transform: translate(0, -8px) rotate(-45deg);
	-webkit-transform: translate(0, -8px) rotate(-45deg);
}
body.drawer-opened #overlay {
	z-index: 3;
	opacity: 0.3;
	right: -300px;
}
#header {
	width: 100%;
	text-align: center;
	position: fixed;
	z-index: 1000;
}
#header h1#logo {
	margin: 5px auto;
    text-align: left;
    margin-left: 180px;
}
#header h1#logo img {
	width: auto;
	max-width: 80% !important;
}
#header ul#aboutNav {
width: auto;
margin: -45px auto 0 auto;
float: right;
font-size: 0.85em;
 line-height: 1.3em;
}
#header ul#aboutNav li {
 width: auto;
 float: right;
 margin-right: 30px;
}
#header ul#aboutNav li:first-child {border-right: 1px solid #ccc;}
#header ul#aboutNav li a {
 padding: 2px 0;
 display: block;
 color: #0069a0;
}
#header ul#aboutNav li.hbluebtn button {
	width: 90%;
	padding: 3px;
	display: block;
 text-align: center;
	background-color: #009cbf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0 none;
	color: #fff;
	font-size: 15px;
 line-height: 1.1em;
}
#header #inquiryBtn {
	width: 250px;
	padding: 3px 0 3px 70px;
	display: block;
	text-align: left;
	background-color: #ea5519;
	background-image: url(../img/common/mail.png);
	background-position: 40px center;
	background-repeat: no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0 none;
	color: #fff;
	font-size: 15px;
 line-height: 2.2em;
}
#sphBtn, #header h1#splogo {
display: none;
}

@media screen and (max-width: 768px) {
#header h1#logo {
display: none;
}
#header h1#splogo {
margin: 3px 0 0 65px;
float: left;
display: block;
}
#header h1#splogo img {
width: 70%;
}
#header ul#aboutNav {
display: none;
}
#sphBtn {
width: 25%;
 margin: 8px 5px 0 0;
 float: right;
padding: 3px;
display: block;
text-align: center;
background-color: #009cbf;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 0 none;
color: #fff;
font-size: 13px;
line-height: 1.1em;
}
}

@media screen and (max-width: 480px) {
#header {
padding: 10px 0 0 0;
}
}
.box_wrap {
	clear: both;
	overflow: hidden;
}
.fieldWrap {
	width: 1070px;
	margin: 0 auto;
}
a img:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	zoom: 1;
}
#section0 {
	background: url(../img/top/bg_sec000.png);
	background-size: cover;
	padding: 50px 0;
}
#section0 h2 {
	margin-bottom: 70px;
}
#section0 h2 img {
	width: 80%;
}
#section0 h5 {
	margin: auto auto 30px auto;
	text-align: center;
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	color: #db4e15;
}
#section0 .box_wrap ul {
	margin: 0;
	padding: 0;
	line-height: 0;
	display: flex;
}
#section0 .box_wrap ul li {
	background: #fff;
}
#section0 .box_wrap ul li img {
	width: 100%;
}
#section1 {
	background: url(../img/top/bg_sec003.png);
	background-size: cover;
}
#section1 h2 {
	text-align: center;
}
#section1 .imagescont {
	width: 400px;
	float: left;
}
#section1 .box_wrap .cont {
	width: 350px;
	padding: 20px;
	float: right;
	background-color: rgba(255,255,255,0.7);
}
#section1 .box_wrap .cont .txt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 173px;
}
#section1 .voice {
	background: url(../img/top/bg_seminar_info.png) 0 30px;
	padding: 20px 50px;
}
#section1 .voice ul {
	overflow: hidden;
}
#section2 {
	background: url(../img/top/bg_sec004.png);
	background-size: cover;
}
.sub_tit {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #db4e15;
	margin-bottom: 30px;
}
#section2 .box_wrap {
	background-color: rgba(0,156,191,0.3);
	padding: 20px 0;
}
#section2 .box_wrap ul li {
	padding: 0;
}
#section2 .box_wrap ul li {
	float: left;
	margin: 20px 20px;
}
#section3 {
	background: url(../img/top/bg_sec001.jpg);
	background-size: cover;
}
#section3 .cont {
	min-height: 330px;
	padding: 20px;
	background: rgba(255,255,255,0.7)!important;
}
#section3 .box_wrap ul {
	padding: 0;
	overflow: hidden;
}
#section3 .box_wrap ul li {
	width: 28.5%;
	margin: 25px;
	padding: 25px 15px 25px 25px;
	background-color: rgba(255,255,255,0.7);
	float: left;
	position: relative;
}
#section3 .box_wrap ul li .txt {
	text-indent: 2em;
}
#section3 .box_wrap ul li .ico {
	position: absolute;
	left: -20px;
	top: -20px;
}
#section3 .sec02 {
	background: url(../img/top/bg_3merit.png) 0 30px repeat;
	margin-top: 20px;
	padding: 20px 10px;
}
#section3 {
	background: url(../img/top/bg_sec001.jpg);
	background-size: cover;
}
#section4 {
	background: url(../img/top/bg_sec002.jpg);
	background-size: cover;
}
#section4 .box_wrap ul {
	overflow: hidden;
}
#section4 .catch{
	font-size: 22px;
	font-weight: 800;
	color: #db4e15;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 860px;
	height : 380px !important;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
        padding:10px;
}
#section4 .box_wrap ul.select_menu li {
	float: left;
	width: 48%;
	text-align: center;
	font-size: 18px;
}
#section4 .box_wrap ul.select_menu li ul {
	margin: auto auto auto 20px;
}
#section4 .box_wrap ul.select_menu li ul li {
	text-align: left;
}
#section4 .box_wrap ul.select_menu li ul li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	color: #000;
	vertical-align: middle;
}
#section4 .box_wrap ul.select_menu li ul li a::before, #section2 .box_wrap ul.select_menu li ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#section4 .box_wrap ul.select_menu li ul li a::before {
	width: 7px;
	height: 7px;
	left: 7px;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-left: 7px solid #0069a0;
}
#section4 .new_seminar {
	background: url(../img/top/bg_seminar_info.png);
}
#section4 .bxslider li {
	width: 332px;
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
}
#section4 .bxslider li h3 {
	color: #009cbf;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: #009cbf 3px solid;
	padding-left: 10px;
	text-align: left;
}
#section4 .bxslider li figure {
	margin-bottom: 20px;
}
#section4 .bxslider li figure img {
	width: 100%;
	height: auto;
}
#section4 .bxslider li table {
	margin-bottom: 30px;
	font-size: 14px;
	width: 100%;
}
#section4 .bxslider li table th {
	width: 30%;
	border: 1px solid #4dbad2;
	padding: 10px;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
	background: #009cbf;
}
#section4 .bxslider li table td {
	border: 1px solid #4dbad2;
	padding: 10px;
}
#section5 .list-2btn li:first-child {
	margin: 0 20px 0 0;
}
#section5 {
	background: url(../img/top/bg_sec005.png);
	background-size: cover;
}
#section5 .txt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#section5 .movie {
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	padding: 30px;
	margin-bottom: 30px;
	height: 370px;
}
#section5 .movie iframe {
	width: 600px;
	height: 310px;
}
#section5 .btn {
	padding: 0 100px;
	text-align: center;
}
#section5 .list-2btn li {
	display: inline-block;
	margin: 0 0 0 20px;
}
#section5 .list-2btn li:first-child {
	margin: 0 20px 0 0;
}
#section6 {
	background: url(../img/top/bg_sec006.png);
	background-size: cover;
}
#section6 ul.sec006voice {
	overflow: hidden;
	clear: both;
}
#section6 ul.sec006voice li {
	width: 31%;
	margin: auto 20px auto 0;
	display: block;
	float: left;
}
#section6 ul.sec006voice li:last-child {
	margin: auto 0;
}
#section6 ul.sec006voice li img {
	width: auto;
	max-width: 100% !important;
}
#section7 {
	background: url(../img/top/bg_sec007.png);
	background-size: cover;
}
#section7 .box_wrap {
	width: 100%;
	background: url(../img/top/bg_seminar_info.png);
}
#section7 .box_wrap ul {
	padding: 20px 20px 0 20px;
}
#section7 .box_wrap ul li {
	width: 321px;
	margin: 0 10px 30px 10px;
	padding: 20px 0 0 0;
	border-top: 3px solid #0069a0;
	display: block;
	vertical-align: top;
	float: left;
}
#section7 .box_wrap ul li h4 {
	font-size: 26px;
	margin-bottom: 10px;
}
#section7 .box_wrap ul li h5 {
	font-size: 16px;
	margin-bottom: 20px;
}
#section7 .box_wrap ul li p a {
	color: #595757;
}
#section7 .box_wrap ul li figure {
	width: 25%;
	margin-right: 10px;
	float: left;
}
#section7 .box_wrap ul li figure img {
	width: 100%;
}
#section7 .box_wrap ul li .cont {
	width: 55%;
	float: left;
}
#section7 .box_wrap ul li .cont p {
	font-size: 13px;
}
#section7 .box_wrap ul li .btn {
	width: 15%;
	float: right;
}
#section7 .box_wrap ul li .box {
	margin: 0 auto 30px auto;
	overflow: hidden;
	clear: both;
}
#section7 .box_wrap ul li .cont2 .tit a {
	margin-bottom: 20px;
	color: #046ca2;
	font-size: 18px;
	line-height: 1.5em!important;
	font-weight: bold;
}
#section7 .box_wrap ul li .cont2 .txt {
	line-height: 2.0;
	font-size: 10px;
	font-weight: bold;
}
#section8 {
	background: url(../img/top/bg_sec008.png);
	background-size: cover;
}
#section8 .btn {
	padding: 0;
	width: 100%;
}
#section8 .btn li {
	width: 100%;
	margin: 0 auto 30px;
	float: none;
	display: block;
}
#section8 .btn li img {
	width: auto;
	max-width: 100%!important;
}

.indexMainArea section{
	padding: 60px 0;
}
#section0 p{
	font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
.mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  transform: rotate(.03deg);
}
.indexhsize{
	font-size: 40px;
}
.indexhsize span{
	font-size: 30px;
    display: block;
    margin-top: 20px;
}
.newslist{
	padding: 10px 0;
    border-top: 1px solid #999;
}
.newslist li{
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}
.themeList>li{
	background: rgba(0,156,191,1);
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    flex-grow: 0;
    width: 45%;
}
.themeList h3 {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 3px solid #fff;
    padding: 0 0 10px;
    font-weight: bold;
}
.themeList a{
	color: #fff;
	text-decoration: none;
}
.themeList a:hover{
	opacity: 0.8;
}
#elected h5 {
    text-align: left;
    font-size: 1.2em;
}
.contents h5 {
    margin: 20px auto 10px auto;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.4em;
    font-weight: 600;
}
.voiceWrap>li{
	margin: 0 15px;
}
.sec006voice li{
	flex-grow: 0;
    width: 20%;
}
.voiceWrap img{
	width: 100%;
}
#section05 date,#section05 time{
	margin-right: 10px;
}
