@charset "utf-8";
/* CSS Document */
.wrapper {
	padding-bottom: 10px;
	width: 100%;
	min-height: calc(100vh - 70px);
	background: url(../img/bg_top.jpg) no-repeat top;
	background-size: cover;
}
#summary .wrapper {

}
header {
	background-color: rgba(255,255,255,.6);
	background-color: rgba(0,51,153,.5);
	padding-top: 10px;
	height: 38px;
	border-bottom: 12px solid #8a6b16;
	border-bottom: 12px solid #039;
	text-align: center;
}
header.side {
	height: 70px;
	margin-bottom: 20px;
}
header img {
	margin: 0 auto;
	width: 98%;
	max-width: 700px;
}
.bread {
	/*height: 1.7em;
	line-height: 1.7em;*/
	margin-bottom: 10px;
	padding: 0 4px;
	/*border-bottom: 1px solid rgba(0,153,255,.2);
	background: rgba(255,255,255,.5);*/
}
#summary .bread, #entry .bread {
	/*background: rgba(0,153,255,.3);*/
}
.content {
	width: 100%;
	max-width: 1050px;
min-height: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#summary.content, #entry.content {
	display: block;
	margin: 10px auto 0;
	padding: 10px;
	width: 98%;
	max-width: 780px;
	background: #FFF;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .2);
}
.content section {
	margin-top: 20px;
}
.content section h3 {
	font-size: 18px;
	color: #669;
	line-height: 2em;
}
.content section h4 {
	font-size: 16px;
	color: #336;
}

