@charset "utf-8";
/*@import url(https://weloveiconfonts.com/api/?family=fontawesome);*/

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
#dentistPage #pageTitle h1 {
	background: none;
	padding-left: 0;
	text-align: center;
}
p.privacy {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 12px;
}
.title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.txt {
	font-size: 16px;
	text-align: center;
}
.profile {
	margin-bottom: 20px;
}
.profile ul{
	display: flex;
	align-items: center;
}
.note-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #D3D3D3;
}
.note-box p {
	padding: 0 !important;
	font-size: 18px !important;
}
.note-box .note{
	padding: 5px 0 0 0 !important;
	font-size: 14px;
}
.name {
	font-size: 22px;
}
.status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 28px;
	color: #679630;
	border: solid 1px #679630;
	font-size: 16px;
	margin-left: 20px;
}

#login input {
  border: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
  -webkit-appearance: none;
}
after { clear: both; }

#login {
  margin: 50px auto;
  width: 320px;
}
#regist {
  margin: 50px auto;
  width: 96%;
  max-width: 900px;
}
#answer {
  margin: 50px auto;
  width: 96%;
  max-width: 900px;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	border-left: solid 5px #b5cd60;
}
.note {
	font-size: 12px;
}
.note-study {
	font-size: 12px;
	text-indent: -1.3em;
	margin-left: 1.3em;
	margin-bottom: 30px;
}
dl.tbl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
dl.tbl > dt{
	width: 40%;
	padding: 5px 5px 5px 15px;
	margin: 0;
	box-sizing: border-box;
	border-left: solid 5px #b5cd60;
	font-size: 16px;
}
dl.tbl > dd{
	width: 60%;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
	
}
.assessment dl.tbl > dt{
	width: 100% !important;
	padding: 5px 5px 5px 15px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
	border-left: solid 5px #b5cd60;
	font-size: 18px;
	font-weight: bold;
}
.assessment dl.tbl > dd{
	width: 100%;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	font-size: 16px;
	
}
.assessment dl.tbl > dd > ul > li{
	padding: 5px 0 5px 2em;
}
.assessment dl.tbl > dd > ul > li > label {
	position: relative;
}
.assessment dl.tbl > dd > ul > li > label > .radio {
	position: absolute;
	top: 1px;
	left: -2em;
}
.input {
	font-size: 16px;
	border: solid 1px #CCCCCC;
	padding: 5px 8px;
	box-sizing: border-box;
	border-radius: 5px;
}
.select {
	padding: 5px;
	border: solid 1px #CCCCCC;
}
.list-style {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-style li{
	margin: 0 0 10px 0;
}
.list-style li:last-child{
	margin: 0 0 0 0;
}
.jda-entry-dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	
}
.jda-entry-dl.bottom{
	margin-top: 15px;
}
.jda-entry-dl dt {
	width: 6em;
	margin: 0;
	font-size: 14px;
}
.jda-entry-dl dd {
	width: calc( 100% - 6em );
	margin: 0;
}
.jda-entry-01 {
	width: 2.5em;
}
.jda-entry-02 {
	width: 3.5em;
}
.jda-entry-03 {
	width: 4.5em;
}
.jda-entry-04 {
	width: 6em;
}
.name2 {
	width: 6em;
}
.zip-1 {
	width: 3.5em;
}
.zip-2 {
	width: 3.5em;
}
.pref {
	width: 80%;
}
.occupation {
	width: 80%;
}
.affiliation {
	width: 80%;
}
a.btn-regist {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #FF5F00;
	width: 50%;
	height: 40px;
  	border-radius: 3px;
	margin: 0 auto 30px;
	font-size: 16px;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}
a.btnBack {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #999;
	width: 100px;
	height: 40px;
  	border-radius: 3px;
	margin: 0 auto 30px;
	font-size: 16px;
	text-decoration: none;
	margin-top: 20px;
}
a.btn-regist:hover {
	background: #FF2700;
}
#login form,
#regist form,
.answer-box{
  margin: auto;
  padding: 22px 22px 22px 22px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#login form span {
  background-color: #e5e5e5;
  border-radius: 3px 0px 0px 3px;
  border-right: 3px solid #fff;
  color: #333;
  display: block;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
}

