input:focus {
	box-sizing:border-box;
	border:2px solid #24bbb2;
}
textarea:focus, input:focus{
	box-sizing:border-box;
	border:2px solid #24bbb2;
}

select:focus {
	border:2px solid #24bbb2;
	box-sizing:border-box;
}
article.index {
	display: none;	
}

@media print, screen and (min-width: 1025px) {

.textbox-form {
	padding-top: 100px;
	padding-bottom: 100px;
}

.forms-text {
	font-size: 11pt;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
}

.space1100f {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
}
.space1100f h3 {
	font-size: 11pt;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
}
.formtel span{font-size: 13pt;}
.formtel {
	padding-top: 30px;
	font-size: 22pt;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
}
.formtel a {color: #333;}


.privacy-space {padding-bottom: 100px;}

.form-space {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
}
.form-wakugumi {
	box-sizing: border-box;
	padding-bottom: 100px;
}
.privacy {
	box-sizing: border-box;
	height: 350px;
	overflow: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px;
	margin-bottom: 20px;
	clear: both;
	background-color: #f9f9f9;
	/*margin-top: 50px;*/
}
.privacy::-webkit-scrollbar{width: 5px;}
.privacy::-webkit-scrollbar-thumb{background: #000;}
.privacy::-webkit-scrollbar-track-piece:start{background: #cecece;}
.privacy::-webkit-scrollbar-track-piece:end{background: #cecece;}


.privacy h2{
	font-size: 20pt;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.privacy h3{
	font-size: 16pt;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 15px;
}
.privacy p{
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}
.privacy h4{
	font-size: 14pt;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 10px;
}
.privacy a { color: #000;text-decoration:underline;}
.privacy a:hover { color: #333; text-decoration:none;}
ul.point-dot {
	list-style-type: none;
	padding-left: 5px;
	overflow: hidden;
}
ul.point-dot li{padding-left: 0.7em;}  
ul.point-dot li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.4em;
	font-size: 9pt;
	color: #666;
}
.point-dot li {
	position: relative;
	font-size: 11pt;
	line-height: 25px;
	text-align: left;
}

ol.point-maru {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru li{
	padding-left: 20px;
	position: relative;
}
ol.point-maru li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #666;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-maru li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
ol.point-maru2 {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru2 li{
	padding-left: 20px;
	position: relative;
}
ol.point-maru2 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #000;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	width: 22px;
	font-size: 11pt;
	margin-right: 5px;
	vertical-align: -2%;
}
ol.point-maru2 li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}



}



@media screen and (min-width: 0px) and (max-width: 1024px) {

.textbox-form {
	padding-top: 60px;
	padding-bottom: 10px;
}
.space1100f {
	margin-left:5%;
	margin-right:5%;
}
.space1100f h3 {
	font-size: 9pt;
	line-height: 23px;
	font-weight: normal;
}


.formtel span{font-size: 11pt;}
.formtel {
	padding-top: 20px;
	font-size: 18pt;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
}
.formtel a {color: #333;}


.privacy-space {
	box-sizing:border-box;
	padding-bottom: 50px;
	padding-right: 3%;
	padding-left: 3%;
}

.formtex {font-size: 8pt;}
.privacy {
	box-sizing: border-box;
	height: 300px;
	overflow: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	background-color: #f9f9f9;
	margin-top: 30px;
}
.privacy::-webkit-scrollbar{width: 5px;}
.privacy::-webkit-scrollbar-thumb{background: #333;}
.privacy::-webkit-scrollbar-track-piece:start{background: #cecece;}
.privacy::-webkit-scrollbar-track-piece:end{background: #cecece;}
.privacy h2{
	font-size: 11pt;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.privacy h3{
	font-size: 10pt;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 15px;
}
.privacy p{
	font-size: 9pt;
	line-height: 19px;
	font-weight: normal;
	margin-bottom: 10px;
}
.privacy h4{
	font-size: 10pt;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-top: 10px;
}
.privacy a { color: #000;text-decoration:underline;}
.privacy a:hover { color: #333; text-decoration:none;}
ul.point-dot {
	list-style-type: none;
	padding-left: 5px;
	overflow: hidden;
}
ul.point-dot li{padding-left: 0.7em;}  
ul.point-dot li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.4em;
	font-size: 9pt;
	color: #666;
}
.point-dot li {
	position: relative;
	font-size: 9pt;
	line-height: 21px;
	text-align: left;
}
ol.point-maru {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru li{
	padding-left: 10px;
	position: relative;
}
ol.point-maru li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #666;
	color: #FFF;
	display: inline-block;
	line-height: 18px;
	margin-left: -22px;
	text-align: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 4px;
	vertical-align: 0%;
}
ol.point-maru li {
	position: relative;
	font-size: 9pt;
	line-height: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
ol.point-maru2 {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-maru2 li{
	padding-left: 10px;
	position: relative;
}
ol.point-maru2 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #666;
	display: inline-block;
	line-height: 20px;
	margin-left: -27px;
	text-align: center;
	width: 20px;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: -2%;
}
ol.point-maru2 li {
	position: relative;
	font-size: 9pt;
	line-height: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.form-space {margin-right: 5%;margin-left: 5%;}
.form-wakugumi {
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom:50px;
}
input{-webkit-appearance: none;box-sizing: border-box;}
input[type="button"]{-webkit-appearance: none;box-sizing: border-box;}
.myhp-form {box-sizing: border-box;}
input.submitBtn:disabled{background-color: #aaa;cursor:not-allowed;}
input[type=text] {font-size: 16px;box-sizing: border-box;}
input[type=tel] {font-size: 16px;box-sizing: border-box;}
input[type=mail] {font-size: 16px;box-sizing: border-box;}
input[type=email] {font-size: 16px;box-sizing: border-box;}
.myhp-form__textfield {box-sizing: border-box!important;}
textarea {box-sizing: border-box;font-size: 16px!important;}

}