@charset "utf-8";

/*topイメージ*/

.contact_center{
width: 100%;
position: relative;
margin-top: 85px;  /*89px;*/  /*90px;*/
	margin-bottom: -20px;
}
.contact_center img {
width: 100%;
height: 170px;  /*220px;*/
/*object-fit: cover;*/
}
@media(max-width: 500px){
.download_center img {
height: 200px;
}
}
@media(max-width: 400px){
.download_center img {
height: 150px;
}
}

/*top文字*/
.contact_letter{
position: absolute;
font-size: 35px;  /*40px;*/
font-weight: bold;
color: white;
font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
text-align: center;
top: 48%;
left: 50%;
-ms-transform: translate(-50%,-48%);
-webkit-transform: translate(-50%,-48%);
transform: translate(-50%,-48%);
width: 100%;
letter-spacing: 1px;
}
.contact-top-border{
          border-bottom: 7px solid orange;
          width: 100px;
margin: auto;
margin-top: 7px;
}
@media screen and (max-width: 375px) {
.contact_letter{
font-size: 25px;
}
}


/*目次*/
.laser_guide_contact {
margin-left: 30px;
margin-right: 30px;
margin-bottom: 45px;
text-align: center;
padding-top: 29px;
color: gray;
}
.laser_guide_contact a {
font-size: 13px;
text-decoration: none;
font-family: 游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
color: gray;
}
.laser_guide_contact span2 {
font-weight: bold;
}
.laser_guide_contact span2 a {
color: black;
}
.laser_guide_contact a:hover{
opacity: 70%;
}


