@charset "UTF-8";
/* ページ全体の設定 */
#form.sub section#subContainer {
	width: 96%;
}
section#subContainer.contact .subTitleBox h2,
section#subContainer.contact .subTitleBox h3 {
	text-align: center;
	font-weight: bold;
}
section#subContainer.contact .main_box {
	padding-bottom: 30px;
}
em.entryType {
	font-weight: bold;
}
section#subContainer.contact img {
	max-width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	#professionalentry .main_box {
		width: 96%;
		margin: 0 auto;
	}
	#professionalentry .main_box .single_contact_box dl dd h4 {
		margin: 0 0 50px !important;
	}
}


#professionalentry .main_box .table_contents td.data.fst{	
}
#professionalentry .main_box .table_contents td.data.fst h6{
	font-size:110%;
	border-bottom:1px dotted #000;
	margin:10px 0 0 0;
}
#professionalentry .main_box .table_contents td.data.fst h6 span{
	font-weight:bold;
}



/* formHead */
section#subContainer.contact p a,
section#subContainer.contact p a:link,
section#subContainer.contact p a:visited,
#present .main_box p a,
#present .main_box p a:link,
#present .main_box p a:visited {
	color: #228de0;
}
section#subContainer.contact .contact_design {
	text-align: center;
	margin-bottom: 30px;
}
section#subContainer.contact .contact_design dd {
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px;
}
section#subContainer.contact .contact_design dd span {
	display: block;
}
section#subContainer.contact {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: left;
}
.formTitle {
	margin: 100px 0 35px;
	text-align: center;
}
#present .formTitle,
#professionalentry .formTitle {
	margin: 120px 0 35px;
}
.formTitle.small {
	margin: 0 0 15px;
}
.formTitle h5 {
	font-size: 24px;
	font-weight: 700;
	 position: relative;
	 margin-bottom:20px;
}
.formTitle small h5 {
	font-size: 20px;
}
.formTitle h5 span{
	position: relative;
	background: #fff;
	padding:10px 20px;
	z-index: 5;
}

.formTitle p.notice{
	font-size:90%;
	text-align:left;
	border:1px solid #ccc;
	padding:10px;
	box-sizing:border-box;
}


/* お問い合わせページ */
.sub section#subContainer.contact .main_box .tel_area{
	width:70%;
	min-width: 680px;
	margin:20px auto 30px auto;
	padding:5px;
	display:flex;
	background:#f5f5f5;
}
.sub section#subContainer.contact .main_box .tel_area a {
	display: block;
	text-decoration: none;
}

.sub section#subContainer.contact .main_box .tel_area .tel_title{
	width:30%;
	font-size:18px;
	text-align:center;
	padding:1rem 30px 0 30px;
	font-weight:bold;
}

.sub section#subContainer.contact .main_box .tel_area .tel_title dd {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

.sub section#subContainer.contact .main_box .tel_area dl{
	width: 70%;
	background:#fff;
}


.sub section#subContainer.contact .main_box .tel_area dl dt{
	color:#820000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:50px;
	text-align:center;
	width: 100%;
	padding:0 20px;
	font-weight:bold;
	box-sizing:border-box;
}

.sub section#subContainer.contact .main_box .tel_area dl dt em{
	font-size:30px;
	font-weight:bold;
	vertical-align:middle;
}
.sub section#subContainer.contact .main_box .tel_area dl dd {
	font-size: 20px;
	background: #fff;
	font-weight:bold;
}


