@import url("general.css");
body {
  font-size: 16px;
  color: #333;
  font-family: 'Noto Serif JP', serif;
}

:root {
  --Pink: #a51a53;
  --DarkGray: #333;
  --DullGray: #999;
  --LightGray: #ccc;
  --PaleGray: #f1f1f1;
  --White: #fff;
}


/*------------------------------------------------------------
	fadeinup
------------------------------------------------------------*/

.fadeinup {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadeinup.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

a {
  color: var(--DarkGray);
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, img, a {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
  font-weight: normal;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.header__top {
  max-width: 1200px;
  margin: 0 auto 25px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  font-size: 12px;
}

.header__top__right {
  display: flex;
  align-items: center;
  height: 60px;
}

.header__top__right li {
  height: 60px;
}

.header__top__right li a {
  height: 100%;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header__top__right__web a {
  background: #4E4C46;
}

.header__top__right__grounp a {
  background: #B10747;
}

.header__btm {
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__btm__h1 {
  width: 460px;
  display: flex;
}

.header__btm__h1 span {
  display: block;
  margin-right: 18px;
}

.header__btm__h1 img {
  width: 100%;
}

.header__btm__txt {
  font-size: 14px;
}

.header__btm__txt li {
  margin: 4px 0 4px 12px;
}

.header__btm__txt__ul.a01 {
  display: flex;
}

.header__btm__txt__ul.a02 {
  display: flex;
}

.header__logo {
  border-top: 1px solid #ccc;
}

.header__logo .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo__div {
  display: flex;
  align-items: center;
}

.header__logo__div h1 {
  font-size: 39px;
}

.header__logo__div span {
  font-size: 30px;
  color: #00631E;
  margin-right: 17px;
}

.header__tel {
  display: flex;
  align-items: center;
}

.header__tel a {
  font-size: 37px;
  background: url(../img/freedial.png) left center no-repeat;
  background-size: 35px;
  box-sizing: border-box;
  padding-left: 42px;
}

.tel {
  color: #00631E;
  font-size: 19px;
  border: 1px solid #00631E;
  padding: 2px 10px;
  margin-left: 10px;
}

.navi {
  background: linear-gradient(#fff 0%, #e3e3e3 100%);
  border-top: 1px solid #e3e2e2;
  border-bottom: 1px solid #e3e2e2;
  margin-bottom: 15px;
}

.navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.navi ul li {
  text-align: center;
  width: 16.7%
}

.navi ul li a {
  height: 72px;
  display: block;
  line-height: 72px;
  letter-spacing: 1px;
  font-size: 16px;
  position: relative;
}

.navi ul li.on a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #B10747;
  top: 0;
  left: 0;
}


/*============================
#conts
============================*/

#conts {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.left__area {
  width: 272px;
}

.left__area img {
  width: 100%;
}

.bn {
  margin-bottom: 15px;
}

.left__contact {
  background: #EFEFEF;
  border: 1px solid #ccc;
  padding: 12px 12px 15px;
}

.left__contact__tit {
  font-size: 19px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.left__contact__p {
  font-size: 14px;
  border-left: 4px solid #B10747;
  padding-left: 6px;
  margin-bottom: 8px;
}

.left__contact__p span {
  color: #00631E;
}

.left__tel {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.left__tel a {
  font-size: 32px;
  background: url(../img/freedial.png) left 8px no-repeat;
  background-size: 30px;
  box-sizing: border-box;
  padding-left: 37px;
  line-height: 1;
  display: block;
}

.left__tels__wrap {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.left__tels__wrap li {
  margin: 6px 0;
}

.left__tels__wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  letter-spacing: 1px;
}

.left__tels__wrap li span {
  width: 80px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #ccc;
  display: block;
}

.center__area {
  width: 912px;
}

.center__area img {
  width: 100%;
}

.sec {
  margin-bottom: 18px;
}

.conts__tel {
  text-align: center;
  margin: 0 80px;
  padding: 20px 0 40px;
}

.conts__detail {}

.pagetop {
  margin-top: 50px;
  max-width: 1200px;
  margin: 50px auto 15px;
}

.pagetop a {
  width: 100px;
  display: block;
  margin-left: auto;
}

.pagetop a img {
  width: 100%;
}

#footer {
  background: #4E4C46;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  font-size: 11px;
  letter-spacing: 1px;
}

/**下層**/
.btm__tit {
  text-align: center;
  font-size: 30px;
  background: url(../img/titdot.png) center bottom no-repeat;
  background-size: 116px;
  padding-bottom: 50px;
  margin-bottom:30px;
}
.btm__tit span {
  position: relative;
  padding: 0 140px;
}
.btm__tit span:before {
  content: "";
  position: absolute;
  background: url(../img/mark.png) no-repeat;
  background-size: 100%;
  width: 38px;
  height: 16px;
  left:0;
  top:50%;
  transform: translate(0,-50%);
}
.btm__page {
  padding: 30px 0 0;
}
.btm__tit span:after {
  content: "";
  position: absolute;
  background: url(../img/mark.png) no-repeat;
  background-size: 100%;
  width: 38px;
  height: 16px;
  right:0;
  top:50%;
  transform: translate(0,-50%) rotate(-180deg);
}
.btm__read {
  text-align: center;
  font-size: 18px;
}
.flow__area {
  border: 1px solid #ccc;
  padding: 50px 40px 0;
  margin: 50px 0 50px;
}
.flow__sec {
  margin-bottom: 60px;
  position: relative;
  padding-left: 160px;
  min-height: 140px;
}
.flow__sec a {
  text-decoration: underline;
}
.flow__sec:after {
  content: "";
  display: block;
  background: url(../img/flow/arrow.png) center 10px no-repeat;
  background-size: 100%;
  position: absolute;
  width: 56px;
  height: 30px;
  bottom:-25px;
  left:34px;
}
.flow__sec:before {
  content: "";
  display: block;
  position: absolute;
  width: 128px;
  height: 128px;
  top:0;
  left:0;
}
.flow__sec:last-child:after {
  display: none;
}
.flow__sec.ic001:before {
  background: url(../img/flow/flow_il01.png) center 10px no-repeat;
  background-size: 100%;
}
.flow__sec.ic002:before {
  background: url(../img/flow/flow_il02.png) center 10px no-repeat;
  background-size: 100%;
}
.flow__sec.ic003:before {
  background: url(../img/flow/flow_il03.png) center 10px no-repeat;
  background-size: 100%;
}
.flow__sec.ic004:before {
  background: url(../img/flow/flow_il04.png) center 10px no-repeat;
  background-size: 100px;
}
.flow__sec.ic005:before {
  background: url(../img/flow/flow_il05.png) center 10px no-repeat;
  background-size: 119px;
}
.flow__sec.ic006:before {
  background: url(../img/flow/flow_il06.png) center 10px no-repeat;
  background-size: 80px;
}
.flow__sec.ic007:before {
  background: url(../img/flow/flow_il07.png) center 10px no-repeat;
  background-size: 120px;
}
.flow__sec.ic008:before {
  background: url(../img/flow/flow_il08.png) center 10px no-repeat;
  background-size: 100%;
}
.flow__sec.ic009:before {
  background: url(../img/flow/flow_il09.png) center 10px no-repeat;
  background-size: 100%;
}
.flow__sec.ic010:before {
  background: url(../img/flow/flow_il10.png) center 10px no-repeat;
  background-size: 100%;
}
.flow__sec h2 {
  margin-bottom: 15px;
}
.flow__sec p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.flow__sec .link_d {
  margin-bottom: 10px;
  text-decoration: none !important;
}
.link_d {
  border: 1px solid #B10747;
  color: #B10747;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  background: url(../img/icon.png) right 15px center no-repeat;
  background-size: 8px;
}
.flow__area .header__tel a {
  font-size: 20px;
  background: url(../img/freedial.png) left center no-repeat;
  background-size: 25px;
  box-sizing: border-box;
  padding-left: 32px;
  text-decoration: none !important;
}
.flow__area .tel {
  font-size: 12px;
}
.flow__add {
  background: #E6E6E6;
  padding: 50px 80px 30px;
  position: relative;
}
.flow__add h3 {
  border: 1px solid #ccc;
  display: inline-block;
  background: #fff;
  padding: 14px 40px;
  position: absolute;
  left:30px;
  top:-26px;
}
.flow__add p {
  line-height: 2;
}



.link_box dl {
	padding: 30px 20px 0;
    margin: 20px 0 50px;
	}
.link_box dt {
	padding-top: 1em;
	padding-left:1.3em;
	position: relative;
	font-size:18px;
	}
.link_box dt:before {
	content: "◆";
    display: block;
    position: absolute;
    top: 49%;
    left: 0;
	color:#B10747;
	font-size:14px;
}
.link_box dd {
	padding-left:1.8em;
	padding-bottom: 1em;
	border-bottom: dotted 1px #666;
	font-size: 86%;
	}

.company_box  {
	padding: 30px 20px 0;
    margin: 20px 0 50px;
	box-sizing: border-box;
	}

.company_box table {
	border-top-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	border-collapse: collapse;
}
.company_box td {
	display: block;
	padding: 7px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.company_box th {
	display: block;
	width: calc(100% - 14px);
	padding: 7px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EFF4F4;
	text-align: left;
}

.price_box {
  background: #f5f5f5;
  padding: 50px 80px 30px;
  position: relative;
	margin-bottom: 80px
}
.price_box h2 {
  border: 1px solid #ccc;
  display: inline-block;
  background: #fff;
  padding: 14px 40px;
  position: absolute;
  left:30px;
  top:-26px;
}
.price_box p {
  line-height: 2;
}
.price_box ul {
	padding-left:0em;
}
.price_box ul li {
	line-height: 1.8;
	list-style: circle;
}
.price_box ol {
	padding-left:1em;
}
.price_box li {
	list-style: decimal;
	line-height: 1.8;
}
.font-red {
	color: #B10747;
}




.consul__area {
  border: 1px solid #ccc;
  padding: 50px 40px 0;
  margin: 50px 0 50px;
}
.consul__sec {
  margin-bottom: 60px;
  position: relative;
  padding-left: 160px;
  min-height: 140px;
}
.consul__sec a {
  text-decoration: underline;
}
.consul__sec:before {
  content: "";
  display: block;
  position: absolute;
  width: 128px;
  height: 128px;
  top:0;
  left:0;
}
.consul__sec:last-child:after {
  display: none;
}
.consul__sec.ic001:before {
  background: url(../img/consul/consul_il01.png) center 10px no-repeat;
  background-size: 100%;
}
.consul__sec.ic002:before {
  background: url(../img/consul/consul_il02.png) center 10px no-repeat;
  background-size: 100%;
}
.consul__sec h2 {
  margin-bottom: 15px;
}
.consul__sec p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.consul__sec .link_d {
  margin-bottom: 10px;
  text-decoration: none !important;
}
.consul__area .header__tel a {
  font-size: 20px;
  background: url(../img/freedial.png) left center no-repeat;
  background-size: 25px;
  box-sizing: border-box;
  padding-left: 32px;
  text-decoration: none !important;
}

.consul__area .header__fax {
  display: flex;
  align-items: center;
}
.consul__area .header__fax a {
  font-size: 20px;
  background: url(../img/icon_fax.png) left center no-repeat;
  background-size: 25px;
  box-sizing: border-box;
  padding-left: 32px;
	text-decoration: none !important;
}

.consul__area .header__mail {
  display: flex;
  align-items: center;
}

.consul__area .header__mail a {
  font-size: 20px;
  background: url(../img/icon_mail.png) left center no-repeat;
  background-size: 25px;
  box-sizing: border-box;
  padding-left: 32px;
	text-decoration: none !important;
}
.update__area {
 border: 1px solid #ccc;
 padding: 0px 40px 0;
 margin: 50px 0 50px;
}
.update__sec {
  margin-bottom: 60px;
  position: relative;
  min-height: 140px;
}
.update__sec ol {
	padding-left:1em;
}
.update__sec li {
	list-style: decimal;
	line-height: 1.8;
}

.update__area__add {
  background: #f5f5f5;
  padding: 50px 40px;
  margin: 50px 0 50px;
}
.update__sec__add ol {
	padding-left:1em;
}
.update__sec__add li {
	list-style: decimal;
	line-height: 1.8;
}
.payroll__area {
  border: 1px solid #ccc;
  padding: 50px 40px 0;
  margin: 50px 0 50px;
}
.payroll__sec {
  margin-bottom: 60px;
  position: relative;
  padding-left: 160px;
  min-height: 140px;
}
.payroll__sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 128px;
    height: 160px;
    top: 0;
    left: 0;
}
.payroll__sec.ic001:before {
  background: url(../img/payroll/payroll_il01.png) center 10px no-repeat;
  background-size: 100%;
}
.payroll__sec ol {
	padding-left:1em;
}
.payroll__sec li {
	list-style: decimal;
	line-height: 1.8;
}
.payroll__sec h2 {
  margin-bottom: 15px;
}
.payroll__sec p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.payroll .link_d {
  margin-bottom: 10px;
  text-decoration: none !important;
}
.link_d {
  border: 1px solid #B10747;
  color: #B10747;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  background: url(../img/icon.png) right 15px center no-repeat;
  background-size: 8px;
}
.payroll__add {
  background: #f5f5f5;
  padding: 50px 80px 50px;
  position: relative;
}
.payroll__add h3 {
  border: 1px solid #ccc;
  display: inline-block;
  background: #fff;
  padding: 14px 40px;
  position: absolute;
  left:30px;
  top:-26px;
}
.payroll__add p {
  line-height: 2;
}
.payroll__add ul {
	padding-left:1em;
}
.payroll__add li {
	list-style: circle;
	line-height: 1.8;
}



.qa__area {
  border: 1px solid #ccc;
  padding: 50px 40px 0;
  margin: 50px 0 50px;
}
.qa__sec {
  margin-bottom: 60px;
  position: relative;
  padding-left: 60px;
  min-height: 140px;
}
.qa__area h3 {
	padding-left: 60px;
	position: relative;
	margin-bottom: 25px;
	font-weight: 500;
}
.qa__area h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.qa__area .qa__sec:before {
	font-size: 20px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	color:#B10747;
}
.qa__area.qa001 h3:before {
    content: "Q1";
}
.qa__area.qa001 .qa__sec:before {
	content: "A1";
}
.qa__area.qa002 h3:before {
    content: "Q2";
}
.qa__area.qa002 .qa__sec:before {
	content: "A2";
}
.qa__area.qa003 h3:before {
    content: "Q3";
}
.qa__area.qa003 .qa__sec:before {
	content: "A3";
}
.qa__area.qa004 h3:before {
    content: "Q4";
}
.qa__area.qa004 .qa__sec:before {
	content: "A4";
}
.qa__area.qa005 h3:before {
    content: "Q5";
}
.qa__area.qa005 .qa__sec:before {
	content: "A5";
}
.qa__area.qa006 h3:before {
    content: "Q6";
}
.qa__area.qa006 .qa__sec:before {
	content: "A6";
}
.qa__area.qa007 h3:before {
    content: "Q7";
}
.qa__area.qa007 .qa__sec:before {
	content: "A7";
}
.qa__area.qa008 h3:before {
    content: "Q8";
}
.qa__area.qa008 .qa__sec:before {
	content: "A8";
}
.qa__area.qa009 h3:before {
    content: "Q9";
}
.qa__area.qa009 .qa__sec:before {
	content: "A9";
}
.qa__sec ol {
	padding-left:2em;
}
.qa__sec ol li {
	list-style: decimal;
	line-height: 1.8;
}
.qa__sec ul {
	padding-left:0em;
}
.qa__sec ul li {
	line-height: 1.8;
}
.qa__sec ul.qa-list {
	padding-left:2em;
}
.qa__sec ul.qa-list li {
	list-style: circle;
	line-height: 1.8;
}
.qa__sec h2 {
  margin-bottom: 15px;
}
.qa__sec p {
  line-height: 1.8;
}


#contact .contact_box {
	margin:0 20px 15px 20px;
}
#contact .contact_box_add {
	margin:15px 0 ;
}
#contact .contact_box table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
}
#contact .contact_box td {
	padding: 14px 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#contact .contact_box th {
	width:30%;
	padding: 14px 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #f5f5f5;
	position:relative;
}
#contact .required{
	color:#FFF;
	background:#C00;
	position:absolute;
	top:38%;
	right:5%;
	font-size:12px;
	padding:2px 5px;
	line-height:100%;
}
#contact .w90 {
	width:70%;
}
#contact .btn {
	text-align: center;
	margin-top: 15px;
}
#contact .stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  width: 94%;
  overflow: hidden;
  *zoom: 1;
}
#contact .stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width: 33.333%;
}
#contact .stepBar.step3 .step {
 box-sizing:border-box;
}

