@charset "UTF-8";
#mainphoto{
  background: url(../img/title_img/bg_contact.jpg) no-repeat center center;
  background-size: cover;
}
          @media print, screen and (min-width:768px) {
          #mainphoto{
            background: url(../img/title_img/bg_contact.jpg) no-repeat center center;
            background-size: cover;
          }
          }

.btn_link{
  margin-top: 1em;
  padding: 0.5em 2em;
  display: inline-block;
  background:#004789;
}
.btn_link a{
  color: #fff;
}
.btn_link:hover{
  background: #ccc;
  transition: 0.2s;
}
/*----------------------------------form*/
table#contact {
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid rgba(0, 141, 212, 0.4);
  	border-left: 1px solid rgba(0, 141, 212, 0.4);
}
table#contact tr th {
	display: block;
	padding: 10px;
  background: url(../img/common_img/bg_grid.png) repeat center center;
	border-right: 1px solid rgba(0, 141, 212, 0.4);
	border-top: 2px solid #fff;
  border-bottom: 1px solid rgba(0, 141, 212, 0.4);
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
  border-left: 6px solid #004789;
}
table#contact tr td {
	display: block;
	padding: 10px;
	border-right: 1px solid rgba(0, 141, 212, 0.4);
	border-bottom: 1px solid rgba(0, 141, 212, 0.4);
	text-align: left;
	background: #fff;
	vertical-align: middle;
}
table#contact tr td.td_child {
	border-bottom: 1px dotted rgba(0, 141, 212, 0.4);
}
table#contact p {
	margin-bottom: 5px;
}
table#contact tr th span.form_title {
	display: block;
	overflow: hidden;
}

/*必須アイコン*/
table#contact tr th span.txt_required {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #cc1414;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	border-radius: 2px;
	color: #fff;
	background: #666;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
input, select, textarea {
	padding: 10px;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	font-size: 1.6rem;
}
input:focus, select:focus, textarea:focus {
	background: #E2EBF4;
	border: 1px solid #E2EBF4;
}
/*入力エリアサイズ*/
.input_10 {
	width: 10%;
}
.input_30 {
	width: 30%;
}
.input_50 {
	width: 50%;
}
.input_70 {
	width: 70%;
}
.input_100 {
	width: 100%;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
input:focus::-webkit-input-placeholder { 
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
textarea:focus::-webkit-input-placeholder { 
	color:transparent;
}
textarea:focus:-moz-placeholder {
	color:transparent;
}
textarea:focus::-moz-placeholder {
	color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
	margin-right: 5px;
	margin-left: 15px;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
	margin-right: 5px;
	margin-left: 15px;
}

label{
  display: inline-block;
}
/*送信・戻るボタン*/
ul.submit_btn {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
ul.submit_btn li {
	display: inline-block;
	cursor: pointer
}
ul.submit_btn li.inp_submit01 input {
	color: #fff;
	background: #b50000;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li.inp_submit02 input {
	color: #fff;
	background: #999;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li:hover {
	opacity: 0.7;
}
/*送信完了画面用*/
#thanks {
	margin:20px 0;
}
#thanks h5 {
	margin:0 0 15px;
	font-size:16px;
	font-weight:bold;
}
          @media print, screen and (min-width:768px) {
          table#contact {
            border-collapse: separate;
            border-left: 0;
          }
          table#contact tr th {
            display: table-cell;
            border-right: 1px dotted rgba(0, 141, 212, 0.4);
            width: 28%;
          }
          table#contact tr td {
            display: table-cell;
          }
          table#contact tr td.td_child {
            border-right: 1px dotted rgba(0, 141, 212, 0.4);
            border-bottom: 1px solid rgba(0, 141, 212, 0.4);
          }
          /*入力例の文字装飾*/
          ::-webkit-input-placeholder {
              color: #666;
          }
          ::-moz-placeholder {
              color: #666;
          }
          :-ms-input-placeholder {
              color: #666;
          }
            label{
              display: inherit;
              padding-right: 1em;
            }
          }

p.attention {
  font-size: 12px;
  line-height: 1.4em;
}
#privacy{}
.privacy_dl{
  text-align: left;
}
.privacy_dl dt{
  font-size: 16px;
  color: #004789;
  font-family: "NotoSansBold";
}
.privacy_dl dd{
  padding: 0.5em 1.2em 2em;
}