/* フォーム入力欄 */
.formTable dl dd .element input[type="text"],
.formTable dl dd .element input[type="email"] {
	width: 90%;
	box-sizing: border-box;
	background: #efefef;
	border: 1px solid #cccccc;
	line-height: 2.2em;
	padding: 0.3em;
}
@media all and (-ms-high-contrast:none){
	.formTable dl dd .element input[type="text"],
	.formTable dl dd .element input[type="email"] {
		height: 2.4em;
		line-height: inherit;
	}
}
.formTable.small dl dd .element input[type="text"],
.formTable.small dl dd .element input[type="email"] {
	line-height: 2.0em;
}
.formTable dl dd .element input[type="text"]#datepicker {
	width: 50%;
	line-height: 1.6em;
}
.formTable dl dd .element input[type="text"].zipCode {
	width: 120px;
}
.formTable dl dd .element input[type="text"].wvshort,
.formTable dl dd .element input[type="text"].wvshortB {
	width: auto;
}
.formTable dl dd .element select {
	height: 2.0em;
	box-sizing: border-box;
	background: #efefef;
	border: 1px solid #cccccc;
	padding: 0.3em;
}
.formTable dl dd .element textarea {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	background: #efefef;
	border: 1px solid #cccccc;
	padding: 0.3em;
}
.formTable dl dd .element input::-webkit-input-placeholder {
	color: #b1b1b1;
}
.formTable dl dd .element input::-ms-input-placeholder {
	color: #b1b1b1;
}
.formTable dl dd .element input::placeholder {
	color: #b1b1b1;
}
.formTable dl dd .element input[type="text"]:focus,
.formTable dl dd .element input[type="email"]:focus,
.formTable dl dd .element textarea:focus {
	background: none;
	border: 2px solid rgba(51, 102, 255, 0.7) inset !important;
	-webkit-appearance: none;
}

	/* checkbox & radio cutomize */
form#mailformpro .element.checkbox input[type="checkbox"],
form#mailformpro .element.radio input[type="radio"] {
    display: none;
}
form#mailformpro .element.checkbox label,
form#mailformpro .element.radio label {
    position: relative;
}
form#mailformpro .element.checkbox label::before,
form#mailformpro .element.radio label::before {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #666666;
	background-color: #ffffff;
}
form#mailformpro .element.radio label::before {
	border-radius: 50%; 
}
form#mailformpro .element.checkbox label.mfp_checked::before,
form#mailformpro .element.radio label.mfp_checked::before {
	background-color: #6666ff;
}
form#mailformpro .element.checkbox label.mfp_checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 6px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
form#mailformpro .element.single.checkbox label.mfp_checked::after {
	top: 0;
}
form#mailformpro .element.radio label.mfp_checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: 7px;
	transform: translateY(-50%);
	border: 4px solid #ffffff;
	border-radius: 50%;
}

/* STEP1 〜 STEP3 */
.flow {
	display: none;
}
#form .contact .flow,
#form #mfp_overlay_inner .flow {
	font-weight:bold;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.contact .flow li,
#mfp_overlay_inner .flow li {
	width: calc(100% / 3 - 8px);
	box-sizing: border-box;
	text-align: center;
	line-height: 58px;
	border: 1px solid #cccccc;
	position: relative;
}

.contact .flow li span,
#mfp_overlay_inner .flow li span {
	font-size:80%;
	color:#fff;
	background:#000;
	padding:0 10px;
	margin-right:0.5em;
}

.contact .flow li.current,
#mfp_overlay_inner .flow li.current {
	/*font-size:15px;*/
	background: #e0e0e0;
	border: none;
	z-index: 0;
}
.contact .flow li.current:after,
#mfp_overlay_inner .flow li.current:after {
	content: '';
	display: block;
	position: absolute;
	border-top: 30px solid #ffffff;
	border-right: 20px solid #ffffff;
	border-bottom: 30px solid #ffffff;
	border-left: 20px solid #e0e0e0;
	top: 0;
	right: -20px;
}
form .ttl_section {
	width: 100%;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 10px;
}

form .ttl_section img{
	width: auto !important;
	height:0.8em;
	padding:0.2em 0.4em;
	margin-right:0.3em;
	background:#000;
	vertical-align:sub;
}

