p.memo {
	text-align: left;
	width: 90%;
	margin: 15px auto;
}

#formWrap h3 {
    border-left: 5px solid #cf2323;
    padding-left: 15px;
    font-size: 1.8em;
    font-family: "HiraMinProN-W3", "MS PMincho", serif;
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-top: 40px;
    clear: both;
}


p.error_messe{
	margin:5px 0;
	color:red;
}



.formConfirm {
	max-width: 400px;
}
.formConfirm input[type="submit"] {
	background-color: #91BE42;
    border-color: #91BE42 #91BE42 rgb(98, 124, 52);
    color: #FFF;


    font-size: 17px;
    letter-spacing: 5px;
    font-weight: bold;

    border-bottom-width: 3px;
    padding: 0.533rem 0.933rem;
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: .25rem;
    margin-bottom:20px;
}

.formConfirm input[type="button"] {
	border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    color: #777;
    border-bottom-width: 3px;
    background-color: #FFF;
    padding: 0.533rem 0.933rem;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
}

.icon-new{
  padding: 5px;
  background: #A01527;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
}
.sem-name-title,
.sem-name-title a {
	color: #111;
	font-weight: bold;
	font-size: 18px;
}
.semi-name-sub {
	font-size: 15px;
	margin-top:8px;
}

#formWrap {
	width:100%;
	margin:0 auto;
	color:#333;
	line-height:1.4;
	font-size:17px;

	margin-bottom: 40px;
}

table.formTable{
	max-width: 450px;
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	background:#fff;
	table-layout: fixed;
}
table.formTable td,
table.formTable th{
	border:1px solid #ccc;
	padding: 8px;
	font-size: 15px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table.formTable td{
	width:70%;
}



.form-end-mobi {
	display: none;
}
@media screen and (max-width: 572px) {

	#formWrap h3 {
		border-left: 5px solid #cf2323;
    padding-left: 15px;
    font-size: 1.3em;
    font-family: "HiraMinProN-W3", "MS PMincho", serif;
    line-height: 1.5em;
    margin-bottom: 17px;
    margin-top: 20px;
    clear: both;
	}



	table.scheTable thead {
		display: none;
	}

	table.scheTable tr {
		border: 1px solid #ccc;

	}
	table.scheTable th {
		margin-top: 0px !important;
	}

.semi-name {
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	border-top:4px solid #c90000 !important;
}

.semi-loc {
	background:#ccc;
	font-weight: bold;
	font-size: 15px;
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
}
.semi-date{
	font-size: 14px;
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
}

.semi-yoyaku {
	display: inline-block !important;
	width:50% !important;
	font-size: 14px;
	border:0 !important;
}

.semi-yoyaku input[type="text"] {
	width: 50px;
}

.semi-interest {
	display: inline-block !important;
	width:50% !important;
	font-size: 14px;
	border:0 !important;
}

.form-end-mobi {
	display: inline;
	color: #A01527;
}
/* .semi-loc:before {
    content: "会場：";
    font-weight: bold;
    display: inline-block;

} */

/* .semi-date:before{
	content: "日程：";
    font-weight: bold;
    display: inline-block;
} */

.semi-web:before{
	content: "WEB受講：";
		font-weight: bold;
		font-size: 14px;
    display: inline-block;
}
.semi-yoyaku:before{
	content: "予約人数：";
    font-weight: bold;
    display: inline-block;
}
.semi-interest:after{
	content: "：興味あり";
    font-weight: bold;
    display: inline-block;
}



}



.mdtry {
	display: inline-block;
	padding:3px 6px;
	background:#A01527;
	border-radius: 3px;
	font-size: 10px;
	line-height: 1;
	color: #fff;
}

.form-item-list {
	font-size:12px !important;
	line-height: 1.3 !important;
	margin:0;
	padding:0;
	margin-left: 20px;
}
.form-item-list li {
	margin-bottom:4px;
	line-height: 1.3 !important;
}

.form-inner-text {
	font-size:13px;
	margin: 10px auto 0;
	text-align: left;
}

.form-inner-text strong{
	color: #A01527;
}


p.script {
	font-size:12px;
	margin: 10px auto 0;
}

.bundle-text {
	background:#FBEEEE;
	padding: 4px;
	font-size: 13px;
	margin-bottom:12px;
}

#formWrap .red {
	color: #A01527;
}

