@charset "utf-8";
/* CSS Document
for marketo form
ver 0.0.1 20190213*/

.doc_request #breadcrumbs.bg-line,.demo_request #breadcrumbs.bg-line{
	background-color: #944c82;
}
.doc_request #breadcrumbs.bg-line *,.demo_request #breadcrumbs.bg-line *{
	color: #fff;
}
.page_title {
	padding: 9em 0 3em;
	background-color: #944c82;
}
.page_title h1{
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.contents{
width: 90%;
max-width: 64em;
margin: auto;
text-align: center;
}
/*-----------------
 *Marketoフォーム
-----------------*/
.form {
	padding: 3em 0;
	background: #fff;
	overflow: hidden;
}

.form .mktoForm{
	margin: 0 auto;
	width: 563px !important;
}
.mktoHtmlText{
	width: 563px !important;
}
.form .mktoForm .mktoLabel{
	position: relative;
	padding-top: 0.1em;
	white-space: nowrap;
}
.form .mktoForm .mktoLabel,.form .mktoForm .mktoLabel span{
	font-size: 16px !important;
}
.form .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(2){
	margin-left: 10px;
}
.form #mktoForm_1188, .form #mktoForm_1199, .form #mktoForm_1200, .form #mktoForm_1280 {
	margin: 0 auto;
}
.form .mktoButtonRow { 
	margin: 2.25em auto 0;
	display: block;
	text-align: center;
}   
.form .mktoButtonWrap {
	margin: 0 !important;
}
.form .mktoButton {
	width: 300px !important;
	padding: .75em !important;
	border-radius: 6px !important;
	position: relative;
	text-shadow: none !important;
	font-size: 18px !important;
	font-weight: normal !important;
}
.form .mktoButton:after {
	content: '>';
	font-weight: normal;
	display: inline-block;	
	position: absolute;
	right: .625em;
	-webkit-transform: scale(0.8, 1.4);
		-moz-transform: scale(0.8, 1.4);
		-ms-transform: scale(0.8, 1.4);
		transform: scale(0.8, 1.4);
}
.form .mktoButton:hover {
	opacity: 0.8 !important;
}
.form #mktoForm_1361 .mktoButton {
	background: #ff7800 !important;
	border: 1px solid #ff7800 !important;
}
.form #mktoForm_1365 .mktoButton {
	background: #71a9c8 !important;
	border: 1px solid #71a9c8 !important;
}
.mktoAsterix{
	position: relative;
	top:4px;
}
.mktoForm *{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
}
.mktoForm textarea{
	height: auto !important;
}
.mktoForm .mktoOffset{
	width: 0px !important;
	height: auto;
}
.mktoForm p{
	font-size: 14px;
	line-height: 16px;
}

.doc_thanks .page_contents,.demo_thanks .page_contents{
	padding: 11em 0 5em;
}
.doc_thanks .page_contents h1,.demo_thanks .page_contents h1{
	margin-bottom: 0.8em;
	font-size: 2.5em;
	font-weight: bold;
	color: #944c82;
	line-height: 1.4;
}
.doc_thanks .page_contents h2,.demo_thanks .page_contents h2{
	margin-bottom: 3.5em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.75;
}
.doc_thanks .page_contents .btn_area,.demo_thanks .page_contents .btn_area{
	display: inline-block;
}
.doc_thanks .page_contents .btn,.demo_thanks .page_contents .btn{
	float: left;
}
.doc_thanks .page_contents .btn a::after,.demo_thanks .page_contents .btn a::after{
	content: '>';
	position: absolute;
	right: 0.625em;
	-webkit-transform: scale(0.8, 1.1);
	-moz-transform: scale(0.8, 1.1);
	-ms-transform: scale(0.8, 1.1);
	transform: scale(0.8, 1.1);
	display: inline-block;
	font-weight: normal;
}
.doc_thanks .page_contents a.back_btn,.demo_thanks .page_contents a.back_btn{
	margin: 0 1em;
	padding: .75em;
	width: 250px;
	font-size: 1em;
	color: #fff;
	background: #944c82;
	border-radius: 6px;
	display: block;
	position: relative;
}
.demo_thanks .demo_contact{
	display: block;
	margin-top: -20px;
	margin-bottom: 3.5em;
	line-height: 1.75;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date]{
	border: 1px solid #eee;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.form .mktoFormRow { 
		padding: .5em 0;
	}
}
/* スマートフォン */
@media screen and (max-width:374px) {
	.page_title h1{
		font-size: 1.1em;
	}
}
@media screen and (min-width:375px) and (max-width:767px) {
	.page_title h1{
		font-size: 1.3em;
	}
}
@media screen and (max-width:1023px) {
	.doc_thanks .page_contents,.demo_thanks .page_contents{
		padding: 8em 0 4em;
	}
	.doc_thanks .page_contents h1,.demo_thanks .page_contents h1{
		margin-bottom: 1.25em;
		font-size: 1.85em;
	}
}
@media only screen and (max-width: 625px){
  .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
  }
  .mktoForm{
  	width: 100% !important;
  }
  .mktoForm .mktoGutter,
  .mktoForm .mktoOffset {
    display: none;
  }
  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100% !important;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoForm select.mktoField {
    height: auto;
  }
  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
	.form .mktoForm,.form .mktoForm .mktoLabel,.mktoHtmlText{
		width: auto !important;
	}
	.form .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(2){
		margin-left: 0px;
	}
	.form .mktoButton {
		width: 100% !important;
	}
	.mktoForm *{
		padding: 0;
	}
	.page_title {
		padding: 8em 0 3em;
	}
	.doc_thanks .page_contents .btn,.demo_thanks .page_contents .btn{
		float: none;
	}
	.doc_thanks .page_contents a.back_btn,.demo_thanks .page_contents a.back_btn {
		margin: 1em 0;
	}
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px){
	.mktoForm *{
		padding: 0;
	}
}

@media screen and (min-width:626px){
	.mktoForm input[type=text],.mktoForm input[type=email],.mktoForm input[type=tel],.mktoForm textarea,.mktoForm select{
		width: 422px !important;
	}
	.mktoForm input[type=text]#LastName,.mktoForm input#FirstName[type=text],.mktoForm select#department_name,.mktoForm select#managerial_position_name{
		width: 176px !important;
	}
}