@import url("/wp-content/themes/tsc2/css/reset.css");
@import url("/wp-content/themes/tsc2/css/theme.css");

/*
Theme Name: 東京しごとセンターヤングコーナースペシャルサイト テーマ
Author: SpaceShip
Description:
Version: 1.0
-------------------------------------------------------------- */
.pt10 {
    margin: 0 auto;
}
.pt10 a {
	height: 44px;
	color: #fff;
    text-align: center;
    font-weight: 700;
    background-color: #278EC4;
    border-radius: 4px;
    font-size: 1.6rem;
    transition: all .3s ease-out;
}
.pt10 a:hover {
	background: #fff;
	text-decoration: none;
	color: #278EC4;
	border: 1px solid #278EC4;
}
.pt11 {
    margin: 0 auto;
}
.pt11 a {
	height: 44px;
	color: #fff;
    text-align: center;
    font-weight: 700;
    background-color: #8BBC1C;
    border-radius: 4px;
    font-size: 1.6rem;
    transition: all .3s ease-out;
}
.pt11 a:hover {
	background: #fff;
	text-decoration: none;
	color: #8BBC1C;
	border: 1px solid #8BBC1C;
}
.no {
	margin: 0 0 50px;
}
.no p {
		font-size: 1.6em;
		line-height: 1.6;
}
#content .corp_search_box h2 {
	background-color: #278EC4;
	color: #fff;
	padding: 14px 15px;
	font-size: 2rem;
}

#content h2{
    font-size: 2.6rem;
}
#content h3{
    font-size: 2.5em;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.6;
	margin: 60px 0 30px;
	color: #278EC4;
	clear:both;
}
#content > h3:first-child,
.the-content > h3:first-child,
.section.tachiba > h3:first-child{
    margin-top: 0;
}

