@charset "utf-8";
/* CSS Document */
.backyard {
	background: url(../img/bg_sub.png) no-repeat bottom;
	background-size: cover;
}
header {
	height: 30px;
	background-color: #0d6fae;
	background-image: url(../img/headlogo.png);
	background-repeat: no-repeat;
	background-size: auto;
	text-align: center;
}
header img {
	margin: 5px 1%;
	width: 98%;
	max-width: 800px;
}
.wrapper {
	min-height: calc(100vh - 110px);
}
.wrapper.toppage {
	min-height: calc(100vh - 80px);
}
.main {
	width: 100%;
	min-height: 520px;
	background: url(../img/bg_top.png) no-repeat bottom;
	background-size: cover;
}
.main.pre {
	min-height: 450px;
}
.content {
	width: 96%;
	margin: 40px auto 20px;
	max-width: 940px;
	padding: 0 10px 10px;
	background: #FFF;
}
.content#toppage {
	margin: 0 auto;
	background: none;
}
.title {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.title .yokoku {
	max-width: 800px;
	text-align: left;
}
.title img.logo {
	margin-top: 20px;
	width: 100%;
	max-width: 800px;
}
.title img.date {
	margin-top: 20px;
	width: 80%;
	max-width: 480px;
}
.title img.uke {
	margin-top: 10px;
	width: 80%;
	max-width: 480px;
}
.buttons {
	display: flex;
	justify-content: space-between;
	width: 80%;
	max-width: 500px;
	margin: 20px auto;
}
.buttons div {
	width: 40%;
	text-align: center;
}
.buttons div a {
	display: block;
	width: 100%;
	height: 2.2em;
	padding: 8px 0;
	border-radius: 20px;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	text-align: center;
	font-weight: bold;
	box-shadow: 2px 2px 3px #666;
	transition: all .3s;
	font-size: 20px;
	line-height: 1.2em;
	cursor: pointer;
	color: #FFF;
}
.buttons div a:hover {
	box-shadow: none;
	transform: translate(2px, 2px);
	text-decoration: none;
	color: #FFF;
	text-shadow: none;
	opacity: .7;
}
.cpd {
	margin: 10px auto 0;
	padding: 10px 0 10px 75px;
	background: url(../img/cpd.png) no-repeat;
	background-size: auto 50px;
	max-width: 400px;
	min-height: 50px;
	color: #336;
	font-weight: bold;
	font-size: 	1.3em;
	letter-spacing: 0;
	line-height: 1.2em;
	text-shadow: 1px 1px 0 #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.buttons span{
	font-size: 14px;
	font-weight: normal;
}
.cpd span {
	letter-spacing: -0.05em;
}
.info {
	margin: 0 auto 1em;
	width: 90%;
	max-width: 700px;
}
.info .read {
	/*background: rgba(255,255,255,.5);*/
	padding: 10px;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}
.plan {
	margin: 0 auto;
	width: 90%;
	max-width: 800px;
	padding: 10px;
	background-color: #FFF;
}
.plan .detail {
	margin-top: 20px;
}
.plan .detail ul {
	padding-left: 20px;
}
.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 .detail li.lastline {
	line-height: 1.4em;
}
.schedule table {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.schedule th {
	background: #679;
	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%;
	padding: 5px 0 5px 5px;
}
.schedule td.speaker {
	padding: 5px 0;
}

/*SUB PAGE*/
.bread {
	padding: 10px 5px;
}
.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;
	box-shadow: 2px 2px 2px #666;
}
.button3 span {
	position: relative;
	font-size: 16px;
	z-index: 10;
}
.button3:hover, .button3:active {
	box-shadow: none;
	transform: translate(2px, 2px);	
}

/*SUMMARY*/
#summary h2 {
	width: auto;
	text-align: center;
	font-size: 24px;
	color: #069;
	border-bottom: 2px solid #069;
}
.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, .content .course_button .buttonB {
	width: 100%;
	max-width: 300px;
	height: 50px;
	color: #FFF;
	font-size: 18px;
	box-shadow: 2px 2px 2px #999;
	transition: all .3s;
	cursor: pointer;
	border-radius: 24px;
	border: none;
	font-weight: bold;
    text-align: center;
    background-image: linear-gradient(0deg, rgba(0, 51, 153, 1), rgba(102, 153, 255, 1));
    background-image: linear-gradient(0deg, rgba(0, 102, 255, 1), rgba(51, 204, 255, 1));
}
.content .course_button .buttonB {
    background-image: linear-gradient(0deg, rgba(51, 102, 0, 1), rgba(102, 255, 0, 1));
}
.content .course_button .buttonA:hover, .content .course_button .buttonA:active,
.content .course_button .buttonB:hover, .content .course_button .buttonB:active {
    background-image: linear-gradient(0deg, rgba(102, 153, 255, 1), rgba(0, 51, 153, 1));
    background-image: linear-gradient(0deg, rgba(51, 204, 255, 1), rgba(0, 102, 255, 1));
	transform: translate(2px, 2px);
	text-shadow: 2px 2px 0 #666;
	box-shadow: 0 0 0;
}
.content .course_button .buttonB:hover, .content .course_button .buttonB:active {
    background-image: linear-gradient(0deg, rgba(102, 255, 0, 1), rgba(51, 102, 0, 1));
}
.flow_area {
	max-width: 940px;
	margin: 20px auto;
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 2px #CCC;
}
.flow {
	display: flex;
	justify-content: space-between;
}
.flow .cpd_box, .flow .guest_box {
	width: 46%;
	max-width: 420px;
}
.flow .chart {
	position: relative;
	z-index: 1;
	margin: 30px 0;
}
.flow .chart > li {
    width: 100%;
    box-sizing: border-box;
	padding: 10px 0;
	font-weight: bold;
	color: #039;
	text-align: center;
	background: #06C;
	background: #CDF;
	border-radius: 5px;
	position: relative;
	line-height: 125%;
	margin-bottom: 50px;
}
.flow .guest_box .chart > li {
	background: #097;
	background: #CFC;
	margin-bottom: 50px;
	color: #030;
}
.flow .chart > li:after {
  	content: ' ';
  	width: 0;
  	height: 0;
  	border-left: 30px solid transparent;
  	border-right: 30px solid transparent;
  	border-top: 30px solid #09F;
	border-top: 30px solid #CDF;
  	position: absolute;
  	bottom: -29px;
  	left: calc(50% - 30px);
}
.flow .guest_box .chart > li:after {
	border-top: 30px solid #CFC;
}
.flow .chart > li:last-child:after {
	border-top: none;
}
.flow .cpd_box h3 {
	background: #CDF;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	color: #039;
}
.flow .guest_box h3 {
	background: #CFC;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	color: #030;
}
.flow h4 {
	font-size: 24px;
}
.logins {
	margin-top: 30px;
	font-size: 18px;
	color: #669;
	font-weight: bold;
}
.Lbutton a {
	display: block;
	margin: 10px 20px;
	padding: 10px 0;
	width: 200px;
	border-radius: 24px;
	text-align: center;
	background-image: linear-gradient(0deg, rgba(204, 51, 0, 1), rgba(255, 153, 0, 1));
	background-image: linear-gradient(0deg, rgba(102,102,102,1), rgba(204, 204, 204, 1)); 
	color: #FFF;
	box-shadow: 2px 2px 2px #999;
	transition: all .3s;
}
.Lbutton a:hover, .Lbutton a:active {
	text-decoration: none;
	box-shadow: none;
	background-image: linear-gradient(0deg, rgba(255, 153, 0, 1), rgba(204, 51, 0, 1));
	background-image: linear-gradient(0deg, rgba(204,204,204,1), rgba(102, 102, 102, 1)); 
	transform: translate(2px, 2px);
	text-shadow: 2px 2px 0 #666;
}

