/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
	list-style: none none outside;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

img{
	image-rendering: -webkit-optimize-contrast;
}
input, textarea{
    margin: 0;
    padding: 0;
}
input, select {
	vertical-align:middle;
}
fieldset, img, iframe  {
	vertical-align: bottom;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/* デザイン */
body {
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1em;
	-webkit-text-size-adjust:none;/* iPhoneのリサイズ対策 */
	background: #f4f4f4;
}
header,h1{background: #fff;}
header{
	padding: .5em;
	border-top: 5px solid;
}
.koutsujiko-support header{border-top-color: #F93;}/* 事故サポ */
.souzoku-all header{border-top-color: #55b;}/* 相続オール */
.body-care header{border-top-color: #2b0;}/* ボディケア */
.shiho-shoshi header{border-top-color: #520;}/* 司法書士 */

.body-care .header_ttl,.body-care .header_ttl span{
	font-weight: bold;
	line-height: 1em;
}
.body-care .header_ttl span{color: #2b0;}
.body-care .header_ttl{font-size: min(5.9vw, 24px);}

h1{
	font-weight: bold;
	padding: .25em .5em;
	border-block: 1px solid #000;
}
/* フォーム */
form{
	padding:.75em 1em 1.5em;
	margin:0;
}
form>label,#office_select>label {
  display: flex;
  margin-bottom: .2em;
  line-height: 1.25em;
  font-weight: bold;
  gap: .3em;
  align-items: baseline;
}
form>label:before,#office_select>label:before {
  content: "";
  display: block;
  flex: 0 0 .7em;
  width: .7em;
  height: .7em;
  background: #f70;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 50% 100%, 0% 100%);
}
form>label~label,#office_select>label {
	margin-top: 1.25em;
}
.txtform, textarea {
	box-sizing:border-box;
	width:100%;
	color:#000;
	padding: .375em;
	border: 1px solid #999;
	border-radius: .375em;
	background: #fff;
}
.txtform {
	display: block;
	padding: .375em;
	max-width: 400px;
}
.txtform.number {
	display: inline-block;
}
.txtform:focus, .txtform:hover {
	background:#fff;
}
textarea {
	height: 9em;
}
.txtform.number{
	max-width: 120px;
}
.note,.note_li li{
	margin: .2em 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: .8125em;
	line-height: 1.25em;
}
.note.fz_normal{
	font-size: 1em;
}
.note_li li img{
	vertical-align:middle;
}
button {
	height:44px;
	color:#2e2e2e;
	font-size:16px;
	line-height:2.3em;
	letter-spacing:.1em;
	font-weight:bold;
	padding:5px 22px;
	margin: 5px;
	border-radius:4px;
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.6),  inset 0px 1px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 2px rgba(000,000,000,0.6),  inset 0px 1px 1px rgba(255,255,255,0.4);
}
button[type="submit"] {
	border: 1px solid #92b027;
	background-color:#cee08e;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cee08e', endColorstr='#a7dc1a');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cee08e', endColorstr='#a7dc1a')";
	background: -webkit-linear-gradient(#cee08e, #a7dc1a);
	background: -webkit-gradient(linear, left top, left bottom, from(#cee08e), to(#a7dc1a)); /* Android2.X */
	background: linear-gradient(#cee08e, #a7dc1a);
}

/* 問合せ完了 */
.thanks {
	padding:10px 15px;
	margin:0;
}
.thanks h2{
	font-size: 18px;
	font-weight: bold;
	line-height:1.2em;
	padding: 5px 5px 3px;
	margin: 4px 0;
	border-bottom: 1px solid #079800;
	border-left: 5px solid #079800;
}
.thanks p{
	line-height:1.5em;
	font-size:15px;
	text-indent:1em;
}
.thanks p em{
	color:#FF5400;
}

.alignC{text-align:center;}
p:has(button[type="submit"]){margin-bottom: 1em;}

/* 閉じる */
.btn_cls{
	display:inline-block;
	border: 1px solid #999;
	border-radius:.35em;
	box-shadow: 0px 1px 2px rgba(0,0,0,.6), inset 0px 1px 1px rgba(255,255,255,.4);
	padding: .625em;
	background-color:#ccc;
	color:#000;
	font-size:.75em;
	font-weight:bold;
	text-decoration:none;
}
.btn_cls:after {
	font-family: FontAwesome;
	font-size: 1.25em;
	font-weight: normal;
	speak: none;
	content: '\f057';/*×マーク*/
	margin-left: .15em;
}

@media screen and (max-width: 540px){/*:::::::::: SP ::::::::::*/
body{font-size: 5vw;}
p.header_ttl {
	margin: 0 auto;
	width: 100%;
}
p.header_ttl img {width: 100%;}
.txtform{width: 100%;}
.note_li li img{height: 1.35em;}
.required{
	padding: .1em .15em .1em .2em;
	vertical-align: baseline;
}
}/*::::::::::SP(max-width: 540px)::::::::::*/
@media screen and (min-width: 541px){/*:::::::::: PC ::::::::::*/
body{font-size: 16px;}
.br_sp{display: none;}
.note_li li img{height: 17px;}
.required{
	padding: .1em .15em 0em .2em;
	vertical-align: middle;
}
}/*::::::::::PC(min-width: 541px::::::::::)*/