﻿@charset "utf-8";

/* ****************************************************
index.css
***************************************************** */

@media print, screen and (min-width: 769px) {

/* common settings
=================================*/
#contentsContainer.dev-index {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 1200px;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#contentsContainer.dev-index #contents {
	width: 100%;
	min-width: 1200px;
}
#contentsContainer.dev-index * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.isSp {
	display: none !important;
}

[class^="devSec"]>.devSecInner {
	width: 1200px;
	margin: 0 auto;
}
	
/* devHdg
---------------------------------*/
.devHdg {
	display: table;
	height: 200px;
	width: 100%;
	background: url(/dev/images/index_bg01.jpg) 50% 0 no-repeat;
}
.devHdg h1 {
	display: table-cell;
	vertical-align: middle;
}
.devHdg .title-text {
	display: block;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}


/* 20220817追記 start */
/* devSec09
---------------------------------*/
.devSec09 {
	background: #46a4c9;
	padding-left: 10px;
	padding-right: 10px;
}

/* devPlace_channel */
.devPlace_channel {
	color: #fff !important;
	padding: 40px 617px 50px 0;
	background: url(/dev/images/index_channel2.png) 100% 50% no-repeat;
}
.devPlace_channel .devPlaceHdg {
	font-size: 28px;
	font-weight: bold;
}
.devPlace_channel .devPlaceText {
	margin-top: 10px;
}
.devPlace_channel .forAllList {
	margin-top: 15px;
}
.devPlace_channel .forAllList > a {
	padding: 8px 35px;
	display: inline-block;
	width: 250px;
	background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.devPlace_channel .forAllList > a:hover {
	background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
}
/* 20220817追記 end */


/* devSec01
---------------------------------*/
.devSec01 {
	padding: 35px 10px;
	background: #444;
}

/* devTopicsLink */
.devTopicsLink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.devTopicsLink > .leftCol {
	width: 790px;
	background: #fff;
}
.devTopicsLink > .leftCol > a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	text-decoration: none;
}
.devTopicsLink > .leftCol > a.new:before,
.devTopicsLink > .rightCol > a.new:before {
	content: 'Pick Up';
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1;
	line-height: 1;
	padding: 3px 20px 5px;
	background: #d7063b;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.devTopicsLink > .leftCol > a .colImg {
	overflow: hidden;
	display: block;
	width: 376px;
	line-height: 0;
}
.devTopicsLink > .leftCol > a .colImg img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.devTopicsLink > .leftCol > a:hover .colImg img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.devTopicsLink > .leftCol > a .colText {
	width: 415px;
	position: relative;
	padding: 25px 30px;
	color: #333333;
	text-decoration: none;
}
.devTopicsLink > .leftCol > a .colText:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #d7063b;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.devTopicsLink > .leftCol > a:hover .colText:after {
	width: 100%;
}
.devTopicsLink > .leftCol > a .colText .date {
	color: #888;
	font-size: 12px;
}
.devTopicsLink > .leftCol > a .colText .colDetail {
	margin-top: 10px;
	font-size: 15px;
}

.devTopicsLink > .rightCol {
	width: 375px;
	position: relative;
	margin-left: 35px;
	background: #fff;
}
.devTopicsLink > .rightCol:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #d7063b;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.devTopicsLink > .rightCol:hover:after {
	width: 100%;
}
.devTopicsLink > .rightCol > a {
	display: block;
	height: 100%;
	position: relative;
	color: #333;
	text-decoration: none;
}
.devTopicsLink > .rightCol > a .colWrap {
	display: table;
	width: 100%;
	padding: 30px;
}
.devTopicsLink > .rightCol > a .colImg {
	display: table-cell;
	width: 80px;
	line-height: 0;
	vertical-align: middle;
}
.devTopicsLink > .rightCol > a .colImg img {
	max-width: 80px;
	height: auto;
}
.devTopicsLink > .rightCol > a .colText {
	display: table-cell;
	vertical-align: middle;
	padding-left: 17px;
}
.devTopicsLink > .rightCol > a .colText .colTitle {
	padding-left: 17px;
	background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
	font-size: 18px;
	font-weight: bold;
}
.devTopicsLink > .rightCol > a:hover .colText .colTitle {
	color: #d7063b;
	text-decoration: underline;
}
.devTopicsLink > .rightCol > a .colText .colDetail {
	position: absolute;
	left: 0;
	top: 150px;
	padding: 0 30px;
}

/* devTwitterLinks */
.devTwitterLinks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 30px;
}
.devTwitterLinks .devTwitterTitle {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:center;
	align-items:  center;
	width: 170px;
	position: relative;
	padding: 0 15px;
	background: #1da1f2;
	color: #fff;
}
.devTwitterLinks .devTwitterTitle:after {
	content: '';
	display: block;
	position: absolute;
	right: -11px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -8px;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #1da1f2;
}
.devTwitterLinks .devTwitterTitle > span {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
.devTwitterLinks .devTwitterTitle > span:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 5px;
	vertical-align: middle;
	background:  url(/dev/images/index_ic01.png) 0 0 no-repeat;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;

}
.devTwitterLinks .devTwitterLinkCol2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px 35px;
	flex-grow: 1;
}
.devTwitterLinks .devTwitterLinkCol2 > .linkCol {
	width: 48%;
}
.devTwitterLinks .devTwitterLinkCol2 > .linkCol + .linkCol {
	margin-left: 4%;
}
.devTwitterLinks .devTwitterLinkCol2 > .linkCol > li {
	color: #fff;
	font-size: 14px;
}
.devTwitterLinks .devTwitterLinkCol2 > .linkCol > li > a {
	color: #50b0f1;
}

/* devSec02
---------------------------------*/
.devSec02 {
	padding: 35px 10px;
	background: #f6f6f6;
}
.devNews {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.devNews .devNewsHdg {
	font-size: 20px;
	font-weight: bold;
}
.devNews .forAllList {
	position: absolute;
	top: 0;
	right: 70px;
}
.devNews .forAllList > a {
	display: block;
	padding: 3px 15px 5px 25px;
	border: 1px solid #dddddd;
	background: #fff url(/common/images/com_icn01.png) 7px 50% no-repeat;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.devNews .forAllList > a:hover {
	border: 1px solid #d7083b;
	background: #fff url(/common/images/com_icn79.png) 7px 50% no-repeat;
	color: #d7083b;
}
.devNews .rssLink {
	position: absolute;
	top: 5px;
	right: 0;
}
.devNews .rssLink > a {
	display: block;
	float: left;
	padding-left: 30px;
	background: url(/common/images/com_icn74.png) 7px 50% no-repeat;
	color: #333;
	font-size: 15px;
}
.devNews .rssLink > a:hover {
	color: #d7083b;
}
.devNews .devNewsSliderWrap {
	margin-top: 15px;
}
.devNews .devNewsSliderWrap #devNewsSlider {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.devNews .devNewsSliderWrap #devNewsSlider .slideItem {
	display: block;
	margin: 0 8px;
	text-decoration: none;
}
.devNews .devNewsSliderWrap #devNewsSlider > .slideItem {
	width: calc((100% - 96px) / 6);
}
.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemImg {
	border: 1px solid  #ddd;
}
.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemImg > img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemTx {
	margin-top: 15px;
}
.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemTx > .date {
	color: #888;
	font-size: 12px;
}
.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemTx > .detail {
	margin-top: 5px;
}
.devNews .devNewsSliderWrap #devNewsSlider .slick-arrow {
	/*reset*/
	border: none;
	appearance: none;
	background: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	/* custom */
	position: absolute;
	top: 50%;
	display: block;
	width: 31px;
	height: 43px;
	margin-top: -22px;
	text-indent: -9999px;
	z-index: 2;
}

.devNews .devNewsSliderWrap #devNewsSlider .slick-arrow.slick-prev {
	left: -50px;
	background: url(/dev/images/index_ic02.png) 0 0 no-repeat;
}
.devNews .devNewsSliderWrap #devNewsSlider .slick-arrow.slick-next {
	right: -50px;
	background: url(/dev/images/index_ic03.png) 0 0 no-repeat;
}

/* devSec03
---------------------------------*/
.devSec03 {
  background-color: #46a4c9;
}
.devSec03 .devSecInner {
	background: url(/dev/images/index_bg10.png) 100% 30px no-repeat;
  padding: 40px 0;
}
.devSec03 .devEventsHdg {
background: url(/dev/images/index_im10.png) no-repeat 0 0;
width: 600px;
height: 66px;
white-space: nowrap;
text-indent: 100%;
overflow: hidden;
}
.devSec03 .devEventsLeadTx {
margin-top: 25px;
font-weight: bold;
color: #fff;
font-size: 18px;
}
.devEventsNews {
background-color: #fff;
margin-top: 25px;
padding: 25px;
width: 788px;
}
.devEventsNews .newsTitle {
font-weight: bold;
font-size: 20px;
}
.devEventsNews .newsList {
margin-top: 15px;
}
.devEventsNews .newsList + .newsList {
margin-top: 13px;
}
.devEventsNews .newsList > dt{
font-size: 12px;
color: #888;
width: 88px;
float: left;
}
.devEventsNews .newsList > dd{
font-size: 15px;
overflow: hidden;
}
.devEventsNews .newsList > dd > a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 11px;
  vertical-align: middle;
  margin-left: 5px;
  background: url(/common/images/com_icn05.png) 0 0 no-repeat;
}


.devEvents .devEventsAllList {
	margin-top: 20px;
}
.devEvents .devEventsAllList > a {
	display: inline-block;
	width: 320px;
	padding: 8px 35px;
	background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.devEvents .devEventsAllList > a:hover {
	background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
}

/* devSec04
---------------------------------*/
.devSec04 {
	background: #efefef;
	padding-left: 10px;
	padding-right: 10px;
}

/* devPlace */
.devPlace {
	padding: 40px 617px 50px 0;
	background: url(/dev/images/index_im02.jpg) 100% 50% no-repeat;
}
.devPlace .devPlaceHdg {
	font-size: 28px;
	font-weight: bold;
}
.devPlace .devPlaceText {
	margin-top: 10px;
}
.devPlace .forAllList {
	margin-top: 15px;
}
.devPlace .forAllList > a {
	padding: 8px 35px;
	display: inline-block;
	width: 208px;
	background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.devPlace .forAllList > a:hover {
	background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
}
.devPlace .devPlaceTitle {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid  #ddd;
	font-size: 18px;
	font-weight: bold;
}
.devPlace .devPlaceTxWrap {
	margin-top: 10px;
}
.devPlace .devPlaceTxWrap > .devPlaceText {}
.devPlace .devPlaceTxWrap > .devPlaceLink {
	margin-top: 15px;
}
.devPlace .devPlaceTxWrap > .devPlaceLink > a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
}
.devPlace .devPlaceTxWrap > .devPlaceLink > a[target="_blank"]:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 11px;
	vertical-align: middle;
	margin-left: 5px;
	background: url(/common/images/com_icn05.png) 0 0 no-repeat;
}