/*ENTRY*/
#entry .content {
	padding-top: 20px;
	max-width: 720px;
}
.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;
	font-size: 16px;
}
.form_area .come {
	margin-bottom: 20px;
}
.form_area dl {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: start;
}
.form_area .confer dl {
	border-bottom: 1px solid #CCC;
}
.form_area dl.text3 {
	align-items: start;
}
.form_area dt{
	width: 25%;
	font-weight: bold;
}
.form_area dd {
	width: 75%;
	line-height: 1.5em;
}
.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: left;
}
.form_area .text2 {
	width: 80px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
}
.form_area .zipcode {
	width: 80px;
	padding: 5px;
	font-size: 16px;
}
.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;
}

.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%);*/
	background: linear-gradient(#4fb5ef, #0076b9 100%);
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	box-shadow: 2px 2px 3px #666;
}
.Abutton.logins a {
	width: 160px;
	font-size: 16px;
	letter-spacing: .1px;
	transition: all .3s;
}
.Abutton span {
	color: #FFF;
	text-shadow: 1px 1px 3px #333;
	z-index: 1;
	position: relative;
	letter-spacing: .1px;
}
.Abutton a:hover, .Abutton a:active {
	text-decoration: none;
	box-shadow: none;
	transform: translate(2px, 2px);
}
/*.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;
}*/

