@charset "UTF-8";
/* ---------------------------------------------------------
   seminar.css【市民講座塗り替えセミナー】
----------------------------------------------------------*/
#seminar_detail{
	padding-top: 60px;
}
#seminar_detail h2{
	line-height: 1.5;
	font-size: 2em;
	padding: 12px 0px 12px 0px;
	background: #eb6120;
	color: #ffffff;
	position: relative;
	margin-bottom: 40px;
}
#seminar_detail h2::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #000000 transparent transparent transparent;
}

.hissu{
	font-size: 16px;
	padding-left: 5px;
}

.textRight{
	text-align:right;
}
.colorRed{
	color:#ff3333;
}
.colorOrange{
	color:#eb6120;
}

.seminar_table{
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	line-height: 1.5;
}
.seminar_table th, .seminar_table td{
	padding: 20px 20px 20px 20px;
	border-bottom: none;
	border-top: 1px solid #CCCCCC;
	text-align:left;
}
.seminar_table th{
	background: #f1f2f6;
	width: 260px;
	font-weight: 500;
}
.seminar_table td {
    font-weight: 500;
}

.hissu{
	font-size: 16px;
	padding-left: 5px;
}
#form-zipcode,#form-name,#form-address01,#form-address02, #form-address03,#form-phone,#form-mail,
#form-kana{
	width: 400px;
	border-radius: 5px;
	height: 33px;
}
#form-address01{
	height: 45px
}
#form-zipcode{
width:190px
}
#form-address01{
	width: 250px;
}

.btnPostal{
    height: 45px;
    padding: 10px 20px;
    background: #eb6120;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    border: none;
    margin-left: 15px;
}
p.mes {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}
.submitBox {
    text-align: center;
    margin-top: 50px;
    margin-bottom:80px;
}
a.btnPrivacy{
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 20px;
}

.seminar_table02{
	width: 100%;
	margin: 60px 0 80px;
}
.seminar_table02 th {
  background: #fdf4e6;
  width: 140px;
  font-weight: 500;
}
.seminar_table02 td {
	padding-left: 30px;
}
.seminar_table02 td p{
	font-weight: bold;
	line-height: 1.6;
}
.seminar_table02 th, .seminar_table02 td {
  	padding: 20px;
  	border-bottom: none;
	font-weight: bold;
  	border: 1px solid #CCCCCC;
  	text-align: left;
	line-height: 1.4
}
#seminar_detail .seminar_table02 .map {
	display: inline-block;
}
#seminar_detail .seminar_table02 .map a {
	background: #53ae21;
  	box-shadow: 0px 4px 0px #3f8518;
	padding: 6px 25px 7px;
	text-align: center;
	font-size: 14px;
	margin-left: 20px;
}
#seminar_detail .seminar_table02 .map a.arrow01::after {
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
}
.mar_b_20{
	margin-bottom:20px;
}
.mT40{
	margin-top: 40px;
}

#form-name,
#form-kana,
#form-zipcode,
#form-address01,
#form-address02,
#form-address03,
#form-phone,
#form-mail,
#form-consideration,
#form-about{
	padding: 5px 0px;
	border: 1px solid #CCCCCC;
}


#seminar_detail .cube_btn {
  background-color: #eb6120;
	box-shadow: 0 4px 0 #c0471f;
}
#seminar_detail .cube_btn_wrap:hover .cube_btn {
    box-shadow: 0 2px 0 #c0471f;
}

#form-address02,
#form-address03{
	width: 400px;
}

#form-mail{
	width: 400px;
}
#form-about{
	width: calc(100% - 50px);
	height: 300px;
	font-size: 18px;
	padding: 10px;
	box-sizing: border-box;
}
#form-consideration{
	width: calc(100% - 50px);
	height: 140px;
}
#btn_submit{
	text-align: center;
}

#form-kibou .wpcf7-list-item{
	display: block;
}
select#form-address01,input#form-address02,input#form-zipcode,input#form-address03{
	margin-left:15px;
}
:checked{
	background-color: #000;
}
input[type="submit"]{
	position: relative;
	z-index: 1;
    -webkit-appearance: none;
    border: 0;
    width: 200px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
		font-weight: bold;
    background-color: transparent;
}