#formWrap .red_lt {
	color: #A01527;
	text-decoration: line-through;
}


input[type='text'],
input[type='number'],
textarea {
	width: 100%;
	font: 16px/24px sans-serif;
	box-sizing: border-box;
	padding: 0.4em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #111;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input[type='text']:focus,
input[type='number']:focus,
textarea:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

input[type='number'] {
	width: 90px;
}

input::placeholder {
	color: #aaa;
  }


.form-select-item {
	width: auto !important;
	font-size: 17px;
}

.form-check {
    margin-bottom: 8px;

}

.form-check-input {
    margin-top: .2rem;
}




.send-btn {
	width: 150px;
	font-size: 17px;
	letter-spacing: 5px;
	font-weight: bold;
}

.btn-center {
  margin: 0 auto;
  text-align: center;
}




/*�@�ȈՔŃ��X�|���V�u�pCSS�i�K�v�Œ���݂̂Ƃ��Ă��܂��B�u���[�N�|�C���g���܂ߎ��R�ɐݒ艺�����j�@*/
@media screen and (max-width:572px) {
#formWrap {
	width:100%;

	font-size:16px;
}



table.formTable {
	font-size:16px !important;
}
.formConfirm table.formTable{

	font-size:15px !important;
}

.formConfirm table.formTable td, .formConfirm table.formTable th {
    border: 1px solid #ccc;
    padding: 9px;
}


table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;

}

.formTable td {
	margin-top:-1px;
}
input[type="text"], textarea {
	width:100%;
	/*padding:5px;
	font-size:110%;
	display:block;*/
}
input[type="submit"], input[type="reset"], input[type="button"] {
	/*display:block;
	width:100%;
	height:40px;*/
}
}






.ac-title {
	display: block;
	padding:12px;
	background:#B1504E;
	color: #fff;
	margin-bottom:2px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.ac-title {
		display: block;
		padding:12px;

		background:#B1504E;
		color: #fff;
		margin-bottom:2px;
		position: relative;
	}

	.form-accordion .ac-title {

		padding-left: 30px;

	}

	.form-accordion .form-acc-button.ac-title:after {
		content: "\f067";
		font-family: "Font Awesome 5 Free";
	font-weight: 900;
		position: absolute;
		top: 11px;
		left: 13px;
	}
	.form-accordion .form-acc-button.ac-title.active:after {
		content: "\f068";
	}
}

/* アコーディオンメニュー */

.accbox2 {/*ボックス全体*/
    margin: 0 auto;
    padding: 0;
}

.accbox2 label {/*ラベル*/
    display: block;
    margin: 2px 0 0;
    padding : 11px 12px;
    color :white;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox2 label:hover {/*ラベルホバー時*/
    opacity: 0.85;
}

.accbox2 .accshow2 {/*中身を非表示にしておく*/
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc2:checked + .accshow2 {/*クリックで中身表示*/
    height: auto;
    padding: 5px;
    opacity: 1;
}

@media (max-width: 736px) { /* forSP */
	.accbox2 {
	    width: 100%;/*最大幅*/
	}
}

/* アコーディオンメニュー(セミナースケジュール) */
@media (max-width: 736px) { /* forSP */
	.accbox {
		padding: 10px 0;
	}
	.accbox label {
		font-size: 18px;
		border-top: solid 2px #B1504E;
	}
	.accbox label.label-title {
		background: #eee;
	}
	.accbox label.label-title:before {
		content: '\f054';
		font-family: 'FontAwesome';
		padding-right: 8px;
	}
	/*アイコンを入れ替える*/
	.cssacc:checked + label.label-title:before {
		content: '\f078';
	}
	.accbox .accshow .semi-detale {
		display: inline-block;
		font-size: 16px;
		padding: 3px 6px;
		border: solid 1px #c30001;
		border-radius: 5px;
		color: #c30001;
		margin: 5px auto;
	}
	.accbox .accshow .nodata {
		opacity: 0.3;
	}
	.accbox .accshow .semi-detale::after {
		content: '\f152';
		font-family: 'FontAwesome';
		padding-left: 4px;
	}
	.accbox .accshow tr {
		border: 1px solid #ccc;
	}
	.accbox .accshow .semi-box {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	.accbox .accshow .semi-box .semi-price {
		font-size: 16px;
		font-weight: bold;
		max-width: 50%;
	}
}
