@charset "utf-8";

/* ----------------------------------
マルケトフォーム埋め込み用css
-----------------------------------*/




input[name="consent_policy"] + label{
	color: #999;
}

#form *{
	font-family:"Noto Sans JP" , "Hiragino Kaku Gothic ProN" , "Hiragino Kaku Gothic Pro" , メイリオ , Meiryo , sans-serif !important;
}

.mktoForm .inq-form-text,
.mktoForm .inq-form-text2{
	font-size: 13px;
	color: #000;
}
.mktoForm .inq-form-text{
	margin:10px 0 0 0;
}
.mktoForm .inq-form-text2{
	margin:0 0 20px 0;
}
.mktoForm .inq-form-text3{
	margin:0 0 18px 0;
}		

@media screen and (min-width: 768px) {
	.mktoForm .inq-form-text,
	.mktoForm .inq-form-text2{
		font-size: 14px;
	}	
	.mktoForm .inq-form-text{
		margin:30px 0 0;
	}	
	.mktoForm .inq-form-text2{
		margin:0 0 30px 0;
	}		
}
@media screen and (min-width: 992px) {
	.mktoForm .inq-form-text,
	.mktoForm .inq-form-text2{
		font-size: 14px;
	}	
}
@media screen and (min-width: 1200px) {
	.mktoForm .inq-form-text,
	.mktoForm .inq-form-text2{
		font-size: 14px;
	}	
}


/* ---埋め込みフォーム関連あとで整理する */

		
.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid{
	border:1px solid #85b8f5 !important;/* カーソル離した時必須の時に色がつく */
}
		
.mktoFieldDescriptor{
	margin-bottom: 15px !important;
}

form{
	max-width: 800px;
	margin:0 auto;
	width: auto !important;
}

form label,
form label span{
	font-size: 14px !important;

}
form label span{
	font-weight: bold !important;
}
form label strong span{
	color: #000 !important;
}
@media screen and (min-width: 768px) {
	form label,
	form label span{
		font-size: 15px !important;
	}	
}
		
form .mktoHtmlText{
	width: 100% !important;
}

form *{
	float: none !important;
	clear: both !important;
}

.mktoAsterix{
	position: absolute;
	right: 0;
	top:0;
}

@media screen and (max-width: 767px) {
	.mktoAsterix{
	position: absolute;
	left: 0;
	top:0;
	}			
	form label{
		padding-left: 10px !important;
	}
}

form label{
	position: relative;
	box-sizing: border-box;
	outline: none;
}

input[type="text"]{
	width: 100% !important;
}

.mktoOffset,
.mktoClear{
	display: none;
}
		
.mktoForm .mktoFormCol{
	width: 100%;
}

.mktoTextField{
	width: auto !important;
}