.top_title {
	width: 40%;
	padding-top: 30px;
}
img.title_logo {
	width: 100%;
}
.cpd {
	margin-top: 50px;
	display: flex;
	align-items: center;
}
img.cpd_logo {
	width: 20%;
}
img.cpd_program {
	margin-left: 1%;
	width: 79%;
	max-width: 320px;
	max-height: 60px;
}
.top_entry {
	width: 55%;
	padding-top: 40px;
}
.top_entry img {
	width: 100%;
}
.top_entry img.pre_entry {
	margin-top: 10px;
	max-width: 540px;
}
.top_entry .read.pc {
	margin-top: 200px;
margin-top: 70px;
	margin-right: 10px;
	padding: 10px;
	background: rgba(255,255,255,.7);
	font-weight: bold;
	font-size: 18px;
}
.sp {
	display: none;
}
.plan {
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 1010px;
	background: #FFF;
	margin: -100px auto 0;
	display: flex;
	justify-content: space-between;
}
.plan .detail {
	width: 30%;
	padding-left: 2%;
}
.plan .detail li {
	width: calc(100% - 20px);
	margin-bottom: 10px;
	list-position: outside;
	list-style: disc;
	font-size: 1.1em;
	line-height: 1.2em;
}
.plan .schedule {
	width: 68%;
}
.schedule table {
	width: 98%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.schedule th {
	background: #69C;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
}
.schedule th.left_style {
	text-align: left;
	padding-left: 60px;
}
.schedule td {
	background: #FFF;
	border-bottom: 1px solid #999;
}
.schedule td.program {
	font-size: 110%;
}
.schedule td.position {
	font-size: 90%;
	line-height: 1.2em;
	padding: 5px 0 5px 5px;
}
.schedule td.speaker {
	padding: 5px 0;
}

.members {
	display: flex;
	justify-content: space-between;
	margin: 40px auto 20px;
	padding-left: 10px;
	width: calc(100% - 10px);
	max-width: 1020px;
}
.members div {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
}
.members div h4 {
	margin-bottom: 6px;
	width: 90%;
	background: #999;
	color: #FFF;
}
.members div:nth-child(1) {
	width: 32%;
	margin-right: 2%;
	padding-left: 2%;
	border-right: 1px solid #CCC;
}
.members div:nth-child(2) {
	width: 28%;
	margin-right: 2%;
	border-right: 1px solid #CCC;
}
.members div:nth-child(3) {
	width: 28%;
}
.members div p {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
}

/*SUMMARY*/
#summary h2 {
	width: auto;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	color: #003;
}
#summary h2 span {
	background: #970;
	background: #06C;
	padding: 5px 10px;
}
.content ul.course_list, ul.list {
	list-style: disc;
	list-style-position: outside;
	padding-left: 2em;
	margin: 10px 0 0;
}
.content ul.course_list {
	width: 60%;
	margin: 20px auto 0;
}
.content .course_button {
	margin: 20px 0;
	width: 100%;
	padding: 10px 0;
}
.content .course_button ul {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.content .course_button li {
	width: 48%;
	text-align: center;
	font-weight: bold;
}
.content .course_button .buttonA {
	width: 100%;
	max-width: 300px;
	height: 50px;
	color: #FFF;
	background-image: radial-gradient(circle, rgba(255,153,51,1), rgba(255,204,153,1) 90%);
	background-image: radial-gradient(circle, rgba(245,155,110,1), rgba(208,88,29,1) 90%);
	background-image: radial-gradient(circle, rgba(102,204,204,1), rgba(0,102,0,1) 90%);
	text-shadow: 1px 1px 0 #336;
	font-size: 20px;
	box-shadow: 2px 2px 0 #696;
	/*background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;*/
	transition: all .3s;
	cursor: pointer;
	border-radius: 20px;
	border: none;
	font-weight: bold;
}
.content .course_button .buttonB {
	width: 100%;
	max-width: 300px;
	height: 50px;
	color: #FFF;
	/*background-image: linear-gradient(90deg, rgba(73, 228, 144, 1), rgba(13, 164, 142, 1) 50%, rgba(73, 228, 144, 1));
	background-image: linear-gradient(90deg, rgba(204,255,153,1), rgba(102,153,102,1) 50%, rgba(204,255,153,1));
	background-image: radial-gradient(circle, rgba(51,204,153,1), rgba(0,102,51,1) 90%);*/
	background-image: radial-gradient(circle, rgba(102,204,204,1), rgba(51,102,153,1) 90%);
	text-shadow: 1px 1px 0 #363;
	font-size: 20px;
	box-shadow: 2px 2px 0 #669;
	transition: all .3s;
	cursor: pointer;
	border-radius: 18px;
	border: none;
	font-weight: bold;
}
.content .course_button .buttonA:hover {
	background-image: radial-gradient(circle, rgba(153,51,0,1), rgba(255,102,0,1) 90%);
	background-image: radial-gradient(circle, rgba(0,102,51,1), rgba(51,204,153,1) 90%);
	text-shadow: 2px 2px 0 #669;
	/*text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;*/
}
.content .course_button .buttonA:active, .content .course_button .buttonB:active {
	transform: translate(1px, 1px);
	box-shadow: 0 0 0;
}
.content .course_button .buttonB:hover {
	text-shadow: 2px 2px 0 #669;
	/*background-image: linear-gradient(90deg, rgba(102,153,102,1), rgba(204,255,153,1) 50%, rgba(102,153,102,1));*/
	background-image: radial-gradient(circle, rgba(0,102,51,1), rgba(51,204,153,1) 90%);
	background-image: radial-gradient(circle, rgba(51,102,153,1), rgba(102,204,204,1) 90%);
}

section.cpd_course {
	margin-top: 10px;
	padding: 10px;
	/*box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);*/
}
section.cpd_course h3, section.guest_course h3 {
	font-size: 18px;
	color: #970;
	color: #36C;
}
section.cpd_course p {
	margin-top: 5px;
}
section.guest_course, section.login_button {
	margin-top: 0;
	padding: 10px;
}

.flowA ul, .flowB ul {
	display: flex;
	flex-wrap: wrap;
}
.flowA li, .flowB li {
	position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 8px 0 5px;
    line-height: 1;
    background: #6C8;
    color: #336;
}
.flowB li {
	width: 33%;
	padding: 14px 0;
	background: #6CD;
}
.flowA li:nth-child(even) {
	background: #E84;
	background: #398;
}
.flowB li:nth-child(even) {
	width: 34%;
	background: #09C;
}
.flowA li:not(:last-child)::before, .flowA li:not(:last-child)::after,
.flowB li:not(:last-child)::before, .flowB li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 56px solid transparent;
    border-left: 24px solid #6C8;
    margin: auto;
}
.flowB li:not(:last-child)::before, .flowB li:not(:last-child)::after {
    border-left: 20px solid #6CD;
}
.flowA li:nth-child(even)::before, .flowA li:nth-child(even)::after {
    border-left: 20px solid #398;
}
.flowB li:nth-child(even)::before, .flowB li:nth-child(even)::after {
	border-left: 20px solid #09C;
}
.flowA li:not(:last-child)::before, .flowB li:not(:last-child)::before {
    margin-left: 2px;
    border-left-color: #FFF;
}
.flowA li:not(:first-child) img, .flowB li:not(:first-child) img {
	margin-left: 10px;
}
.cpd_class, .guest_class {
	width: 100%;
	background: #EEE;
	padding: 5px 0;
	cursor: pointer;
	text-align: center;
}
.Abutton a {
	width: 200px;
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 12px;
	/*background: #06F;
	background-image: radial-gradient(circle, rgba(0,153,255,1), rgba(153,204,255,1) 90%);*/
	background-image: radial-gradient(circle, rgba(153,153,153,1), rgba(204,204,204,1) 90%);
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	box-shadow: 1px 1px 2px #333;
}
.Abutton.logins a {
	width: 160px;
	font-size: 16px;
	letter-spacing: .1px;
}
.Abutton span {
	color: #FFF;
	text-shadow: 1px 1px 3px #333;
	z-index: 1;
	position: relative;
	letter-spacing: .1px;
}
.Abutton a:hover {
	text-decoration: none;
}
.Abutton a:active {
	text-decoration: none;
	box-shadow: none;
}
.Abutton a:hover::before {
	transform: scaleX(1);
}
.Abutton a::before {
	content: '';
	position: absolute;
	top: 0;
  	left: 0;
  	transform: scaleX(0);
  	transform-origin: 0 50%;
  	width: 100%;
  	height: inherit;
  	border-radius: inherit;
  	/*background: linear-gradient(
    	82.3deg,
    	rgba(0, 153, 255, 1) 20%,
    	rgba(18, 83, 229, 1) 90%
  	);*/
	background: linear-gradient(
    	82.3deg,
    	rgba(102,102,102,1) 20%,
    	rgba(255,255,255,1) 90%
  	);
  	transition: all 0.475s;
	z-index: 0;	
	text-decoration: none;
}

