@charset "UTF-8";


#contact .attention_box{
margin: 40px auto 50px;
border: 1px solid #0db9d0;
border-radius: 10px;
background: #f9f9f9;
padding: 20px 50px;
box-sizing: border-box;
}

#contact .attention_box p{
line-height: 22px;
margin: 0 0 18px;
}

#contact .attention_box ul{
margin: 0 0 0 1em;
}

#contact .attention_box li{
list-style: disc;
margin: 0 0 8px;
}

#contact .attention_box .title{
margin: 25px 0 5px;
font-weight: bold;
}

#contact .required{
color: #f00;
}

#contact .first_text{
padding: 0 0 20px;
text-align: left;
}

#contact form table{
border: 1px solid #ddd;
width: 100%;
/* margin: 0 auto 20px; */
}

#contact form table.table02{
border: 1px solid #ddd;
width: 100%;
margin: 0 auto 20px;
}

#contact form table.table02 th{
/* background: #edfaf9; */
border: 1px solid #ddd;
padding: 12px 20px;
vertical-align: middle;
width: 300px;
text-align: left;
}

#contact form table th{
/* background: #edfaf9; */
border: 1px solid #ddd;
/* padding: 12px 20px; */
vertical-align: middle;
width: 100%;
text-align: left;
}

#contact form table td{
border: 1px solid #ddd;
/* padding: 12px 20px; */
}

#contact form table input[type="text"],#contact form table input[type="mail"],#contact form table input[type="tel"]{
height: 28px;
padding: 5px 10px;
box-sizing: border-box;
width: 100%;
border: 1px solid #ccc;
background: #fff;
border-radius: 0;
box-shadow: none;
}

#contact form table span.text{
display: block;
margin: 5px 0 0;
}

#contact form table input[type="mail"]{
width: 300px;
}

#contact form table input[type="tel"]{
width: 300px;
}

#contact form table input[type="radio"],#contact input[type="checkbox"]{
margin: 0 5px 0 0;
}

#contact form table input.textbox_size01,#contact form table input.textbox_size02{
width: 250px;
margin: 0 0 0 1%;
}

#contact form table input.textbox_size01{
margin: 0 2% 0 1%;
}

#contact form table textarea{
padding: 5px 10px;
width: 100%;
box-sizing: border-box;
border: 1px solid #ccc;
background: #fff;
border-radius: 0;
box-shadow: none;
}

#contact .policy_box{
margin: 50px 0 50px;
text-align: center;
}

#contact .policy_box a{
text-decoration: underline;
color: #0d3e77;
display: inline-block;
margin: 0 0 10px;
}

#contact .last_text{
text-align: center;
margin: 0 0 30px;
}

#contact .submit_box{
max-width: 280px;
width: 100%;
margin: 2% auto;
}

#contact .submit_box .submit{
max-width: 280px;
width: 100%;
/* background: #00b2ca; */
background: #1665B0;
border: none;
border-radius: none;
box-sizing: border-box;
box-shadow: none;
font-size: 16px;
text-align: center;
padding: 4% 0;
color: #fff;
font-weight: bold;
letter-spacing: 0.05em;
}

#contact .submit_box .back{
max-width: 280px;
width: 100%;
background: #d2d2d2;
border: none;
border-radius: 8px;
box-sizing: border-box;
box-shadow: none;
font-size: 16px;
text-align: center;
padding: 14px 0;
color: #fff;
font-weight: bold;
letter-spacing: 0.05em;
}


#contact .go_top{
width: fit-content;
margin: 30px auto ;
}

#contact .go_top a{
max-width: 280px;
width: 100%;
background: #00b2ca;
border: none;
border-radius: none;
box-sizing: border-box;
box-shadow: none;
font-size: 16px;
text-align: center;
padding: 14px 30px;
color: #fff;
font-weight: bold;
letter-spacing: 0.05em;
}

#contact form table td span.text01{
width: 30px;
display: inline-block;
text-align: center;
}

#contact form table .red {
  color: red;
  font-size: 16px;
  /* font-weight: bold; */
  padding-left: 2%;
}

@media only screen and (max-width:750px){

#contact .attention_box{
padding: 20px 20px;
}
#contact form table th{
display: block;
width: 100%;
text-align: left;
/* padding: 12px 10px; */
box-sizing: border-box;
}

#contact form table td{
display: block;
width: 100%;
/* padding: 12px 10px; */
box-sizing: border-box;
}

#contact form table tr:nth-of-type(5) td {
  width: calc(100% - 10px);
  margin: 0 5px 5px;
  border: 1px solid #ccc;
}


#contact form table input.textbox_size01, #contact form table input.textbox_size02 {
width: 100%;
margin: 0;
}

