@charset "UTF-8";
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}

body{
	min-height:1.0vh;
	margin:0 auto;
	padding:0;
	font-size:1.6em;
	font-family:'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, 'Yu Gothic', YuGothic, sans-serif;
	font-weight:400;
	color: #383838;
}
h1, h2, h3, h4, h5, h6,a{
	line-height:125%;
}
p{
	line-height:160%;
}
li{
	line-height:145%;
}

@media screen and (min-width:768px){
	/* iPad背景切れ対策 */
	body{
		min-width:1200px;
		height:100%;
	}
	/* 電話リンクなし */
	a[href^=tel]{
		pointer-events:none;
	}
}

*,*::before,*::after{
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6,p,figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
p{
	font-size:100%;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	-webkit-backface-visibility: hidden;
}
ul li,ol li{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
	transition:color 0.2s;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#123DB3;
	text-decoration:none;
}
a.txtLink{
	text-decoration:underline;
	transition:color 0.3s;
}
a.txtLink:hover{
	text-decoration:none;
}

/* 表示切替 */
.switch{
	visibility:hidden;
}
.sp{
	display:none;
}

@media screen and (max-width:767px){
	body{
		font-size:1.4em;
	}
	h1, h2, h3, h4, h5, h6,a{
		line-height:150%;
	}
	.switch{
		visibility:hidden;
	}
	.pc{
		display:none;
	}
	.sp{
		display:inline-block;
	}
}
/*
	common
-----------------------------------------------------------------------------------------------*/
#header{
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	min-width: 1218px;
	background-color: rgba(255, 255, 255, 0.95);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 64px;
	border-bottom: 1px solid #e0e0e0;
}
#header .logo a{
	display: inline-block;
	text-decoration: none ;
	padding: 20px 24px 19px;
	width: 208px;
}
#header .logo a img{
	width: 100%;
}
#header .spNavi{
	display: none;
}
#header .navList,
#header .navList #gnav ul,
#header .navList #snav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
#header .navList #gnav{
	height: 100%;
}
#header .navList #gnav ul li{
	position: relative;
}
#header .navList #gnav ul li a{
	color: #383838;
	padding: 0 20px;
	position: relative;
}
#header .navList #gnav ul li:not(:first-of-type) a:before{
	content: '';
	height: 24px;
	width:1px;
	background: #e5e5e5;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -12px 0 0 0;
}
#header .navList #gnav ul li:hover a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 4px solid #6fba2c;
}
#header .navList #snav {
	margin: 0 0 0 50px;
	height: 100%;
}
#header .navList #snav ul li.en{
	margin: 0 10px 0 0;
}
#header .navList #snav ul li.en:hover a{
	opacity: 0.6;
	color: #383838;
}
#header .navList #snav ul li.en a{
	font-size: 1.3rem;
}
#header ul,
#header ul li,
#header ul li a{
	height: 100%;
}
#header ul li a{
	display: inline-block;
	line-height: 64px;
}
#header .navList #snav ul li.contact{
	background: url("../img/nav_bg_contact.svg") no-repeat;
	background-position: bottom left;
	background-size: cover;
}
#header .navList #snav ul li.contact:hover{
	opacity: 0.6;
}
#header .navList #snav ul li.contact a{
	padding: 0 20px 0 40px;
	color: #fff;font-weight: 700;
}
.gnavBg{
	display: none;
}
main {
	margin: 64px 0 0 0;
}
#footer {
	font-size: 14px;
}
#footer .footer-policy {
	padding: 27px 0;
}
#footer .container {
	position: relative;
	width: 1160px;
	margin: 0 auto;
}
#footer .footer-policy ul {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: center;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
}
#footer .footer-policy ul li {
	position: relative;
	margin: 5px 0;
	padding: 0;
}
#footer .footer-policy ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 15px;
	border-left: 2px solid #afafaf;
}
#footer .footer-policy ul li:last-child:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 15px;
	border-left: 2px solid #afafaf;
	right: 0;
}
#footer .footer-policy ul li a {
	padding: 2px 12px;
}
#footer a {
	color: #383838;
	text-decoration: none;
}
#footer a:hover {
	opacity: 0.6;
}
#footer .footer-copyright {
	border-top: 1px solid #e0e0e0;
}
#footer .footer-copyright .copyright {
	margin: 0;
	padding: 32px 0;
	font-size: 12px;
	text-align: center;
}
#footer .footer-copyright .logo {
	position: absolute;
	top: 27px;
	right: 0;
}
@media screen and (max-width:767px){
	#header {
		height: 50px;
		min-width: 0;
	}
	#header .logo {
		position: static;
		width: auto;
	}
	#header .logo a {
		padding: 15px 14px 13px;
		width: 162px;
	}
	#header .spNavi{
		display: inline-block;
	}
	#header .spNavi .en a{
		position: absolute;
		top: 0;
		right: 50px;
		height: 50px;
		width: 32px;
		text-align: center;
		line-height: 50px;
		font-size: 1.2rem;
	}
	#header #slide-menu-handle{
		display: inline-block;
		top: 0;
		width: 50px;
		height: 50px;
		transition: .5s ease-in-out;
		cursor: pointer;
		position: absolute;
		right: 0;
		transform: rotate(0deg);
	}
	#slide-menu-handle span {
		position: absolute;
		right: 0;
		transform: rotate(0deg);
		display: block;
		height: 2px;
		width: 16px;
		background: #383838;
		border-radius: 10px;
		opacity: 1;
		left: 0;
		margin: 0 auto;
		transition: .25s ease-in-out;
	}
	#slide-menu-handle span:first-child {
		top: 19px;
	}
	#slide-menu-handle span:nth-child(2),
	#slide-menu-handle span:nth-child(3) {
		top: 24px;
	}
	#slide-menu-handle span:nth-child(2),
	#slide-menu-handle span:nth-child(3) {
		top: 24px;
	}
	#slide-menu-handle span:nth-child(4) {
		top: 29px;
	}
	#slide-menu-handle.open span:first-child {
		top: 19px;
		width: 0;
		left: 50%;
		right: 50%;
	}
	#slide-menu-handle.open span:nth-child(2) {
		transform: rotate(45deg);
	}
	#slide-menu-handle.open span:nth-child(3) {
		transform: rotate(-45deg);
	}
	#slide-menu-handle.open span:nth-child(4) {
		top: 24px;
		width: 0;
		left: 50%;
		right: 50%;
	}
	#header .navList #snav{
		display: none;
	}
	#header .navList #gnav{
		width: 100%;
		position: absolute;
		height: calc(100vh - 50px);
		left: 0;
		top: -100vh;
		transition: 0.3s;
		z-index: -1;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	#header .navList.open #gnav{
		top: 50px;
	}
	#header .navList #gnav ul {
		background: #fff;
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
		z-index: 2;
	}
	#header .navList #gnav ul li{
		height: auto;
		width: 100%;
		border-bottom: 1px solid #e0e0e0;
		background: #f7f7f7;
	}
	#header .navList #gnav ul li a {
		line-height: 50px;
		height: 50px;
		width: 100%;
		font-weight: 700;
		font-size: 1.5rem;
		padding: 0 17px;
	}
	#header .navList #gnav ul li a:before,
	#header .navList #gnav ul li:not(:first-of-type) a:before{
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 25px;
		left: auto;
		width: 12px;
		height: 12px;
		border-top: 2px solid #979797;
		border-right: 2px solid #979797;
		transform: rotate(45deg);
		margin: -4px 0 0 0;
		transition: 0.3s;
		background: none;
	}
	#header .navList #gnav ul li.sp{
		background: #f08600;
	}
	#header .navList #gnav ul li.sp a{
		color: #fff;
	}
	#header .navList #gnav ul li.sp  a:before{
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 25px;
		left: auto;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		margin: -4px 0 0 0;
		transition: 0.3s;
		background: none;
	}
	.gnavBg {
		background: rgba(0,0,0,0.8);
		display: inline-block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	main {
		margin: 50px 0 0 0;
	}
	#footer .container {
		width: 100%;
	}
	#footer .footer-policy {
		padding: 26px 0 0 0 ;
	}
	#footer .footer-policy ul {
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 0;
		border-top: 1px solid #d9d9d9;
	}
	#footer .footer-policy ul li {
		display: table;
		width: 50%;
		margin: 0;
		border-bottom: 1px solid #d9d9d9;
		text-align: center;
	}
	#footer .footer-policy ul li:before,
	#footer .footer-policy ul li:last-child:after{
		display: none;
	}
	#footer .footer-policy ul li:nth-of-type(odd) {
		border-right: 1px solid #d9d9d9;
	}
	#footer .footer-policy ul li a {
		display: table-cell;
		width: 100%;
		height: 44px;
		vertical-align: middle;
		font-size: 12px;
	}
	#footer .footer-copyright {
		margin: -1px 0 0 0;
	}
}