.mktoForm .mktoFieldWrap{
	float: none !important;
	clear: both !important;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
		
@media screen and (max-width: 767px) {
	
	form label{
		margin-bottom: 10px !important;
		padding-right: 20px !important;
		display: block !important;
	}
	select,input[type="tel"],
	input[type="email"],
	textarea{
		display: block !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	form label strong{
		padding: 0 !important;
	}
	.mktoForm{
		padding: 0 !important;
	}
}
		
@media screen and (min-width: 768px) {
	.mktoForm .mktoFieldWrap{
		display: flex;
		flex-wrap: wrap;
	}			
	form label{
		width: 25% !important;
	}			
	.mktoTextField{
		max-width: calc(75% - 10px);
	}
	.mktoForm .mktoRadioList,
	.mktoForm .mktoCheckboxList{
		width: 100% !important;
		max-width: calc(75% - 10px) ;
	}
}

label#Lblconsent_policy + div + div.mktoLogicalField label{
	width: auto!important;
}
.mktoForm div.mktoLogicalField.mktoInvalid{
	border: 1px solid #fff !important;
}

.mktoButtonRow{
	display: block !important;
	margin:40px 0 0 0 !important;
	padding:0;
}
.mktoButtonWrap{
	width: 100% !important;
	display: block !important;
	text-align: center !important;
	margin:0 !important;
	padding:0 !important;		
}
.mktoForm .mktoButtonWrap.mktoRound .mktoButton{
	padding: 15px 20px !important;
	width: 100%;
	max-width: 380px;
	font-size: 16px !important;
}
		
.mktoForm input[type=checkbox],
.mktoForm input[type=radio]{
	display: none;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{
	margin-bottom: 10px;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList{
	padding: 0;
}

.mktoForm .mktoFormCol{
	float: none !important;
	clear: both !important;
	display: flex;
	flex-wrap: wrap;
}
		
.mktoError{
	bottom:-20px !important;
}

form input{
	border:1px solid #eee;
	padding: 10px !important;
	box-shadow: none !important;
	border-radius: 2px !important;
}
form select{
	border:1px solid #eee;
	padding: 10px !important;
	box-shadow: none !important;
	border-radius: 2px !important;			
}
form textarea{
	border:1px solid #eee;
	padding: 10px !important;
	box-shadow: none !important;
	border-radius: 2px !important;
	
}
form textarea{
	width: 100% !important;
}

@media screen and (min-width: 768px) {
	form textarea{
		width: 100% !important;
		max-width: calc(75% - 10px);
	}
}
	
	
/* フォームの確認画面　モーダルダイアログ --------------------------------*/

.ui-dialog table {
	width: 100%;
	border: 0;
	margin:10px auto 15px auto;
	border-spacing: 0;
	border-collapse: collapse;
}
.ui-dialog td,
.ui-dialog th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px;
	font-size: 11px;
	line-height: 1.6;
	font-weight: normal;
}
.ui-dialog th {
	text-align: left;
	width: 25%;
	background-color: #f3f7f9;
}

@media screen and (min-width: 576px) {
	.ui-dialog td, .ui-dialog th {
		padding: 8px;
		font-size: 12px;
	}
}
@media screen and (min-width: 992px) {
	.ui-dialog td, .ui-dialog th {
		 padding: 8px;
		font-size: 13px;
	}
}

.ui-widget-header {
	border: 1px solid #2d59a4 !important;
	background: #2d59a4 !important;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px !important;
	padding: 5px !important;
	border-radius: 2px !important;
}

.ui-dialog p{
	font-size: 14px;
	margin-bottom:1.5rem;
}	

.ui-dialog-buttonset button{
	font-size: 14px !important;
	padding: 2px 20px;
	padding: 0.6em 2.5em !important;/*【移動後】*/
	padding: 0;
}


/* 上書き矯正 */

@media screen and (min-width: 768px) {
	.ui-dialog table{
		min-width: 600px;
		max-width: 800px;
		width: 100%;
	}
	.ui-dialog table th{
		white-space: nowrap;
	}
}

.ui-dialog .ui-dialog-content{
	padding: 1.2rem 1.6rem 0 1.6rem !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border-radius: 2px !important;
}

.ui-dialog-buttonpane{
	padding: 1.5rem 1rem 1rem 1rem !important;
}

@media screen and (max-width: 767px) {
	.ui-dialog{
		margin: 0 10px;
	}
	.ui-dialog-buttonpane{
		padding-bottom: 80px !important;
	}
}
/*.ui-dialog-buttonset button .ui-button-text{
	padding: 0.6em 2.5em;
}*/

/*↓span取る*/
.ui-dialog-buttonset button:first-child{
	color: #fff;
	background-color: #779dd5;
	background-image: linear-gradient(to bottom, #779dd5, #5186cb);
}
::placeholder {
  color: #aaa;
}

/* ケアパレットLP用のcss */

textarea{
	margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
	form p{
		font-size: 12px !important;
		line-height: 1.7 !important;
	}
	#marketo_form-block form button[type="submit"]{
		font-size: 13px !important;
	}
}
#marketo_form-block form label span{
	color: #003366 !important;
}