.search_block {
	border: 1px solid #DDD;
}
.search_block a {
	text-decoration: underline;
	color: #10408E;
}
.search_block a:hover {
	text-decoration: none;
}
.search_block h2 {
	font-size: 1.5rem;
	background: #10408E;
	color: #FFF;
	padding: 10px;
	margin: 0;
}
.search_block .inner {
	position: relative;
}
.search_block .inner dl {
	padding: 15px;
	background: #FFF;
}
.search_block .inner dl:nth-child(odd) {
	background: #F3F3F3;
}
.search_block .inner dt {
	float: left;
	width: 100px;
	font-weight: bold;
}
.search_block .inner dd {
	padding: 0 0 0 100px;
}
.search_block li {
	display: inline-block;
	width: 136px;
	font-size: 1.3rem;
}
.search_block .sub {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.search_block dd:last-child .sub {
	border-bottom: 0 none;
	margin: 0;
	padding: 0;
}
.search_block .sub_title {
	float: left;
	width: 140px;
	font-size:1.3rem;
    padding-top: 1px;
}
.search_block .sub_title .cmmt{
	line-height:1.5;
	font-size:0.9rem;
	letter-spacing: -1px;
}
.search_block .sub_body {
	float: left;
	width: 700px;
}
.search_block .sub_body li {
	width: 260px;
}
.search_block .sub_body li:nth-child(3n) {
	width: 160px;
}
.search_block .sub_body li a.disabled{
	color:#b3b3b3;
	text-decoration:none;
}
.search_block .sub_body li a.disabled:hover{
	cursor:default;
}
.search_block .sub.choice2 li,
.search_block .sub.choice2 .sub_body li:nth-child(3n) {
	width: 260px;
}
.search_block .sub.choice2 .sub_body li:last-child {
	margin-top:10px;
}

.search_block input {
	box-shadow: none;
	margin: 0 5px 0 0;
}
.search_block input[type=text] {
	background: #FFF;
	border-radius: 0px;
}
.search_block input[type="submit"] {
	background: #10408E;
	color: #FFF;
	border-radius: 3px;
	font-size: 1.3rem;
	width: 150px;
	padding: 10px 0;
	margin: 0;
}
.search_block .btn_search {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.feature {
	margin: 0 0 50px 0;
}
.feature dl {
	width: 480px;
	padding: 5px;
	background: #FFF;
	float: left;
	position: relative;
}
.feature dl:first-child {
	margin: 0 20px 0 0;
}
.feature dd {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 10px;
	background: rgba(255,255,255,0.9);
	font-weight: bold;
	line-height: 1.5;
}
#corp_title {
	font-size: 1.6rem;
	color: #333;
	font-weight: normal;
	width: 980px;
	margin: 0 auto;
	line-height:1.5;
}
.corp_detail {
	
	margin: 0 0 5px 0;
	background: #F5F5F5;
	position: relative;
}
.corp_detail a {
	display: block;
	padding: 20px;
}
.corp_detail a:hover {
	color: #444;
	opacity: 0.75;
}
.corp_detail .thumb {
	float: left;
	width: 230px;
}
.corp_detail .thumb img {
	width: 100%;
	height: auto;
}
.corp_detail .col-inner {
	float: right;
	width: 715px;
}
.corp_detail dt {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.corp_detail dt span{
	margin-left:1em;
	font-weight: normal;
	font-size: 85%;
}
.corp_detail dd {
	line-height: 1.5;
	margin: 0 0 15px 0;
	font-size: 1.4rem;
}
.corp_detail .hana_m {
	margin: 0 0 85px;
}
.corp_detail .hana_title {
	
	width: 250px;
	font-size: 1.2rem;
	line-height: 1.4;
	
	position: absolute;
	top: 60px;
	left: 265px;
}
.corp_detail .hana_title a {
	text-decoration: none;
	color:#F02A2A;
	font-weight: bold;
	
	background-image: url(img/bg_hana.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding: 8px 0 8px 50px;
	display: block;
}
.corp_detail .hana_title a:hover {
	text-decoration: underline;
	opacity: 1;
}
.corp_detail .hana_title .hana_detail {
	position: absolute;
	top: 50%;
	right: -28px;
	color: #394A53;
	font-size: 1.8rem;
	transform: translateY(-50%);
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.corp_detail .hana_title .hana_detail:hover {
	opacity: 0.75;
}
.corp_detail .hana_title .hana_detail::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f059";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.corp_detail .hana_detail_text {
	border: 2px solid #394A53;
	border-radius: 4px;
	color: #394A53;
	padding: 13px 30px 13px 15px;
	font-size: 1.3rem;
	width: 260px;
	line-height: 1.4;
	position: absolute;
	top: -100px;
	right: -200px;
	background-color: #fff;
	z-index: 100;
	display: none;
}
.corp_detail .hana_detail_text .my-parts {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
.corp_detail .hana_detail_text .my-parts span::before,
.corp_detail .hana_detail_text .my-parts span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #394A53;
}
.corp_detail .hana_detail_text .my-parts span::before {
  transform: rotate(-45deg);
}
.corp_detail .hana_detail_text .my-parts span::after {
  transform: rotate(45deg);
}
.corp_detail .corp_more {
	margin: 0;
}
.corp_detail .corp_more {
	background: #278EC4;
	border-radius: 4px;
	display: block;
	width: 140px;
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-size: 1.3rem;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
/*.corp_detail .cover {
	display: block;
}
.corp_detail .cover:hover {
	opacity: 0.75;
	color: #444;
}*/
.corp_info .bn {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 40px;
	margin: 70px 0;
}
.corp_info .bn h2 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.corp_info .bn .left_box {
	width: 450px;
	float: left;
	font-size: 1.6rem;
}
.corp_info .bn p {
	margin: 0 0 20px 0;
	line-height: 1.6;
}
.corp_info .bn p span {
	color: #103F8C;
	font-weight: bold;
}
.corp_info .bn .thumb {
	float: right;
	width: 389px;
	margin: 0;
}

.corp_info .bn #cb04{
	border-top: 0 none;
    padding-top: 0;
}
.corp_info .cbtn {
	display: flex;
	justify-content: space-between;
}
.corp_info .cbtn li {
	width: 210px;
	height: 42px;
	text-align: center;
	border-radius: 3px;
}
.corp_info .c01 {
	background: #EFB108;
	margin: 0 20px 0 0;
}
.corp_info .c02 {
	background: #2798E7;
}

.corp_block table {
	font-size: 1.6rem;
	width: 100%;
}
.corp_block th {
	background: #394A53;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	border-bottom: #fff 1px solid;
	color: #fff;
}
#cb01 th {
	width: 110px;
}
#cb01 td {
	width: 190px;
}
#cb03 th {
	width: 140px;
}
#cb03 td.w350 {
	width: 350px;
}
.corp_block td {
	padding: 10px;
	border-bottom: #FFF 1px solid;
	background: #F5F5F5;
}
.corp_block tr:last-child th,
.corp_block tr:last-child td {
	border-bottom: none;
}
.corp_block p span {
	color: #103F8C;
	font-weight: bold;
}
.corp_block .cbtn {
	width: 620px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.corp_block .cbtn li {
	width: 300px;
	height: 60px;
	text-align: center;
	border-radius: 3px;
}
#cb01 {
	margin: 0 0 50px 0;
}
#cb01 .inner {
	width: 600px;
	float: left;
	margin: 0 0 30px;
}
#cb01 .thumb {
	width: 270px;
	float: right;
}
#cb01 .thumb img {
	width: 100%;
	height: auto;
}
#cb01 .hana_title {
	
	width: 250px;
	font-size: 1.2rem;
	line-height: 1.4;
	
	margin: 0 0 10px;
	position: relative;
}
#cb01 .hana_title a {
	background-image: url(img/bg_hana.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding: 8px 0 8px 50px;
	display: block;
}
#cb01 .hana_title .hana_detail {
	position: absolute;
	top: 50%;
	right: -38px;
	color: #394A53;
	font-size: 1.8rem;
	transform: translateY(-50%);
	cursor: pointer;
	width: 30px;
	height: 30px;
}
#cb01 .hana_title .hana_detail:hover {
	opacity: 0.75;
}
#cb01 .hana_title .hana_detail::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f059";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#cb01 .hana_title a {
	text-decoration: none;
	color:#F02A2A;
	font-weight: bold;
}
#cb01 .hana_title a:hover {
	text-decoration: underline;
}
#cb01 .hana_detail_text {
	border: 2px solid #394A53;
	border-radius: 4px;
	color: #394A53;
	padding: 13px 30px 13px 15px;
	font-size: 1.3rem;
	width: 260px;
	line-height: 1.4;
	position: absolute;
	top: -100px;
	right: -200px;
	background-color: #fff;
	z-index: 100;
	display: none;
}
#cb01 .hana_detail_text .my-parts {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
#cb01 .hana_detail_text .my-parts span::before,
#cb01 .hana_detail_text .my-parts span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #394A53;
}
#cb01 .hana_detail_text .my-parts span::before {
  transform: rotate(-45deg);
}
#cb01 .hana_detail_text .my-parts span::after {
  transform: rotate(45deg);
}
#cb01 .cm_nm {
	font-size: 2.4rem;
	font-weight: bold;
	line-height:1.3;
	margin-bottom:10px;
}
#cb01 ul {
	margin: 0 0 15px 0;
	font-size: 1.4rem;
}
#cb01 li {
	line-height: 1.5;
}
#cb01 ul.cat456 {
	margin: 0 0 10px 0;
}
#cb01 ul.cat456 li {
	display: inline-block;
	margin: 0 10px 5px 0;
}
#cb01 ul.cat456 li a {
	display: block;
	padding: 0 2px;
	text-decoration: none;
	font-size:12px;
}
#cb01 ul.cat456 li a:hover {
	text-decoration: underline;
}
#cb01 a {
	text-decoration: underline;
}
#cb02 {
	margin: 0 0 80px 0;
}
#cb02 .inner {
	background: #F5F5F5;
	padding: 35px;
}
#cb02 .inner h3:first-child {
	margin-top: 0;
}
#cb02 .inner p:last-child {
	margin-bottom: 0;
}
#cb02 p {
	font-size: 1.6rem;
}
#cb03 h4 {
	border: none;
	font-size: 2rem;
	color: #333;
	margin: 50px 0 20px 0;
}
#cb03 p {
	text-align: right;
	font-size: 1.4rem;
	margin: 0 0 60px;
}
#cb03 a {
	text-decoration: underline;
}
#cb03 .work_type li{
	display:inline-block;
	margin-right:1em;
}