#login form input[type="text"] {
  background-color: #e5e5e5;
  border-radius: 0px 3px 3px 0px;
  color: #333;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 235px;
  height: 50px;
}

#login form input[type="password"] {
  background-color: #e5e5e5;
  border-radius: 0px 3px 3px 0px;
  color: #333;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 235px;
  height: 50px;
}

#regist form input[type="submit"],
#login form input[type="submit"] {
  background: #b5cd60;
  border: 0;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
	font-size: 16px;
}
#regist form input[type="submit"]:hover,
#login form input[type="submit"]:hover {
  background: #16aa56;
}
#regist form input[type="submit"] {
	display: block;
	width: 150px;
	margin: 50px auto 0 auto;
}
.error {
	color: #CB0003;
	text-align: center;
	font-size: 14px;
	margin-bottom: 1em;
}
#contents {
    width: 100%;
}
#contentsBg {
	padding-top:30px;}
#pageTitle {
	width:100%;
	}

#contentsarea {
	width:96%;
	max-width:1200px;
	}

#pageTitle h1 {
    font-size: 30px;
}
.ico-pdf {
	width: 25px;
	height: 25px;
}
.ico-play {
	width: 25px;
	height: 25px;
}
table.list {
	width:100%;
	}
table.list tr._bg {
	background: #f3f7ee;
}
table.list,
table.list th,
table.list tr,
table.list td{
	border: solid 1px #bdbdbd;
	border-collapse: collapse;
}
table.list th,
table.list td {
	padding: 8px 8px;
	font-size: 14px;
}
table.list th {
	background:#679630;
	color: #fff;
}
.linkPDF {
	margin-bottom: 0 !important;
}
.linkPDF.-bottom {
	margin-top: 8px !important;
}
._t_c {
	text-align: center;
}
.name,
.time,
.size{
	display:block;
	}
.time,
.size{
	font-size: 10px;
	}
a .time,
a .size{
	color:#000;
	white-space: nowrap;
}
.col-document {
	width:6em;
	}
.col-movie {
	width:3em;
	}
.col-watch {
	width:5em;
	}
.status-ok {
	background: #f3f7ee;
	font-weight: bold;
}
.status-ng {
	background: #FFE4E4;
	font-weight: bold;
}
.status-ng a{
	display: flex;
	justify-content: center;
	align-items: center;
	background:  #cc0000 !important;
	color: #fff !important;
	width: 100px;
	height: 30px;
	border-radius: 15px;
}
.status-ready a{
	display: flex;
	justify-content: center;
	align-items: center;
	background:  #679630 !important;
	color: #fff !important;
	width: 100px;
	height: 30px;
	border-radius: 15px;
}
td a {
	color: #003500;
}
h2.assessment {
	text-align: center;
	font-size: 20px;
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}
h3.assessment {
	text-align: center;
	font-size: 40px;
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}
h4.assessment {
	text-align: center;
	font-size: 20px;
	border: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.is-sp {display: none;}
@media only screen and (max-width:900px){
	#login form,
	#regist form{
	  box-sizing: border-box;
	}
	
	#dentistPage #pageTitle h1 {
		font-size: 20px;
		font-weight: bold;
	}
	.is-sp {display: block;}
	#login {
	  margin: 20px auto 0 auto;
	  width: 100%;
	}
	#login form {
	  margin: auto;
	  padding: 15px;
		box-sizing: border-box;
	}
	#login form input[type="text"] {
	  width: calc( 100% - 85px );
	}

	#login form input[type="password"] {
	   width: calc( 100% - 85px );
	}
	.ttl-discussion {
		-ms-writing-mode: tb-lr;
  		writing-mode: vertical-lr;
	}
	table.list th,
	table.list td {
		padding: 6px 4px;
		font-size: 12px;
	}
	.time,
	.size{
		font-size: 10px;
		}
	.ico-pdf {
		width: 20px;
		height: 20px;
	}
	.ico-play {
		width: 20px;
		height: 20px;
	}
	dl.tbl > dt{
		width: 100%;
		font-size: 14px;
		margin-bottom: 8px;
	}
	dl.tbl > dd{
		width: 100%;
		padding: 5px 5px 5px 20px;
		font-size: 14px;

	}
	.confirm-dt {
		border: none !important;
		padding-top: 20px !important;
		padding-bottom: 5px !important;
		margin-bottom: 0 !important;
		padding-left: 0 !important;
	}
	.input {
		font-size: 14px;
	}
	.list-style li{
		margin: 0 0 15px 0;
	}
	.jda-entry-dl.bottom{
		margin-top: 15px;
	}
	.jda-entry-dl dt {
		width: 100%;
	}
	.jda-entry-dl dd {
		width: 100%;
		padding-left: 25px;
		box-sizing: border-box;
	}
	.pref {
		width: 100%;
	}
	.occupation {
		width: 100%;
	}
	.affiliation {
		width: 100%;
	}
	table.list {
		width: 1000px;
	}
}
/************************************************************************************
レスポンシブ用テーブル調整
*************************************************************************************/