/*記入欄*/
.form_set{
	width: 100%;
	margin-bottom: 25px;
}
.form_lable{
	word-wrap: break-word;
display: block;
margin-top: 1em;
margin-bottom: 0.3em;
/*margin-left: 5px;*/
color: dimgray;  /*var(--tayori-theme_page_font_color);*/
font-size: 16px;
font-weight: bold;
line-height: 1;
	overflow-wrap: anywhere;
	letter-spacing: 0.5px;
font-feature-settings: "palt";
}
.label-mei{
	margin-left: 3px;
	display: flex;
	margin-bottom: 5px;
}
.label-mei .essential{
	font-size: 14px;
	padding: 2px 9px;
background: #fe5000;  /*linear-gradient(#f18002,#f68200);*/
	/*background-color: orange;*/
	color: white;
	margin-left: 10px;
	/*border-radius: 3px;*/
	font-weight: normal;
/*margin-bottom: 10px;*/
}
.label-mei .essential2{
	font-size: 14px;
	padding: 2px 9px;
background: linear-gradient(#f18002,#f68200);
	/*background-color: orange;*/
	color: white;
	margin-left: 10px;
	border-radius: 3px;
	font-weight: normal;
}
.label-mei .kakunin{
display: none;
}
.label-mei p{
	font-size: 15px;
font-family: 游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
/*font-family: 'ヒラギノ角ゴシック','Hiragino Sans',游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;*/
color: dimgray;
letter-spacing: 1px;
	font-feature-settings: "palt";
}
.form_lable_entry2{
	display: flex;
	width: 125%;
}
.form_lable_entryform{
display: block;
width: 100%;
min-height: 35px;
margin: 0;
padding: 0.1em 0.85em;
	border: 1px solid rgba(0, 0, 0, 0.2); /*grbgray:*/
/*border-radius: 4px;*/
outline: none;
background-clip: border-box;
/*color: var(--tayori-theme_input_font_color);*/
font-size: 16px;
font-weight: 400;
line-height: 1.5;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form_lable_entryform2{
display: block;
width: 100%;
min-height: 40px;
margin: 0;
padding: 0.4em 0.85em;
border: 1px solid rgba(0, 0, 0, 0.2); /*grbgray:*/
/*border-radius: 4px;*/
/*border-width: 2px 0 0 2px;*/
outline: none;
background-clip: border-box;
color: var(--tayori-theme_input_font_color);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	margin-top: 5px;
}
::placeholder {
-webkit-text-security: none;
color: lightgray;
pointer-events: none;
}
::placeholder2 {
-webkit-text-security: none;
color: lightgray;
pointer-events: none;
}
.bu{
	font-weight: normal;
	font-size: 18px;
	margin-left: 5px;
	margin-top: 9px;
}
@media screen and (max-width: 320px) {
.form_lable_entryform2{
padding: 0.4em 0.8em;
}
}

.space{
margin: 45px;
}
/*プルダウン*/
.selectbox-002 {
	position: relative;
}
label .selectbox-002{
margin-bottom: 30px;
}
.selectbox-002::before,
.selectbox-002::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.selectbox-002::before {
    right: 0;
    display: inline-block;
    width: 2.5em;
	height: 2.55em;
	/*border: 2px solid #fe5000;*/  /*#2589d0;*/
/*border-radius: 0 3px 3px 0;*/
    background-color: rgba(0, 0, 0, 0.2);  /*#fe5000;*/  /*#2589d0;*/
    content: '';
}
.selectbox-002::after {
    position: absolute;
    top: 40%;
    right: 1.25em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
/*.selectbox-002:before {
	padding-left: 9px;
	padding-right: 4px;
	content: '必須';
	font-size: 14px;
	color: white;
	font-family: 游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
}*/
.selectbox-002 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 280px;
    height: 2.9em;
    padding: .3em .3em .3em .5em;
    border: 1px solid rgba(0, 0, 0, 0.2); /*#fe5000;*/  /*#2589d0;*/
border-radius: 3px;
    color: #333333;
    font-size: 14px;  /*1em;*/
    cursor: pointer;
}
.selectbox-002 select:focus {
    outline: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 425px) {
.bu{
font-size: 14px;
margin-top: 12px;
}
}
@media screen and (max-width: 350px) {
.form_lable_entry2{
width: 120%;
}
.selectbox-002 select {
font-size: 14px;
width: 265px;
}
.selectbox-002::before {
height: 2.1em;
}
}

/*個人情報*/
.private{
	width: 100%;
font-size: 20px;
font-family: 'ヒラギノ角ゴシック','Hiragino Sans',游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
color: dimgray;
	padding-left: 10px;
	padding-top: 2px;
	margin-left: 2px;
	margin-bottom: 20px;
padding-bottom: 10px;
letter-spacing: 0.5px;
font-feature-settings: "palt";
border-left: 13px solid dimgray;
border-bottom: 2px solid dimgray;
margin-top: 60px;
}
.doui_check .label-mei{
	margin-left: 3px;
	display: flex;
	justify-content: center;
	margin-top: 4px;
	margin-bottom: 3px;
}
.doui_check .label-mei .essential{
	padding: 0 9px 0 9px;
	background-color: #fe5000;  /*orange;*/
	color: white;
	margin-left: 10px;
	/*border-radius: 3px;*/
}
.doui_check .label-mei .essential2{
	padding: 0 9px 0 9px;
	background-color: #fe5000;  /*orange;*/
	color: white;
	margin-left: 10px;
	/*border-radius: 3px;*/
}
.label-mei label{
	margin-top: 3.5px;
}
.assent{
display: none;
}


@media screen and (max-width: 520px) {
.assent{
display: inline;
}
.doui_check .label-mei .essential2{
margin-bottom: 10px;
		margin-top: 10px;
		padding-bottom: -20px;
}
}
@media screen and (max-width: 375px) {
.private {
font-size: 18px;
}
}
@media screen and (max-width: 362px) {
.formSubmitButton {
margin: 0 0 0;
padding: 0 0;
}
}
@media screen and (max-width: 360px) {
.formSubmitButton {
margin-left: 0;
}
}
@media screen and (max-width: 321px) {
.form_lable {
font-size: 14px;
}
.form_lable_entryform,
.form_lable_entryform2{
font-size: 14px;
}
}
@media screen and (max-width: 320px) {
.doui_check{
margin-right: -25px;
}
}