
.entry-content ul.list_checkb {
border: solid 3px #ffb03f;/*外側の罫線の太さと色*/
padding: 0.3em 1.2em;
position: relative;
}

.entry-content ul.list_checkb li {
line-height: 1em;
padding: 0.2em 0 1em 1.4em;
border-bottom: dashed 2px #ffb03f;/*点線の太さと色*/
}

.entry-content ul.list_checkb li:before {
width: 0; /*リストマークを消す*/
height: 0; /*リストマークを消す*/
font-family: fontawesome;
content:"\f058";/*アイコン種類*/
position: absolute;
font-size: 1.5em; /*アイコンのサイズ*/
left: -0.1em; /*左端からのアイコンまで*/
line-height:11px;/*行間*/
color: #ffb03f; /*アイコンの色*/
}

.entry-content ul.list_checkb li:last-of-type{
border-bottom: none;
padding-bottom: 0;
}







img.w {
border:1px solid #c7c7c7c7;
}


.wpcf7 select
{
    width: 20%;
}



.form-width { max-width: 100%;}



.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #F7CF2E;
transition: 0.3s;
}
.wpcf7-submit:hover {
background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}


/*セミナー申し込みフォーム */
table.cf7-seminar{
	width:85%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

.single .entry-content table.cf7-seminar,
.page .entry-content table.cf7-seminar-policy, .single table.cf7-seminar-policy,
.page .entry-content table.cf7-seminar{
display:table;
}

/*日程整列 */
.cf7-seminar .wpcf7-list-item{
	display:block;	
	margin:.5em 0;
}

/*入力欄の色*/
.cf7-seminar input, .cf7-seminar textarea {
	border: 1px solid #d8d8d8;
	border-radius:5px;
}
.cf7-seminar ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.cf7-req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.cf7-unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*区切り線*/
.cf7-seminar tr{
	border-top: 1px solid #e5e5e5;
}

/*タイトル背景色*/
.cf7-seminar th{
	background-color:#ebedf5;
	text-align:left;
}

/*プライバシーポリシー欄*/
table.cf7-seminar-policy{
	margin:0 auto;
	text-align:center;
	width:75%;
}
.cf7-seminar-policy p{
	margin-bottom:0;
}

.cf7-seminar-policy td ,.cf7-seminar-policy th{
border:none!important;
}


.privacy-box{
	height:200px;
	overflow-y:scroll;
	border:2px solid #ddd;
	background-color:#FAF8EE;/*薄い黄色*/
	border-radius:.5em;
	line-height:1.3em;
	font-size:.9em;
	margin-bottom:1.5em;
	text-align:left;
}

/* 「送信する」ボタン */
.cf7-btn input.wpcf7-submit {
	background-color:#f79034;/*オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0 100px 0; 
}
.cf7-btn{
	text-align:center;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.cf7-seminar, table.cf7-seminar-policy{
		width:100%;
	}
	
	table.cf7-seminar{
		border:2px solid #e5e5e5;
	}
		
	.cf7-seminar tr, .cf7-seminar td, .cf7-seminar th{
		display: block;
		width: 100%;
		line-height:2.5em;
	}
}

#top_carousel {
		display: none;
	}