/*ENTRY*/
.forms h2 {
	margin-top: 5px;
	/*color: #990;
	border-bottom: 5px solid #990;*/
	color: #36C;
	border-bottom: 2px solid #36C;
	font-size: 20px;
}
.forms ol {
	list-style: disc;
	list-style-position: outside;
	padding-left: 2em;
	margin: 20px 0 0;	
}
.form_area {
	width: calc(100% - 40px);
	padding: 20px;
}
.content section .form_area h3 {
	margin-bottom: 10px;
	padding-left: 5px;
	color: #FFF;
	background: #990;
	background: #36C;
}
.form_area .come {
	margin-bottom: 20px;
}
.form_area dl {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: start;
}
.form_area dl.text3 {
	align-items: start;
}
.form_area dt{
	width: 25%;
	font-weight: bold;
}
.form_area dd {
	width: 75%;
}
.form_area dd div {
	margin-bottom: 10px;
}
.form_area .text1 {
	width: calc(100% - 10px);
	padding: 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	margin-top: -5px;
	border: 1px solid #999;
}
.form_area .text1::placeholder {
	text-align: right;
}
.form_area .text2 {
	width: 80px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
}
.form_area .hr {
	height: 20px;
	border-top: 1px dashed #999;
}
.button_area {
	display: flex;
	margin: 0 auto;
	width: 90%;
	max-width: 500px;
	height: 45px;
	overflow: hidden;
	justify-content: space-between;
}
.button_area .button1 {
	position: relative;
	margin: 0 auto;
	width: 160px;
	height: 40px;
	font-size: 110%;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: 1px 2px 3px #999;
}
.button_area .button1 span{
	position: relative;
	z-index: 10;
}
.button_area .button4 {
	width: 160px;
	height: 40px;
	margin-left: 20px;
	font-size: 110%;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: 1px 2px 3px #999;
}
.button_area .button1:hover, .button_area .button4:hover {
	background-color: #999;
}
.button_area .button1:active, .button_area .button4:active {
	box-shadow: none;
}

