@charset "utf-8";

/*topイメージ*/

.contact_center{
width: 100%;
position: relative;
margin-top: 85px;
margin-bottom: -20px;
}
.contact_center img {
width: 100%;
height: 170px; 
}
@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;
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;
}


/*フッターの住所レスポンシブ時ちょうどいいところで改行*/
.address span{
display: inline-block;
}



@media screen and (max-width: 375px) {
.contact_letter{
font-size: 25px;
}
}


/*目次*/
.laser_guide{
background-color: white;
}
.laser_guide_contact {
margin-left: 30px;
margin-right: 30px;
padding: 27px 0 27px 0;
text-align: center;
color: gray;
}
@media screen and (max-width: 1200px) {
.laser_guide_contact {
padding: 18px 0 18px 0;
}
}

.laser_guide_contact a {
font-size: 12px;
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;
color: black;  
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: #ff6c27; 
color: white;
margin-left: 10px;
border-radius: 4px;
font-weight: normal;
}
.label-mei .essential2{
font-size: 14px;
padding: 2px 9px;
background: linear-gradient(#f18002,#f68200);
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;
color: black; 
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);
border-radius: 4px;
outline: none;
background-clip: border-box;
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);
border-radius: 4px;
outline: none;
background-clip: border-box;
color: var(--tayori-theme_input_font_color);
font-size: 16px;
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: 2em; /*2.5em;*/
height: 2.65em;
border-radius: 0 4px 4px 0;
background-color: rgba(0, 0, 0, 0.7); 
content: '';
}
.selectbox-002::after {
position: absolute;
top: 40%;
right: 1.0em;
transform: translate(50%, -50%) rotate(45deg);
width: 6px;
height: 6px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
content: '';
}

.selectbox-002 select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 300px; /*280px;*/
height: 2.9em;
padding: .3em .3em .3em 1em;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
font-size: 15px; 
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-weight: 500;
font-family: 'ヒラギノ角ゴシック','Hiragino Sans',游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
color: black; 
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: 10px solid black;  
border-bottom: 3px solid black; 
margin-top: 60px;
/*text-align: center;*/
}
.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: #ff6c27;
color: white;
margin-left: 10px;
}
.doui_check .label-mei .essential2{
padding: 0 9px 0 9px;
background-color: #ff6c27;
color: white;
margin-left: 10px;
}
.label-mei label{
margin-top: 5.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: 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;
}
}