@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 営業メール用CSS                                                            */
/* 作成日: 2023-07-28                                                               */
/* 最終更新日: 2023-08-02                                                           */
/*                                                                                  */
/* ################################################################################ */

/* loader */
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .loader-wrap { display: block; } /* IE11 */
  *::-ms-backdrop, .loader, .loader:after { top: 40%; } /* IE11 */
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(55,148,195, 0.2);
	border-right: 1.1em solid rgba(55,148,195, 0.2);
	border-bottom: 1.1em solid rgba(55,148,195, 0.2);
	border-left: 1.1em solid #3794c3;
	transform: translateZ(0);
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.headerContent {
	height:89px;
}
h1 {
	float:none;
	text-align:center;
}
.header p {
	text-align:center;
	float:none;
}
.mainContents.oneColumn {
	padding-top: 125px;
}

p {
	font-size: 1rem;
	line-height: 1.8;
}

p b{
	background: linear-gradient(transparent 60%, #FFFF00 0%);
	padding: 0 3px;
}

.contentBox {
	margin: 0 auto;
	overflow: hidden;
}
.guidanceText {
	margin-bottom: 30px;
}
.readText {
	border: 5px solid #b10707;
	padding: 5px 10px;
	margin-bottom: 50px;
	background: #ffe9e9;
	font-size: 1.1rem;
}





label:hover {
	cursor: pointer;
}

label input {
	margin-right: 0.5em;
}

table {
	width: 100%;
	border-top: 1px solid #CCCCCC;
}

table caption {
	font-size: 105%;
}

table td, table th {
	border-bottom: 1px solid #CCCCCC;
	padding: 1em 0.5em;
}

table select, table input, table textarea {
	border: 1px solid #999999;
	padding: 0.25em;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
}

.inputMax input, 
.inputMax textarea {
	width: 96%!important;
}
textarea {
	min-height: 9rem!important;
}
.inputName input {
	width: 40%!important;
}
li.inputMax input {
	width: 85%!important;
}
select:focus, table input:focus, table textarea:focus {
	border: 2px solid #FCA062;
}

ol li {
	list-style-type: none;
	line-height: 2.75;
}



.contactBtnArea {
	text-align: center;
	margin-bottom: 2rem;
}
.contactBtnArea button {
	margin: 0 10px;
}
button[type="submit"], 
#mfp_button_send, 
button[type="reset"], 
#mfp_button_cancel {
	transition: .5s;
	font-size: 1.5rem;
	padding: 4px 35px;
	font-weight: bold;
	border-radius: 3px;
}

button[type="submit"], 
#mfp_button_send {
	background: #FA7701;
	border: 1px solid #EF7201;
	color: #FFFFFF;
	text-shadow: none;
}

button[type="submit"]:hover, 
#mfp_button_send:hover {
	background: #FE9434;
	border-color: #DC6901;
}

button[type="reset"], 
#mfp_button_cancel {
	background: #D2D2D2;
	border: 1px solid #B1B1B1;
	color: #333333;
}

button[type="reset"]:hover, 
#mfp_button_cancel:hover {
	background: #BFBFBF;
	border-color: #9E9E9E;
}

#mfp_button_send, 
#mfp_button_cancel {
	margin: 15px 30px;
}

.lastNotice {
	margin: 2.5rem 0;
	font-size: inherit;
}

.checkBoxTxt {
	text-align: center;
	margin-bottom: 1rem;
}







@media screen and (min-width: 737px) {
	.contentBox {
		width: 1000px;
	}
}

@media screen and (max-width: 736px) {
	.headerContent {
		height: inherit;
	}
	.contentBox {
		width: 98%;
	}
	br {
		display: none;
	}
	.mainContents.oneColumn {
		padding-top: 30px;
	}
	h1 {
		text-align: left;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		width: inherit;
		margin: .25em .5rem;
	}
	caption {
		text-align: left;
		margin-bottom: 20px;
	}
	table tr {
		display: block;
		list-style-type: none;
	}
	table th, table td {
		width: 96%;
		display: list-item;
	}
	table th {
		text-align: left;
		padding: .5em;
		background: #CCC;
	}
	th span small {
		margin-left: 10px!important;
	}
	.inputName input {
		width: 85%!important;
		margin-bottom: 10px;
	}
	.inputName input:last-child {
		margin-bottom: 0;
	}
	li.inputMax input {
		width: 77%!important;
	}
	.contactBtnArea {
		margin-bottom: 50px;
	}
}
