/*
Theme Name: habakiri-child
Theme URI: https://t-cep.work/
Description: Habakiri-Child
Author: Y
Author URI: https://t-cep.work/
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Template: habakiri
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Economica|Monda|Play|Teko|Yanone+Kaffeesatz&display=swap');

body {
	font-size: 1.5em;
	letter-spacing: 0.2em;
}

.top {
	margin: auto;
	margin-top: -150px;
	text-align: center;
}

.top-heading {
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	font-size: 8em;
	color: #d70035;
	text-shadow:5px 5px 0px #fff;
	
}

.top-p {
	margin-top: -20px;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow:3px 3px 0px #444;
	font-family: 'Teko', sans-serif;
	letter-spacing: 0.2em;
}

.top span {
	color: #d70035;
	font-size:2em;
}

.top-copy {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	background: rgba(255,255,255,0.6);
	color: #451722;
	line-height: 1.4em;
	padding: 10px;
	box-shadow: 5px 5px;
	border-radius: 5px;
}

.top-organizer {
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	background: #451722;
	border-radius: 5px;
	margin-top: 50px;
	padding: 5px;
}

/* グローバルメニュー */


.menu li:last-child {
	color: #fff;
	background: #d70035;
}

.menu li:last-child a {
	font-weight: bold;
	color: #fff;
}


/* フッター */
.footer {
	color: #fff;
}

.copyright {
	color: #fff;
	text-align: center;
	background: #d70035;
}

/* TOP-セクション */
.section__title {
	width: 80%;
	margin: 1em auto;
	color: #444;
	font-size: 2em;
	display: flex;
	align-items: center;
	padding-bottom: 1.2em;
}
.section__title:before, .section__title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #d70035;
	display: block;
}
.section__title:before {
	margin-right: 1.5em;
}
.section__title:after {
	margin-left: 1.5em;
}