/*
	dlKvArea
-----------------------------------------------------------------------------------------------*/
.dlKvArea{
	width: 100%;
	height: 362px;
	background: url("../img/form_bg_kv_pc.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.dlKvAreaInner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	padding: 40px 30px;
	margin: 0 auto;
}
.dlKvAreaInner .txtArea {
	width: 620px;
}
.dlKvAreaInner .txtArea .subTit{
	font-size: 3.2rem;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 140%;
	font-feature-settings: 'palt';
	letter-spacing: 0.02em;
	text-shadow: 2px 3px 3px rgb(0 0 0 / 60%);
}
.dlKvAreaInner .txtArea .tit{
	font-weight: 700;
	color: #FFFFFF;
	font-feature-settings: 'palt';
	letter-spacing: 0.02em;
	text-shadow: 2px 3px 3px rgb(0 0 0 / 60%);
	font-size: 6rem;
	line-height: 180%;
	margin: 15px 0 0 0;
}
.dlKvAreaInner .txtArea .tit span{
	position: relative;
	z-index: 1;
}
.dlKvAreaInner .txtArea .tit span:before{
	content: '';
	height: 22px;
	width: 100%;
	background: linear-gradient(90deg,#67bf4d, #0352c2);
	position: absolute;
	left: 0%;
	bottom: 0;
	z-index: -1;
}
.dlKvAreaInner .imgArea img{
	box-shadow: 2px 3px 3px rgb(0 0 0 / 60%);
}

@media screen and (max-width:767px){
	.dlKvArea{
		height: auto;
		background: url(../img/form_bg_kv_sp.png) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.dlKvAreaInner {
		width: 100%;
		padding: 30px 10px;
	}
	.dlKvAreaInner .txtArea {
		width: 68%;
	}
	.dlKvAreaInner .txtArea .subTit {
		font-size: 1.4rem;
		line-height: 175%;
	}
	.dlKvAreaInner .txtArea .tit{
		font-size: 2.1rem;
		margin: 5px 0 0 0;
	}
	.dlKvAreaInner .txtArea .tit span:before {
		height: 6px;
	}
	.dlKvAreaInner .imgArea{
		width: 30%;
		margin: 0 0 0 0;
	}
	.dlKvAreaInner .imgArea img{
		width: 100%;
	}

}
/*IE*/
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.dlKvAreaInner .txtArea .tit span:before{
		bottom: 10px;
	}
}
/*
	ctsArea
-----------------------------------------------------------------------------------------------*/
.ctsArea{
	width: 964px;
	margin: 80px auto;
}
.ctsArea.dl-form .formStepArea{
	margin: 60px auto 0;
}
.formStepArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 860px;
}
.formStepArea ol {
	display: flex;
	justify-content: center;
	align-items: center;
}
.formStepArea ol li {
	position: relative;
	border: 4px solid #6fba2c;
	border-right: 3px solid #6fba2c;
	border-left: 6px solid #6fba2c;
	font-weight: 700;
}
.formStepArea ol li.current {
	background: #6fba2c;
	color: #fff;
}
.formStepArea ol li:nth-of-type(1) {
	width: 178px;
	margin-right: 24px;
}
.formStepArea ol li:nth-of-type(2) {
	width: 184px;
	margin-right: 24px;
}
.formStepArea ol li:nth-of-type(3) {
	width: 184px;
}
.formStepArea ol li::before,
.formStepArea ol li::after {
	position: absolute;
	top: -4px;
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	margin: auto;
	border: 75px solid transparent;
}
.formStepArea ol li::before {
	z-index: 3;
	right: -65px;
	border: 32px solid transparent;
	border-left: 30px solid #6fba2c;
}
.formStepArea ol li::after {
	z-index: 4;
	top: 0px;
	right: -55px;
	border: 28px solid transparent;
	border-left: 27px solid #fff;
}
.formStepArea ol li.current::after {
	border-left: 28px solid #6fba2c;
}

.formStepArea ol li .inner {
	position: relative;
	width: 100%;
	height: 56px;
	padding-left: 22px;
	vertical-align: middle;
	text-align: center;
}

.formStepArea ol li .inner::before,
.formStepArea ol li .inner::after {
	position: absolute;
	top: -4px;
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	margin: auto;
	border: 75px solid transparent;
}
.formStepArea ol li .inner::before {
	z-index: 1;
	left: 0;
	border: 32px solid transparent;
	border-left: 36px solid #6fba2c;
}
.formStepArea ol li .inner::after {
	z-index: 2;
	left: -6px;
	border: 32px solid transparent;
	border-left: 36px solid #fff;
}
.formStepArea ol li.current .inner::after {
	border-left: 36px solid #fff;
}
.formStepArea ol li {
	border-left: 5px solid #6fba2c;
}
.formStepArea ol li:nth-of-type(1) .inner::before,
.formStepArea ol li:nth-of-type(1) .inner::after {
	display: none;
}

.formStepArea ol li .inner > *:last-child {
	margin-bottom: 0;
}
.formStepArea ol li .inner .step-txt {
	position: relative;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.4em;
}
.formStepArea ol li .inner .step-txt span {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: normal;
}

.privacyTxt {
	height: 158px;
	border: 3px solid #efefef;
	padding: 10px;
	overflow-y: scroll;
}
.privacyTxt .txt{
	font-size: 1.4rem;
}
@media screen and (max-width:767px){
	.ctsArea {
		width: 100%;
		margin: 40px auto;
		padding: 0 20px;
	}
	.formStepArea{
		width: 100%;
	}
	.ctsArea.dl-form .formStepArea {
		margin: 40px auto 0;
	}
	.formStepArea ol {
		width: 100%;
		padding-right: 23px;
	}
	.formStepArea ol li {
		border-right: 3px solid #6fba2c;
		border-left: 6px solid #6fba2c;
	}
	.formStepArea ol li:nth-of-type(1) {
		width: 29%;
		margin-right: 4%;
	}
	.formStepArea ol li:nth-of-type(2) {
		width: 31.5%;
		margin-right: 4%;
	}
	.formStepArea ol li:nth-of-type(3) {
		width: 31.5%;
	}
	.formStepArea ol li::before,
	.formStepArea ol li::after {
		border: 75px solid transparent;
	}
	.formStepArea ol li::before {
		right: -52px;
		border: 27px solid transparent;
		border-left: 22px solid #6fba2c;
	}
	.formStepArea ol li::after {
		right: -42px;
		border: 23px solid transparent;
		border-left: 19px solid #fff;
	}
	.formStepArea ol li.current::after {
		border-left: 19px solid #6fba2c;
	}
	.formStepArea ol li .inner {
		height: 46px;
		padding-left: 23px;
	}
	.formStepArea ol li:first-child .inner {
		padding-left: 10px;
	}
	.formStepArea ol li .inner::before,
	.formStepArea ol li .inner::after {
		border: 75px solid transparent;
	}
	.formStepArea ol li .inner::before {
		left: 0;
		border: 27px solid transparent;
		border-left: 22px solid #6fba2c;
	}
	.formStepArea ol li .inner::after {
		left: -6px;
		border: 27px solid transparent;
		border-left: 22px solid #fff;
	}
	.formStepArea ol li.current .inner::after {
		border-left: 20px solid #fff;
	}
	.formStepArea ol li {
		border-left: 5px solid #6fba2c;
	}
	.formStepArea ol li .inner .step-txt {
		top: 52%;
		line-height: 1.3em;
		font-size: 11px;
	}
	.privacyTxt {
		height: 150px;
		padding: 10px 8px;
	}
	.privacyTxt .txt {
		font-size: 1.2rem;
	}
}

/*
	ctsArea
-----------------------------------------------------------------------------------------------*/

.ctsInner .descriptionCts {
}
.ctsInner .descriptionCts .tit{
	font-size: 2.4rem;
	padding: 0 0 15px 0;
	position: relative;
}
.ctsInner .descriptionCts .tit:before{
	content: '';
	background: #e0e0e0;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ctsInner .descriptionCts .txt{
	margin: 25px 0 0 0;
}
.ctsInner .descriptionCts .txt .point{
	font-weight: bold;
}
.ctsInner .descriptionCts .note{
	font-size: 1.2rem;
	margin: 5px 0 0 0;
}
.formCts.typeDl {
	margin: 40px 0 0 0;
}
.formCts table {
	border-collapse: collapse;
	text-align: left;
}
.formCts table tbody tr:not(:first-of-type){
	border-bottom:1px solid #f2f2f2;
}
.formCts table tbody tr td.privacyArea{
	padding: 0 0 0 0;
}
.formCts.typeInq table tbody tr td.privacyArea{
	padding: 25px 0 0 0;
}
.formCts table tbody tr th,
.formCts table tbody tr td{
	padding: 25px 0;
	vertical-align: top;
	text-align: left;
}
.formCts table tbody tr th{
	width: 300px;
	position: relative;
}
.formCts table tbody tr th span.tit{
	width: 100%;
	display: inline-block;
	position: relative;
}
.formCts table tbody tr.required th span.tit:before{
	content: '必須';
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	color:#fff;
	background: #f08602;
	width: 50px;
	line-height: 24px;
	border-radius: 12px;
	position: absolute;
	right: 25px;
	top: 0;
}
.formCts table tbody tr.optional th span.tit:before{
	content: '任意';
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	color:#383838;
	width: 50px;
	line-height: 24px;
	border: #e0e0e0 1px solid;
	border-radius: 12px;
	position: absolute;
	right: 25px;
	top: 0;
}
.label label-warning ss_notnull{
	content: '必須';
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	color:#fff;
	background: #f08602;
	width: 50px;
	line-height: 24px;
	border-radius: 12px;
	position: absolute;
	right: 25px;
	top: 0;
}

.formCts table tbody tr td{
	width: 664px;
}
.formCts table tbody tr td .radio_input{
	display: flex;
	flex-direction: column;
}
.formCts table tbody tr td .radio_input label:not(:first-of-type){
	margin: 5px 0 0 0;
}
.formCts table tbody tr td .radio_input label input {
	margin: 0 10px 0 0;
}

.formCts table tbody tr td .checkbox_input{
	display: flex;
	flex-direction: column;
}
.formCts table tbody tr td .checkbox_input label:not(:first-of-type){
	margin: 5px 0 0 0;
}
.formCts table tbody tr td .checkbox_input label input {
	margin: 0 10px 0 0;
}


.formCts table tbody tr td .inputArea{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.formCts table tbody tr td .check_input label input {
	margin: 0 10px 0 0;
}
.formCts table tbody tr td .ss_leftComment {
	font-size: 1.4rem;
}
.formCts table tbody tr td .inputArea .s_input input[type='text']{
	width: 152px;
}
.formCts table tbody tr td .inputArea .l_input input[type='text']{
	width: 352px;
}
.formCts table tbody tr td input[type='text'] {
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	margin: 0;
	margin-right: 20px;
	padding-right: 13px;
	padding-left: 13px;
	transition-duration: .12s;
	transition-property: all;
	color: #2e3b4e;
	border-radius: 3px;
	background-color: #f3f6f7;
	box-shadow: none;
	border: none;
}
.formCts table tbody tr td .exTxt{
	font-size: 1.4rem;
	color:#999;
}
.formCts table tbody tr td .error{
	width: 100%;
	font-size: 1.4rem;
	color:#ff4646;
	margin: 5px 0 0 0;
}
.formCts table tbody tr td .inputArea .l_select{
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	min-width: 200px;
	vertical-align: middle;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	border-radius: 4px;
	border: 2px solid #f3f6f7;
	display: inline-block;
	background: #f3f6f7;
}
.formCts table tbody tr td .inputArea .l_select:after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 6px;
	right: 18px;
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
	width: 0;
	height: 0;
	margin: auto;
	vertical-align: middle;
	border: 4px solid transparent;
	border-top: 6px solid #000;
}
.formCts table tbody tr td .inputArea .l_select select{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: transparent;
	width: 352px;
	margin: 0;
	padding: 0 16px;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 1.6rem;
	height: 50px;
	line-height: 50px;
	color: #2e3b4e;
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}
.formCts table tbody tr td .inputArea .l_textarea{
	width: 100%;
	max-width: 664px;
}
.formCts table tbody tr td .inputArea .l_textarea textarea {
	background: #f3f6f7;
	width: 100%;
	height: 168px;
	padding: 15px 15px 13px;
	margin-bottom: 3px;
	border-radius: 4px;
	border: 2px solid #f6f6f6;
	line-height: 1.5em;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	resize: vertical;
	font-size: 16px;
	color: #2e3b4e;
}
.btnArea {
	margin: 60px 0 0 0;
	text-align: center;
}
.btnArea.double {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.btnArea.double div:last-of-type{
	margin: 0 0 0 20px;
}

.ss_form {/* test ".btnArea.double"を"ss_form"に変更 */
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.ss_form div:last-of-type{/* test ".btnArea.double"を"ss_form"に変更 */
	margin: 0 0 0 20px;
}


.btnArea .btnSubmit button{
	position: relative;
	transition: .3s ease-out;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	background: #fff;
	padding: 15px 45px 13px;
	border: 2px solid #f08600;
	border-radius: 100px;
	color: #f08600;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	min-width: 360px;
}
.btnArea .btnSubmit button:hover{
	background: #f08600;
	color: #fff;
}
.btnArea button span{
	position: relative;
	display: inline-block;
	width: 100%;
}
.btnArea .btnSubmit button span:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #f08600;
	border-right: 2px solid #f08600;
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	transition: 0.3s;
}
.btnArea .btnSubmit button:hover span:before,
.btnArea .btnBack button:hover span:before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.btnArea .btnBack button{
	position: relative;
	transition: .3s ease-out;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	background: #fff;
	padding: 15px 45px 13px;
	border: 2px solid #383838;
	border-radius: 100px;
	color: #383838;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	min-width: 360px;
}
.btnArea .btnBack button:hover{
	background: #383838;
	color: #fff;
}
.btnArea .btnBack button span:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #383838;
	border-right: 2px solid #383838;
	transform: rotate(-135deg);
	margin: -4px 0 0 0;
	transition: 0.3s;
}
@media screen and (max-width:767px){
	.ctsInner .descriptionCts .tit {
		font-size: 1.8rem;
		padding: 0 0 10px 0;
		position: relative;
	}
	.ctsInner .descriptionCts .txt {
		margin: 10px 0 0 0;
	}
	.formCts table tbody tr td .error{
		font-size: 1.2rem;
		margin: 0 0 0 0;
	}

	.formCts table,
	.formCts table tbody,
	.formCts table tbody tr{
		width: 100%;
	}
	.formCts table tbody tr th,
	.formCts table tbody tr td{
		display: block;
		width: 100%;
	}
	.formCts table tbody tr th{
		padding: 15px 0 0 0
	}
	.formCts table tbody tr th span.tit {
		font-size: 1.6rem;
	}
	.formCts table tbody tr.optional th span.tit:before,
	.formCts table tbody tr.required th span.tit:before{
		right: 0;
		font-size: 1rem;
		font-weight: 700;
		line-height: 18px;
		width: 34px;
	}
	.formCts table tbody tr td{
		padding:5px 0 15px  0
	}
	.formCts table tbody tr td .ss_leftComment {
		font-size: 1.2rem;
	}
	.formCts table tbody tr td .exTxt {
		font-size: 1.2rem;
		margin: 5px 0 0 0;
	}
	.formCts table tbody tr td .inputArea {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.formCts table tbody tr td .inputArea .s_input {
		width: 48%;
	}
	.formCts table tbody tr td input[type='text']{
		margin: 0 0 0 0;
		line-height: 40px;
		height: 40px;
	}
	.formCts table tbody tr td .inputArea .s_input input[type='text'] {
		width: 100%;
		line-height: 40px;
		height: 40px;
	}
	.formCts table tbody tr td .inputArea .l_input,
	.formCts table tbody tr td .inputArea .l_input input[type='text'] {
		width: 100%;
	}
	.formCts table tbody tr td .inputArea .l_select,
	.formCts table tbody tr td .inputArea .l_select select{
		width: 100%;
	}
	.formCts table tbody tr td .inputArea .l_select select{
		height: 40px;
		line-height: 40px;
		padding: 0 16px;
	}
	.formCts table tbody tr td .inputArea .l_textarea textarea {
		padding: 8px 13px;
		font-size: 16px;
	}
	.btnArea .btnBack ,
	.btnArea .btnSubmit {
		width: 100%;
	}
	.btnArea .btnBack button,
	.btnArea .btnSubmit button{
		width: 100%;
		min-width: auto;
	}
	.btnArea {
		margin: 40px 0 0 0;
	}
	.btnArea.double {
		flex-direction: column-reverse;
	}
	.btnArea.double div:last-of-type {
		margin: 0 0 20px 0;
	}
	.ss_form {/* test ".btnArea.double"を"ss_form"に変更 */
		flex-direction: column-reverse;
	}
	.ss_form div:last-of-type {/* test ".btnArea.double"を"ss_form"に変更 */
		margin: 0 0 20px 0;
	}	
}
/*
	pageTop
-----------------------------------------------------------------------------------------------*/

.pageTop{
	position:fixed;
	bottom: 30px;
	right: 20px;
	z-index: 3;
	transition: 0.3s;
}
.pageTop:hover{
	opacity: 0.6;
}
.pageTop a{
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	background: rgba(95,95,95,0.9);
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 32px 0 0 0;
	letter-spacing: 0.2rem;
}
.pageTop a:before {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	right: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	margin: 0 -7px 0 0;
}
.pageTop a span{
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3rem;
	margin: 15px 0 0 0;
}
@media screen and (max-width:812px){
	.pageTop{
		right: 2%;
		bottom:3%;
	}
}

/*
	inq
-----------------------------------------------------------------------------------------------*/

/*
	inqTitArea
-----------------------------------------------------------------------------------------------*/
.inqTitArea{
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #dedede;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inqTitInner{
	width: 1160px;
}
.inqTitInner .tit{
	padding-left: 90px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}
.inqTitInner .tit:before{
	content: '';
	width: 64px;
	height: 64px;
	background: url("../img/icn_ttl_contact.svg") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -32px 0 0 0;
}
.ctsArea.inquiry .formStepArea{
	margin: 60px auto 0;
}
.formCts.typeInq table{
	border-top:1px solid #f2f2f2;
	margin: 40px 0 0 0;
}
.formCts.typeInq table tbody tr:not(:first-of-type),
.formCts.typeInq table tbody tr{
	border-bottom:1px solid #f2f2f2;
}
.formCts table tbody tr td .inputArea.column{
	flex-direction: column;
	align-items: flex-start;
}
.formCts table tbody tr td .inputArea.column .exTxt {
	margin: 0 0 5px 0;
}
.formCts table tbody tr td .checkbox_input .exTxt {
	margin: 0 0 5px 0;
}
@media screen and (max-width:812px){
	.inqTitArea {
		height: 90px;
	}
	.inqTitInner {
		width: 100%;
		padding: 0 20px;
	}
	.inqTitInner .tit{
		font-size: 2rem;
		padding-left: 45px;
	}
	.inqTitInner .tit:before {
		width: 34px;
		height: 34px;
		left: 0;
		top: 50%;
		margin: -17px 0 0 0;
	}
	.inqTitInner .tit span{
		display: inline-block;
	}
	.ctsArea.inquiry .formStepArea {
		margin: 20px auto 0;
	}
	.formCts.typeInq table tbody tr td.privacyArea {
		padding: 15px 0 0 0;
	}
}


.inquiry .ctsInner .thanksCts{
	margin: 60px 0 80px 0;
}
.inquiry .ctsInner .thanksCts p{
	text-align: center;
}
@media screen and (max-width:812px){
	
}

/*
	event
-----------------------------------------------------------------------------------------------*/

/*
	searchArea
-----------------------------------------------------------------------------------------------*/
.ctsArea.event {
	margin: 50px auto 0;
}
.searchArea {
	display: flex;
	justify-content: center;
	align-items: center;
	border:solid #cccccc 1px;
	border-radius: 5px;
	overflow: hidden;
}
.searchArea .inputArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 70%;
}
.searchArea .inputArea .categoryArea,
.searchArea .inputArea .publicDayArea{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	padding: 16px 0;
}
.searchArea .inputArea div .tit{
	font-size:1.4rem;
	margin: 0 15px 0 0;
	white-space: nowrap;
}

.searchArea .inputArea .categoryArea{
	width: 44%;
}
.searchArea .inputArea .categoryArea .category{
	position: relative;
}
.searchArea .inputArea .categoryArea .category:after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 6px;
	right: 18px;
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
	width: 0;
	height: 0;
	margin: auto;
	vertical-align: middle;
	border: 4px solid transparent;
	border-top: 6px solid #000;
}
.searchArea .inputArea .categoryArea .category select {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff;
	width: 180px;
	margin: 0;
	padding: 0 16px;
	border: #cccccc solid 1px;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	color: #2e3b4e;
	border-radius: 5px;
	font-size: 1.4rem;
}
.searchArea .inputArea .publicDayArea{
	width: 56%;
}
.searchArea .inputArea .publicDayArea .publicDay{
	display: flex;
	justify-content: center;
	align-items: center;
}
.searchArea .inputArea .publicDayArea .publicDay input{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff;
	width: 120px;
	margin: 0;
	padding: 0 16px;
	border: #cccccc solid 1px;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	color: #2e3b4e;
	border-radius: 5px;
	font-size: 1.4rem;
}
.searchArea .inputArea .publicDayArea .publicDay .btn {
	display: none;
}
.searchArea .inputArea .publicDayArea .publicDay .range{
	padding: 0 20px;
}
.searchArea .inputArea .freeWordArea{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 0;
	border-right: solid #cccccc 1px;
}
.searchArea .inputArea .freeWordArea .l_input input{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff;
	width: 400px;
	margin: 0;
	padding: 0 16px;
	border: #cccccc solid 1px;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	color: #2e3b4e;
	border-radius: 5px;
	font-size: 1.4rem;
}
.searchArea .searchBtnArea{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.searchArea .searchBtnArea .btnSearch button{
	position: relative;
	transition: .3s ease-out;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	background: #fff;
	padding: 15px 45px 13px;
	border: 2px solid #6fba2c;
	border-radius: 100px;
	color: #6fba2c;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	min-width: 180px;
}
.searchArea .searchBtnArea .btnSearch button:hover{
	background: #6fba2c;
	color: #fff;
}
.searchArea .searchBtnArea .btnSearch button span{
	position: relative;
	display: inline-block;
	width: 100%;
}
.searchArea .searchBtnArea .btnSearch button span:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #6fba2c;
	border-right: 2px solid #6fba2c;
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	transition: 0.3s;
}
.searchArea .searchBtnArea .btnSearch button:hover span:before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.eventArea {
}
.searchResult{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.searchResult .pageNumberArea{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.searchResult .pageNumberArea .numberList,
.searchResult .pageNumberArea .pageList{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.searchResult .pageNumberArea .pageList{
	margin: 0 0 0 30px;
}
.searchResult .pageNumberArea .numberList p,
.searchResult .pageNumberArea .pageList p{
	font-size: 1.4rem;
}
.searchResult .pageNumberArea .numberList select{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff;
	margin: 0;
	padding: 0 28px 0 16px;
	border: #cccccc solid 1px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	color: #2e3b4e;
	border-radius: 5px;
	font-size: 1.4rem;
}
.searchResult .pageNumberArea .pageList select{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff;
	margin: 0;
	padding: 0 28px 0 16px;
	border: #cccccc solid 1px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	color: #2e3b4e;
	border-radius: 5px;
	font-size: 1.4rem;
}
.searchResult .pageNumberArea .numberList:after,
.searchResult .pageNumberArea .pageList:after{
	content: "";
	position: absolute;
	bottom: 0;
	top: 6px;
	right: 16px;
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
	width: 0;
	height: 0;
	margin: auto;
	vertical-align: middle;
	border: 4px solid transparent;
	border-top: 6px solid #000;
}
.searchResult .displayArea p{
}
@media screen and (max-width:812px){
	
}
/*
	eventListArea
-----------------------------------------------------------------------------------------------*/
.eventListArea{
	margin: 50px 0 0 0;
}
.eventListArea .eventArea{
	width: 964px;
	margin: 0 auto;
}
.eventListArea .eventList{
	margin: 20px auto 80px;
	width: 964px;
}
.eventListArea .eventList li{
	width: 100%;
}
.eventListArea .eventList li:nth-of-type(odd){
	background: #f9f9f9;
}
.eventListArea .eventList li a{
	width: 100%;
	display: inline-block;
	transition: 0.2s;
	color: #383838;
}
.eventListArea .eventList li a:hover{
	opacity: 0.4;
}
.eventListArea .eventList li a .eventListInner{
	width: 964px;
	margin: 0 auto;
	padding: 25px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.eventListArea .eventList li a .eventListInner .data{
	color: #6fba2c;
	text-decoration: underline;
	font-weight: 700;
	margin: 0 50px 0 0;
}
.eventListArea .eventList li a .eventListInner section .tit{
	font-size: 2.4rem;
	margin: 0 0 15px 0 ;
}
.eventListArea .eventList li a .eventListInner section .eventIcon{
	margin: 0 0 15px 0;
}
.eventListArea .eventList li a .eventListInner section .eventIcon span{
	font-size: 1.4rem;
	line-height: 3.4rem;
	border-radius: 17px;
	text-align: center;
	min-width: 130px;
	display: inline-block;
	padding: 0 25px;
}
.eventListArea .eventList li a .eventListInner section .eventIcon span:not(:last-of-type){
	margin: 0 15px 0 0;
}
.eventListArea .eventList li a .eventListInner section .eventIcon span.label-info{
	font-weight: 700;
	background: #f08602;
	color: #fff;
}
.eventListArea .eventList li a .eventListInner section .eventIcon span.label-little{
	font-weight: 700;
	background: #0d277f;
	color: #fff;
}
.eventListArea .eventList li a .eventListInner section .eventIcon span.label-finished{
	font-weight: 700;
	background: #e6e6e6;
}
.eventListArea .eventList li a .eventListInner section .eventIcon span.label-category{
	font-weight: 700;
	background: #fff;
	border: #dddddd 1px solid;
}
@media screen and (max-width:812px){
	.ctsArea.event {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	.searchArea {
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
		max-width: 600px;
	}
	.searchArea .inputArea,
	.searchArea .searchBtnArea,
	.searchArea .inputArea .categoryArea,
	.searchArea .inputArea .publicDayArea{
		width: 100%;
		border-right: none;
	}
	.searchArea .inputArea .categoryArea,
	.searchArea .inputArea .publicDayArea{
		padding: 10px 20px;
		justify-content: flex-start;
	}
	.searchArea .inputArea .categoryArea .category select,
	.searchArea .inputArea .publicDayArea .publicDay input{
		height: 30px;
		line-height: 30px;
		font-size: 1.2rem;
		padding: 0 5px;
		width: 200px;
	}
	.searchArea .inputArea .categoryArea .category {
		width: 100%;
		min-width: 170px;
	}
	.searchArea .inputArea .categoryArea .category select{
		width: 100%;
	}
	.searchArea .inputArea .publicDayArea .publicDay {
		width: 100%;
	}
	.searchArea .inputArea .publicDayArea .publicDay input {
		width: 50%;
	}
	.searchArea .inputArea .publicDayArea .publicDay .range {
		padding: 0 5px;
	}
	.searchArea .inputArea div .tit{
		margin: 0 10px 0 0 ;
	}
	.searchArea .inputArea .freeWordArea .tit {
		text-align: left;
		margin: 0 10px 0 0;
	}
	.searchArea .inputArea .freeWordArea {
		padding: 10px 20px;
		border-right: none;
		justify-content: flex-start;
	}
	.searchArea .inputArea .freeWordArea .l_input input{
		width: 100%;
		max-width: 270px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
		font-size: 1.2rem;	
	}
	.searchArea .searchBtnArea{
		border-top:solid #cccccc 1px;
		padding: 10px 0;
	}
	.searchArea .searchBtnArea .btnSearch button {
		padding: 6px 30px;
		font-size: 1.4rem;
	}
	.searchArea .searchBtnArea .btnSearch button span:before {
		margin: -5px 0 0 0;
	}
	.eventListArea {
		margin: 30px 0 40px 0;
	}
	.eventListArea .eventList{
		margin: 20px 0 60px 0;
	}
	.searchResult {
		flex-direction: column;
		align-items: flex-start;
	}
	.eventListArea .eventArea {
		width: 100%;
		margin: 0 auto 0;
		padding: 0 20px;
		max-width: 640px;
	}
	.eventListArea .eventList li a .eventListInner{
		width: 100%;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	.searchResult .pageNumberArea .numberList p, .searchResult .pageNumberArea .pageList p {
		font-size: 1.2rem;
	}
	.searchResult .pageNumberArea .numberList select,
	.searchResult .pageNumberArea .pageList select{
		height: 26px;
		line-height: 26px;
		font-size: 1.2rem;
		padding: 0 15px 0 5px;
	}
	.searchResult .pageNumberArea .numberList:after, .searchResult .pageNumberArea .pageList:after {
		right: 5px;
	}
	.searchResult .displayArea p {
			font-size: 1.2rem;
			margin: 5px 0 0 0;
	}
	.eventListArea .eventList {
		margin: 20px 0 0 0;
		width: 100%;
	}
	.eventListArea .eventList li a .eventListInner {
		margin: 0 auto 0;
		padding: 15px 20px;
		flex-direction: column;
		max-width: 640px;
	}
	.eventListArea .eventList li a .eventListInner .data{
		margin: 0 0 0 0;
	}
	.eventListArea .eventList li a .eventListInner section .tit {
		font-size: 2rem;
		margin: 0 0 3px 0;
	}
	.eventListArea .eventList li a .eventListInner section .eventIcon span {
		font-size: 1.2rem;
		min-width: auto;
		padding: 0 15px;
		line-height: 3rem;
	}
	.eventListArea .eventList li a .eventListInner section .eventIcon span:not(:last-of-type) {
		margin: 0 3px 0 0;
	}
	.eventListArea .eventList li a .eventListInner section .eventIcon {
		margin: 0 0 5px 0;
	}
}

/*
	seminar
-----------------------------------------------------------------------------------------------*/
.ctsArea.seminar{
	width: 964px;
	margin: 144px auto 40px;
}
.seminarKvArea {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.seminarKvArea img {
	width: 100%;
}

.introductionArea{
	margin: 50px 0 0 0;
}
.introductionArea .tit{
	text-align: center;
}
.introductionArea .tit span{
	display: block;
}
.introductionArea .tit .sub{
	font-size: 2.4rem;
	margin: 0 0 15px 0;
}
.introductionArea .tit .main{
	font-size: 4rem;
}
.introductionArea .txt{
	margin: 50px 0 0 0;
}
.recommendArea {
	margin: 55px 0 0 0;
	padding: 60px 100px;
	background: #fdf3e6;
	border-radius: 5px;
}
.recommendArea .tit{
	font-size: 1.8rem;
	font-weight: 700;
}
.recommendArea .recommendListOut{
	margin: 25px 0 0 0;
}
.recommendArea .recommendListOut .recommendList{
}
.recommendArea .recommendList li{
	text-align: left;
	line-height: 100%;
	position: relative;
	padding: 0 0 0 15px;
}
.recommendArea .recommendList li:before{
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 4px;
	background: #383838;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -4px 0 0 0;
}
.recommendArea .recommendList li:not(:first-of-type){
	margin: 10px 0 0 0;
}
.seminarDetailArea{
	width: 100%;
	margin: 60px 0 0 0;
}
.seminarDetailArea table{
	width: 100%;
	border-top:1px solid #e0e0e0;
	border-collapse: collapse
}
.seminarDetailArea table tbody tr{
	width: 100%;
	border-bottom:1px solid #e0e0e0;
}
.seminarDetailArea table tbody tr th{
	background: #f5f5f5;
	text-align: left;
	min-width: 190px;
}
.seminarDetailArea table tbody tr th,
.seminarDetailArea table tbody tr td{
	padding: 18px 30px;
}
.seminarDetailArea table tbody tr td .icon{
	font-size: 1.2rem;
	line-height: 2.4rem;
	border-radius: 12px;
	text-align: center;
	min-width: 90px;
	display: inline-block;
	padding: 0 15px;
	margin: 0 0 0 10px;
}
.seminarDetailArea table tbody tr td .icon.label-info-ss{
	font-weight: 700;
	background: #f08602;
	color: #fff;
}
.seminarDetailArea table tbody tr td .icon.label-little-ss{
	font-weight: 700;
	background: #0d277f;
	color: #fff;
}
.seminarDetailArea table tbody tr td .icon.label-finished-ss{
	font-weight: 700;
	background: #e6e6e6;
}
.seminarDetailArea table tbody tr td .seminarCts{}
.seminarDetailArea table tbody tr td .seminarCts .detail:not(:first-of-type){
	margin: 15px 0 0 0;
}
.seminarDetailArea table tbody tr td .seminarCts .detail .tit{
	font-weight: 700;
}
.seminarDetailArea table tbody tr td .seminarCts .detail .txt{}
.seminarDetailArea table tbody tr td .seminarNote{
	position: relative;
	margin: 40px 0 0 0;
	padding: 15px 0 0 0;
}
.seminarDetailArea table tbody tr td .seminarNote:before{
	content: '';
	width: 100%;
	border-top:1px dashed #383838;
	position: absolute;
	left: 0;
	top:0;
}
.contactArea{
	margin: 60px 0 0 0;
}
.contactArea .txt{
	margin: 25px 0 0 0;
}
.ctsInner > div >.ctsTit{
	position: relative;
	padding: 2px 0 8px 18px;
	color:#383838;
	font-size: 1.8rem;
	font-weight: 700;
}
.ctsInner > div >.ctsTit:before{
	content: '';
	width: 3px;
	height: 100%;
	background: #6fba2c;
	position: absolute;
	left: 0;
	top: 0;
}
.ctsInner > div >.ctsTit:after{
	content: '';
	width: calc(100% - 18px);
	position: absolute;
	bottom: 0;
	left: 18px;
	border-bottom: 1px solid #f2f2f2;
}
.speakerArea{
	margin: 60px 0 0 0;
}
.speakerCts{
	margin: 25px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.speakerCts .txtArea{
	padding: 0 30px 0 0;
}
.speakerCts .txtArea .name{
	font-weight: 700;
}
.speakerCts .txtArea .txt{
	margin: 5px 0 0 0;
}
.speakerCts .imgArea{
}

@media screen and (max-width:812px){
	.ctsArea.seminar {
		width: 100%;
		margin: 90px auto 40px;
	}
	.introductionArea {
		margin: 20px 0 0 0;
	}
	.introductionArea .tit {
		line-height: 1.5;
		display:block;
	}
	.introductionArea .tit .sub {
		font-size: 1.6rem;
		margin: 0 0 5px 0;
		line-height: 125%;
	}
	.introductionArea .tit .main {
		font-size: 2.4rem;
	}
	.introductionArea .txt {
		margin: 20px 0 0 0;
	}
	.recommendArea {
		margin: 40px 0 0 0;
		padding: 30px 25px;
	}
	.recommendArea .recommendListOut {
		margin: 15px 0 0 0;
	}
	.recommendArea .recommendList li:before {
		top: 2px;
		margin: 0 0 0 0;
	}
	.recommendArea .tit {
		font-size: 1.6rem;
	}
	.seminarDetailArea {
		margin: 40px 0 0 0;
	}
	.seminarDetailArea table{
		border-right: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
	}
	.seminarDetailArea table tbody tr th,
	.seminarDetailArea table tbody tr td {
		display: block;
		width: 100%;
		padding: 10px 15px;
	}
	.seminarDetailArea table tbody tr td .seminarCts .detail:not(:first-of-type) {
		margin: 10px 0 0 0;
	}
	.seminarDetailArea table tbody tr td .seminarNote {
		margin: 15px 0 0 0;
		padding: 10px 0 0 0;
		font-size: 1.2rem;
	}
	.contactArea {
		margin: 40px 0 0 0;
	}
	.ctsInner > div >.ctsTit{
		font-size: 1.6rem;
		padding: 2px 0 5px 10px;
	}
	.ctsInner > div >.ctsTit:after {
		width: calc(100% - 10px);
		left: 10px;
	}
	.contactArea .txt {
		margin: 15px 0 0 0;
	}
	.speakerCts {
		margin: 15px 0 0 0;
		flex-direction: column;
	}
	.speakerArea {
		margin: 40px 0 0 0;
	}
	.speakerCts .txtArea {
		padding: 0 0 0 0;
	}
	.speakerCts .imgArea{
		width: 100%;
		margin: 10px 0 0 0;
	}
	.speakerCts .imgArea img{
		width: 100%;
	}
}