#contact .stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
#contact .stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
#contact .stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
#contact .stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#contact .stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
#contact .stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#contact .stepBar .step.current {
  color: #FFF;
  background-color: #B10747;
}
#contact .stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #B10747;
}

#contact input, #contact textarea, #contact select {
	margin: 0;
	padding: 14px 8px;
	border-radius:5px;
	border:1px solid #666;
	font-size:94%;
	box-sizing:border-box;
}
#contact input[type="image"]{
	border:0 ;
}

.btm__tit_h2,.btm__tit_h3 {
    font-size: 26px;
    line-height: 1.3;
    width: 100%;
	text-align: center;
    background: url(../img/titdot.png) center bottom no-repeat;
    background-size: 116px;
    padding-bottom: 30px;
    margin-top: 50px;
	margin-bottom: 30px;
  }

@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    font-size: 14px;
  }
  img {
    width: 100%;
  }
  header {
    border-bottom: 1px solid #ccc;
  }
  .header__top {
    margin: 0 auto 10px;
    padding: 0 0px;
    display: block;
  }
  .header__left {
    font-size: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
  }
  .header__top__right {
    display: flex;
    align-items: center;
    height: 30px;
  }
  .header__top__right li {
    height: 30px;
    width: 50%;
  }
  .header__top__right li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .header__top__right__web a {
    background: #4E4C46;
  }
  .header__top__right__grounp a {
    background: #B10747;
  }
  .header__btm {
    margin: 0 auto 10px;
    padding: 0 10px;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .header__btm__h1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
  }
  .header__btm__h1 span {
    display: block;
    margin-right: 18px;
  }
  .header__btm__h1 img {
    width: 100%;
  }
  .header__btm__txt {
    font-size: 14px;
  }
  .header__btm__txt li {
    margin: 0px 2px;
    font-size: 10px;
  }
  .header__btm__txt__ul.a01 {
    display: inline-block;
  }
  .header__btm__txt__ul.a01 li {
    display: inline-block;
  }
  .header__btm__txt__ul.a02 {
    display: inline-block;
  }
  .header__btm__txt__ul.a02 li {
    display: inline-block;
  }
  .header__logo {
    border-top: 1px solid #ccc;
  }
  .header__logo .inner {
    margin: 0 auto;
    padding: 6px 10px 8px;
    display: block;
    position: relative;
  }
  .header__logo .inner .menu {
    position: absolute;
    width: 30px;
    height: 15px;
    right: 10px;
    bottom:17px;
  }
  .header__logo .inner .menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #333;
    position: absolute;
    top:0;
    transition: .5s;
  }
  .header__logo .inner .menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #333;
    position: absolute;
    bottom:0;
    transition: .5s;
  }
  .header__logo .inner .menu.on:before {
    transform: rotate(45deg) translate(5px,5px);
  }
  .header__logo .inner .menu.on:after {
    transform: rotate(-45deg) translate(3px,-4px);
  }
  .header__logo__div {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
  }
  .header__logo__div h1 {
    font-size: 18px;
  }
  .header__logo__div span {
    font-size: 13px;
    color: #00631E;
    margin-right: 8px;
  }
  .header__tel {
    display: flex;
    align-items: center;
  }
  .header__tel a {
    font-size: 23px;
    background: url(../img/freedial.png) left center no-repeat;
    background-size: 25px;
    box-sizing: border-box;
    padding-left: 32px;
  }
  .tel {
    color: #00631E;
    font-size: 12px;
    border: 1px solid #00631E;
    padding: 2px 10px;
    margin-left: 10px;
  }
  .navi {
    background: #f9f9f9;
    border-top: 1px solid #e3e2e2;
    border-bottom: 1px solid #e3e2e2;
    margin-bottom: 15px;
    display: none;
  }
  .navi ul {
    display: block;
  }
  .navi ul li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .navi ul li:last-child {
    border-bottom: none;
  }
  .navi ul li a {
    height: 40px;
    display: block;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 13px;
    position: relative;
    width: 100%;
  }
  .navi ul li.on a:before {
    display: none;
  }
  /*============================
#conts
============================*/
  #conts {
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .left__area {
    width: 100%;
    order: 2;
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  .left__area img {
    width: 100%;
  }
  .bn {
    margin-bottom: 15px;
  }
  .left__contact {
    background: #EFEFEF;
    border: 1px solid #ccc;
    padding: 12px 12px 15px;
  }
  .left__contact__tit {
    font-size: 19px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .left__contact__p {
    font-size: 14px;
    border-left: 4px solid #B10747;
    padding-left: 6px;
    margin-bottom: 8px;
  }
  .left__contact__p span {
    color: #00631E;
  }
  .left__tel {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .left__tel a {
    font-size: 32px;
    background: url(../img/freedial.png) left 8px no-repeat;
    background-size: 30px;
    box-sizing: border-box;
    padding-left: 37px;
    line-height: 1;
    display: block;
  }
  .left__tels__wrap {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 15px;
  }
  .left__tels__wrap li {
    margin: 6px 0;
  }
  .left__tels__wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .left__tels__wrap li span {
    margin-right: 14px;
    width: 80px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    text-align: center;
    border: 1px solid #ccc;
    display: block;
  }
  .center__area {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .center__area img {
    width: 100%;
  }
  .sec {
    margin-bottom: 18px;
  }
  .conts__tel {
    text-align: center;
    margin: 0 0px;
    padding: 10px 0 30px;
  }
  .conts__detail {}
  .pagetop {
    margin-top: 50px;
    max-width: 1200px;
    margin: 50px auto 15px;
  }
  .pagetop a {
    width: 50px;
    display: block;
    margin-left: auto;
  }
  .pagetop a img {
    width: 100%;
  }
  #footer {
    padding: 20px 0;
    font-size: 10px;
    letter-spacing: 1px;
  }
  
  /*下層*/
  .btm__tit {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    background: url(../img/titdot.png) center bottom no-repeat;
    background-size: 116px;
    padding-bottom: 30px;
    margin-bottom:30px;
    width: 100%;
  }
  .btm__tit span {
    position: relative;
    padding: 0 50px;
    display: block;
  }
  .btm__tit span:before {
    content: "";
    position: absolute;
    background: url(../img/mark.png) no-repeat;
    background-size: 100%;
    width: 38px;
    height: 16px;
    left:0;
    top:50%;
    transform: translate(0,-50%);
  }
  .btm__page {
    padding: 30px 0 0;
  }
  .btm__tit span:after {
    content: "";
    position: absolute;
    background: url(../img/mark.png) no-repeat;
    background-size: 100%;
    width: 38px;
    height: 16px;
    right:0;
    top:50%;
    transform: translate(0,-50%) rotate(-180deg);
  }
  .btm__read {
    text-align: center;
    font-size: 14px;
    text-align: left;
  }
  .flow__area {
    border: 1px solid #ccc;
    padding: 30px 20px 0;
    margin: 20px 0 50px;
  }
  .flow__sec {
    margin-bottom: 60px;
    position: relative;
    padding-left: 0px;
    min-height: 110px;
    padding-top: 125px;
    padding-bottom: 20px;
  }
  .flow__sec:last-child {
    margin-bottom: 0;
  }
  .flow__sec a {
    text-decoration: underline;
  }
  .flow__sec:after {
    content: "";
    display: block;
    background: url(../img/flow/arrow.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 56px;
    height: 30px;
    bottom:-25px;
    left:50%;
    margin-left: -28px;
  }
  .flow__sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 128px;
    height: 128px;
    top:0;
    left:50%;
    margin-left: -64px;
  }
  .flow__sec:last-child:after {
    display: none;
  }
  .flow__sec.ic001:before {
    background: url(../img/flow/flow_il01.png) center 10px no-repeat;
    background-size: 100%;
  }
  .flow__sec.ic002:before {
    background: url(../img/flow/flow_il02.png) center 10px no-repeat;
    background-size: 100%;
  }
  .flow__sec.ic003:before {
    background: url(../img/flow/flow_il03.png) center 10px no-repeat;
    background-size: 100%;
  }
  .flow__sec.ic004:before {
    background: url(../img/flow/flow_il04.png) center 10px no-repeat;
    background-size: 100px;
  }
  .flow__sec.ic005:before {
    background: url(../img/flow/flow_il05.png) center 10px no-repeat;
    background-size: 119px;
  }
  .flow__sec.ic006:before {
    background: url(../img/flow/flow_il06.png) center 10px no-repeat;
    background-size: 80px;
  }
  .flow__sec.ic007:before {
    background: url(../img/flow/flow_il07.png) center 10px no-repeat;
    background-size: 120px;
  }
  .flow__sec.ic008:before {
    background: url(../img/flow/flow_il08.png) center 10px no-repeat;
    background-size: 100%;
  }
  .flow__sec.ic009:before {
    background: url(../img/flow/flow_il09.png) center 10px no-repeat;
    background-size: 100%;
  }
  .flow__sec.ic010:before {
    background: url(../img/flow/flow_il10.png) center 10px no-repeat;
    background-size: 100%;
  }
  .flow__sec h2 {
    margin-bottom: 15px;
  }
  .flow__sec p {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .flow__sec .link_d {
    margin-bottom: 10px;
  }
  .link_d {
    border: 1px solid #B10747;
    color: #B10747;
    padding: 10px 40px 10px 20px;
    display: inline-block;
    background: url(../img/icon.png) right 15px center no-repeat;
    background-size: 8px;
  }
  .flow__area .header__tel a {
    font-size: 20px;
    background: url(../img/freedial.png) left center no-repeat;
    background-size: 25px;
    box-sizing: border-box;
    padding-left: 32px;
    text-decoration: none !important;
  }
  .flow__area .tel {
    font-size: 12px;
  }
  .flow__add {
    background: #E6E6E6;
    padding: 0px 30px 30px;
    position: relative;
  }
  .flow__add h3 {
    font-size: 14px;
    border: 1px solid #ccc;
    display: block;
    background: #fff;
    padding: 14px 40px;
    position: initial;
    transform: translateY(-50%);
  }
  .flow__add p {
    line-height: 2;
  }

	
.price_box {
    background: #f5f5f5;
    padding: 45px 30px 30px;
    position: relative;
}

.payroll__sec {
    margin-bottom: 60px;
    position: relative;
    padding-left: 0px;
    min-height: 110px;
    padding-top: 165px;
    padding-bottom: 20px;
}
.payroll__sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 128px;
    height: 160px;
    top: 0;
    left: 50%;
    margin-left: -64px;
}
.payroll__sec.ic001:before {
    background: url(../img/payroll/payroll_il01.png) center 10px no-repeat;
    background-size: 100%;
}
.payroll__add {
    background: #f5f5f5;
    padding: 60px 30px 30px;
    position: relative;
}
#contact .contact_box{
	margin:0 5px 15px 5px;
}
#contact .contact_box table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	border-collapse: collapse;
}
#contact .contact_box td {
	display: block;
	padding: 14px 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#contact .contact_box th {
	box-sizing:border-box;
	display: block;
	width: 100%;
	padding: 14px 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #f5f5f5;
	position:relative;
}
#contact .required {
	color:#FFF;
	background:#C00;
	position:absolute;
	top:38%;
	right:5%;
	font-size:12px;
	padding:2px 5px;
	line-height:100%;
}
#contact .w90{
	width:100%;
}
#contact [type="text"] {
	width:100%;
}
#contact .btn {
	text-align: center;
	margin: 15px 15px 0;
}
#contact .stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: center;
  width: 96%;
  overflow: hidden;
  *zoom: 1;
  font-size:70%;
}
#contact .stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 30px;
  padding: 0 0.5% 0 0.5%;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contact .stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -7px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 15px;
  height: 15px;
}
#contact .stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
#contact .stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
#contact .stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#contact .stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
#contact .stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#contact .stepBar .step.current {
  color: #FFF;
  background-color: #B10747;
}
#contact .stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #B10747;
}
#contact .stepBar.step2 .step {
  width: 50%;
}
#contact .stepBar.step3 .step {
  width: 33.333%;
}
#contact .stepBar.step4 .step {
  width: 25%;
}
#contact .stepBar.step5 .step {
  width: 20%;
}
#contact input[type="image"]{
	width:90%;
}
}