/*LOGIN*/
.login {
	margin: 80px auto 80px;
	width: 45%;
	max-width: 400px;
	min-width: 240px;
	padding: 20px 30px;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);
	background-color: #FFF;
	text-align: center;
}
.login.end {
	width: 80%;
	max-width: 800px;
}
.login.end form {
	max-width: 400px;
	margin: 0 auto;
}
.login h3 {
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 1px solid #999;
	text-align: center;
}
.login_box {
	margin: 30px auto;
	width: calc(100% - 60px);
	padding: 10px;
	font-size: 16px;
}
.login p {
	text-align: left;
}
.login .button3 {
	position: relative;
	width: 140px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 8px;
	outline: none;
	line-height: 1em;
	border: 1px solid #999;
	transition: ease .2s;
	display: inline-block;
	text-align: center;
}
.login .button3 span {
	position: relative;
	font-size: 16px;
	z-index: 10;
}

#summary .enq h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #36C;
	text-align: left;
	border-bottom: 2px solid #36C;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer {
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	background-image: linear-gradient(90deg, #886a16 58%, #c7ad02);
	background-image: linear-gradient(90deg, #039 58%, #39F);
}
footer .contact_button {
	width: 100px;
	padding: 3px 10px;
	border-radius: 8px;
	background: #69C;
	margin-left: 20px;
	font-size: 80%;
	transition: .5s;
	letter-spacing: -1px;
}
footer .contact_button:hover {
	background: #6CF;
}
footer .contact_button a {
	color: #FFF;
	transition: .5s;
}
footer .contact_button a:hover {
	text-decoration: none;
	color: #336;
}
.up_button {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 45px;
	height: 45px;
	overflow: hidden;
}
.up_button img {
	width: 100%;
}

@media all and (max-width: 920px) {
	.plan {
		display: block;
	}
	.plan .detail, .plan .schedule {
		width: 98%;
	}
}
@media all and (max-width: 860px) {
	.wrapper {
		min-height: 600px;
	}
	.top_entry .read.pc {
		display: none;
	}
	.read.sp {
		display: block;
		width: 80%;
		margin: 10px auto 0;
		padding: 10px;
		background: rgba(255,255,255,.7);
		font-weight: bold;
		font-size: 18px;
	}
	.members {
		display: block;
		margin: 20px 0;
	}
	.members div:nth-child(1) {
		width: 90%;
		border-right: none;
	}
	.members div:nth-child(2), .members div:nth-child(3){
		width: 90%;
		margin-top: 1em;
		margin-left: 2%;
		padding-right: 0;
		border-right: none;
	}
	#summary.content, #entry.content {
		width: 90%;
	}
	.content ul.course_list {
		width: 90%;
	}
	.flowA li img, .flowB li img {
		width: 80%;
	}
	.flowA li:not(:last-child)::before, .flowA li:not(:last-child)::after,
	.flowB li:not(:last-child)::before, .flowB li:not(:last-child)::after {
		display: none;
	}
	.flowA li:not(:first-child) img, .flowB li:not(:first-child) img {
		margin-left: 0;
	}

	
}
@media all and (max-width: 660px) {
	header, header.side {
		height: 60px;
		border-bottom: 10px solid #039;
	}
	.wrapper {
		min-height: 780px;
	}
	.content {
		display: block;
	}
	.top_title {
		width: 90%;
		max-width: 380px;
		margin: 0 auto;
		padding-top: 10px;
	}
	#summary.content, #entry.content {
		max-width: 600px;
	}
	.cpd {
		margin-top: 20px;
	}
	.top_entry {
		width: 90%;
		max-width: 380px;
		padding-top: 30px;
		margin: 0 auto;
	}
}
@media all and (max-width: 600px) {
	.wrapper {
		background: none;
		background-color: #DEF;
	}
	.content .course_button ul {
		display: block;
	}
	.content .course_button li {
		width: 90%;
	}
	.content .course_button .buttonA, .content .course_button .buttonB {
		margin: 0 auto;
		width: 80%;
	}
	.content .course_button .buttonA {
		margin: 0 auto 20px;
	}
	.up_button, .up_button img {
		display: none;
	}
	.form_area dl {
		display: block;
	}
	.form_area dt{
		width: 94%;
	}
	.form_area dd {
		width: 94%;
	}

}
@media all and (max-width: 540px) {
	.content section h3 {
		font-size: 16px;
	}
	#summary h2 {
		font-size: 18px;
	}
	table.pc {
		display: none;
	}
	table.sp {
		display: block;
		width: 90%;
	}

}