/* tableLayout */ 
.formTable {
	border: none;
}
.formTable.marginBottom {
	margin-bottom: 80px;
}
#entryForm .formTable {
	margin-bottom: 80px;
}
.formTable,
.formTable p {
	width: 100%;
	font-size: 14px;
	font-weight:bold;
}
.formTable.small,
.formTable.small p {
	font-size: 14px;
}
.formTable.small p.modelhouse_date_detail {
	font-size: 13px;
	margin-top: 15px;
}
.formTable dl {
	width: 100%;
	display: table;
	border-bottom: 1px solid #cccccc;
}
.formTable dl:first-child {
	border-top: 1px solid #cccccc;
}
.formTable.small dl {
	border: none;
}
.formTable dl dt {
	width: 27.5%;
	box-sizing: border-box;
	font-weight: bold;
	display: table-cell;
	padding: 20px 20px;
	position: relative;
}
.formTable dl dt.textareaSingle {
	vertical-align: top;
}
.formTable.small dl dt {
	width: 30%;
	padding: 15px 0;
}
.formTable dl dt .require {
	color: #ffffff;
	font-size: 50%;
	letter-spacing: 0.1em;
	background: #d8401a;
	border-radius: 2px;
	padding: 0px 6px;
	margin-left: 10px;
	vertical-align:0.2em;
}
.formTable dl dt small {
	color: #ddd;
	font-size: 30%;
	letter-spacing: 0.1em;
	/*position: absolute;*/
	margin-top: 0;
	/*top: calc(10px + 4.2em);
	left: 20px;*/
		display: block;
}
.formTable.small dl dt small {
	display: none;
}
@media all and (-ms-high-contrast:none){
	.formTable dl dt small {
		font-size: 60%;
		top: 30px;
	}
}
.formTable dl dd {
	width: 72.5%;
	box-sizing: border-box;
	display: table-cell;
	position: relative;
}
.formTable.small dl dd {
	width: 70%;
}
.formTable dl dd label.wrap {
	width: 100%;
	height: inherit;
	display: block;
}
.formTable dl dd .element {
	padding: 20px 20px;
}
.formTable.small dl dd .element {
	padding: 15px 0;
}
.formTable dl dd .element .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.formTable dl dd .element .flex label {
	width: 32%;
	box-sizing: border-box;
	text-indent: 30px;
	white-space: normal;
	padding: 8px 0;
	margin-left: 0;
	margin-right: calc(4% / 3);
}
.formTable dl dd .element.checkbox .flex span {
	width: 32%;
	box-sizing: border-box;
	white-space: normal;
	margin-left: 0;
	margin-right: calc(4% / 3);
}
@media all and (-ms-high-contrast:none){
	.formTable dl dt {
		vertical-align: top;
	}
	.formTable dl dd .element .flex {
		max-width: 830px;
	}
	.formTable dl dd .element .flex label,
	.formTable dl dd .element.checkbox .flex span {
		margin-right: 1.333%;
	}
}
.formTable dl dd .element.single label {
	text-indent: 30px;
	display: inline-block;
}
.formTable dl dd .element .flex label.large {
	width: 100%;
}
.formTable dl dd .element .flex .other {
	width: calc(64% + 4% / 3);
	display: flex;
}
.formTable dl dd .element .flex .other label {
	width: 25%;
	margin: 0;
}
.formTable dl dd .element .flex .other input[type="text"] {
	width: 75%;
}
	/* 採用エントリー自己PR欄 */
#entryForm .formTable.pr {
	margin-bottom: 0;
}
#entryForm .formTable.pr dl {
	display: block;
}
#entryForm .formTable.pr dl dt,
#entryForm .formTable.pr dl dd {
	width: 100%;
	display: block;
}
#entryForm .formTable.pr dl dd .element {
	padding-top: 0;
}
#entryForm .formTable.pr dl dt small {
	display: block;
	position: static;
}
#entryForm p.message {
	box-sizing: border-box;
	background: #fbeef5;
	padding: 5px 10px;
	margin-bottom: 30px;
}