#contact form table textarea{
width: 100%;
box-sizing: border-box;
}


#contact form table.table02{
border: none;
width: 100%;
margin: 0 auto 20px;
}

#contact form table.table02 th{
/* background: #edfaf9; */
border: none;
padding: 0 5px;
vertical-align: middle;
width: 100%;
font-weight: bold;
text-align: left;
}
#contact form table.table02 td {
  border: none;
  padding: 0 5px;
}

#contact .submit_box {
  margin-bottom: 0;
}

}

/* 2022/11/22追加 */
#container #container-inner {
  box-shadow:none;
  border-radius: 0;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: stretch;
  /* width: min(98%,1400px);
  max-width: none; */
  max-width: 1100px;
  width: 100%;
  padding: 0% !important;
  background-color: #ededee;
}
#container #container-inner figure{
  width: 100%;
  text-align: center;
  display: inline-block;
}
#container #container-inner figure img{
  width: 230px;
  object-fit: contain;
}
@media only screen and (max-width:750px){
  #container #container-inner figure{
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  #container #container-inner figure img{
    width: 60%;
  }
}
.l-contact__figure {
  flex: 0 1 62%;
  /* border: 1px solid #333333; */
  box-shadow: #777777 0px 0px 4px;
}
.top-box {
  /* flex: 0 1 32%; */
  flex: 0 1 80%;
  /* border: 1px solid #333333; */
  padding: 2%;
  background-color: #fff;
  box-shadow: #777777 0px 0px 4px;
  border-radius: 8px;
}
.p-contact__h3 {
  /* font-size: min(23px,1.5vw); */
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #000000;
  padding-bottom: 2%;
  margin-bottom: 2%;
  line-height: 1.3;
}
#contact form table {
  border: 0;
  /* margin: 3% auto; */
}
#contact form table th {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  font-weight: 700;
  margin-bottom: 2%;
  line-height: 1;
}
#contact form table tr:last-child th {
  line-height: 1.7;
}
#contact form table th b{
 font-weight: normal;
}
#contact form table th::first-line {
  /* font-size: min(23px,1.5vw); */
  font-size: 16px;
}
#contact form table td {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  padding-bottom: 3%;
  /* margin-bottom: 2%; */
  /* font-size: min(20px,1.3vw); */
  font-size: 16px;
}
#contact form table tr:first-of-type td {
  /* padding: 2%; */
  /* margin-bottom: 4%; */
}

#contact form table input.textbox_size01 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #a4a4a2;
  height: auto;
  padding: 2%;
  /* font-size: min(16px,1.1vw); */
  
}
#contact .submit_box {
  /* margin-bottom: 0; */

}
#contact .submit_box .submit {
  /* font-size: min(23px,1.5vw); */
  font-size: 18px;
  /* background-color: #ee741b; */
  border-radius: 8px;
}
.l-logo__figure {
  width: 100%;
  margin: 0 auto ;
}
@media only screen and (max-width:750px){
  #contact form table tr:first-of-type td {
   /* padding: 10px 10px 4% 10px; */
  }
  #container #container-inner {
    display: block;
  }
  .l-contact__figure {
    display: none!important;
  }
  #contact form table td {
    font-size: 16px;
  }
  #contact form table input.textbox_size01 {
    font-size: 16px;
  }
  #contact form table tr:nth-of-type(5) td {
    width: 100%;
    margin: 0;
    padding-bottom: 6%;
    border: 0;
  }
  .top-box {
    flex: 0 1 100%;
    padding:0 4%;
    border-radius: 0px;
  }
  .p-contact__h3 {
    margin-bottom: 6%;
  }
  #contact form table tr:first-of-type td {
    margin-bottom: 0;
  }
  #contact form table td {
    padding-bottom: 2%;
  }
}
/* プライバシーポリシー */
.privacy-box__parent{
  padding: 0 6%;
}
@media only screen and (max-width:750px){
  .privacy-box__parent{
    padding: 0 2%;
  }
}
.privacy-box__wrapper {
  width: 100%;
  height: 80px;
  margin: 0 auto 2% auto;
  padding: 5px  10px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  text-align: left;
  scrollbar-width: thin;
  box-sizing: border-box;
}
@media only screen and (max-width:750px){
  .privacy-box__wrapper {
    height: 60px;
  }
}
.privacy-box__wrapper--text{
  font-size: 14px;
}
.privacy-box__wrapper .privacy-box h3 {
  /* position: relative; */
  padding: 0 0 5px 0;
  color: #1c357c;
  font-size: .8rem;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.pp_check{
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width:750px){
  .pp_check{
    font-size: 3vw;
  }
}
/* //プライバシーポリシー */