@charset "UTF-8";
/*IME（日本語入力システム） 初期設定*/
/* 自動 */
input.mode1 { ime-mode: auto; font-size: 15px; }
/* 日本語入力モード（変更可能） */
input.mode2 { ime-mode: active; font-size: 15px; }
/* 英数字入力モード（変更不可） */
input.mode3 { ime-mode: disabled; font-size: 15px; }
/* 日本語入力モード（変更可能） */
textarea.mode4 { ime-mode: active; font-size: 15px; }

input, textarea, select{
	font-family : inherit;
	margin: 3px 0px;
}

input[type="text"],input[type="tel"], textarea, input[type="submit"],input[type="button"],input[type="date"],input[type="password"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing:border-box;
	font-family : inherit;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	border-radius: 3px;
	font-weight: normal;
	padding: 0px 2px;
	font-size: 15px;
	color: #000000;
	vertical-align: middle;
	}

select{
	position: relative;
	padding: 0px 30px 0px 3px;
	/* 矢印 */
	background-image: url(../images/select_ya.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	height: 28px;
	}

select::-ms-expand { /* IE,Edge用 */
display: none;
}

input::-ms-clear {
    visibility:hidden
	}

select::-ms-expand{
display: none;
}

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #F0F0F0;
	padding: 5px 10px;
	}

input[type="text"],input[type="tel"],input[type="date"],input[type="password"]{
	height: 27px;
}

/* ボタンにフォーカスが移った時 */
input[type="button"]:focus,input[type="submit"]:focus {
	border: #009ce6 solid 1px;
	background-color: #E0FFFF;
	}

/* ボタンにマウスが乗った時 */
input[type="button"]:hover,input[type="submit"]:hover {
	border: #009ce6 solid 1px;
	background-color: #E0FFFF;
	cursor: pointer;
	}

/* クリックされたとき */
input[type="button"]:active,input[type="submit"]:active {
	border: #009ce6 solid 1px;
	background-color: #E0FFFF;
	}

input[type="button"]:disabled,input[type="submit"]:disabled {
	color:#FFFFFF;
	border: 1px solid #DADADA;
	background-color: #DADADA;
	pointer-events: none;

}

span{
	display: inline-block;
}

label {
	cursor: pointer;
	display: inline-block;
	margin: 5px 30px 5px 10px;
}

::placeholder {
	color: #aaa;
}

.m_red {
	color: red;
}
body {
	background-attachment: fixed;
	background-position: top;
	background-color:#ffffff;
	font-size: 15px;
	text-align: center;
	color: #000000; 
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.noscript {
	border:#ff0000 solid 1px;
	margin: 10px auto 5px auto;
	clear:left;
	text-align: left;
	color:#ff0000;
	font-size: 14px;
	width:750px;
	padding: 5px;
}

.contents {
	margin:0px auto 0px auto;
	padding: 5px 5px 5px 5px;	/*上下、左右へのボックス内の余白。*/
	text-align: center;
	font-size: 16px;
	line-height:1.2em;           /* 行間 */
	width: 780px;
	}

.sime{
	margin:5px 0 10px 0;
	color: blue;
	font-weight: bold;
	text-align:center;
}

.header {
	margin:10px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
	padding: 0px;
}

.header h2{
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.3em;
	clear:both;
	border-bottom: 3px double #000000;
}


.seminar_com {
	margin: 5px 0px 10px 0px;
	padding: 10px 10px;
	font-size: 14px;
	text-align: left;
}

#kojin1 {
	margin: 10px 10px 0px 10px;
	padding: 10px 10px;
	font-size: 13px;
	border: 1px solid #D0D0D0;
	text-align: left;
}

#kojin2 {
	margin: 20px 0px 0px 0px;
	padding: 10px 10px;
	font-size: 14px;
	border: 1px solid #D0D0D0;
	text-align: left;
}

#kojin_btn{
	display: block;
	width: 180px;
	text-align: center;
	background-color: #F0F0F0;
	border: #808080 solid 1px;
	padding: 5px 10px;
	margin: 10px auto 0px auto;
}