/* devSec05
---------------------------------*/
.devSec05 {
	padding: 45px 10px 60px;
	background: #fff;
}

/* devEngineerInfo */
.devEngineerInfo {}
.devEngineerInfo .devEngineerInfoHdg {
	font-size: 28px;
	font-weight: bold;
}
.devEngineerInfo .devEngineerInfoLinks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 26px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 580px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock + .linkBlock {
	margin-left: 40px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockImg {
	width: 290px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockImg img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
	background: #333;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockTitle {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink {
	margin-top: 25px;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink > a {
	display: block;
	padding: 10px 35px;
	border: 1px solid  #333;
	background: #fff url(/common/images/com_icn01.png) 18px 50% no-repeat;
	text-align: center;
	color: #333;
	text-decoration: none;
}
.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink > a:hover {
	border: 1px solid  #d7083b;
	color: #fff;
	background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
}


/* devSec06
---------------------------------*/
/*.devSec06 {
	max-height: 518px;
	background: url(/dev/images/index_bg05.jpg) 0  0 no-repeat,
						url(/dev/images/index_bg06.jpg) 100% 100% no-repeat,
						url(/dev/images/index_bg09.png) 50% 0 repeat-y;
}*/
	.devSec06 {
		position: relative;
		background: url(/dev/images/index_bg05.jpg) 0  0 no-repeat,
			url(/dev/images/index_bg09.png) 50% 0 repeat-y;
		padding-left: 10px;
		padding-right: 10px;
	}
	.devSec06:before {
		content: '';
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		left: 50%;
		background: url(/dev/images/index_bg06.jpg) 100% 100% no-repeat;
		z-index: 1;
	}

/* devReportSecurity */
.devReportSecurity {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 35px 0;
	z-index: 2;
}
.devReportSecurity > .reportBlock {
	width: 555px;
	margin-right: 110px;
}
.devReportSecurity > .reportBlock .reportBlockHdg {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.devReportSecurity > .reportBlock .reportBlockCol2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 30px;
}
.devReportSecurity > .reportBlock .reportBlockCol2 > .imgCol {
	flex-basis: 170px;
	flex-shrink: 0;
	margin-right: 35px;
}
.devReportSecurity > .reportBlock .reportBlockCol2 > .imgCol img {
	max-width: 100%;
	height: auto;
}
.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol {
	flex-grow: 1;
}
.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .colTitle {
	font-size: 18px;
	font-weight: bold;
}
.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .colDetail {
	margin-top: 10px;
}
.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList {
	margin-top: 20px;
}
.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList > a {
	padding: 8px 35px;
	display: inline-block;
	width: 208px;
	background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList > a:hover {
	background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
}



.devReportSecurity > .securityBlock {
	width: 535px;
}
.devReportSecurity > .securityBlock .securityBlockHdg {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.devReportSecurity > .securityBlock .securityBlockCol2 {
	margin-top: 30px;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col {
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col + .col {
	margin-top: 20px;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row-reverse;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .imgCol {
	flex-basis: 170px;
	flex-shrink: 0;
	margin-left: 30px;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .imgCol img {
	max-width: 100%;
	height: auto;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol {
	flex-grow: 1;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink {}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a:hover {
	color: #d7063b;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a[target="_blank"]:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -3px;
	width: 12px;
	height: 11px;
	background: url(/common/images/com_icn05.png) 0 0 no-repeat;
}
.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colDetail {
	margin-top: 5px;
}
.devReportSecurity > .securityBlock .forAllList {
	margin-top: 15px;
	text-align: center;
}
.devReportSecurity > .securityBlock .forAllList > a {
	padding: 8px 35px;
	display: inline-block;
	width: 208px;
	background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.devReportSecurity > .securityBlock .forAllList > a:hover {
	background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
}


/* devSec07
---------------------------------*/
.devSec07 {
	padding: 35px 10px 60px;
	background: #555;
}

/* devOtherLinks */
.devOtherLinks {}
.devOtherLinks + .devOtherLinks {
	margin-top: 45px;
}
.devOtherLinks .devOtherLinksHdg {
	line-height: 1;
	padding-left: 15px;
	border-left: 4px solid  #d7063b;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.devOtherLinks .devOtherLinkList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}
.devOtherLinks .devOtherLinkList > .linkBlock {
	display: block;
	width: calc((100% - 2px)/3);
	padding: 20px 20px 20px;
	background: #fff;
	margin: 0 1px 1px 0;
	color: #333;
	text-decoration: none;
}
.devOtherLinks .devOtherLinkList.grid4 > .linkBlock {
	width: calc((100% - 3px)/4);
	padding: 20px 15px 20px;
}
.devOtherLinks .devOtherLinkList > .linkBlock:nth-child(3n),
.devOtherLinks .devOtherLinkList.grid4 > .linkBlock:nth-child(4n){
	margin-right: 0;
}
.devOtherLinks .devOtherLinkList.grid4 > .linkBlock:nth-child(3n) {
	margin-right: 1px;
}
.devOtherLinks .devOtherLinkList > .linkBlock .blockTitleLink {
	padding-left: 20px;
	background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
	font-size: 18px;
	font-weight: bold;
}
.devOtherLinks .devOtherLinkList > a.linkBlock:hover .blockTitleLink {
	color: #d7063b;
}
.devOtherLinks .devOtherLinkList > .linkBlock[target="_blank"] .blockTitleLink:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 11px;
	vertical-align: middle;
	margin: -3px 0 0 8px;
	background: url(/common/images/com_icn05.png) 0 0 no-repeat;
}
.devOtherLinks .devOtherLinkList > .linkBlock .blockTx {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}


/* devSec08
---------------------------------*/
.devSec08 {
	padding: 35px 10px 0;
	background: #fff;
}

/* devRelationLinks */
.devRelationLinks {}
.devRelationLinks .devRelationLinksHdg {
	font-size: 18px;
	font-weight: bold;
}
.devRelationLinks .devRelationLinkList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}
.devRelationLinks .devRelationLinkList > .linkBlock {
	display: block;
	width: calc((100% - 72px)/3);
	margin-right: 36px;
	padding: 16px 18px 16px;
	border: 1px solid  #ccc;
	color: #333;
	text-decoration: none;
}
.devRelationLinks .devRelationLinkList > .linkBlock:nth-child(3n) {
	margin-right: 0;
}
.devRelationLinks .devRelationLinkList > .linkBlock:nth-child(n+4) {
	margin-top: 20px;
}
.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .imgCol {
	flex-basis: 150px;
	flex-shrink: 0;
	margin-left: 15px;
}
.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .imgCol img {
	max-width: 100%;
	height: auto;
}
.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .textCol {
	flex-grow: 1;
}

.devRelationLinks .devRelationLinkList > .linkBlock .blockTitleLink {
	display: inline-block;
	padding-left: 20px;
	background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
	color: #2b7bb2;
	font-size: 16px;
}
.devRelationLinks .devRelationLinkList > a.linkBlock:hover .blockTitleLink {
	color: #d7063b;
	text-decoration: underline;
}
.devRelationLinks .devRelationLinkList > .linkBlock[target="_blank"] .blockTitleLink:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 11px;
	margin: -3px 0 08px;
	background: url(/common/images/com_icn05.png) 0 0 no-repeat;
}
.devRelationLinks .devRelationLinkList > .linkBlock .blockTx {
	margin-top: 5px;
	font-size: 14px;
}



.techSeminarMain *,
.techSeminarMain *::before,
.techSeminarMain *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.techSeminarMain {
  background: #42a4c9 url(/dev/tech/images/index_bg01.png) no-repeat 50% 0;
  margin: 0 auto;
}
.techSeminarMain_inner {
width: 1200px;
margin: 0 auto;
padding: 37px 0 60px;
}
.techSeminarMain_title {
display: block;
width: 507px;
height: 175px;
background: url(/dev/tech/images/index_logo.png) no-repeat 0 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.techSeminarMain_event {
position: relative;
width: 435px;
background-color: rgba(255, 255, 255, 0.9);
border: 4px solid #d6013f;
margin-top: 32px;
padding: 55px 30px 30px;
}
.techSeminarMain_event > .event_heading {
position: absolute;
top: 0;
left: 0;
display: inline-block;
font-size: 18px;
font-weight: bold;
color: #fff;
background-color: #d7063b;
padding: 8px 25px 12px;
}
.techSeminarMain_event > .event_heading::after {
position: absolute;
top: 0;
right: -10px;
width: 20px;
height: 100%;
content: "";
display: inline-block;
background-color: #d7063b;
transform: skewX(-25deg);
}
.techSeminarMain_event > .event_title {
font-weight: bold;
font-size: 20px;
color: #d7063b;
margin-bottom: 12px;
}
.techSeminarMain_event > .event_title + p {
font-weight: bold;
}
.techSeminarMain_event > .event_title + p + .align-center {
margin-top: 20px;
}
.techSeminarMain_event > .event_title + p + .align-center .btn-link .text-wrapper .link-text img {
padding-left: 0;
margin-left: 5px;
}
.techSeminarMain_streaming {
width: 1200px;
margin: 50px auto 0;
position: relative;
background-color: #000;
padding: 103px 40px 40px;
}
.techSeminarMain_streaming > .streaming_heading {
position: absolute;
top: 30px;
left: 0;
padding-top: 10px;
padding-left: 160px;
font-weight: bold;
font-size: 24px;
color: #fff;
}
.techSeminarMain_streaming > .streaming_heading::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
background: url(/dev/tech/images/index_tx01.png) no-repeat 0 0;
background-size: contain;
width: 143px;
height: 43px;
}
.techSeminarMain_streaming #videoWrapper video {
width: 100%;
}
.techSeminarMain_streaming .streaming_column {
display: flex;
justify-content: space-between;
}
.techSeminarMain_streaming .streaming_column > .column_item {
width: 100%;
}
.techSeminarMain_streaming .streaming_column > .column_item:first-child {
padding: 25px;
background-color: #fff;
}
.techSeminarMain_streaming .streaming_column > .column_item > .column_title {
font-size: 18px;
font-weight: bold;
color: #d7063b;
}

.techSeminarMain_streaming .streaming_column > .column_item > .streaming_schedule {
margin-top: 20px;
font-size: 14px;
}
.techSeminarMain_streaming .streaming_column > .column_item > .streaming_schedule > dt {
float: left;
width: 105px;
font-weight: bold;
line-height: 1.4;
}
.techSeminarMain_streaming .streaming_column > .column_item > .streaming_schedule > dd {
overflow: hidden;
line-height: 1.4;
}
.techSeminarMain_streaming .streaming_column > .column_item > .streaming_schedule + .streaming_schedule {
margin-top: 8px;
}
.techSeminarMain_streaming .streaming_column > .column_item > .note-text01 {
margin-top: 15px;
color: #666;
font-size: 12px;
}
.techSeminarMain_streaming .streaming_attention {
margin-top: 25px;
text-align: center;
color: #fff;
}
.techSeminarAbout {
  background: url(/dev/tech/images/index_bg02.jpg) no-repeat 50% 0;
  margin: 0 auto;
}
.techSeminarAbout_inner {
width: 1200px;
margin: 0 auto;
padding: 45px 0 35px;
}
.techSeminarAbout .about_heading {
font-size: 32px;
text-align: center;
font-weight: bold;
color: #fff;
}

.techSeminarAbout .about_text {
margin-top: 30px;
font-size: 15px;
text-align: center;
color: #fff;
line-height: 1.8;
}
.techSeminarAbout .about_notification {
background-color: #fff;
margin-top: 35px;
padding: 35px 40px;
}
.techSeminarAbout .about_notification > .notification_title {
font-weight: bold;
font-size: 18px;
background:  url(/dev/tech/images/index_ic01.png) no-repeat 0 0;
padding-left: 30px;
line-height: 1.6;
}
.techSeminarAbout .about_notification > .notification_column {
display: flex;
justify-content: space-between;
margin-top: 10px;
}
.techSeminarAbout .about_notification > .notification_column > .column_text {
flex-grow: 1;
line-height: 1.6;
}
.techSeminarAbout .about_notification > .notification_column > .column_btn {
width: 254px;
margin-left: 50px;
}
.techSeminarStyle {
background-color: #dff4fb;
  margin: 0 auto;
}
.techSeminarStyle_inner {
width: 1200px;
margin: 0 auto;
padding: 55px 0 60px;
}
.techSeminarStyle .style_heading {
font-size: 32px;
font-weight: bold;
text-align: center;
}

.techSeminarStyle .style_column {
margin-top: 50px;
display: flex;
justify-content: space-between;
}
.techSeminarStyle .style_column > .column_img {
width: 376px;
}
.techSeminarStyle .style_column > .column_img > img {
max-width: 100%;
}
.techSeminarStyle .style_column > .column_item {
width: 788px;
}

.techSeminarStyle .style_column > .column_item .style_type {
display: flex;
justify-content: space-between;
}
.techSeminarStyle .style_column > .column_item .style_type + .style_type {
margin-top: 30px;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail {
width: 490px;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_img {
width: 273px;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail > .type_title {
font-weight: bold;
font-size: 20px;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail > .type_title > a[target="_blank"]::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 11px;
	margin: -3px 0 0 8px;
	background: url(/common/images/com_icn05.png) 0 0 no-repeat;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail > .type_text {
margin-top: 15px;
line-height: 1.6;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail > .type_supplement {
margin-top: 15px;
color: #666;
}
.techSeminarList {
  background: url(/dev/tech/images/index_bg03.jpg) repeat-y 50% 0;
  background-size: 100% auto;
  margin: 0 auto;
}
.techSeminarList_inner {
width: 1200px;
margin: 0 auto;
padding: 55px 0 60px;
}
.techSeminarList .list_heading {
font-size: 34px;
font-weight: bold;
text-align: center;
color: #fff;
}

.techSeminarList .list_event_area {
position: relative;
background: #fff url(/dev/tech/images/index_bg04.gif) no-repeat 0 100px;
padding-top: 45px;
margin-top: 35px;
}

.techSeminarList .list_title {
position: absolute;
top: 30px;
left: 0;
display: inline-block;
width: 135px;
font-size: 18px;
font-weight: bold;
color: #fff;
background-color: #d7063b;
padding: 12px 25px 12px;
}
.techSeminarList .list_title::after {
position: absolute;
top: 0;
right: -10px;
width: 20px;
height: 100%;
content: "";
display: inline-block;
background-color: #d7063b;
transform: skewX(-25deg);
}
.techSeminarList .event_detail {
margin-left: 241px;
padding-right: 40px;
display: flex;
align-items: center;
}
.techSeminarList .event_detail > dt {
color: #888;
margin-right: 15px;
font-size: 15px;
}
.techSeminarList .event_detail > dd {
font-size: 18px;
font-weight: bold;
}
.techSeminarList_inner .list_schedule {
background-color: #fff;
border: 1px solid #ddd;
padding: 30px;
margin-top: 35px;
margin-left: 242px;
margin-right: 40px;
}
.techSeminarList_inner .list_schedule .event_schedule +.event_schedule {
margin-top: 12px;
}
.techSeminarList_inner .list_schedule .event_schedule > dt {
font-size: 15px;
font-weight: bold;
float: left;
margin-right: 15px;
width: 110px;
line-height: 1.6;
}
.techSeminarList_inner .list_schedule .event_schedule > dd {
overflow: hidden;
line-height: 1.6;
}
.techSeminarList_inner .list_schedule .event_schedule > dd > a > img {
margin: 0 5px;  
}
.techSeminarList .event_past {
margin-top: 40px;
padding: 25px 40px 60px;
border-top: 2px solid #999;
}
.techSeminarList .event_past .topic-list01 {
line-height: 1.6;
}
.techSeminarList .event_past .topic-list01 > dt {
color: #888;
}
.techSeminarList .event_past .past_box {
margin-top: 30px;
padding: 40px;
background-color: #f4f4f4;
line-height: 1.6;
}
.techSeminarNavi {
background-color: #fff;
padding: 20px 0 30px;
}
.techSeminarNavi > .local-navi {
width: 1140px;
margin: 0 auto;
}

/* clearFix
=================================*/
DUMMY:after {
	content: "";
	display: block;
	clear: both;
}

}/* end Media min-width: 769px*/


@media only screen and (max-width: 768px) {

	/* common settings
	=================================*/
	#contentsContainer.dev-index {
		-ms-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		width: 100%;
		margin-top: 0;
	}
	#contentsContainer.dev-index #contents {
		padding: 0;
		width: 100%;
	}
	#contentsContainer.dev-index * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.isPc {
		display: none !important;
	}

	[class^="devSec"]>.devSecInner {
		padding: 0 15px;
		margin: 0 auto;
	}

	/* devHdg
	---------------------------------*/
	.devHdg {
		display: table;
		height: 110px;
		width: 100%;
		background: url(/dev/images/index_bg02.jpg) 50% 0 no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.devHdg h1 {
		display: table-cell;
		padding-left: 20px;
		vertical-align: middle;
	}
	.devHdg .title-text {
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}

	/* 20220817追記 start */
	/* devSec09
	---------------------------------*/
	.devSec09 {
		background: #46a4c9;
	}

	/* devPlace_channel */
	.devPlace_channel {
		color: #fff !important;
		padding: 30px 0 25px ;
	}
	.devPlace_channel .devPlaceHdg {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.devPlace_channel .devPlaceText {
		margin-top: 10px;
	}
	.devPlace_channel .forAllList {
		margin-top: 15px;
	}
	.devPlace_channel .forAllList > a {
		padding: 10px 35px;
		display: block;
		background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
	}
	.devPlace_channel .forAllList > a:hover {
		background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
	}
	/* 20220817追記 end */


	/* devSec01
	---------------------------------*/
	.devSec01 {
		padding: 35px 0 20px;
		background: #444;
	}

	/* devTopicsLink */
	.devTopicsLink {
	}
	.devTopicsLink > .leftCol {
		background: #fff;
	}
	.devTopicsLink > .leftCol > a {
		display: block;
		position: relative;
		text-decoration: none;
	}
	.devTopicsLink > .leftCol > a.new:before,
	.devTopicsLink > .rightCol > a.new:before {
		content: 'NEW';
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		z-index: 1;
		line-height: 1;
		padding: 3px 20px 5px;
		background: #d7063b;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
	.devTopicsLink > .leftCol > a .colImg {
		display: block;
		line-height: 0;
	}
	.devTopicsLink > .leftCol > a .colImg img {
		max-width: 100%;
		height: auto;
	}
	.devTopicsLink > .leftCol > a .colText {
		position: relative;
		padding: 15px 20px 20px;
		color: #333333;
		text-decoration: none;
	}
	.devTopicsLink > .leftCol > a .colText:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		height: 3px;
		background: #d7063b;
		-webkit-transition: all 0.5s linear 0s;
		-moz-transition: all 0.5s linear 0s;
		transition: all 0.5s linear 0s;
	}
	.devTopicsLink > .leftCol > a:hover .colText:after {
		width: 100%;
	}
	.devTopicsLink > .leftCol > a .colText .date {
		color: #888;
		font-size: 12px;
	}
	.devTopicsLink > .leftCol > a .colText .colDetail {
		margin-top: 10px;
		font-size: 12px;
	}

	.devTopicsLink > .rightCol {
		position: relative;
		margin-top: 20px;
		background: #fff;
	}
	.devTopicsLink > .rightCol:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		height: 3px;
		background: #d7063b;
		-webkit-transition: all 0.5s linear 0s;
		-moz-transition: all 0.5s linear 0s;
		transition: all 0.5s linear 0s;
	}
	.devTopicsLink > .rightCol:hover:after {
		width: 100%;
	}
	.devTopicsLink > .rightCol > a {
		display: block;
		height: 100%;
		position: relative;
		color: #333;
		text-decoration: none;
	}
	.devTopicsLink > .rightCol > a .colWrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 15px 15px 20px;
	}
	.devTopicsLink > .rightCol > a .colImg {
		flex-basis: 80px;
		flex-shrink: 0;
		line-height: 0;
		vertical-align: middle;
	}
	.devTopicsLink > .rightCol > a .colImg img {
		max-width: 100%;
		height: auto;
	}
	.devTopicsLink > .rightCol > a .colText {
		flex-grow: 1;
		margin-left: 20px;
	}
	.devTopicsLink > .rightCol > a .colText .colTitle {
		line-height: 1.4;
		padding-left: 17px;
		background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
		font-size: 16px;
		font-weight: bold;
	}
	.devTopicsLink > .rightCol > a:hover .colText .colTitle {
		color: #d7063b;
		text-decoration: underline;
	}
	.devTopicsLink > .rightCol > a .colText .colDetail {
		margin-top: 10px;
	}

	/* devTwitterLinks */
	.devTwitterLinks {
		margin-top: 20px;
	}
	.devTwitterLinks .devTwitterTitle {
		position: relative;
		padding: 12px 15px;
		background: #1da1f2;
		color: #fff;
		text-align: center;
	}
	.devTwitterLinks .devTwitterTitle:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		bottom: -6px;
		width: 0;
		height: 0;
		margin-left: -4px;
		border-style: solid;
		border-width: 6px 4px 0 4px;
		border-color: #1da1f2 transparent transparent transparent;
	}
	.devTwitterLinks .devTwitterTitle > span {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: bold;
	}
	.devTwitterLinks .devTwitterTitle > span:after {
		content: '';
		display: inline-block;
		width: 18px;
		height: 15px;
		margin-left: 5px;
		vertical-align: middle;
		background:  url(/dev/images/index_ic01.png) 0 0 no-repeat;
		-webkit-background-size: 18px auto;
		background-size: 18px auto;

	}
	.devTwitterLinks .devTwitterLinkCol2 {
		margin-top: 15px;
	}
	.devTwitterLinks .devTwitterLinkCol2 > .linkCol {
	}
	.devTwitterLinks .devTwitterLinkCol2 > .linkCol + .linkCol {
	}
	.devTwitterLinks .devTwitterLinkCol2 > .linkCol > li {
		color: #fff;
		font-size: 12px;
	}
	.devTwitterLinks .devTwitterLinkCol2 > .linkCol > li + li {
		margin-top: 10px;
	}
	.devTwitterLinks .devTwitterLinkCol2 > .linkCol > li > a {
		display: block;
		color: #50b0f1;
	}

	/* devSec02
	---------------------------------*/
	.devSec02 {
		padding: 20px 0;
		background: #f6f6f6;
	}
	.devNews {
		position: relative;
	}
	.devNews .devNewsHdg {
		font-size: 16px;
		font-weight: bold;
	}
	.devNews .forAllList {
		position: absolute;
		top: 0;
		right: 0;
	}
	.devNews .forAllList > a {
		display: block;
		padding: 5px 20px 6px 30px;
		border: 1px solid #dddddd;
		background: #fff url(/common/images/com_icn01.png) 7px 50% no-repeat;
		color: #333;
		font-size: 11px;
		text-decoration: none;
	}
	.devNews .forAllList > a:hover {
		border: 1px solid #d7083b;
		background: #fff url(/common/images/com_icn79.png) 7px 50% no-repeat;
		color: #d7083b;
	}
	.devNews .rssLink {
		display: none;
	}
	.devNews .rssLink > a {}
	.devNews .devNewsSliderWrap {
		margin-top: 15px;
		padding: 20px 25px 0;
		border-top: 1px solid  #ddd;
	}
	.devNews .devNewsSliderWrap #devNewsSlider {}
	.devNews .devNewsSliderWrap #devNewsSlider > .slideItem:nth-child(n+2) {
		display: none;
	}
	.devNews .devNewsSliderWrap #devNewsSlider .slideItem {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		text-decoration: none;
	}
	.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemImg {
		flex-basis: 45%;
		flex-shrink: 0;
		margin-right: 4%;
	}
	.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemImg > img {
		width: 100%;
		height: auto;
		border: 1px solid  #ddd;
	}
	.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemTx {
		width: 51%;
	}
	.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemTx > .date {
		margin-top: -5px;
		color: #888;
		font-size: 12px;
	}
	.devNews .devNewsSliderWrap #devNewsSlider .slideItem .slideItemTx > .detail {
		margin-top: 5px;
		font-size: 11px;
	}
	.devNews .devNewsSliderWrap #devNewsSlider .slick-arrow {
		/*reset*/
		border: none;
		appearance: none;
		background: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		/* custom */
		position: absolute;
		top: 50%;
		display: block;
		width: 15px;
		height: 22px;
		margin-top: -11px;
		text-indent: -9999px;
		z-index: 2;
	}

	.devNews .devNewsSliderWrap #devNewsSlider .slick-arrow.slick-prev {
		left: -25px;
		background: url(/dev/images/index_ic02.png) 0 0 no-repeat;
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
	}
	.devNews .devNewsSliderWrap #devNewsSlider .slick-arrow.slick-next {
		right: -25px;
		background: url(/dev/images/index_ic03.png) 0 0 no-repeat;
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
	}

	/* devSec03
	---------------------------------*/
  .devSec03 {
    background-color: #46a4c9;
    padding: 30px 18px;
  }
  .devSec03 .devSecInner {
    padding: 0;
    background: url(/dev/images/index_bg10.png) 100% 50px no-repeat;
    background-size: 144px auto;
	}
  .devSec03 .devEventsHdg {
    background: url(/dev/images/index_im10.png) no-repeat 0 0;
    background-size: contain;
    width: 325px;
    height: 40px;
    margin: 0 auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  .devSec03 .devEventsLeadTx {
  margin-top: 15px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  padding-right: 165px;
  }
  .devEventsNews {
  background-color: #fff;
  margin-top: 20px;
  padding: 18px;
  width: 100%;
  }
  .devEventsNews .newsTitle {
  font-weight: bold;
  font-size: 16px;
  }
  .devEventsNews .newsList {
  margin-top: 15px;
  }
  .devEventsNews .newsList + .newsList {
  margin-top: 18px;
  }
  .devEventsNews .newsList > dt{
  font-size: 12px;
  color: #888;
  width: 88px;
  }
  .devEventsNews .newsList > dd{
  margin-top: 8px;
  font-size: 12px;
  }
  .devEventsNews .newsList > dd > a[target="_blank"]::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 11px;
    vertical-align: middle;
    margin-left: 5px;
    background: url(/common/images/com_icn05.png) 0 0 no-repeat;
  }

	.devEvents .devEventsAllList {
		margin-top: 15px;
	}
	.devEvents .devEventsAllList > a {
    padding: 10px 35px;
    display: block;
    background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	.devEvents .devEventsAllList > a:hover {
		background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
	}


	/* devSec04
	---------------------------------*/
	.devSec04 {
		background: #fff;
	}

	/* devPlace */
	.devPlace {
		padding: 30px 0 25px ;
	}
	.devPlace .devPlaceHdg {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.devPlace .devPlaceText {
		margin-top: 10px;
	}
	.devPlace .forAllList {
		margin-top: 15px;
	}
	.devPlace .forAllList > a {
		padding: 10px 35px;
		display: block;
		background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
	}
	.devPlace .forAllList > a:hover {
		background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
	}
	.devPlace .devPlaceTitle {
		margin-top: 30px;
		padding-top: 25px;
		border-top: 1px solid  #ddd;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.devPlace .devPlaceTxWrap {
		margin-top: 10px;
		padding-right: 50%;
		background: url(/dev/images/index_im02.jpg) 100% 0 no-repeat;
		-webkit-background-size: 50% auto;
		background-size: 50% auto;
	}
	.devPlace .devPlaceTxWrap > .devPlaceText {}
	.devPlace .devPlaceTxWrap > .devPlaceLink {
		margin-top: 15px;
	}
	.devPlace .devPlaceTxWrap > .devPlaceLink > a {
		display: inline-block;
		position: relative;
		padding-left: 20px;
		background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
	}
	.devPlace .devPlaceTxWrap > .devPlaceLink > a[target="_blank"]:after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 11px;
		vertical-align: middle;
		margin-left: 5px;
		background: url(/common/images/com_icn05.png) 0 0 no-repeat;
	}


	/* devSec05
	---------------------------------*/
	.devSec05 {
		padding: 25px 0;
		background: #efefef;
	}

	/* devEngineerInfo */
	.devEngineerInfo {}
	.devEngineerInfo .devEngineerInfoHdg {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.devEngineerInfo .devEngineerInfoLinks {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-top: 20px;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock {
		width: 48%;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock + .linkBlock {
		margin-left: 4%;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockImg {
		line-height: 0;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockImg img {
		max-width: 100%;
		height: auto;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx {
		padding: 15px 15px 20px;
		background: #333;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockTitle {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink {
		margin-top: 10px;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink > a {
		display: block;
		padding: 10px 35px;
		border: 1px solid  #333;
		background: #fff url(/common/images/com_icn01.png) 18px 50% no-repeat;
		font-size: 14px;
		text-align: center;
		color: #333;
		text-decoration: none;
	}
	.devEngineerInfo .devEngineerInfoLinks > .linkBlock .blockTx .blockLink > a:hover {
		border: 1px solid  #d7083b;
		background: #fff url(/common/images/com_icn79.png) 18px 50% no-repeat;
		color: #d7083b;
	}


	/* devSec06
	---------------------------------*/
	.devSec06 {}
	.devSec06 .devSecInner {
		padding: 0;
	}

	/* devReportSecurity */
	.devReportSecurity {
	}
	.devReportSecurity > .reportBlock {
		padding: 25px 15px 25px;
		background: #ece9de url(/dev/images/index_bg07.jpg) 50% 0 no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.devReportSecurity > .reportBlock .reportBlockHdg {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: relative;
		margin-top: 30px;
		padding-bottom: 60px;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .imgCol {
		flex-basis: 28%;
		flex-shrink: 0;
		margin-right: 5%;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .imgCol img {
		max-width: 100%;
		height: auto;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol {
		flex-grow: 1;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .colTitle {
		line-height: 1.4;
		margin-top: -8px;
		font-size: 16px;
		font-weight: bold;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .colDetail {
		margin-top: 10px;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-top: 15px;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList > a {
		padding: 10px 35px;
		display: block;
		background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
	}
	.devReportSecurity > .reportBlock .reportBlockCol2 > .textCol > .forAllList > a:hover {
		background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
	}



	.devReportSecurity > .securityBlock {
		padding: 25px 15px 25px;
		background: #d4d6de url(/dev/images/index_bg08.jpg) 50% 100% no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.devReportSecurity > .securityBlock .securityBlockHdg {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-top: 25px;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col {
		flex-basis: 48%;
		flex-shrink: 0;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col + .col {
		margin-left: 4%;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 {
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .imgCol {
		line-height: 0;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .imgCol img {
		max-width: 100%;
		height: auto;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol {
		flex-grow: 1;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink {
		margin-top: 10px;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
		color: #333;
		font-size: 16px;
		font-weight: bold;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a:hover {
		color: #d7063b;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colTitleLink > a[target="_blank"]:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		margin-top: -3px;
		width: 12px;
		height: 11px;
		background: url(/common/images/com_icn05.png) 0 0 no-repeat;
	}
	.devReportSecurity > .securityBlock .securityBlockCol2 > .col > .innerCol2 > .textCol .colDetail {
		margin-top: 5px;
	}
	.devReportSecurity > .securityBlock .forAllList {
		margin-top: 15px;
		text-align: center;
	}
	.devReportSecurity > .securityBlock .forAllList > a {
		padding: 10px 35px;
		display: block;
		background: #000000 url(/common/images/com_icn40.png) 18px 50% no-repeat;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
	.devReportSecurity > .securityBlock .forAllList > a:hover {
		background: #d7083b url(/common/images/com_icn40.png) 18px 50% no-repeat;
	}


	/* devSec07
	---------------------------------*/
	.devSec07 {
		padding: 25px 0 30px;
		background: #555;
	}

	/* devOtherLinks */
	.devOtherLinks {}
	.devOtherLinks + .devOtherLinks {
		margin-top: 25px;
	}
	.devOtherLinks .devOtherLinksHdg {
		line-height: 1;
		padding-left: 15px;
		border-left: 4px solid  #d7063b;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
	}
	.devOtherLinks .devOtherLinkList {
		margin-top: 15px;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock {
		display: block;
		padding: 12px 15px 15px;
		background: #fff;
		margin: 0 1px 1px 0;
		color: #333;
		text-decoration: none;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock + .linkBlock {
		margin-top: 1px;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock .blockTitleLink {
		padding-left: 15px;
		background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
		font-size: 16px;
		font-weight: bold;
	}
	.devOtherLinks .devOtherLinkList > a.linkBlock:hover .blockTitleLink {
		color: #d7063b;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock[target="_blank"] .blockTitleLink:after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 11px;
		vertical-align: middle;
		margin: -3px 0 0 8px;
		background: url(/common/images/com_icn05.png) 0 0 no-repeat;
	}
	.devOtherLinks .devOtherLinkList > .linkBlock .blockTx {
		margin-top: 5px;
		color: #666;
		font-size: 12px;
	}


	/* devSec08
	---------------------------------*/
	.devSec08 {
		padding: 30px 0 15px;
		background: #fff;
	}

	/* devRelationLinks */
	.devRelationLinks {}
	.devRelationLinks .devRelationLinksHdg {
		font-size: 15px;
		font-weight: bold;
	}
	.devRelationLinks .devRelationLinkList {
		margin-top: 15px;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock {
		display: block;
		padding: 10px 15px 10px;
		border: 1px solid  #ddd;
		color: #333;
		text-decoration: none;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock:nth-child(n+2) {
		margin-top: 15px;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		-o-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .imgCol {
		flex-basis: 35%;
		flex-shrink: 0;
		margin-left: 5%;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .imgCol img {
		max-width: 100%;
		height: auto;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock > .blockCol2 > .textCol {
		flex-grow: 1;
	}

	.devRelationLinks .devRelationLinkList > .linkBlock .blockTitleLink {
		display: inline-block;
		padding-left: 15px;
		background: url(/common/images/com_icn01.png) 0 0.5em no-repeat;
		color: #2b7bb2;
		font-size: 12px;
	}
	.devRelationLinks .devRelationLinkList > a.linkBlock:hover .blockTitleLink {
		color: #d7063b;
		text-decoration: underline;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock[target="_blank"] .blockTitleLink:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 11px;
		margin: -1px 0 0 8px;
		background: url(/common/images/com_icn05.png) 0 0 no-repeat;
	}
	.devRelationLinks .devRelationLinkList > .linkBlock .blockTx {
		margin-top: 5px;
		font-size: 12px;
	}


.techSeminarMain *,
.techSeminarMain *::before,
.techSeminarMain *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.techSeminarMain {
  background: #42a4c9 url(/dev/tech/images/index_bg01_sp.png) no-repeat 50% 0;
  background-size: contain;
  margin: 0 auto;
}
.techSeminarMain_inner {
width: 100%;
margin: 0 auto;
padding: 15px 0 0;
}
.techSeminarMain_title {
display: block;
width: 199px;
height: 69px;
margin-left: 18px;
background: url(/dev/tech/images/index_logo.png) no-repeat 0 0;
background-size: contain;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.techSeminarMain_event {
box-sizing: border-box;
position: relative;
width: calc(100% - 36px);
background-color: rgba(255, 255, 255, 0.9);
border: 2px solid #d6013f;
margin-top: 84px;
margin-left: 18px;
margin-right: 18px;
padding: 40px 18px 18px;
}
.techSeminarMain_event > .event_heading {
position: absolute;
top: 0;
left: 0;
display: inline-block;
font-size: 13px;
font-weight: bold;
color: #fff;
background-color: #d7063b;
padding: 5px 20px 7px;
}
.techSeminarMain_event > .event_heading::after {
position: absolute;
top: 0;
right: -7px;
width: 14px;
height: 100%;
content: "";
display: inline-block;
background-color: #d7063b;
transform: skewX(-25deg);
}
.techSeminarMain_event > .event_title {
font-weight: bold;
font-size: 15px;
color: #d7063b;
margin-bottom: 5px;
}
.techSeminarMain_event > .event_title + p {
margin-top: 5px;
font-weight: bold;
}
.techSeminarMain_event > .event_title + p + .align-center {
margin-top: 10px;
}
.techSeminarMain_event > .align-center > .in-block,
.techSeminarMain_event > .align-center > .in-block > .btn2-s {
display: block !important;
}
.techSeminarMain_event > .align-center > .in-block,
.techSeminarMain_event > .align-center > .in-block > .btn2-s > .text-wrapper > .align-left {
text-align: center !important;
}
.techSeminarMain_streaming {
width: 100%;
margin: 20px 0 0;
position: relative;
background-color: #000;
padding: 77px 18px 25px;
}
.techSeminarMain_streaming > .streaming_heading {
position: absolute;
top: 25px;
left: 0;
padding-top: 4px;
padding-left: 118px;
font-size: 18px;
color: #fff;
}
.techSeminarMain_streaming > .streaming_heading::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
background: url(/dev/tech/images/index_tx01.png) no-repeat 50% 0;
background-size: contain;
width: 108px;
height: 33px;
}
.techSeminarMain_streaming #videoWrapper video {
width: 100%;
}
.techSeminarMain_streaming .streaming_column {
}
.techSeminarMain_streaming .streaming_column > .column_item {
width: 100%;
}
.techSeminarMain_streaming .streaming_column > .column_item > img {
max-width: 100%;
}
.techSeminarMain_streaming .streaming_column > .column_item + .column_item {
margin-top: 15px;
}
.techSeminarMain_streaming .streaming_column > .column_item:first-child {
padding: 20px;
background-color: #fff;
}
.techSeminarMain_streaming .streaming_column > .column_item > .column_title {
font-size: 14px;
font-weight: bold;
color: #d7063b;
}

.techSeminarMain_streaming .streaming_column > .column_item > .streaming_schedule {
margin-top: 20px;
font-size: 11px;
}
.techSeminarMain_streaming .streaming_column > .column_item > .streaming_schedule > dt {
float: left;
width: 83px;
font-weight: bold;
line-height: 1.4;
}
.techSeminarMain_streaming .streaming_column > .column_item > .streaming_schedule > dd {
overflow: hidden;
line-height: 1.4;
}
.techSeminarMain_streaming .streaming_column > .column_item > .streaming_schedule + .streaming_schedule {
margin-top: 8px;
}
.techSeminarMain_streaming .streaming_column > .column_item > .note-text01 {
margin-top: 13px;
color: #666;
font-size: 11px;
}
.techSeminarMain_streaming .streaming_attention {
margin-top: 11px;
font-size: 12px;
color: #fff;
line-height: 1.6;
}
.techSeminarAbout {
  background: url(/dev/tech/images/index_bg02_sp.jpg) no-repeat 50% 0;
  background-size: cover;
  margin: 0 auto;
}
.techSeminarAbout_inner {
width: 100%;
margin: 0 auto;
padding: 28px 18px 28px;
}
.techSeminarAbout .about_heading {
font-size: 18px;
text-align: center;
font-weight: bold;
color: #fff;
}

.techSeminarAbout .about_text {
margin-top: 18px;
font-size: 12px;
color: #fff;
line-height: 1.7;
}
.techSeminarAbout .about_notification {
background-color: #fff;
margin-top: 40px;
padding: 20px 20px;
}
.techSeminarAbout .about_notification > .notification_title {
font-weight: bold;
font-size: 16px;
background:  url(/dev/tech/images/index_ic01.png) no-repeat 0 0.25em;
background-size: 20px 20px;
padding-left: 30px;
line-height: 1.6;
}
.techSeminarAbout .about_notification > .notification_column {
margin-top: 10px;
}
.techSeminarAbout .about_notification > .notification_column > .column_text {
line-height: 1.6;
}
.techSeminarAbout .about_notification > .notification_column > .column_btn {
margin-top: 18px;
}
.techSeminarAbout .about_notification > .notification_column > .column_btn .in-block {
display: block !important;
width: 100%;
}
.techSeminarAbout .about_notification > .notification_column > .column_btn .btn-link {
display: block !important;
}
.techSeminarAbout .about_notification > .notification_column > .column_btn .btn-link .text-wrapper {
width: 100%;
}
.techSeminarAbout .about_notification > .notification_column > .column_btn .btn-link .text-wrapper .link-text {
text-align:  center !important;
font-size: 14px;
width: 100%;
}
.techSeminarStyle {
background-color: #dff4fb;
  margin: 0 auto;
}
.techSeminarStyle_inner {
width: 100%;
margin: 0 auto;
padding: 30px 18px 28px;
}
.techSeminarStyle .style_heading {
font-size: 18px;
font-weight: bold;
text-align: center;
}

.techSeminarStyle .style_column {
margin-top: 0;
}
.techSeminarStyle .style_column > .column_img {
width: 100%;
}
.techSeminarStyle .style_column > .column_img img {
max-width: 100%;
}
.techSeminarStyle .style_column > .column_item {
width: 100%;
}

.techSeminarStyle .style_column > .column_item .style_type {
}
.techSeminarStyle .style_column > .column_item .style_type + .style_type {
margin-top: 20px;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail {
width: 100%;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_img {
display: none;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail > .type_title {
font-weight: bold;
font-size: 16px;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail > .type_title > a[target="_blank"]::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 11px;
		margin: -2px 0 0 4px;
		background: url(/common/images/com_icn05.png) 0 0 no-repeat;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail > .type_text {
margin-top: 10px;
line-height: 1.6;
}
.techSeminarStyle .style_column > .column_item .style_type > .type_detail > .type_supplement {
margin-top: 5px;
color: #666;
}
.techSeminarList {
  background: url(/dev/tech/images/index_bg03.jpg) repeat-y 50% 0;
  background-size: 100% auto;
  margin: 0 auto;
}
.techSeminarList_inner {
width: 100%;
margin: 0 auto;
padding: 30px 18px 24px;
}
.techSeminarList .list_heading {
font-size: 18px;
font-weight: bold;
text-align: center;
color: #fff;
}

.techSeminarList .list_event_area {
position: relative;
background-color: #fff;
padding: 60px 20px 20px;
margin-top: 16px;
}

.techSeminarList .list_title {
position: absolute;
top: 20px;
left: 0;
display: inline-block;
width: 120px;
font-size: 14px;
font-weight: bold;
color: #fff;
background-color: #d7063b;
padding: 5px 18px 7px;
}
.techSeminarList .list_title::after {
position: absolute;
top: 0;
right: -10px;
width: 20px;
height: 100%;
content: "";
display: inline-block;
background-color: #d7063b;
transform: skewX(-25deg);
}
.techSeminarList .event_detail {
margin-top: 13px;
}
.techSeminarList .event_detail > dt {
color: #888;
font-size: 12px;
}
.techSeminarList .event_detail > dd {
margin-top: 8px;
font-size: 16px;
font-weight: bold;
}
.techSeminarList_inner .list_schedule {
background-color: #fff;
border: 1px solid #ddd;
padding: 15px;
margin-top: 20px;
}
.techSeminarList_inner .list_schedule .event_schedule +.event_schedule {
margin-top: 12px;
}
.techSeminarList_inner .list_schedule .event_schedule > dt {
font-size: 12px;
font-weight: bold;
float: left;
margin-right: 12px;
width: 84px;
line-height: 1.6;
}
.techSeminarList_inner .list_schedule .event_schedule > dd {
overflow: hidden;
line-height: 1.6;
}
.techSeminarList_inner .list_schedule .event_schedule > dd > a > img {
margin: 0 5px;
vertical-align: text-bottom;
}
.techSeminarList .event_past {
margin-top: 30px;
padding: 10px 20px 0;
margin-left: -20px;
margin-right: -20px;
border-top: 2px solid #999;
}
.techSeminarList .event_past .heading03 {
margin-top: 0;
}
.techSeminarList .event_past .topic-list01 {
line-height: 1.6;
}
.techSeminarList .event_past .topic-list01 > dt {
margin-top: 10px;
color: #888;
}
.techSeminarList .event_past .topic-list01 > dd {
margin-top: 2px;
padding-bottom: 0;
border-bottom: none;
}
.techSeminarList .event_past .past_box {
margin-top: 15px;
padding: 15px;
background-color: #f4f4f4;
line-height: 1.6;
}
.techSeminarNavi {
background-color: #fff;
padding: 24px 18px 15px;
}
.techSeminarNavi > .local-navi {
width: 100%;
margin: 0 auto;
}





	/* clearFix
	=================================
	DUMMY:after {
		content: "";
		display: block;
		clear: both;
	}
	*/
}/* end Media max-width: 768px*/


/*
 tech week
 */
.techSeminarMain_tw,
.techSeminarMovie,
.techSeminarProgram {
	min-width: 1200px;
}

.techSeminarMain_tw {
	background: #42a4c9;
}
.techSeminarMain_tw .techSeminarMain_inner {
	background: url(/dev/tech/tw2021/images/tw_bg01.png) no-repeat right -35px top;
}

.techSeminarMain_tw .techSeminarMain_title {
	width: 406px;
	height: 141px;
	background-size: contain;
}
.techSeminarMain_twBox {
	padding: 30px 100px 40px;
	background: url(/dev/tech/tw2021/images/bg_deco_01.png), url(/dev/tech/tw2021/images/bg_deco_02.png);
	background-repeat: no-repeat;
	background-position: left top, right bottom;
	background-color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.9;
	margin: 88px 0 0;
}

.techSeminarMain_twHeading {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 0 30px;
}

.techSeminarMain_twHeading span {
	display: block;
	color: #41a6cb;
	font-family: Futura, 'Century Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	font-feature-settings: "palt";
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.techSeminarMain_twTitle {
	font-size: 20px;
	line-height: 2.0;
	text-align: center;
}

.techSeminarMain_twBox .tw_btn {
	margin: 34px auto 0;
	text-align: center;
}

.techSeminarMain_twBox .tw_btn .btn-link {
	font-size: 18px;
	font-feature-settings: "palt";
	width: 376px;
}

.techSeminarMain_twBox .tw_btn .btn-link .link-text {
	display: block;
	padding: 5px 20px 5px 37px;
	text-align: center;
}

.techSeminarMain_tw .btn-link img {
	box-sizing: content-box;
}

.techSeminarMovie {
	background: url(/dev/tech/tw2021/images/bg_movie.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0 60px;
}

.techSeminarMovie_title {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 0 50px;
	color: #fff;
}
.techSeminarMovie_title > span {
	display: block;
	color: #ffea00;
	font-family: Futura, 'Century Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin: 0 0 7px;
}

.techSeminarMovie_box {
	width: 880px;
	margin: 0 auto;
	position: relative;
	background: #eee;
}
.techSeminarMovie_box::before {
	content: "";
	display: block;
	padding: 56.25% 0 0;
}

.techSeminarMovie_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.techSeminarProgram {
	padding: 56px 0 60px;
}

.techSeminarProgram .inner {
	width: 1200px;
	margin: 0 auto;
}

.techSeminarProgram_title {
	text-align: center;
}

.techSeminarProgram_title strong {
	display: block;
	font-family: Futura, 'Century Gothic', sans-serif;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.0;
}

.techSeminarProgram_title small {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin: 13px 0 0;
}

.techSeminarProgram_tag {
	margin: 40px 0 0;
}

.techSeminarProgram_tag ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px 0 0;
}

.techSeminarProgram_tag ul li {
	margin-right: 15px;
	margin-bottom: 15px;
}

.techSeminarProgram_tag label {
	display: block;
	cursor: pointer;
}

.techSeminarProgram_tag input {
	display: none;
}

.techSeminarProgram_tag input + span {
	display: flex;
	align-items: center;
	background: #eee;
	padding: 9px 10px 9px 9px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.04em;
	position: relative;
}

.techSeminarProgram_tag input + span::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: #fff;
	margin: 0 12px 0 0;
}

.techSeminarProgram_tag input:checked + span {
	background: #d7063b;
	color: #fff;
}

.techSeminarProgram_tag input:checked + span::after {
	content: "";
	display: block;
	width: 22px;
	height: 14px;
	background: url(/dev/tech/tw2021/images/icon_check.svg) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 15px;
	left: 10px;
}

.techSeminarProgram_day {
	margin: 35px 0 0;
}

.techSeminarProgram_day ul {
	display: flex;
	justify-content: space-between;
}

.techSeminarProgram_day ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(35,146,198);
	background: -webkit-linear-gradient(25deg,  rgba(35,146,198,1) 0%,rgba(35,146,198,1) 50%,rgba(65,166,203,1) 50%,rgba(65,166,203,1) 100%);
	background: linear-gradient(25deg,  rgba(35,146,198,1) 0%,rgba(35,146,198,1) 50%,rgba(65,166,203,1) 50%,rgba(65,166,203,1) 100%);
	width: 282px;
	height: 131px;
	font-family: Futura, 'Century Gothic', sans-serif;
	font-weight: 500;
	font-size: 60px;
	letter-spacing: 0;
	line-height: 1.0;
	color: #fff;
	position: relative;
}

.techSeminarProgram_day ul li .date {
	font-size: 24px;
	display: block;
	text-align: center;
}

.techSeminarProgram_day ul li .date small {
	font-size: 22px;
}

.techSeminarProgram_day ul li::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12.5px 0 12.5px;
	border-color: #2392c6 transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.techSeminarProgram_body {
}

.techSeminarProgram_section {
	padding: 42px 0 48px;
}
.techSeminarProgram_section:first-child {
	padding-top: 53px;
}
.techSeminarProgram_section:nth-child(even) {
	background-color: #f5f5f5;
}

.techSeminarProgram_section .time {
	font-family: Futura, 'Century Gothic', sans-serif;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
}

.techSeminarProgram_section .time img {
	width: 41px;
	height: 41px;
	margin: 0 7px 0 0;
}

.techSeminarProgram_list {
	display: flex;
	justify-content: space-between;
	margin: 15px 0 0;
}

.techSeminarProgram_list .list_item {
	width: 282px;
	position: relative;
}

.techSeminarProgram_list .list_image {
	line-height: 0;
	background: #fff;
	margin: 0 0 5px;
}

.techSeminarProgram_list .list_image a {
	transition: opacity .3s;
}

.techSeminarProgram_list .list_image a:hover {
	opacity: 0.7;
}

.techSeminarProgram_list .list_image img {
	width: 100%;
}

.techSeminarProgram_list .list_item.is-filter .list_image img {
	opacity: 0.6;
}

.techSeminarProgram_list .list_item::before {
	color: #fff;
	font-size: 11px;
	padding: 8px 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.techSeminarProgram_list .list_item.archive::before {
	content: "アーカイブ";
	background: #41a6cb;
}

.techSeminarProgram_list .list_item.onair::before {
	content: "オンエア中";
	background: #d7063b;
}

.techSeminarProgram_list .list_tag {
	color: #2b7bb2;
	font-size: 12px;
	line-height: 2.0;
}

.techSeminarProgram_list .list_text {
	font-size: 14px;
	line-height: 1.7;
	margin: 3px 0 0;
}

.techSeminarProgram_list .list_btns {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}

.techSeminarProgram_list .list_btns li {
	width: 138px;
	font-size: 12px;
}

.techSeminarProgram_list .list_btns li .link-text {
	padding: 13px 14px 13px 38px;
}

.techSeminarProgram_list dl {
	color: #999;
	display: flex;
	font-size: 12px;
	line-height: 1.8;
	margin: 10px 0 0;
}

.techSeminarProgram_list dl + dl {
	margin-top: 0;
}

.techSeminarProgram_list dl dt {
	width: 48px;
	flex-shrink: 0;
}

.techSeminarProgram_list dl dd {
	word-break: break-all;
}

@media only screen and (max-width: 768px) {
	.techSeminarMain_tw,
	.techSeminarMovie,
	.techSeminarProgram {
		padding: 0;
		min-width: inherit;
	}
	.techSeminarMain_tw .techSeminarMain_inner {
		background-size: contain;
		background-position: right top;
		padding-bottom: 30px;
	}
	.techSeminarMain_tw .techSeminarMain_title {
		width: 199px;
    height: 69px;
	}
	.techSeminarMain_twBox {
		padding: 40px 20px 30px;
		background-size: 90px 60px;
		font-size: 1.2rem;
		margin: 40px 15px 0;
	}
	
	.techSeminarMain_twHeading {
		font-size: 3.4rem;
		margin: 0 0 15px;
	}
	
	.techSeminarMain_twHeading span {
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.7;
	}
	

	.techSeminarMain_twTitle {
		font-size: 1.6rem;
	}
	
	.techSeminarMain_twBox .tw_btn {
		margin: 20px auto 0;
	}
	
	.techSeminarMain_twBox .tw_btn .btn-link {
		font-size: 1.2rem;
		width: 100%;
	}
	
	.techSeminarMain_twBox .tw_btn .btn-link .link-text {
		display: block;
		padding: 5px 20px 5px 47px;
		text-align: center;
	}
	
	.techSeminarMovie {
		padding: 25px 0 30px;
	}
	
	.techSeminarMovie_title {
		font-size: 3.2rem;
		margin: 0 0 30px;
	}
	.techSeminarMovie_title span {
		font-size: 1.8rem;
		font-weight: 400;
		letter-spacing: 0.04em;
		line-height: 1.7;
	}
	
	.techSeminarMovie_box {
		width: auto;
		margin: 0 20px;
	}

	
	.techSeminarProgram {
		padding: 37px 0 40px;
	}
	
	.techSeminarProgram .inner {
		width: auto;
		margin: 0 15px;
	}
	
	
	.techSeminarProgram_title small {
		margin-top: 8px;
	}
	
	.techSeminarProgram_tag {
		margin: 33px 0 0;
	}
	
	.techSeminarProgram_tag ul {
		justify-content: flex-start;
		margin: 0 -10px 0 0;
	}
	
	.techSeminarProgram_tag ul li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.techSeminarProgram_tag label {
		display: block;
		cursor: pointer;
	}
	
	.techSeminarProgram_tag input {
		display: none;
	}
	
	.techSeminarProgram_tag input + span {
		padding: 6px 10px 6px 6px;
		font-size: 12px;
	}
	
	.techSeminarProgram_tag input + span::before {
		width: 22px;
		height: 22px;
		margin: 0 10px 0 0;
	}
	
	.techSeminarProgram_tag input:checked + span {
		background: #d7063b;
		color: #fff;
	}
	
	.techSeminarProgram_tag input:checked + span::after {
		width: 16px;
		height: 11px;
		top: 12px;
		left: 9px;
	}

	.techSeminarProgram_wrap {
		overflow: auto;
	}
	
	.techSeminarProgram_day {
		margin: 40px 0 0;
	}
	
	.techSeminarProgram_day ul {
		display: flex;
		justify-content: space-between;
		margin: 0 -7.5px;
	}
	
	.techSeminarProgram_day ul li {
		width: 150px;
		height: 77px;
		margin: 0 7.5px;
		font-size: 36px;
		flex-shrink: 0;
		white-space: nowrap;
	}
	
	.techSeminarProgram_day ul li .date {
		font-size: 1.6rem;
	}
	
	.techSeminarProgram_day ul li .date small {
		font-size: 1.5rem;
	}
	
	.techSeminarProgram_day ul li::after {
		border-width: 11px 5px 0 5px;
		bottom: -11px;
	}

	.techSeminarProgram_section:first-child {
		padding-top: 22px;
	}

	.techSeminarProgram_section {
		padding: 20px 0 28px;
		width: 675px;
	}

	.techSeminarProgram_section .time {
		font-size: 2.4rem;
	}

	.techSeminarProgram_section .time img {
		width: 26px;
		height: 26px;
		margin: 0 10px 0 0;
	}

	.techSeminarProgram_list {
		margin: 7px -7.5px 0;
	}

	.techSeminarProgram_list .list_item {
		width: 150px;
		margin: 0 7.5px;
		flex-shrink: 0;
	}

	.techSeminarProgram_list .list_image {
		margin: 0 0 5px;
	}

	.techSeminarProgram_list .list_image a:hover {
		opacity: 1;
	}

	.techSeminarProgram_list .list_item::before {
		font-size: 1.0rem;
		padding: 2px 5px;
	}

	.techSeminarProgram_list .list_tag {
		font-size: 1.0rem;
	}

	.techSeminarProgram_list .list_text {
		margin: 0;
	}

	.techSeminarProgram_list .list_btns {
		display: block;
		margin: 10px 0 0;
	}

	.techSeminarProgram_list .list_btns li {
		width: 100%;
		font-size: 10px;
	}

	.techSeminarProgram_list .list_btns li + li {
		margin: 5px 0 0;
	}

	.techSeminarProgram_list .list_btns li a {
		display: block;
		text-align: center;
		background: #000;
	}
	
	.techSeminarProgram_list .list_btns li .link-text {
		display: inline-block;
		padding: 6px 2px 7px 18px;
		background: url(/common/images/com_icn40.png) no-repeat 0 50%;
	}
	
	.techSeminarProgram_list dl {
		color: #999;
		display: flex;
		font-size: 10px;
		line-height: 1.8;
		margin: 10px 0 0;
	}
	
	.techSeminarProgram_list dl + dl {
		margin-top: 0;
	}
	
	.techSeminarProgram_list dl dt {
		width: 48px;
	}
}
/* MODAL */
.techSeminarModal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}

.techSeminarModal_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	opacity: 0.7;
}

.techSeminarModal .modal_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	width: 880px;
	height: 750px;
}

.techSeminarModal .modal_header {
	background: #f5f5f5;
	font-family: Futura, 'Century Gothic', 'Noto Sans Japanese', sans-serif;
	display: flex;
	align-items: center;
	height: 78px;
}

.techSeminarModal .modal_day01 {
	width: 172px;
	height: 100%;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0;
	background: rgb(35,146,198);
	background: -webkit-linear-gradient(25deg,  rgba(35,146,198,1) 0%,rgba(35,146,198,1) 50%,rgba(65,166,203,1) 50%,rgba(65,166,203,1) 100%);
	background: linear-gradient(25deg,  rgba(35,146,198,1) 0%,rgba(35,146,198,1) 50%,rgba(65,166,203,1) 50%,rgba(65,166,203,1) 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.techSeminarModal .modal_day02 {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0 30px;
}
.techSeminarModal .modal_day02 .time {
	margin: 0 0 0 20px;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.techSeminarModal .modal_day02 .time img {
	width: 30px;
}

.techSeminarModal .modal_body {
	font-size: 16px;
	line-height: 1.9;
	height: 672px;
	overflow: auto;
	position: relative;
}

.techSeminarModal .modal_body_inner {
	padding: 56px 60px 60px;
}

.techSeminarModal .modal_list {
	display: block;
	margin: 37px 0 0;
}
.techSeminarModal .modal_list dt {
	font-size: 20px;
	font-weight: 700;
	color: #41a6cb;
	width: 100%;
	margin: 0 0 10px;
}

.techSeminarModal .modal_item {
	display: flex;
}

.techSeminarModal .modal_item + .modal_item {
	margin-top: 20px;
}

.techSeminarModal .modal_title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.techSeminarModal .modal_title + p {
	margin-top: 20px;
}

.techSeminarModal .modal_image {
	width: 300px;
	margin: 0 30px 0 0;
	line-height: 0;
	flex-shrink: 0;
}

.techSeminarModal .modal_image img {
	width: 100%;
}

.techSeminarModal .modal_text {
	word-break: break-all;
}

.techSeminarModal .modal_text small {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}
.techSeminarModal .modal_text .name {
	font-size: 20px;
	letter-spacing: 0;
	color: #000;
}

.techSeminarModal .modal_btns {
	margin-top: 24px;
	display: flex;
}

.techSeminarModal .modal_btns li + li {
	margin-left: 5px;
}

.techSeminarModal .modal_btns .twitter {
	width: 106px;
}

.techSeminarModal .modal_btns .twitter a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background: #1da1f2 url(/dev/tech/tw2021/images/icon_tw.svg) no-repeat 15px center;
	background-size: 20px 16px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0;
	padding: 0 0 0 25px;
}

.techSeminarModal .modal_btns .btn2-s .link-text {
	padding: 8px 20px 8px 36px;
}

.techSeminarModal .modal_close {
	width: 39px;
	height: 39px;
	background: url(/dev/tech/tw2021/images/icon_close.svg) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: -60px;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.techSeminarModal {
		margin: 0;
	}
	
	.techSeminarModal_bg {
		margin: 0;
		background: #000;
		opacity: 0.7;
	}
	
	.techSeminarModal .modal_inner {
		margin: 60px 20px 20px;
		background: #fff;
		width: auto;
		height: auto;
	}
	
	.techSeminarModal .modal_header {
		height: 50px;
	}
	
	.techSeminarModal .modal_day01 {
		font-size: 2.2rem;
		width: 100px;
	}
	
	.techSeminarModal .modal_day02 {
		font-size: 1.5rem;
		padding: 0 15px;
	}
	.techSeminarModal .modal_day02 .time {
		margin: 0 0 0 15px;
		font-size: 1.5rem;
	}
	
	.techSeminarModal .modal_day02 .time img {
		width: 20px;
	}
	
	.techSeminarModal .modal_body {
		font-size: 16px;
		line-height: 1.9;
		height: calc(100% - 50px);
		overflow: auto;
		position: relative;
	}
	
	.techSeminarModal .modal_body_inner {
		padding: 26px 8.95522388% 30px;
	}
	
	.techSeminarModal .modal_list {
		margin: 20px 0 0;
	}
	.techSeminarModal .modal_list dt {
		font-size: 20px;
		font-weight: 700;
		color: #41a6cb;
		width: 100%;
		margin: 0 0 10px;
	}
	
	.techSeminarModal .modal_item {
		display: block;
	}

	.techSeminarModal .modal_item + .modal_item {
		margin-top: 20px;
	}

	.techSeminarModal .modal_title {
		font-size: 2.0rem;
	}

	.techSeminarModal .modal_title + p {
		margin-top: 15px;
	}

	.techSeminarModal .modal_image {
		width: 100%;
		margin: 0;
	}

	.techSeminarModal .modal_image img {
		width: 100%;
	}

	.techSeminarModal .modal_text {
		margin-top: 10px;
	}

	.techSeminarModal .modal_text small {
		font-size: 1.4rem;
	}
	.techSeminarModal .modal_text .name {
		font-size: 2.0rem;
	}

	.techSeminarModal .modal_btns {
		margin-top: 15px;
		justify-content: space-between;
	}

	.techSeminarModal .modal_btns li + li {
		margin-left: 5px;
	}
	.techSeminarModal .modal_btns li {
		width: 58.1818181818%;
	}

	.techSeminarModal .modal_btns .twitter {
		/* width: 120px; */
		width: 38.545454545%;
	}
	.techSeminarModal .modal_btns .btn2-s {
		display: block;
		height: 40px;
	}
	.techSeminarModal .modal_btns .btn2-s .link-text {
		display: block;
		font-size: 1.2rem;
		padding: 8px 0 9px 13%;
		width: 100%;
	}

	.techSeminarModal .modal_close {
		width: 20px;
		height: 20px;
		top: -30px;
		right: 0;
	}
}

.is-Windows .ff-en {
	font-weight: 700 !important;
}

/* session */
.twSessionHead {
	background: #41a6cb;
	overflow: hidden;
}

.twSessionHead_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 21px 0 25px;
	position: relative;
}

.twSessionHead_inner::before {
	content: "";
	display: block;
	width: 494px;
	height: 246px;
	background: url(/dev/tech/tw2021/images/tw_bg02.jpg) no-repeat center;
	background-size: contain;
	position: absolute;
	right: -205px;
	top: 4px;
}

.twSessionHead_top {
	width: 182px;
	margin: 0 50px 0 0;
	position: relative;
	z-index: 1;
}

.twSessionHead_logo {
	display: block;
	width: 100%;
	height: 63px;
	background: url(/dev/tech/images/index_logo.png) no-repeat 0 0;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.twSessionHead_btn {
	margin-top: 22px;
}
.twSessionHead_btn a {
	font-size: 12px;
	border-color: #fff;
}
.twSessionHead_btn a span.link-text {
	padding: 12px 25px 14px 40px;
}
.twSessionHead_title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
	max-width: 725px;
	position: relative;
}

.twSessionBody {
	margin-top: 50px;
	margin-bottom: 60px;
}

.twSessionBody img {
	max-width: 100%;
}

.twSessionBody_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.twSessionItem {
	width: 860px;
	flex-grow: 1;
}

.twSessionItem .video-wrap {
	width: 100%;
	position: relative;
}

.twSessionItem .video-wrap::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.twSessionItem .video-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.twSessionShare {
	background: #e0f1f8;
	padding: 21px 20px 22px 30px;
	font-size: 16px;
	line-height: 1.5;
	margin: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.twSessionShare_head {
	padding-left: 78px;
	background: url(/dev/tech/tw2021/images/icon_tw_blue.svg) no-repeat left center;
	background-size: 50px 40px;
}
.twSessionShare_head .title {
	font-size: 20px;
	font-weight: 700;
}

.twSessionShare_btn {
	width: 175px;
}

.twSessionShare_btn a {
	background: #1d9bf0;
	color: #fff;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	letter-spacing: 0.04em;
}

.twSessionShare_btn a::before {
	content: "";
	display: block;
	width: 20px;
	height: 16px;
	background: url(/dev/tech/tw2021/images/icon_tw.svg) no-repeat left center;
	background-size: 20px 16px;
	margin: 0 10px 0 0;
}

.twSessionSlides {
	margin: 30px 0 0;
}

.twSessionSlides .slide-thumbnails {
	margin: 0 -5px 16px;
}
.twSessionSlides .slide-thumbnails .slick-slide {
	margin: 0 5px;
	line-height: 0;
}
.twSessionSlides .slide-thumbnails li a {
	display: block;
	position: relative;
}
.twSessionSlides .slide-thumbnails li a::before {
	content: "Share";
	color: #657786;
	background: #fff url(/dev/tech/tw2021/images/icon_share.svg) no-repeat right 5px center;
	background-size: 13px 13px;
	box-sizing: border-box;
	font-size: 11px;
	letter-spacing: 0.04em;
	line-height: 1.0;
	width: 60px;
	height: 22px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
.twSessionSlides .slide-thumbnails .slick-prev,
.twSessionSlides .slide-thumbnails .slick-next {
	width: 40px;
	height: 40px;
	border: none;
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	cursor: pointer;
}
.twSessionSlides .slide-thumbnails .slick-prev::before,
.twSessionSlides .slide-thumbnails .slick-next::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 9px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.twSessionSlides .slide-thumbnails .slick-prev {
	left: -15px;
}
.twSessionSlides .slide-thumbnails .slick-prev::before {
	transform: rotate(180deg);
}
.twSessionSlides .slide-thumbnails .slick-next {
	right: -15px;
}
.twSessionSlides .slide-thumbnails .slick-dots {
	position: absolute;
	left: 0;	
	right: 0;
	bottom: -16px;
	margin: 0 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #efefef;
}
.twSessionSlides .slide-thumbnails .slick-dots li {
	flex: 1;
}

.twSessionSlides .slide-thumbnails .slick-dots li.slick-active button {
	background: #7a7a7a;
}

.twSessionSlides .slide-thumbnails .slick-dots button {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 6px;
	padding: 0;
	background: none;
	border-radius: 6px;
	border: none;
}

.twSessionBottom {
	background: #41a6cb;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 45px 0 0;
	padding: 20px 20px 20px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.twSessionBottom_btn {
	width: 300px;
}

.twSessionBottom_btn a {
	display: block;
	height: 60px;
	border-color: #fff;
}
.twSessionBottom_btn a span.link-text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0;
	font-size: 16px;
}

.twSessionItem.tweetBox {
	margin: 0 0 0 40px;
	position: relative;
	width: 300px;
	flex-shrink: 0;
}

.twSessionItem.tweetBox .twparts {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

.twBottomBtn {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	.twSessionHead {
		background: #41a6cb;
		overflow: hidden;
	}
	
	.twSessionHead_inner {
		display: block;
		padding: 20px 15px;
	}
	
	.twSessionHead_inner::before {
		width: 315px;
		height: 123px;
		right: -34px;
		top: 26px;
	}
	
	.twSessionHead_top {
		width: 150px;
		margin: 0 50px 0 0;
	}
	
	.twSessionHead_logo {
		width: 142px;
		height: 50px;
	}

	.twSessionHead_btn {
		margin-top: 13px;
	}
	.twSessionHead_btn a {
		font-size: 10px;
		background-position: 30px center;
	}
	.twSessionHead_btn a span.link-text {
		padding: 7px 25px 8px 40px;
	}
	.twSessionHead_title {
		font-size: 20px;
		line-height: 1.5;
		margin: 23px 0 0;
	}
	
	.twSessionBody {
		margin-top: 0;
		margin-bottom: 60px;
	}
	
	.twSessionBody img {
		max-width: 100%;
	}
	
	.twSessionBody_inner {
		display: block;
	}
	
	.twSessionItem {
		width: 100%;
		/* flex-grow: 1; */
	}
	
	.twSessionItem .video-wrap {
		width: 100%;
		position: relative;
	}
	
	.twSessionItem .video-wrap::before {
		content: "";
		display: block;
		padding-top: 56.25%;
	}
	
	.twSessionItem .video-wrap iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.twSessionShare {
		padding: 17px 15px 20px;
		font-size: 13px;
		line-height: 1.5;
		margin: 0;
		display: block;
	}
	
	.twSessionShare_head {
		padding-left: 39.5px;
		background-position: left 10px;
		background-size: 31px 25px;
	}
	.twSessionShare_head .title {
		font-size: 15px;
	}
	.twSessionShare_btn {
		width: 150px;
		margin: 13px auto 0;
	}
	.twSessionShare_btn a {
		height: 30px;
		font-size: 10px;
	}
	.twSessionShare_btn a::before {
		width: 11px;
		height: 9px;
		background-size: 11px 9px;
		margin: 0 5px 0 0;
	}
	.twSessionSlides {
		margin: 15px 0 0;
	}

	.twSessionSlides .slide-thumbnails {
		margin: 0 0 -15px;
		padding: 0 15px;
		display: flex;
		overflow: auto;
	}

	.twSessionSlides .slide-thumbnails li {
		width: 150px;
		flex-shrink: 0;
		line-height: 0;
		margin: 0 15px 15px 0;
	}
	.twSessionSlides .slide-thumbnails li:nth-child(2n) {
	}

	.twSessionSlides .slide-thumbnails li a::before {
		background-position: right 5.5px center;
		background-size: 8.5px 8.5px;
		font-size: 10px;
		letter-spacing: 0.04em;
		line-height: 1.0;
		width: 51px;
		height: 20px;
		padding: 0 5px;
	}

	.twSessionBottom {
		font-size: 13px;
		letter-spacing: 0.04em;
		margin: 30px 15px 0;
		padding: 15px 15px 20px;
		display: block;
		text-align: center;
	}

	.twSessionBottom_btn {
		width: 100%;
		margin: 17px auto 0;
	}
	.twSessionBottom_btn a {
		height: 50px;
	}
	.twSessionBottom_btn a span.link-text {
		font-size: 13px;
	}
	
	.twSessionItem.tweetBox {
		margin: 50px 0 0;
		width: 100%;
		height: 400px;
	}
	
	.twSessionItem.tweetBox .twparts {
		padding: 0 15px;
	}

	.twBottomBtn {
		width: calc(100% - 30px);
		margin: 30px 15px 0;
	}
	.twBottomBtn span.link-text {
		padding-left: 15px;
	}
}

.tweetModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.tweetModal_bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	opacity: .7;
}

.tweetModal img {
	max-width: 100%;
}

.tweetModal_inner {
	max-width: 770px;
	margin: 0 auto;
	background: #fff;
	padding: 54px 60px 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tweetModal .title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 12px;
}

.tweetModal .slide-num {
	color: #41a6cb;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 30px;
}

.tweetModal .tweet-btn {
	width: 350px;
	margin: 30px auto 0;
}

.tweetModal .tweet-btn a {
	background: #1d9bf0;
	color: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	letter-spacing: 0;
}

.tweetModal .tweet-btn a::before {
	content: "";
	display: block;
	width: 28px;
	height: 22px;
	background: url(/dev/tech/tw2021/images/icon_tw.svg) no-repeat left center;
	background-size: 28px 22px;
	margin: 0 10px 0 0;
}

.tweetModal .modal-close {
	background: none;
	box-shadow: none;
	border: none;
	padding: 0;
	width: 39px;
	height: 39px;
	background: url(/dev/tech/tw2021/images/icon_close.svg) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: -60px;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.tweetModal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		display: none;
	}
	
	.tweetModal_bg {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #000;
		opacity: .7;
	}
	
	.tweetModal img {
		max-width: 100%;
	}
	
	.tweetModal_inner {
		max-width: 770px;
		margin: 0 auto;
		background: #fff;
		padding: 26px 15px 30px;
		margin: 0 20px 20px;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}
	
	.tweetModal .title {
		font-size: 20px;
		margin: 0 0 12px;
	}
	
	.tweetModal .slide-num {
		font-size: 16px;
		margin: 0 0 20px;
	}
	
	.tweetModal .tweet-btn {
		width: 100%;
		margin: 20px auto 0;
	}
	
	.tweetModal .tweet-btn a {
		color: #fff;
		height: 50px;
		font-size: 16px;
		letter-spacing: 0;
	}
	
	.tweetModal .tweet-btn a::before {
		width: 20px;
		height: 16px;
		background-size: 20px 16px;
		margin: 0 5px 0 0;
	}
	
	.tweetModal .modal-close {
		width: 20px;
    height: 20px;
    top: -30px;
    right: 0;
	}
}
/* twitterから戻ってきたページ */
.twSessionSlide_inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 50px 0 50px;
}

.twSessionSlide .slide-main {
	max-width: 100%;
	margin-bottom: 30px;
}

.twSessionSlide p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.9;
}

.twSessionSlide_btn {
	width: 350px;
	margin: 0 auto 40px;
}

.twSessionSlide_btn a {
	font-size: 18px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none;
}

.twSessionSlide_btn a::before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	background: url(/dev/tech/tw2021/images/icon_play_wh.svg) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 10px 0 0;
}

.twSessionSlide_btn a span {
	padding: 0 10px 0 0;
}

.twSessionSlide_btn a:hover {
	background-image: none;
}

.twSessionSlide_btn a span.link-text {
	padding: 0;
}

@media only screen and (max-width: 768px) {
	.twSessionSlide_inner {
		margin: 0 15px;
	}
	.twSessionSlide .slide-main {
		margin-bottom: 25px;
	}

	.twSessionSlide_btn {
		width: 100%;
	}

	.twSessionSlide_btn a {
		height: 50px;
	}

	.twSessionSlide_btn a::before {
		width: 20px;
		height: 20px;
		margin: 0 10px 0 0;
	}
	
	.twSessionSlide p {
		font-size: 15px;
	}
}