/* Custom submitButton & confirm */
.bbNoneform {
	padding-top:30px;
	border-bottom: none;
}
.bbNoneform.small {
	padding-top:15px;
}
.mfp_element_submit {
	width: 80%;
	height: 60px;
	color: #ffffff;
	font-size: 140%;
	letter-spacing: 0.2em;
	line-height: 60px;
	background: #820000;
	border: none;
	border-radius: 8px;
	display: block;
	margin: 20px auto 40px;
	cursor: pointer;
	-webkit-appearance: none;
}
div.mfp_err {
	font-size: 12px;
	background-position: 0px 5px;
	margin: 0px 0 0 0;
	position: absolute;
	top: 0;
}
.small div.mfp_err {
	top: -8px;
}

div#mfp_overlay_inner {
	width: 96%;
	max-width: 1000px;
	/*min-width: 60%;*/
	box-sizing: border-box;
	font-size: 120%;
	padding: 20px;
}
div#mfp_overlay_inner h4 {
	margin-bottom: 12px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 15px;
	padding: 10px 20px;
}
body#event table#mfp_confirm_table tr th { /* event本文のstyle解除 */
	width: 200px;
	text-align: left;
	letter-spacing: normal;
	background: inherit;
	padding: 10px 20px;
	margin-right: 0;
}
body#event table#mfp_confirm_table tr td { /* event本文のstyle解除 */
	padding: 10px 20px;
}
div.mfp_buttons {
	font-size: 14.7px;
	letter-spacing: 0.6em;
	padding: 30px 0 10px;
}
div.mfp_buttons button#mfp_button_send {
	width: 80%;
	height: 50px;
	color: #ffffff;
	font-size: 125%;
	line-height: 50px;
	background: #820000;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 15%;
	height: 50px;
	color: #ffffff;
	font-size: 125%;
	line-height: 50px;
	background: #999999;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}
/* lineup catalogue */
form .catalogLineup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 80px;
}
form#mailformpro .catalogLineup label {
	width: 100%;
	height: 100%;
	display: block;
	white-space: normal;
	cursor: pointer;
	padding: 0;
	margin: 0;
	position: relative;
}
form#mailformpro .catalogLineup .element.checkbox label::before,
form#mailformpro .catalogLineup .element.radio label::before {
	top: 12px;
	left: 12px;
}
form#mailformpro .catalogLineup .element.checkbox label::after,
form#mailformpro .catalogLineup .element.radio label::after {
	top: 12px;
	left: 18px;
}
form#mailformpro .catalogLineup label.mfp_checked {
	background: #fbeef5;
}
form .catalogLineup .catalogMain {
	width: 30%;
    height: auto;
    box-sizing: border-box;
    border: 1px #cccccc solid;
    padding: 0;
    margin: 0;
    position: relative;
}
form .catalogLineup .catalogSub {
	width: 70%;
	font-size: 90%;
	box-sizing: border-box;
	padding-left: 0.7%;
}
form .catalogLineup .catalogSub ul {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
form .catalogLineup .catalogSub li {
    width: 49.5%;
    height: auto;
    box-sizing: border-box;
    border: 1px #cccccc solid;
    padding: 0;
    margin-top: 7px;
    margin-left: 1%;
    position: relative;
}
form .catalogLineup .catalogSub li:nth-child(-n+2) {
    margin-top: 0;
}
form .catalogLineup .catalogSub li:nth-child(2n+1) {
    margin-left: 0;
}
form#mailformpro .catalogLineup label dl {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 12px;
}
form#mailformpro .catalogLineup label dt {
	font-weight:bold;
	text-indent: 30px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
	margin-bottom: 8px;
	position: relative;
}
form#mailformpro .catalogLineup .catalogSub label dd {
	display: flex;
	justify-content: space-between;
}
form#mailformpro .catalogLineup .catalogMain label dd .catalogThumb {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	display: block;
}
form#mailformpro .catalogLineup .catalogSub label dd .catalogThumb {
	width: 35%;
	height: 100%;
	margin-left: 0;
	display: block;
}
form#mailformpro .catalogLineup .catalogMain label dd .catalogThumb img
form#mailformpro .catalogLineup .catalogSub label dd .catalogThumb img {
	display: block;
	width: 100%;
}
form#mailformpro .catalogLineup label dd .package {
	width: auto;
	font-size: 85%;
}
form#mailformpro .catalogLineup .catalogSub label dd .package {
	width: 60%;
}
#seminar.sub section#subContainer.contact .main_box .contentDetail_body .applyForm .formTitle h5 {
	font-size: 20px;
	margin: 0;
}