#kojin_btn a{
	text-decoration:none;
	color: #000000;
}

#kiyaku {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 13px;
	border: 1px solid #D0D0D0;
	text-align: left;
}

#kiyaku ul{
	margin: 3px 0px 5px 0px;
	padding-left: 30px;
	padding-right: 10px;
	line-height:1.7em;
	list-style-type: decimal;
}

#kiyaku ul li{
	margin: 5px 0px;
	line-height:1.2em;
}

.doui{
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.error {
	margin: 100px auto 300px auto;
	clear:left;
	text-align: center;
	color:#ff0000;
	font-size: 18px;
	width:750px;
	}

/* 入力画面のエラーメッセージ */
.message {
	margin: 20px auto 5px auto;
	clear:left;
	text-align: left;
	color:#ff0000;
	font-size: 14px;
	width:750px;
	}

/* 入力画面・確認画面のボタン */
#button1{
	margin:15px auto 20px auto;
	width:300px;
	text-align: center;
	height: 45px;
}

#back {
	margin:0px 20px 0px 40px;
	float:left;
	}

#kakunin {
	clear: both;
	}

#sousin {
	float:left;
	}

input.button_start{
	font-size: 16px;
	width: 200px;
	height: 35px;
}

input.button_pc{
	font-size: 16px;
	padding: 5px 20px;
}

input.button_pc2{
	font-size: 14px;
	width: 110px;
	height: 25px;
}

form label:hover {
	background-color: #ffffD5;
}

/* 送信完了画面のボタン */
input.button_pc3{
	margin:100px 0px 0px 0px;
	font-size: 16px;
	width: 150px;
	height: 35px;
}


/* 送信完了画面 */
#thanks{
	margin:70px auto 70px auto;
	padding: 20px;
	text-align: center;
	clear: left;
	font-size: 20px;
	line-height:1.2em;
	}

#thanks2{
	margin:10px auto 70px auto;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	line-height:1.5em;
	width: 600px;
	}

/* 入力画面用 */
.required{
	color: red;
	font-size: 12px;
}

.comm_a{
	margin: 0 0 0 20px;
	font-size: 14px;
	text-align: left;
}

.comment{
	font-size: 12px;
}

table.tbl1 {
	border-collapse: collapse;
	border: #D0D0D0 solid 3px;
	margin: 10px auto;
	text-align: left;
	font-size: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.1em;           /* 行間 */
	width: 100%;
}

table.tbl1_k {
	border-collapse: collapse;
	border: #D0D0D0 solid 3px;
	margin: 10px auto;
	text-align: left;
	font-size: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.3em;           /* 行間 */
	width: 100%;
}

table.tbl1 th,table.tbl1_k th {
	border-bottom: #D0D0D0 solid 1px;
	background-color: #F0F0F0;
	padding: 10px 10px;
	font-weight: normal;
	width: 30%;
}

table.tbl1 td,table.tbl1_k td {
	border-left: #D0D0D0 solid 1px;
	border-bottom: #D0D0D0 solid 1px;
	background-color: #FFFFFF;
	padding: 5px 10px;
	min-height: 20px;
}

table.tbl2 {
	border-collapse: collapse;
	border: #D0D0D0 solid 3px;
	margin: 10px auto;
	text-align: left;
	font-size: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.tbl2_l {
	border-bottom: #D0D0D0 solid 1px;
	background-color: #F0F0F0;
	padding: 10px 10px;
	font-weight: normal;
	width: 105px;
}

.tbl2_r {
	border-bottom: #D0D0D0 solid 1px;
	background-color: #F0F0F0;
	padding: 10px 10px;
	font-weight: normal;
	width: 85px;
}

table.tbl2 td {
	border-left: #D0D0D0 solid 1px;
	border-right: #D0D0D0 solid 1px;
	border-bottom: #D0D0D0 solid 1px;
	background-color: #FFFFFF;
	padding: 5px 10px;
	min-height: 20px;
	width: 230px;
}

.namae {
	width:120px;
}

.tel {
	width:50px;
}

.txt {
	width:400px;
}

.txt_s {
	width:200px;
}

.ag {
	width:40px;
	text-align: right;
}

.renraku {
	width: 95%;
	height: 50px;
}

/* 受講者 */
#jukou2, #jukou3, #jukou4, #jukou5, #jukou6, #jukou7, #jukou8, #jukou9, #jukou10, #jukou11, #jukou12, #jukou13, #jukou14, #jukou15 {
	display: none;
}

