@charset "UTF-8";

/* -------------------------------------------------
		お問い合わせページ用
	------------------------------------------------- */
/* リンク色--*/
.link_text a {
  color: #00ABC6;
}
.link_text a:hover {
  color: #314B57;
  text-decoration: none;
}
.text_red {
  color: red;
}

/* お問い合わせフォーム--------------*/
.btn_contact_set .btn.btn_submit {
  width: 70%;
  border-radius: 6px;
  background-color: #015BAD;
  color: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 1.2em;
}
.btn_contact_set .btn.btn_submit:hover {
  width: 70%;
  border-radius: 6px;
  background-color: #001763;
  color: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 1.2em;
}
.caution_catch_copy {
  font-size: 1.5em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.caution_lead_copy {
  font-size: 1.22em;
  line-height: 1.6;
	text-align: center;
  margin-bottom: 40px;
}

.link_text {
  color: #00ABC6;
  font-size: 1em;
  line-height: 1.6;
}
.link_text:hover  {
  color: #314B57s;
  text-decoration: none;
}



/* -------------------------------------------------
		表示幅 〜480pxの指定
	------------------------------------------------- */
@media screen and (max-width:480px){
/* お問い合わせフォーム--------------*/
.btn_contact_set .btn.btn_submit {
  width: 70%;
  border-radius: 6px;
  background-color: #015BAD;
  color: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 0.9em;
}
.btn_contact_set .btn.btn_submit:hover {
  width: 70%;
  border-radius: 6px;
  background-color: #001763;
  color: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 0.9em;
}
.caution_catch_copy {
  font-size: 1.4em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.caution_lead_copy {
  font-size: 1.1em;
  line-height: 1.6;
	text-align: center;
  margin-bottom: 40px;
}
}




/* -------------------------------------------------
		表示幅　768px以上の指定
	------------------------------------------------- */
@media screen and (min-width:768px){
.br-hide {
  display: none; /* 768px以上で改行やめ*/
}
}

/* -------------------------------------------------
		表示幅 768px〜991pxの指定（col-sm）
	------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:991px){
}

/* -------------------------------------------------
		表示幅 992px〜1199pxの指定（col-md）
	------------------------------------------------- */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* -------------------------------------------------
		表示幅 1200px以上の指定（col-lg）
	------------------------------------------------- */
@media screen and (min-width:1200px){
}

