/* Localized */

/* @media (min-width: 768px) and (max-width: 991px) {
 div.navbar-fixed-top {
	
}
}

.kousei {
	font-size:20px;
	line-height:180%;
}

.nerai {
	font-size:16px;
	line-height:180%;
}

/* .section_inner {
	width:960px;
	margin-left:auto;
	margin-right:auto;
} */

/* .sesstion {
	text-align:center;
	margin-bottom:40px;
	text-align:left;
}

.name {
	font-size:18px;
	margin-bottom:10px;
        line-height:160%;
}

.s_title {
	font-size:120%;
	margin-bottom:15px;
	border-bottom:1px dotted #B8B8B8;
	padding-bottom:10px;
}

.sub {
	font-size:16px;
	margin-bottom:10px;
	line-height:160%;
}

.naiyou {
	font-size:95%;
	margin-bottom:10px;
	line-height:160%;
}

.speaker {
	margin-bottom:10px;
}




.button {
	display: inline-block;
	width: 800px;
	height: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
	font-size:24px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button {
	position: relative;
	z-index: 2;
	background-color: #fb8e01;
	border: 2px solid #fb8e01;
	color: #fff;
	line-height: 80px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
.button:hover {
	background-color: #fff;
	border-color: #fb8e01;
	color: #fb8e01;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fb8e01;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #fb8e01;
}

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

mailform
 
---------------------------------- */

/* .formcation {
	margin-top: 5px;
	font-size: 14px;
	line-height: 180%;
}

#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 200px;
	text-align:right;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: 200px;
	
} */ 
/* #gaiyou a:link,#gaiyou a:visited  {
	color: #0249af;
	text-decoration: underline;
} */

/* #gaiyou a:hover {
	color: #0249af;
	text-decoration: none;
} */

/* div#naiyou,div#gaiyo,div#kyosan,div#syusai {
	margin-top:-140px;
padding-top:140px;
} */

/* .f01 {
	border:3px solid #00175A;
	padding:30px;
	text-align:left;
} */

/* .sesstion_title {
	border-bottom:1px solid #00175A;
	padding-bottom:5px;
	margin-bottom:15px;
	text-align:center;
	
}
.kigyo {
	border-bottom:1px dotted #333;
	padding-bottom:5px;
	margin-bottom:15px;
}
.yaku {
	font-size:16px;
} */


/* table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:16px;
}

table#table-01 th {
    padding: 15px 15px 15px 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
	font-weight:normal;
    line-height: 140%;
    text-align: center;
	width:200px;
	vertical-align:top;
}
table#table-01 td {
    padding: 15px 15px 15px 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	line-height: 170%;

} */

/* ul.list {
	margin-left: -20px;
} */

/* .img_right {
	float: right;
}
.c-both {
    clear:both; display:block; visibility:hidden;
} */

/* .red {
	color: #F80004;
} */
/* .und {
	text-decoration: underline;
} */

/* .btm_left {
	float: left;
}
.btm_right {
	float: right;
} */


/* .more {
	position: relative;
	display: inline-block;
	padding: .0em 4em;
	background-color: #60af20;
	border: 2px solid #60af20;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:10px;
	margin-bottom:40px;
	width:400px;
	font-size:20px;
	height: 100px;
	line-height: 100px;
	font-weight:bold;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 10px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
	text-decoration: none;
}
.more:visited {
	color: #fff;
}
.more:hover {
	background-color: #fff;
	color: #60af20;
	text-decoration:none;
}
.more:hover::after {
	border-left-color: #60af20;
}

.btn_wrap {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.formcation {
	font-size: 12px;
}
.title {
	background-color: #3085b2;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
}

input[type="checkbox"], 
input[type="radio"] {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}



.more02 {
	position: relative;
	display: inline-block;
	padding: .0em 4em;
	background-color: #60af20;
	border: 2px solid #60af20;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:40px;
	margin-bottom:40px;
	width:600px;
	font-size:20px;
	height: 80px;
	line-height: 80px;
}
.more02::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more02:link {
	color: #fff;
	text-decoration: none;
}
.more02:visited {
	color: #fff;
}
.more02:hover {
	background-color: #fff;
	color: #60af20;
	text-decoration:none;
}
.more02:hover::after {
	border-left-color: #60af20;
}

.special {
font-size: 16px;
	color: #e60012;
	font-weight: bold;
	
}

.camp {
font-size: 16px;
	color: #e60012;
	font-weight: bold;
	
}


.btm05 {
margin-bottom:10px;
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}
.sp_title {
		color:#fff;
		display: none;
		position: relative;
		margin-top: 5px;
		float: left;
		margin-left: 10px;
		font-weight: bold;
} */

/* ul#category  {
	list-style: none;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
}
ul#category li {
	border: solid #fff 15px;
    box-sizing: border-box;
    width: 30%;
	
	margin: 10px auto 10px auto;
	line-height: 150%;
	font-size: 14px;
	padding: 20px;
	background-color: #fff;
	
	
} */