table.timeTable,
table.pointTable { width: 100%; margin-bottom:3em; font-size:140%; line-height:160%;}

table.timeTable a,
table.pointTable a { color:#9e433e}

table.timeTable p,
table.pointTable p { margin-bottom:0px !important; padding-bottom:0px !important;}

table.timeTable,
table.timeTable th,
table.timeTable tr,
table.timeTable td,
table.pointTable,
table.pointTable th,
table.pointTable tr,
table.pointTable td{
	border-collapse: collapse;
	border: 1px solid #c7c4ba;
	text-align:left;
}

table.timeTable th,
table.pointTable th {
	background-color: #938e84;
	color:#FFF;
	width:30%;
	font-weight:normal;
}

table.timeTable th,
table.timeTable td,
table.pointTable th,
table.pointTable td{
	padding:1em;
}

.end,
.red {
	color: red;
	font-weight: bold;
}

.w73p { width:73%;}

@media only screen and (min-width:641px){
#dentistPage #wrapper #contentsBg #contentsarea #contents .section p {
	padding-left: 1em;
}

}

#dentistPage #wrapper #contentsBg #contentsarea #contents .section h5 {
	margin-left: 1em;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:2px;
	margin-bottom:15px;
}

#dentistPage #wrapper #contentsBg #contentsarea #contents .section h6 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #89bb4e;
	padding-left:10px;
	margin-left:10px;
}


.box {
	border: 1px solid #CCC;
	padding: 15px 10px 5px 10px;
	margin-left: 2em;
	background-color: #F8F8F8;
}

p.linkWORD a{ display:inline-block;}

p.linkWORD a.noicon{ background:none; padding-left:0px; margin-left:0.6em;}

p.linkPDF a span,
p.linkWORD a span{ font-size:12px;}

@media only screen and (max-width:640px){

.w73p { width:100%;}
#dentistPage #wrapper #contentsBg #contentsarea #contents .section h5 {
	padding-left: 0em;
}

table.timeTable { width:94% !important; margin:0 auto 3em auto;}

table.timeTable tr,
table.timeTable thead,
table.timeTable tbody { border:none;}



table.timeTable{
	border-right: none;
	border-top: none;
	border-bottom: none;
}

table.timeTable th,
table.timeTable td{
	width:94% !important;
	display: block;
	border-top: none;
	border-left: none;
	margin:0 auto;
}

table.pointTable { width:94%; margin:0 auto 3em auto; font-size:88%;}

}
.workshop-number {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 8px;
}
.workshop-number_example {
	margin-left: 15px;
}

#login form span {
    background-color: #e5e5e5;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
}
.btn-pdf a{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #FF5F00 !important;
    width: 260px;
    height: 36px;
    border-radius: 18px;
	margin-left: 18px;
}
.btn-pdf a span{
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	position: relative;
	padding-left: 28px;
}
.btn-pdf a span::before{
	content: "";
	background: url("../img/ico-pdf.svg");
	background-size: cover;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	}
.btn-pdf a:hover{
	text-decoration: none;
	background: #cf3b00 !important;
}