/* TOP-技術募集 */
.bg-tec {
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	height:400px;
	background:url(https://t-cep.work/wp/wp-content/uploads/2019/08/top-tec.png);
	background-position: center;
}

.bg-tec h1 {
	margin:1em 0;
}

/* TOP-講師紹介 */
.speaker-list {
	position: relative;
	text-align: right;
	background: linear-gradient(50deg,#d70035 0%,#990026 40%,#000 35%,#000 100%);
	color: #fff;
	text-shadow: 2px 2px #444;
	height: 399px;
}

.speaker-list-bottom {
	height: 250px;
}

.speaker-img {
	position: absolute;
	left: 2em;
}

.speaker-img-bottom {
	position: absolute;
	right: 0px;
}

.speaker-text {
	position: absolute;
	text-align: right;
	top: 30px;
	right: 5em;
}

.speaker-text-bottom {
	position: absolute;
	text-align: left;
	bottom: 20px;
	top: 6.8em;
	left: 2.5em;
}

.speaker-name {
	font-size: 2.8em;
	margin-bottom: 1.2em;
}

.speaker-title {
	font-size:1.2em;

}

.speaker-padding {
	padding: 20px 40px 0 80px;  
}

.speaker-daron {
	margin-top: -5px;
}

/* TOP-主催者 */
.organizer-logo {
	height: 180px;
}
.organizer {
	width: 90%;
    margin: auto;
}

.organizer-text {
	color: #000;
	font-size: 0.8em;
}



/* コンテンツ見出し */
.contents-h2 {
	border-bottom: solid 3px #d70035;
	position: relative;
	letter-spacing: 0.1em;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

.contents-h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width: 15%;
}

.contents-h3 {
	font-size:1.5em;
	border-bottom: solid 2px #d70035;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-bottom: 5px;
}


.obliqueness-hidden {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 400px;
}

.obliqueness {
	margin: 0;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	background: #d70035;
	color: #fff;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-45deg);
	height: 800px;
}

.obliqueness-contents {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(45deg);
	padding: 150px 100px 250px 100px;
	margin: 0 auto;
	text-align: center;
}



/* 概要・スケジュール */

.course-type {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}

.course-type h4 {
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;

}

.course-type p {
	font-size: 1.2em;
	padding-bottom: 10px;
}

.course-type1 {
	color: #fff;
	background: #d70035;
}

.course-type2 {
	color: #fff;
	background: #000;
}




/* 講師紹介 */
.speaker-h3 {
	font-size: 2em;
}



/* テーブル上下中央寄せ */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
	border-color: #fff;
}

/* テーブル下線 */
.table-border-b {
	border-bottom: solid 1px #dcdcdc !important;
}

/* 背景色 */
.bgcolor-carmine {
	color: #fff;
	background: #d70035;
	border-color:#d70035;
}

/* 文字色 */
.text-carmine {
	color: #d70035;
}

.bgcolor-gainsboro {
	background: #dcdcdc;
}

/* ボタンカラー */
.btn-black {
	color: #fff;
	background: #000;
	border-color: #000;
}

.btn-carmine {
	color: #fff;
	background: #d70035;
	border-color:#fff;
}


/* 余白 */
.padding20 {
	padding: 20px !important;
}

.padding-left20 {
	padding-left: 20px !important;
}

.padding-right30 {
	padding-right: 30px !important;
}

.margin-b-2 {
	margin-bottom: 2em;
}

.margin-b-5 {
	margin-bottom: 5.2em;
}

/* フォント */

.font-mincho {
	font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-size12 {
	font-size: 1.2em;
}


/* ゴール */
.box-goal {
    position: relative;
    margin-top: 1em;
    padding: 30px 15px 5px;
    background: #f5f5f5;
}
.box-goal .box-goal-title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 1.5rem;
    background: #000;
    color: #fff;
    font-weight: bold;
}
.box-goal p {
    margin-top: 0.5em; 
    padding: 0;
}

/* ページ内リンク位置調整 */
a.jump {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
    text-decoration: none;
    color: #000;
}

.jump:hover {
	color: #000;
}

.translucent:hover {
	opacity: 0.6;
}

.hovering-carmine:hover {
	color: #fff;
	background: #d70035;
	border-color: #d70035;
}

/* ラベルカラー */
.label-carmine {
	background: #d70035;
	border-color:  #d70035;
}

/* フォーム */
.form-group {
    border-bottom: solid 1px#dcdcdc;
    padding-bottom: 15px;
}

.form-group-last {
    border: 0;
}

span.wpcf7-list-item {
	display: block;
	font-size: 1.2em;
}


/* コンテナ */
.container-80 {
	width:80%;
}


/* 位置調整 */
.d-inline-block {
	display: inline-block;
}

.align-m {
	vertical-align: middle;
}

.sns-h1 {
	border-bottom: solid 3px #d70035;
	position: relative;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	font-size: 1.5em;
	margin-top: 1em;
}

.sns-h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width: 15%;
}


/* レスポンシブ */
@media (max-width: 1100px) {
	.speaker-list {
		position: relative;
		height:380px;
	}
	
	.speaker-list-res h2 {
		font-size:2.4em;
		margin-top: 65px;
		margin-right: -40px;

	}

	.speaker-list-res p {
		font-size:1em;		
		margin-right: -40px;

	}


	.speaker-list-bottom {
		height: 250px;
	}

	.speaker-list-bottom h2 {
		font-size: 1.6em;
		margin-top: 15px;
		margin-bottom:15px;
		margin-left: -15px;
	}

	.speaker-list-bottom p {
		font-size: 0.8em;
		margin-left: -20px;
		letter-spacing: 0.05em;
		line-height: 1.4em;
	}
	
	.fb-res {
		width: 110%;
	}
	
}



@media (max-width: 1000px) {
	.speaker-list {
		position: relative;
		height:400px;
	}

	.speaker-img {
		position:absolute;
		width: 55%;
		bottom: -12px;
		left: 0;

	}

	.speaker-list-res h2 {
		font-size:3em;
		margin-top: 50px;
		margin-right: -30px;

	}

	.speaker-list-res p {
		font-size:1.4em;
		margin-top: -1.8em;		
		margin-right: -30px;

	}

	.speaker-list-bottom {
		height: 250px;
	}

	.speaker-list-bottom h2 {
		font-size: 3em;
		margin-top: -70px;
		margin-left: 50px;
	}

	.speaker-list-bottom p {
		font-size: 1.8em;
		margin-left: 50px;
	}
	
}