#cb04 {
	border-top: 1px solid #C7C7C7;
	padding-top: 50px;
}
#cb04 .inner {
	text-align: center;
	margin: 0 0 40px 0;
	width: 100%;
}
#cb04 h2 {
	font-weight: bold;
	margin-bottom: 20px;
}
#cb04 p {
	font-size: 1.6rem;
	line-height: 1.8;
}
#cb04 .cbtn li{
    float:none;
    margin:0 auto;
}
#cb05 h2,
#cb06 h2 {	
	font-size: 3rem;
	letter-spacing: 0.05em;
	word-break: keep-all;
	line-height: 1.6;
	padding: 0 0 15px;
	margin: 60px 0 25px;
	text-align: center;
	position: relative;
	clear:both;
}
#cb05 .inner {
	margin: 0 0 50px 0;
}
#cb05 img {
	margin: 0 0 50px 0;
}
#cb05 dl {
	width: 470px;
	float: left;
}
#cb05 dl:first-of-type {
	margin-right: 40px;
}
#cb05 dt {
	color: #103F8C;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#cb05 dd {
	font-size: 1.6rem;
	line-height: 1.8;
}
#cb06 p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 30px;
}
#cb06 .movie {
	margin: 0 0 50px 0;
}

/* wp-pagenavi */

.wp-pagenavi {
	clear: both;
	text-align: center;
	padding: 50px 0 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 10px;
	margin: 2px;
}
.wp-pagenavi a {
	text-decoration: underline;
	color: #10408E;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	background: #DDF1FE;
}

.qr_num{
	text-align:center;
	font-size:90%;
	margin: 20px 0 100px;
}


/* single-detail */
.single-detail #header{
    margin-bottom: 45px;
}

.single-detail #cb02 p{
	line-height:1.7;
}
.single-detail table th,
.single-detail table td{
	vertical-align:middle;
	line-height:1.5;
    word-break: break-all;
}
.single-detail #cb02 h3{
	margin-top:70px;
	margin-bottom:20px;
}