#seminar_about h2.bdr-ttl{
	height: 120px;
	margin: 70px 0 20px;
}
#seminar_about h2.bdr-ttl p.ttl{
	display: inline-block;
	line-height: 60px;
	font-size: 42px;
	font-weight: 900;
	position: relative;
	margin: 0 50px;
}
#seminar_about h2.bdr-ttl p.bdr01, #seminar_about h2.bdr-ttl p.bdr02 {
    vertical-align: top;
    display: inline-block;
		margin-top: 20px;
    height: 80%;
}
#seminar_about h2.bdr-ttl p.bdr01 img,#seminar_about h2.bdr-ttl p.bdr02 img{
	width: auto;
	height: 100%;
}
#seminar_about h2.bdr-ttl p span{
	font-size: 48px;
	font-weight: 900;
	color: #eb6120;
}
.seminar-ttl01{
	display: inline-block;
	font-size: 50px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #eb6120;
	border-bottom: 4px solid #eb6120;
	margin-bottom: 40px;
}
.seminar-txt01{
	width: 640px;
	margin: 0 auto 40px;
	color: #fff;
	font-weight: bold;
	background-color: #eb6120;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	border-radius: 30px;
}
.seminar_subttl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    min-height: 75px;
}
.seminar_subttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}
.seminar_subttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-bottom: 3px solid #eb6120;
    border-right: 3px solid #eb6120;
}
.seminar_subttl h2{
	padding-left: 60px;
	font-size: 24px;
	color: #EB6120;
}
.seminar_subttl .point_item {
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seminar_subttl .point_item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #000000 transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #ffffff #ffffff;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
    z-index: -1;
}
.seminar-book li{
	float: left;
	width:45%;
	margin-right: 40px;
	/*text-align: center;*/
	line-height: 2;
}
.seminar-book li .img{
	width: 90%;
	/*margin: 0 auto;*/
}
.seminar-book li .txt01{
	font-size: 22px;
	line-height: 34px;
	font-weight: 900;
}
.seminar-book li .txt01 span{
	font-size: 18px;
	font-weight: bold;
}
.seminar-book li .txt02{
	font-size: 14px;
}
.seminar-book li:first-child{
	padding-top: 20px;
	/*margin-left: 6%;*/
}
.seminar-book li:last-child{
	margin-right: 0;
	text-align: center;
	float: right;
}
.seminar-book2{
	display: flex;
	margin: 40px 0 20px 0;
}
.seminar-book2 li{
	width: 50%;
	line-height: 2;
	padding-top: 20px;
}
.seminar-book2 li:first-child{
	margin-right: 40px;
}
.seminar-book2 li p img{
	padding-top: 40px;
}

h2.seminar-ttl02{
	font-size: 34px;
	padding: 40px 0 20px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
	border-bottom: 5px solid #eb6120;
	padding: 70px 0 20px;
	margin-bottom: 40px;
}
h2.seminar-ttl02::before {
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  bottom: -16px;
  border-right: 10px solid transparent;
  border-top: 15px solid #eb6120;
  border-left: 10px solid transparent;
}

#seminar_about .event-list {
	margin-bottom: 40px;
}
#seminar_about .event-list li{
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
#seminar_about .event-list ul li:last-child{
  border: 0 !important;
}
#seminar_about .event-list dl{
  display: table;
  width: 100%;
}
#seminar_about .event-list dd{
  display: table-cell;
  height: 40px;
  vertical-align: top;
}
#seminar_about .event-list li .date{
  width: 160px;
  font-size: 16px;
  line-height: 26px;
}
#seminar_about .event-list li .cate{
  width: 130px;
}
#seminar_about .event-list li .cate p{
  font-size: 12px;
  line-height: 26px;
  width: 120px;
  color: #fff;
  background-color: #ccc;
  text-align: center;
}
#seminar_about .event-list li .btn{
	width: 180px;
}

#seminar_about .event-list li .ttl{
  width: 600px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 26px;
}
#seminar_about .event-list li .date_over{
	text-decoration: line-through;
	color: #888888;
}
#seminar_about .event-list li .cube_btn_wrap{
  width: 169px;
  height: 40px;
  margin-left: 11px;
}
#seminar_about .event-list li .cube_btn{
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 30px;
}
#seminar_about .event-list li .cube_btn_wrap:last-child{
  margin-right: 0;
}
#seminar_about .event-list li .cube_btn.mapbtn{
  background: #53ae21;
  box-shadow: 0px 4px 0px #3f8518;
}
#seminar_about .event-list li .cube_btn_wrap:hover .cube_btn.mapbtn {
    box-shadow: 0 2px 0 #3f8518;
}
#seminar_about .event-list li .end .cube_btn{
  border: 0;
}
#seminar_about .event-list li .endbtn{
  font-size: 14px;
	line-height: 26px;
  border-radius: 5px;
  font-weight: bold;
  color: #ff4119;
  border: 2px solid #ff4119;
}
#seminar_about .event-list li .end .cube_btn:active{
  -ms-transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
#seminar_about .event-list li .cube_btn.arrow01::after {
  top: calc(50% - 4px);
  right: 5px;
  width: 5px;
  height: 9px;
}