/*LOGIN*/
#entry .content {
	max-width: 720px;
	margin: 30px auto 30px;
}
#login .bread {
	width: 60%;
	margin: 0 auto;
	padding: 10px 5px;
}
.login {
	margin: 30px auto 40px;
	width: 60%;
	max-width: 500px;
	min-width: 300px;
	padding: 20px 30px;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .1);
	background-color: #FFF;
	text-align: center;
}
.content section h3 {
	margin-bottom: 20px;
	border-bottom: 1px solid #669;
	/*font-size: 30px;*/
	color: #669;
	line-height: 2em;
	font-weight: bold;
}
.content section.entry h3 {
	font-size: 20px;
}
.content section.login h3 {
	font-size: 20px;
}
.login_box {
	margin: 30px auto;
	width: calc(100% - 40px);
	min-width: 200px;
	padding: 10px;
	font-size: 16px;
}

/*ADMIN*/
#admin.wrapper {
	min-height: calc(100vh - 120px);
}
#admin .content {
	width: 760px;
}
#admin h3 {
	margin: 15px 0 10px;
	font-size: 18px;
	border-bottom: 1px solid #666;
	font-weight: normal;
}
#admin form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#admin .submit_button {
	width: 48%;
	border: 1px solid #999;
	padding: 10px 0;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 16px;
	background-color: #EEE;
}
#admin table {
	margin-bottom: 30px;
}
#admin th, #admin td {
	border: 1px solid #CCC;
	padding: 4px 2px;
	text-align: center;
	background: #EEE;	
}
#admin td {
	background: #FFF;
	text-align: left;
}
#admin .container td {
	text-align: left;
	width: 75%;
}
#admin .container th {
	background: #EEE;
	width: 25%;
}
#admin td form input {
	width: 100%;
	min-height: 30px;	
}
.pager {
	display: flex;
	justify-content: space-between;
}
.pager input {
	width: 100px;
}
#admin .list th, #admin .list td {
	border: 1px solid #CCC;
	padding: 5px;
	text-align: left;
}
#admin .list th {
	width: 20%;
}
#admin .list th.last {
	line-height: 1.5em;
	padding-top: 10px;
}
#admin .list td.last {
	line-height: 50px;
}
#admin .list .dl_button {
	margin-left: 20px;
	padding: 0 15px;
	width: 60%;
	height: 30px;
	background: #06C;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #999;
	cursor: pointer;
}
#admin .list td.movie_check {
	padding: 0;
}
#admin .list td.movie_check table {
	margin-bottom: 0;
	table-layout: fixed;
	width: 100%;
}
#admin .list td.movie_check th {
	padding: 0;
	border: none;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
	text-align: center;
}
#admin .list td.movie_check td {
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	border: none;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#admin .list td.movie_check th:last-child, #admin .list td.movie_check td:last-child {
	border-right: none;
}
#admin .list td {
	width: 80%;
}
#admin dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #CCC;
	margin-bottom: 20px;
}
#admin dt {
	width: 20%;
	padding: 5px 0;
}
#admin dd {
	width: 80%;
	padding: 5px 0;
}

.sp {
	display: none;
}

/*FOOTER*/
footer {
	height: 50px;
	line-height: 50px;
	background-color: #069;
	text-align: center;
	color: #FFF;
}
footer .contact_button {
	width: 100px;
	padding: 3px 10px;
	border-radius: 8px;
	background: #09F;
	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;
}

@media all and (max-width:1220px) {
	header img {
		width: calc(99% - 100px);
		max-width: 800px;
		padding-left: 100px;
	}
}
@media all and (max-width:944px) {
	header img {
		width: calc(99% - 130px);
		max-width: 700px;
		padding-top: 10px;
		padding-left: 130px;
	}
}
@media all and (max-width:700px) {
	header img {
		width: 99%;
		max-width: 700px;
		padding-top: 20px;
		padding-left: 0;
	}
	.content ul.course_list {
		width: 80%;
	}
}
@media all and (max-width:680px) {
	#summary h2 {
		font-size: 20px;
	}
	.content .course_button ul {
		display: block;
	}
	.content .course_button li {
		width: 80%;
		margin: 0 auto;
	}
	.content .course_button li:first-child {
		margin: 0 auto 20px;
	}
	.content .course_button .buttonA, .content .course_button .buttonB {
		min-width: 320px;
	}
	.flow {
		display: block;
	}
	.flow .cpd_box, .flow .guest_box {
		width: 100%;
		margin: 0 auto;
	}
	
	.plan {
		width: 96%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


