@charset "UTF-8";
/* 会社情報 */
#corporation{
	width: 100%;
	border-collapse: collapse;
}

#corporation th{
	width:100px;
	padding:10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}

#corporation td{
	padding:10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}

/* クレジットポリシー */
#credit_policy{
	margin:20px 0 20px 0;
}
#credit_policy li{
	margin:0 0 10px 0;
}

/* 個人情報保護方針 */
.privacy{
	margin:10px 0 0 0;
}

.sub{
	margin:0 0 0 15px;
}
#sign{
	margin: 10px 0 0 0;
	text-align: right;
}

.indent{
	text-indent: 1em;
}
/* お問い合わせ */ 
.address_link{
	display: inline-block;
}
.address{
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
}

.address span{
	font-size: 16px;
	font-weight:normal;
}

#contact{
	width: 100%;
	border-collapse: collapse;	
}

#contact th{
	width:220px;
	padding:10px;
	text-align: left;
	vertical-align: middle;
	border-bottom:#ccc 1px solid;
}

#contact th span{
	font-size: 10pt
}


#contact td{
	padding:10px;
	text-align: left;
	vertical-align: middle;
	border-bottom:#ccc 1px solid;
}

#contact input[type="text"],
  #contact input[type="email"],
  #contact textarea {
    width: 80%;
    box-sizing: border-box;
  }

td#button{
	border-style: none;
	text-align: center; 
}

@media screen and (max-width: 768px) {
  #contact, 
  #contact tbody, 
  #contact tr, 
  #contact th, 
  #contact td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #contact th {
    background: #f5f5f5;
    padding: 6px;
  }

  #contact td {
    padding: 6px;
  }

  #contact input[type="text"],
  #contact input[type="email"],
  #contact textarea {
    width: 100%;
    max-width: 100%;
  }
}


#thanks{
	text-align: center;
}

#thanks h4{
	background-image: none;
	font-size: 14pt;
	color: #ff0000;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.assign{
	color:#ff0000;
}

#btn_thanks{
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	margin: 15px auto;
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-align:center;
	background: #FE651F;
	border-radius: 7px;	
}
#btn_thanks:hover,
#btn_thanks:active{
	background:#FE7838;
}
/* 2022/02/22 */
.post dt {
	    float:left ;
	    clear:both ;
	    width:120px ;
}

.post dd {
	padding-left:120px;
}