@charset "utf-8";
body, input, textarea, select, .confirm-text, table, th, td {
  font-family: "リュウミンR-KL","Ryumin Regular KL","Lato","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic","YuGothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

body{
  max-width: 1000px;
  margin: 0 auto;
}

form{
  margin-bottom: 30px;
}

.contact_table{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse:separate;
  border-spacing: 10px 60px;
}

.contact_table th{
  width: 30%;
	/* background-color:rgba(0,79,158,.7); */
  /* text-align: left; */
	/* border-bottom:1px solid; */
  color: #000;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}

.contact_table tr td{
	/* background-color:#f5fafc; */
	border-bottom:1px solid;
}

.c-consent{
  /* font-size: 18px; */
  padding-top: 5px;
}

.contact_text,.contact_button{
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  cursor: text;
  margin: 0em;
  padding: 5px 0;
  /* background-color: rgba(208,234,249,1); */
  font-size: 20px;
}

.contact_text{
  width: 97%;
  /* border: 1px solid #d0eaf9; */
  margin: 5px;
  padding: 5px;
  /* background-color: #fff; */
}

.confirm-text{
  text-align: start;
  padding: 10px 5px;
}

::placeholder{
  /* color: #d0eaf9; */
}

.contact_button{
  width: 18%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  /* font-weight: bold; */
  /* background-color: #f5fafc;
  border:1px solid #d0eaf9; */
}

textarea{
  font-family : inherit !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  /* resize: auto; */
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  column-count: initial !important;
  margin: 0em;
  padding: 2px 0;
  /* background-color: rgba(255,246,202,.7); */
  font-size: 16px;
}

:focus-visible{
  outline: none;
}

.c-btn,td{
  text-align: center;
}

.c-btn{
  margin-top: 50px;
}

.c-btn .back-btn{
  margin-right: 50px;
}

textarea.contact_text{
  height: 170px;
}

.center{
  text-align: center;
  font-size: 1.7rem;
}

label{
  cursor: pointer;
}

/*共通CSS*/
body{
	font-size:20px;
	/* color:#4F3A32; */
	line-height:1.6;
}

h1{
	font-size:1.8rem;
}

h2{
	font-size:1.6rem;
}

h3{
	font-size:1.4rem;
}

h4{
	font-size:1.2rem;
}

h1,h2,h3,h4{
	color:#19619A;
}

.content h1,.content h2{
	color:#19619A;
	background-color:#f4f4f4;
	padding:10px 20px;
}

.content h3{
	color:#19619A;
	padding-left:20px;
}

.content a{
	color:#53A3E3;
}

p{
	padding:0 20px;
}

p.contact-about{
  text-align: center;
  font-size: 20px;
}

/*リストCSS*/
.lb_list-css ul{
  padding: 0;
  position: relative;
}

.lb_list-css ul li{
  border-left: solid 4px #19619A;/*左側の線*/
  /* background-color:#f5fafc;背景色 */
  margin-bottom: 3px;/*下のバーとの余白*/
	line-height: 1.6;
  padding: 0.5em;
	margin-left:10px;
}

/*リストCSS*/
.content dl{
  padding: 0;
  position: relative;
}

.content dt{
  border-left: solid 4px #19619A;/*左側の線*/
  background-color:rgba(0,0,0,0);
  margin-bottom: 3px;/*下のバーとの余白*/
	line-height: 1.6;
  padding: 0.5em;
	margin-left:10px;
}

.content dd{
	border:none;
	padding:0.5em 30px;
}

/* Pポリの戻るボタン */
.browser_back{
  border: 1px solid #19619A;
  background-color: #f5fafc;
  padding: 3px;
}

.browser_back:hover{
  opacity: .5;
}

/* チェックボックス付きプライバシーポリシー確認 */
.p-policy-check{
  text-align: center;
}


/*************************/
/****** レスポンシブ ******/
/*************************/

@media screen and (max-width: 1040px){
  table{
    width: 80%;
  }

  .contact_button{
    width: 30%;
    text-align: center;
  }

  textarea.contact_text{
    height: 200px;
  }

  .center{
    font-size: 1.4rem;
  }
}

/***** 500px以下 *****/
@media screen and (max-width: 500px){
  .contact_table{
    padding: 15px;
  }
  .contact_table th,.contact_table td{
    display: block;
    width: 100%;
  }
  .c-btn{
    margin-top: 10px;
  }
  .contact_button{
    max-width: 150px;
    width: 100%;
  }

  p.contact-about{
    font-size: 16px;
  }
}