.addbutton {
	margin: 20px 0px;
}

.addbtn {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	border: none;
	font-size: 16px;
	color:  blue;
}

#add3, #add4, #add5, #add6, #add7, #add8, #add9, #add10, #add11, #add12, #add13, #add14, #add15 {
	display: none;
}

/* ダウンロード画面用 */

.download {
	border: #808080 solid 1px;
	margin: 20px auto 200px auto;
	text-align: left;
	line-height:2em;
	width: 700px;
	padding: 20px 0px 20px 50px;
}

#passw {
	width: 130px;
	font-family: Tahoma;
}

/* エラー画面用 */
#error {
	margin:50px auto 70px auto;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	line-height:2em;
	width: 600px;
}

/* セコム */
#st_head {
	margin: 0px auto 0px auto;
	clear: left;
	width: 800px;
	}

#st_img {
	margin: 0px 5px 10px 5px;
	padding: 10px 0px 0px 0px;
	float: left;
	}

#st {
	margin: 20px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: 13px;
	width: 600px;
	text-align: left;
	}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #E0FFFF;	/*背景色*/
	padding: 10px 0px;
}
#copyright a {
	text-decoration: none;
}

#return-top {
	background-color: #00BFFF;
	border-radius: 50%;
	bottom: 10px;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	outline: 0;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 50px;
}

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

textarea{
	width: 100%;
	}

select {
	width: 100%;
}

.contents {
	padding: 0px 0px 0px 0px;	/*上下、左右へのボックス内の余白。*/
	width: 100%;
}

.header {
	font-size: 16px;
}

.fuku{
	font-size:15px;
}

.shusai {
	width: auto;
	margin-left: 0px;
}

.sime{
	width: auto;
}

#seminar {
	margin-right: 10px;
}

#seminar ul{
	padding-left: 30px;
}

.seminar_com {
	margin: 5px 10px 10px 10px;
}

.noscript {
	width: auto;
}

.error {
	width: auto;
	text-align: left;
	margin: 80px auto;
	}

#kojin1 {
	margin: 10px 5px 0px 5px;
}

table tr,
table th,
table td {
	display: block;
  }
  
table.tbl1 tr:first-child,table.tbl1_k tr:first-child {
	border-top: 1px solid #D0D0D0;  
  }
  
table.tbl1 th,
table.tbl1 td,
table.tbl1_k th,
table.tbl1_k td {
	padding: 8px 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	width: auto;
  }

table.tbl1 tr:last-child,table.tbl1_k tr:last-child  {
	border-top: 1px solid #D0D0D0;  
  }

table.tbl2 tr:first-child {
	border-top: 1px solid #D0D0D0;  
  }
  
table.tbl2 th,
table.tbl2 td {
	padding: 8px 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	width: auto;
  }

table.tbl2 tr:last-child {
	border-top: 1px solid #D0D0D0;  
  }

.txt {
	width: 100%;
}

.txt_s {
	width: 100%;
}

.message {
	width: auto;
	}


#st_head {
	width: 100%;
	}

#st {
	width: 75%;
	}

#return-top {
	background-color: #00BFFF;
	border-radius: 50%;
	bottom: 50px;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	outline: 0;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 45px;
}

#thanks ,#thanks2{
	width: auto;
	padding: 10px 20px;
	text-align: left;
	}

#thanks{
	margin:10px auto 0px auto;
	}

#thanks2{
	margin:0px auto 50px auto;
	}

#st_head {
	width: auto;
	}

#st_img {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	clear: both;
	}

#st {
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: auto;
	clear: both;
	}

/* エラー画面用 */
#error {
	margin:30px auto 50px auto;
	width: auto;
	padding: 10px 20px;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	font-size: 12px;
}