@media screen and (max-width: 1279px) {
	.contactForm {
		width: 96%;
		margin: 0 auto;
	}
	.contactForm p {
		width: 100%;
	}
	.sub section#subContainer.contact .main_box .tel_area .tel_title {
		font-size: 10px;
	}
	.formTitle {
		margin-top: 100px;
		margin-bottom:50px;
	}
	#present .formTitle,
	#professionalentry .formTitle {
		margin-top: 80px;
	}
}
@media screen and (max-width: 959px) {
	.sub section#subContainer.contact .subTitleBox h2 {
		font-size:25px;
	}
	.sub section#subContainer.contact .subTitleBox h3 {
		font-size:16px;
	}
	.sub section#subContainer.contact .main_box .tel_area {
		width: 90%;
		min-width: unset;
	}
	.sub section#subContainer.contact .main_box .tel_area .tel_title {
		width: 35%;
		box-sizing: border-box;
		padding: 1em 0 0;
	}
	.sub section#subContainer.contact .main_box .tel_area dl {
		width: 65%;
	}
	.sub section#subContainer.contact .main_box .tel_area dl dt {
		font-size: 36px;
	}
	.sub section#subContainer.contact .main_box .tel_area dl dt em {
		font-size: 70%;
	}
	.formTable.small dl dd .element input[type="text"],
	.formTable.small dl dd .element input[type="email"] {
		line-height: 2.2em;
	}
	.contact .flow,
	#mfp_overlay_inner .flow {
		margin: 35px 0;
	}
	.contact .flow li,
	#mfp_overlay_inner .flow li {
		font-size: 12px;
	}
	.contact .flow li.current,
	#mfp_overlay_inner .flow li.current {
		/*font-size:13px;*/
	}
	.contact .flow li span,
	#mfp_overlay_inner .flow li span {
		font-size: 75%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.formTitle.small {
		margin: 40px 0 35px;
	}
	#seminar.sub section#subContainer.contact .main_box .contentDetail_body .applyForm .formTitle h5 {
		font-size: 130%;
	}
	.formTable,
	.formTable.marginBottom,
	form .catalogLineup {
		margin-bottom: 50px;
	}
	form#mailformpro .catalogLineup label.mfp_checked {
		background: #fbeef5;
	}
	form .catalogLineup .catalogMain {
		width: 100%;
		margin-bottom: 7px;
	}
	form .catalogLineup .catalogSub {
		width: 100%;
		font-size: 90%;
		box-sizing: border-box;
		padding-left: 0;;
	}
	form .catalogLineup .catalogSub ul {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	form .catalogLineup .catalogSub li {
		width: 49.5%;
		height: auto;
		box-sizing: border-box;
		border: 1px #cccccc solid;
		padding: 0;
		margin-top: 7px;
		margin-left: 1%;
		position: relative;
	}
	form .catalogLineup .catalogSub li:nth-child(-n+2) {
		margin-top: 0;
	}
	form .catalogLineup .catalogSub li:nth-child(2n+1) {
		margin-left: 0;
	}
	form#mailformpro .catalogLineup .catalogMain label dd {
		display: flex;
		justify-content: space-between;
	}
	form#mailformpro .catalogLineup .catalogMain label dd .catalogThumb {
		width: 20%;
		height: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
	form#mailformpro .catalogLineup label dd .package {
		width: auto;
		font-size: 95%;
	}
	form#mailformpro .catalogLineup .catalogMain label dd .package {
		width: 78%;
	}
	form#mailformpro .catalogLineup .catalogSub label dd .package {
		width: 61%;
	}
	input.zipCode + span {
		display: block;
	}
	.formTable dl.block {
		display: block;
	}
	.formTable dl.block dt {
		width: 100%;
		display: block;
	}
	.formTable dl.block dd {
		width: 100%;
		display: block;
	}
	.formTable dl.block dt small {
		top: calc(10px + 3.5em);
	}
	.formTable.small p.modelhouse_date_detail {
		margin-bottom: 15px;
	}
	.formTable.small p.modelhouse_date_detail {
		color: #000000;
		margin-bottom: 15px;
	}
	.formTable.small dl {
		border-bottom: 1px solid #cccccc;
	}
	.formTable.small p.modelhouse_date_detail + dl {
		border-top: 1px solid #cccccc;
	}
	.formTable.small dl dt {
		width: 27.5%;
		padding: 20px 20px;
	}
	.formTable.small dl dt small {
		display: block;
		/*color: #ddd;
		font-size: 30%;
		letter-spacing: 0.1em;
		position: absolute;
		margin-top: 0;
		top: calc(10px + 4.2em);
		left: 20px;*/
	}
	.formTable.small dl dd {
		width: 72.5%;
	}
	.formTable.small dl dd .element {
		padding: 20px 20px;
	}
	.formTable.small dl dd .element em {
		color: #000000;
	}
	div.mfp_buttons button#mfp_button_send {
		width: 65%;
		height: 50px;
		color: #ffffff;
		font-size: 125%;
		line-height: 50px;
		background: #d8401a;
		border: none;
		border-radius: 8px;
		cursor: pointer;
	}
	div.mfp_buttons button#mfp_button_cancel {
		width: 30%;
		height: 50px;
		color: #ffffff;
		font-size: 125%;
		line-height: 50px;
		background: #999999;
		border: none;
		border-radius: 8px;
		cursor: pointer;
	}
}
@media screen and (max-width: 768px) {
	.formTable dl dt {
		width: 30%;
		padding: 20px 10px;
	}
	.formTable dl dd {
		width: 70%;
	}
	.formTable dl dd .element {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 599px) {
	.sub section#subContainer.contact .main_box .tel_area {
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.sub section#subContainer.contact .main_box .tel_area .tel_title {
		width: 100%;
		box-sizing: border-box;
		padding: 5px 0;
	}
	.sub section#subContainer.contact .main_box .tel_area .tel_title dd {
		display: inline-block;
	}
	.sub section#subContainer.contact .main_box .tel_area dl {
		width: 100%;
	}
	.sub section#subContainer.contact .main_box .tel_area dl dt {
		font-size: 30px;
	}
	.formTitle {
		margin-top: 100px;
		margin-bottom:30px;
	}
	.formTitle.small {
		margin-top: 80px;
		margin-bottom:30px;
	}
	.formTitle h5 {
	     margin-bottom:15px;
    }
	#present .formTitle,
	#professionalentry .formTitle {
		margin-top: 50px;
	}
	.formTitle.thanks h5 {
		font-size: 120%;
	}
	#professionalentry .formTitle h5:before,
	.formTitle.thanks h5:before {
		display: none;
	}
	#professionalentry .formTitle h5 span,
	.formTitle.thanks h5 span {
		padding: 0;
	}
	.formTable dl,
	.formTable.small dl {
		display: block;
	}
	.formTable dl dt,
	.formTable.small dl dt {
		width: 100%;
		display: block;
		padding: 20px 0;
	}
	.formTable dl dt small,
	.formTable.small dl dt small {
		font-size: 60%;
		position: static;
		display: block;
		margin: 0;
	}
	.formTable dl dd,
	.formTable.small dl dd {
		width: 100%;
		display: block;
	}
	.formTable dl dd .element,
	.formTable.small dl dd .element {
		padding: 0 0 20px;
	}
	input.zipCode + span {
		font-size: 12px;
	}
	.formTable dl dd .element .flex {
		display: block;
	}
	.formTable dl dd .element .flex label {
		width: 100%;
		font-size: 12px;
		line-height: calc(14px * 1.66);
		display: block;
	}
	/* スマホのチェックボックスも2列表示ここから 1列に戻す場合はここをコメントアウト */
	.formTable dl dd .element .flex {
		display: flex;
	}
	.formTable dl dd .element .flex label {
		width: 49%;
		margin-right: 1%;
	}
	.formTable dl dd .element .flex label.large {
		width: 100%;
		margin-right: 0;
	}
	/* ここまでスマホのチェックボックスも2列表示 */
	.formTable dl dd .element .flex .other {
		width: 100%;
		display: block;
	}
	.formTable dl dd .element .flex .other label {
		width: auto;
		display: inline-block;
	}
	.formTable .element p {
		font-size: 12px;
	}
	.formTable .element img {
		max-width: 100%;
	}
	div.mfp_err {
		position: static;
	}
	.bbNoneform {
		padding-top: 0;
	}
	.mfp_element_submit {
		width: 90%;
	}
	table#mfp_confirm_table,
	table#mfp_confirm_table tbody,
	table#mfp_confirm_table tr,
	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td,
	body#event table#mfp_confirm_table tr th,
	body#event table#mfp_confirm_table tr td {
		width: 100%;
		border: none;
		box-sizing: border-box;
		background: none !important;
		display: block;
	}
	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td,
	body#event table#mfp_confirm_table tr th,
	body#event table#mfp_confirm_table tr td {
		font-size: 13.7px;
		padding: 3px;
	}
	table#mfp_confirm_table tr th,
	body#event table#mfp_confirm_table tr th {
		font-weight: bold;
		background: #F6F7F9 !important;
	}
	div.mfp_buttons button#mfp_button_send,
	div.mfp_buttons button#mfp_button_cancel {
		font-size: 15px;
	}
}
@media screen and (max-width: 479px) {
	.sub section#subContainer.contact .subTitleBox h2 {
		font-size:130%;
	}
	.sub section#subContainer.contact .subTitleBox h3 {
		font-size:90%;
	}
	section#subContainer.contact .contact_design dd {
		font-size: 16px;
		text-align: left;
	}
	section#subContainer.contact .contact_design dd span {
		display:inline;
	}
	.formTitle,
	.formTitle.small {
		margin-top: 20px;
	}
	#present .formTitle,
	#professionalentry .formTitle {
		margin-top: 50px;
	}
	.formTitle h5 {
		font-size: 130%;
	}
	#mfp_overlay_inner .flow {
		margin: 0 0 20px;
	}
	.contact .flow li,
	#mfp_overlay_inner .flow li {
		width: calc(30% - 4px);
		font-size: 10px;
	}
	.contact .flow li.current,
	#mfp_overlay_inner .flow li.current {
		width: 40%;
		/*font-size: 11px;*/
	}
	form .ttl_section {
		font-size: 110%;
	}
	form .catalogLineup .catalogSub li {
		width: 100%;
		margin-top: 7px !important;
		margin-left: 0;
	}
	form#mailformpro .catalogLineup .catalogSub label dd .catalogThumb {
		width: 20%;
	}
	form#mailformpro .catalogLineup label dd .package {
		font-size: 10px;
	}
	form#mailformpro .catalogLineup .catalogSub label dd .package {
		width: 78%;
	}
}


#mfp_phase_stat {
	display: none !important;
}

/* SATORI_embedフォーム */
#embedForm {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width:1201px) {
	#embedForm {
		width: 1200px;
		margin: 0 auto;
	}
}