/* @media screen and (max-width: 949px) {
	.section_inner {
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
	
.button {
	display: inline-block;
	width: 70%;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	font-size:30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button {
	position: relative;
	z-index: 2;
	background-color: #fb8e01;
	border: 2px solid #fb8e01;
	color: #fff;
	line-height: 70px;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
}
.button:hover {
	background-color: #fff;
	border-color: #fb8e01;
	color: #fb8e01;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fb8e01;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #fb8e01;
}



.more {
	position: relative;
	display: inline-block;
	padding: .0em 4em;
	background-color: #60af20;
	border: 2px solid #60af20;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:10px;
	margin-bottom:40px;
	width:80%;
	font-size:20px;
	height: 100px;
	line-height: 100px;
	font-weight:bold;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 10px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
	text-decoration: none;
}
.more:visited {
	color: #fff;
}
.more:hover {
	background-color: #fff;
	color: #60af20;
	text-decoration:none;
}
.more:hover::after {
	border-left-color: #60af20;
}

.btn_wrap {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

.btm_left {
	float: none;
}
.btm_right {
	float: none;
}

.title {
	background-color: #3085b2;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
}
.sp_title {
		color:#fff;
		display: block;
		position: relative;
		margin-top: 8px;
		float: left;
		margin-left: 10px;
		font-weight: bold;
	}
	
}

@media screen and (max-width: 750px) {
	
ul#category  {
	list-style: none;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
}
ul#category li {
	border: solid #fff 0px;
    box-sizing: border-box;
    width: 50%;
	padding-bottom: 40px;
	margin: 0px auto 0px auto;
	line-height: 150%;
	font-size: 14px;
	
	background-color: #fff;
}
	ul {
		margin: 0;
		padding: 0;
	}

	
	
.sub {
	font-size:3.5vw;
	margin-bottom:10px;
	line-height:160%;
}
.s_title {
	font-size:4vw;
	margin-bottom:15px;
	border-bottom:1px dotted #B8B8B8;
	padding-bottom:10px;
	line-height:170%;
}

.naiyou {
	font-size:3.5vw;
	margin-bottom:10px;
	line-height:160%;
}
.name {
	font-size:4.5vw;
	margin-bottom:10px;
}

.yaku {
	font-size:3.5vw;
	line-height: 140%;
}
/* .f01 {
	border:3px solid #4682b4;
	padding:15px;
	text-align:left;
} */
/* .kousei {
	font-size:4vw;
	line-height:160%;
	font-weight: bold;
}
	
.button {
	display: inline-block;
	width: 70%;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	font-size:5vw;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button {
	position: relative;
	z-index: 2;
	background-color: #fb8e01;
	border: 2px solid #fb8e01;
	color: #fff;
	line-height: 70px;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
}
.button:hover {
	background-color: #fff;
	border-color: #fb8e01;
	color: #fb8e01;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fb8e01;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #fb8e01;
}

	
.pcimg {
	display: none;
}
.spimg {
	display: block;
}

.section_inner {
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: auto;
	font-size: 16px;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	

}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
		text-align: left;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left:auto;
	
}
	
.pull-left {
  float: none !important;
	display: block;
}
	
	.sp_title {
		color:#fff;
		display: block;
		position: relative;
		margin-top: 8px;
		float: left;
		margin-left: 10px;
		font-weight: bold;
	}
	
	.section_inner p {
	font-size: 4vw;
}
	
table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:4vw;
}

table#table-01 th {
    padding: 10px 10px 10px 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 0px;
    background: #F5F5F5;
	font-weight:normal;
    line-height: 140%;
    text-align: center;
	width:100%;
	vertical-align:top;
}
table#table-01 td {
    padding: 10px 10px 10px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 0px 0px;
    text-align: left;
	line-height: 170%;

}
	
#table-01 th,
#table-01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .img_right {
  margin-top:-10px;
  }
	
	.img_right img {
		width: 45px;
	height: auto;
		margin-left: 5px;
		margin-bottom: 5px;
                margin-top:-10px;
	}
        
        
.more {
	position: relative;
	display: inline-block;
	padding: 20px 1em;
	background-color: #60af20;
	border: 2px solid #60af20;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:10px;
	margin-bottom:10px;
	width:90%;
	font-size:4.5vw;
	height: auto;
	line-height: 160%;
	font-weight:bold;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 10px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
	text-decoration: none;
}
.more:visited {
	color: #fff;
}
.more:hover {
	background-color: #fff;
	color: #60af20;
	text-decoration:none;
}
.more:hover::after {
	border-left-color: #60af20;
}

.btn_wrap {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

.btm_left {
	float: none;
}
.btm_right {
	float: none;
}

.title {
	background-color: #3085b2;
	text-align: center;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	padding: 20px;
}


} */