@charset "UTF-8";
/* =======================================
 sanitize.css
======================================= */
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1.15;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

/* =======================================
 base style
======================================= */

body {
  background: #F7F4F0;
  color: #1A1A1A;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  line-height: 170%;
  margin: 0 auto;
  width: 100%;
  min-width: 1050px;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

a:hover img {
  opacity: 0.8;
}

/* =======================================
 design
======================================= */
.inner {
  margin: auto;
  width: 1000px;
}

#header {
  margin-bottom: 14px;
}

#header h1 {
  padding-top: 10px;
}

#header .floatright {
  background: #005032;
  border-radius: 0 0 5px 5px;
  padding: 6px 0;
  width: 440px;
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center top;
}

#fv .inner {
  height: 700px;
  position: relative;
}

#fv h2 {
  margin-bottom: 60px;
  padding-top: 30px;
}

#fv #fv-name {
  position: absolute;
  top: 100px;
  right: 0;
}

.offer {
  background: #005032;
  padding: 40px 0;
}

.offer h2 {
  margin-bottom: 26px;
}

.offer-stit {
  background: #C1272D;
  margin-bottom: 50px;
  padding: 12px 0;
}

.offer dt {
  margin-bottom: 10px;
}

.offer dd p {
  margin-bottom: 10px;
}

#greet {
  background: #FFF;
  padding: 60px 0 80px;
}

#greet h2 {
  margin-bottom: 46px;
}

#point {
  background: #005032;
  padding: 80px 0 140px;
}

#point ul {
  margin: auto;
  width: 1040px;
}

#more {
  background: #FFF url(../img/more_bg.jpg) no-repeat center top;
}

#more .inner {
  height: 720px;
  padding-top: 90px;
  position: relative;
}

#more h2 {
  margin: auto;
  width: 250px;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
}

.wrapper .inner {
  background: #FFF;
  box-shadow: 0 0 20px rgba(76,76,76,0.5);
}

#ex h2 {
  margin-bottom: 40px;
}

#ex li {
  margin-bottom: 70px;
}

#step {
  background: #E5EDEA;
  margin-top: 36px;
  padding: 46px 0;
}

#step h2 {
  margin-bottom: 40px;
}

#step div {
  margin: 0 36px 0 50px;
}

#step ul {
  margin-bottom: 10px;
}

#lawyer {
  padding: 60px 50px;
}

#lawyer h2 {
  margin-bottom: 40px;
}

.prof {
  width: 550px;
}

.prof dt {
  margin-bottom: 40px;
  padding-top: 16px;
}

.career-media { margin: 50px 0;}

.career-media li {
	float: none!important;
	margin: 0!important
}

#lawyer h3 {
  border-bottom: 2px solid rgba(0,80,50,0.5);
  margin: 0 auto 20px;
  padding-bottom: 10px;
  width: 160px;
}

#lawyer li {
  display: block;
  float: left;
  margin: 0 0 30px 24px;
}

#lawyer li:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}

#lawyer li p {
  margin-bottom: 10px;
}

#office {
  background: #DDE3DC;
  box-shadow: 0 20px 20px -20px rgba(76,76,76,0.5) inset;
  padding: 60px 40px;
}

#office h2 {
  margin-bottom: 36px;
}

#office .logo {
  margin-bottom: 46px;
}

#office dl {
  width: 444px;
}

#office dt {
  border-bottom: 2px solid rgba(0,80,50,0.5);
  display: inline-block;
  margin-bottom: 20px;
}

#office dd p {
  margin-top: 7px;
  margin-bottom: 30px;
}

.more_t { margin-right: -13px;}




/*===============================================
                   form_design
===============================================*/

body.form { background-color: #fff; font-size: 14px;}

.f_header {
	height: 92px;
	background: url(../img/f_bg_header.jpg) no-repeat center top;
}

.f_header h1 { margin-top: 15px;}


.f_title {
	background-color: #005032;
	margin-top: 30px;
	margin-bottom: 60px;
}

.f_title2 { background-color: #fff!important;}

.f_title h2 {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

.f_descriotion { text-align: center;}
.f_descriotion .cf { margin-top: 25px; margin-bottom: 40px;}



.form_area { width: 1000px; margin: 0 auto;}

.form_table { margin-left: 40px;}

.form_table tr td { padding-bottom: 12px;}
.form_table tr td.top { padding-bottom: 35px;}

.form_table tr td:first-child { vertical-align: middle; padding-right: 20px;}
.form_table tr td.v_top { vertical-align: top;}

.form_table tr td span.red { color: #C1272D;}

.imp_text {
	width: 290px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #B3B3B3;
	padding-left: 10px;
}

.add_select {
	width: 160px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #B3B3B3;
	padding-left: 10px;
}



/*css radio02*/
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #009a9a;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}


.f_textarea {
	width: 720px;
	height: 140px;
	border-radius: 5px;
	border: 1px solid #B3B3B3;
	padding-left: 10px;
}

.f_btn input[type=submit]{
 background-image: url("../img/f_btn_confirmation.png");
 background-repeat:no-repeat;
 background-color:#fff;
 border:none;
 width:541px;
 height:99px;
 cursor: pointer;
 text-indent:101%;
 white-space:nowrap;
 overflow:hidden;
}

.f_btn { text-align: center; margin: 30px 0 80px;} 


/*===================== 確認画面 =====================*/

.formTable { width: 1000px; margin: 0 auto; font-size: 16px;}

.formTable tr { background: #005032;}
.formTable tr:nth-child(even) { background: #33735B;}

.formTable th {
	width: 249px;
	color: #fff;
	text-align: left;
	padding: 12px 25px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
}
.formTable td {
	color: #1A1A1A;
	padding: 12px 25px;
}

.formTable tr td { background: #F2F2F2;}
.formTable tr:nth-child(even) td { background: #FAFAFA;}


.c_btn { width: 1000px; margin: 60px auto;}



.c_btn input[type=submit]{
 background-image: url("../img/f_btn_send.png");
 background-repeat:no-repeat;
 background-color:#fff;
 border:none;
 width:491px;
 height:99px;
 cursor: pointer;
 text-indent:101%;
 white-space:nowrap;
 overflow:hidden;
}

.c_btn input[type=button]{
 background-image: url("../img/f_btn_correction.png");
 background-repeat:no-repeat;
 background-color:#fff;
 border:none;
 width:491px;
 height:99px;
 cursor: pointer;
 text-indent:101%;
 white-space:nowrap;
 overflow:hidden;
}




/*===================== thanksページ =====================*/

.thanks_m {
	width: 940px;
	margin: 0 auto;
	padding:  70px 0;
	background: #F2F2F2;
}

.thanks_m p { text-align: center;}
.thanks_m p:first-child {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 50px;
}

.t_btn { text-align: center; margin: 60px 0;}




.f_footer {
	height: 60px;
	background: url(../img/f_bg_footer.jpg) no-repeat center top;
}