@media screen and (max-width: 1000px){
	#form-zipcode {
    width: 130px;
	}
	#seminar_about h2.bdr-ttl p.ttl {
    line-height: 50px;
    font-size: 34px;
		margin: 0 30px;
	}
	#seminar_about h2.bdr-ttl p span {
    font-size: 36px;
	}
	.seminar-ttl01 {
    font-size: 38px;
	}
	.seminar-txt01 {
    width: 540px;
    line-height: 20px;
    font-size: 16px;
	}
	.seminar-book li .txt01 {
    font-size: 18px;
    line-height: 24px;
		margin-bottom: 5px;
	}
	.seminar-book li .txt02 {
    font-size: 12px;
	}
	h2.seminar-ttl02 {
    font-size: 28px;
	}
	#seminar_about .event-list li .date{
		font-size: 14px;
	}
	#seminar_about .event-list li .ttl {
    width: 300px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	#seminar_detail {
    padding-top: 40px;
	}
	.seminar-txt01 {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 20px;
	}
	.seminar_table02 {
    margin: 40px 0 50px;
		border-bottom: 1px solid #ccc;
	}
	.seminar_table02 th, .seminar_table02 td{
		width: calc(100% - 40px);
		display: block;
		border-bottom: 0;
	}
	.seminar_table th, .seminar_table td{
		padding: 20px 20px 20px 20px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
	}
	.seminar_table td{
		padding: 20px 20px 20px 20px;
	}
	.seminar_table tr:last-child{
		border-bottom: 1px solid #CCCCCC;
	}




	#seminar_about h2.bdr-ttl {
    height: 93px;
    margin: 40px 0 20px;
	}
	#seminar_about h2.bdr-ttl p.ttl {
	  line-height: 30px;
	  font-size: 20px;
	  margin: 0;
	}
	#seminar_about h2.bdr-ttl p span {
    font-size: 24px;
	}
	#seminar_about h2.bdr-ttl p.bdr01, #seminar_about h2.bdr-ttl p.bdr02 {
		vertical-align: bottom;
    margin-top: 0;
    height: 80%;
	}
	#form-name, #form-address01, #form-address02, #form-address03, #form-phone, #form-mail, #form-kana {
    width: 100%;
    height: 20px;
	}
	select#form-address01, input#form-address02, input#form-zipcode, input#form-address03 {
    margin-left: 0;
	}
	select#form-address01{
		height: 32px;
	}
	#form-zipcode{
		width: calc(100% - 25px);
		height: 20px;
		margin-bottom: 10px;
	}
	.btnPostal {
    height: 45px;
    padding: 10px 20px;
    background: #eb6120;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    border: none;
    margin-left: 0;
	}
	.seminar-ttl01 {
    font-size: 28px;
    text-decoration: underline;
    line-height: 1.4;
    border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.seminar-txt01 {
    width: 100%;
    line-height: 16px;
    font-size: 13px;
		margin-bottom: 20px;
	}
	.seminar-book li {
    float: none;
    width: 100%;
    margin-right: 0;
		margin-bottom: 30px;
	}
	.seminar-book li .img {
    width: 100%;
	}
	.seminar-book li .txt01{
	font-size: 16px;
	}
	.seminar-book li .txt01 span {
    font-size: 14px;
	}
	h2.seminar-ttl02 {
	padding: 40px 0 10px;
    font-size: 20px;
    line-height: 1.4;
	margin-bottom: 20px;
	}
	.seminar-book2{
	-ms-flex-direction: column;
    flex-direction: column;
	margin: 0 0 20px;
	}
	.seminar-book2 li{
	width: 100%;
	}
	.seminar-book2 li:first-child{
	margin-right: 0;
	}
	.seminar_subttl .point_item{
	width: 100%;
	justify-content: left;
	line-height: 1;
	}
	#seminar_detail h2 {
    line-height: 1.5;
    font-size: 20px;
    padding: 12px 0px 12px 0px;
    background: #eb6120;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
	}
	#seminar_detail h2::after {
    border-width: 50px 50px 0 0;
    border-color: #000000 transparent transparent transparent;
	}

	#seminar_about .event-list li {
		line-height: 1.8;
		padding-bottom: 10px;
	}
	#seminar_about .event-list li .date {
    width: auto;
    font-size: 12px;
    line-height: 20px;
	}
	#seminar_about .event-list li .date {
    width: auto;
    font-size: 12px;
    line-height: 20px;
  }
	#seminar_about .event-list dd {
    float: left;
    padding: 0 10px;
    display: block;
    height: auto;
    margin-bottom: 10px;
	}
  #seminar_about .event-list li .cate {
    width: auto;
  }
  #seminar_about .event-list li .cate p {
    line-height: 20px;
  }
  #seminar_about .event-list li .ttl{
    line-height: 20px;
    width: calc(100% - 20px);
  }
  #seminar_about .event-list li .endbtn{
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
  }
  #seminar_about .event-list li .ta-c{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  #seminar_about .event-list li .cube_btn_wrap {
    width: 96%;
    margin: 0;
  }
  #seminar_about .event-list li .cube_btn {
    width: 100%;
  }

}
@media screen and (max-width: 767px){
	#page_title_center h2{
		font-size: 30px;
	}
	.seminar-book li .txt01{
		font-size: 14px;
	}
}