@media (max-width: 770px) {
	.top {
		margin-top:-200px;
	}

	.top-p {
		margin-top: 0.4em;
		font-size: 1.2em;
		line-height:1.6em;
	}

	.top-copy {
		font-size: 1.2em;
	}

	.top-organizer {
		font-size: 1.2em;
		letter-spacing: 0.01em;
	}
	
	.res-logo {
		text-align:center;
	}

}

@media (max-width: 500px) {
	.top-p {
		margin-top: 0.4em;
		font-size: 1.6em;
		line-height:1.6em;
		text-align: left;
		margin-left: 30px;
	}

}



@media (max-width: 430px) {
    .top {
	margin-top:-180px;
	}

	.top-heading {
	font-size: 4.5em;
	}

	.top-p {
	margin-top: 0.4em;
	font-size: 1.4em;
	line-height:1.6em;
	text-align: left;
	margin-left: 30px;
	}


	.top-copy {
		font-size: 1.4rem;
	}

	.top-organizer {
		font-size: 1.8rem;
		line-height:1.6em;
	}
	
	.section {
		font-size: 0.8em;
	}

	.section h1{
		font-size: 2em;

	}

	.speaker-list {
		position: relative;
		height:360px;
	}

	.speaker-img {
		position:absolute;
		width: 80%;
		bottom: -12px;
		left: 0;
	}

	.speaker-list-res h2 {
		font-size:2.4em;
		margin-top: 4em;
		margin-right: -30px;
	}

	.speaker-list-res p {
		letter-spacing: 0.05em;
		font-size:1.1em;
		margin-top:-2.2em;		
		margin-right: -30px;
	}
	
	.speaker-list-bottom {
		height: 250px;
	}

	.speaker-list-bottom h2 {
		font-size: 2.4em;
		margin-top: 5px;
		margin-bottom:1.2em;
		margin-left: -5px;
	}

	.speaker-list-bottom p {
		letter-spacing: 0.005em;
		font-size: 1.4em;
		margin-left: -5px;
	}
	
	.speaker-title-bottom {
		font-size: 1.2em !important;
	}

	.margin-top-20 {
		margin-top: -20px;
	}
	
	.organizer-logo {
		width:80%;
		margin:auto;
	}

}

/* テーブルレスポンシブ */

@media screen and (max-width: 640px) {
table.table-res {
	width:100%;
	border-right:#d70035 solid 1px;
	border-collapse: collapse;
}
table.table-res thead th {
	background:#d70035;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table-res thead th:last-child {
	border-right:#d70035 solid 1px;
}
table.table-res tbody th {
	background:#d70035;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table-res tbody tr:last-child th {
	border-bottom:#d70035 solid 1px;
}
table.table-res tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#d70035 solid 1px;
	border-bottom:#d70035 solid 1px;
	vertical-align:top;
}


table.table-res thead {
	display:none;
}
table.table-res tbody th {
	display:block;
}
table.table-res tbody td {
	display:block;
}
table.table-res tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table-res tbody td p {
	padding-left:6em;
}
.br::before {
	content: "\A\A" ;
	white-space: pre ;
}

.table-res-margin {
	margin-left: -80px;
}

}

@media screen and (max-width: 340px) {
	table.table-res-ml-10 {
		margin-left:-10px;
	}
}

/* ダミー系 */
.sns-sample {
	width: auto;
	height: 400px;
	background: #f5f5f5;
	margin-bottom: 30px;
}

.link-sample {
	height: 100px;
	background: #f5f5f5;
	width: 40%;
	margin: 20px;
}

.imag-sample {
	width: 100%;
	height: 300px;
	background: #f5f5f5;
	font-size: 5em;
	padding-top: 50px;
	color: #d70035;
}


/*投稿ページ*/
.entry-meta__list {
	display: none;
}

.entry__title {
	display: none;
}


.teacher-list {
	font-size: 0.8em;
}

.teacher-list a {
	color:#000;
}

.teacher-list img {
	width: 200px;
	height: 250px;
	object-fit: cover;
}

.teacher-list-box {
	margin:10px;
	padding: 10px;
	border: solid;
}

@media screen and (min-width: 1000px) {
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}