@charset "UTF-8";
/* HTMLタグの再定義
================================================== */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #292929; }

h2 {
  height: 51px;
  margin: 0 0 25px;
  padding: 0;
  background: #1c459b;
  color: #fff;
  font-size: 19px;
  line-height: 51px;
  text-align: center; }

h2 span {
  color: #ff0;
  background: none; }

h3, #contact h2, #list_area h2, #comp h2 {
  margin: 0 0 15px;
  font-size: 28px;
  text-align: center;
  color: #1c459b; }

h3 span, #contact h2 span, #list_area h2 span, #comp h2 span {
  background: none;
  display: block;
  color: #1c459b; }

img {
  max-width: 100%; }

p {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

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

a.btn {
  position: relative;
  display: block;
  cursor: pointer;
  height: 60px;
  margin: 0 10px;
  background: #f29620;
  background: -webkit-linear-gradient(#f29620 0%, #f28b06 50%, #faae4b 51%, #f28b06 100%);
  background: -o-linear-gradient(#f29620 0%, #f28b06 50%, #faae4b 51%, #f28b06 100%);
  background: linear-gradient(#f29620 0%, #f28b06 50%, #faae4b 51%, #f28b06 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29620', endColorstr='#f28b06', GradientType=0 );
  border: 2px solid #995906;
  border-radius: 6px;
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  z-index: 1; }

a.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: -1; }

a.btn.hover {
  color: #f60; }

a.btn.hover:after {
  height: 350%;
  opacity: 1; }

span {
  background: #ff0; }

/* ヘッダー
================================================== */
#index_header {
  position: relative;
  height: 130vw;
  padding: 10px 10px 0;
  background: url("../img/mv.jpg")top #161923;
  background-size: cover; }

#subscription {
  width: 100%; }

#logo img {
  width: 88px;
  height: 22px;
  margin: 0 0 50.625vw; }

#subscription h1 {
  margin: 0 10px 10px; }

#subscription #list {
  margin: 16px 10px 20px; }

#subscription li span {
  color: #094ad5;
  background: none; }

#baloon {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 94px;
  height: 94px; }

/* 労働関係5大トラブル
================================================== */
#roudou_text {
  margin-bottom: 30px;
  padding: 64vw 20px 0;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  background: url(../img/img01.jpg) no-repeat top center;
  background-size: 76%; }

#trouble {
  background: #ededed;
  padding: 30px 20px; }

#trouble h3 {
  background: url(../img/tit_icon01.png) no-repeat top center;
  background-size: 35px 31px;
  padding-top: 41px; }

#trouble li dl {
  background: #fff;
  margin: 0 0 20px;
  padding: 10px; }

#trouble li:last-child dl {
  margin: 0; }

#trouble li dt {
  position: relative;
  margin-bottom: 2vw;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold; }

#trouble li dt:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #1c459b;
  border-radius: 8px;
  line-height: 17px;
  text-align: center;
  font-weight: normal;
  color: #fff; }

#trouble li:nth-child(1) dt:before {
  content: "1"; }

#trouble li:nth-child(2) dt:before {
  content: "2"; }

#trouble li:nth-child(3) dt:before {
  content: "3"; }

#trouble li:nth-child(4) dt:before {
  content: "4"; }

#trouble li:nth-child(5) dt:before {
  content: "5"; }

#trouble li dd {
  margin: 0;
  padding: 0; }

#trouble li dd.img {
  padding: 0; }

#trouble li dd.text {
  font-size: 14px;
  line-height: 24px; }

#trouble li dd.img img {
  width: 100%; }

#trouble_btnarea {
  display: table;
  position: relative;
  width: 100%;
  height: 78.125vw;
  background: url(../img/btnarea_bg01sp.jpg) no-repeat center;
  background-size: cover; }

#trouble_btnarea p {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px 64px; }

#trouble_btnarea p span {
  font-size: 24px;
  font-weight: bold; }

#trouble_btnarea a.btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 86vw;
  margin-left: -43.5vw; }

.text_style_01 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold; }

#yugu h2,
#shien h2 {
  margin-bottom: 0; }
#yugu .text_style_01,
#shien .text_style_01 {
  padding: 10vw 20px; }
  #yugu .text_style_01 p,
  #shien .text_style_01 p {
    margin-bottom: 1.5em; }

#yugu .text_style_01 {
  padding-top: 95vw;
  background: url(../img/yugu_img_01.jpg) no-repeat;
  background-position: right top;
  background-size: 85% auto; }

#shien .text_style_01 {
  padding-top: 60vw;
  background: url(../img/shien_img_01.jpg) no-repeat;
  background-position: right 5vw;
  background-size: 85% auto; }

/*助成金
================================================== */
#joseikin_text {
  margin-bottom: 30px;
  padding: 82vw 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  background: url(../img/img02sp.jpg) no-repeat right top;
  background-size: 100%; }

#joseikin_text li {
  position: relative;
  margin-bottom: 2vw;
  padding-left: 20px; }

#joseikin_text li:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #1c459b;
  border-radius: 8px;
  line-height: 17px;
  text-align: center;
  font-weight: normal;
  color: #fff; }

#joseikin_text li:nth-child(1):before {
  content: "1"; }

#joseikin_text li:nth-child(2):before {
  content: "2"; }

#joseikin_text li:nth-child(3):before {
  content: "3"; }

#joseikin_text li:nth-child(4):before {
  content: "4"; }

#joseikin_list {
  background: #ededed;
  padding: 30px 20px; }

#joseikin_list h3 {
  background: url(../img/tit_icon02.png) no-repeat top center;
  background-size: 61px 50px;
  padding-top: 60px; }

#joseikin_list table {
  width: 100%;
  margin: 0 auto;
  background: #fff; }

#joseikin_list th, #joseikin_list td {
  padding: 5px 0.8888888888888889%;
  font-size: 87.5%;
  line-height: 1.85;
  border-bottom: 2px solid #ccc; }

#joseikin_list td:first-child, #joseikin_list th:first-child {
  border-right: 2px solid #ccc; }

#joseikin_list td:last-child {
  background: #ff0;
  width: 11.55555555555556%;
  min-width: 4.5em;
  font-size: 100%;
  text-align: center; }

#joseikin_list #total {
  width: 100%;
  margin: 0 auto 10px;
  padding: 5px 0;
  background: #fff;
  font-size: 87.5%;
  font-weight: bold;
  text-align: center; }

#joseikin_list aside {
  margin: 0 auto;
  font-size: 12px; }

#joseikin_btnarea {
  display: table;
  position: relative;
  width: 100%;
  height: 78.125vw;
  background: url(../img/btnarea_bg02sp.jpg) no-repeat center;
  background-size: cover; }

#joseikin_btnarea p {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px 64px; }

#joseikin_btnarea p span {
  font-size: 24px;
  font-weight: bold; }

#joseikin_btnarea a.btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 86vw;
  margin-left: -43.5vw; }

/* お問い合わせ
================================================== */
#contact {
  margin: 0 auto;
  padding: 30px 20px 100px; }

#contact h2 {
  background: url(../img/tit_icon03.png) no-repeat top center;
  background-size: 35px 32px;
  background-color: none;
  padding-top: 42px;
  height: auto;
  line-height: normal; }

#contact dl {
  margin: 0 auto 30px; }

#contact dt {
  width: 100%;
  font-size: 100%;
  margin: 0;
  border-bottom: none; }

#contact dd {
  width: 100%;
  padding: 5px 0px 8px;
  border-bottom: none;
  margin: 0 0 1em; }

#contact span {
  font-size: 70%;
  margin-left: 0.5em;
  background: none;
  color: #c00; }

#contact input {
  width: 90%; }

#contact textarea {
  width: 95%;
  height: 210%; }

/* footer
================================================== */
footer {
  padding: 23px 0 0;
  background: #1c459b;
  color: #fff; }

#ft_info {
  margin: 0 auto 60px;
  padding: 0 20px; }

#ft_info dl {
  margin: 0;
  text-align: center; }

#ft_info dt {
  margin-bottom: 13px; }

#ft_info dd {
  margin: 0 0 7px 0;
  font-size: 11px;
  line-height: 18px; }

#ft_url {
  width: 100px;
  height: 34px;
  margin: 15px auto 30px !important;
  padding-left: 31px;
  background: url(../img/footer_url_icon.png) no-repeat 3px 3px #3e61aa;
  font-size: 9px;
  line-height: 34px !important; }

#ft_url a {
  color: #fff;
  text-decoration: none; }

#ft_url a:hover {
  text-decoration: underline; }

#ft_tel {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

#copy {
  height: 30px;
  background: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #1c459b; }

/* pagetop
================================================== */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 100;
  width: 35.5px;
  height: 35.5px; }

/* お問い合わせ確認・完了
================================================== */
#mail_chk {
  padding: 0 20px;
  text-align: center; }

#chk_list {
  background: #ededed;
  padding: 20px; }

#list_area, #comp {
  background: #fff;
  margin: 0 auto;
  padding: 20px; }

#list_area h2 {
  background: url(../img/tit_icon03.png) no-repeat top center;
  background-size: 35px 32px;
  background-color: none;
  margin-bottom: 45px;
  padding-top: 42px;
  height: auto;
  line-height: 32px; }

#list_area p {
  margin-bottom: 30px; }

#list_area dl {
  margin: 0 auto 30px; }

#list_area dt {
  width: 100%;
  font-size: 100%;
  margin: 0;
  border-bottom: none; }

#list_area dd {
  width: 100%;
  padding: 5px 0px 8px;
  border-bottom: none;
  margin: 0 0 1em;
  border-bottom: 1px solid #ccc; }

#list_area dt span {
  font-size: 70%;
  margin-left: 0.5em;
  background: none;
  color: #c00; }

#list_area dd span {
  background: none;
  font-size: 125%;
  margin-left: 0;
  color: #c00; }

.btnbox {
  max-width: 900px; }

#list_area div.answer a.btn {
  display: block;
  margin: 0 1.7% 20px; }

#list_area div.answer a.btn.topback {
  margin-bottom: 5%; }

#list_area form div.answer a.btn:hover:after {
  height: 250%;
  opacity: 1; }

#list_area form div.answer a.btn:active:after {
  height: 350%;
  opacity: 1; }

#comp h2 {
  background: url(../img/tit_icon03.png) no-repeat top center;
  background-size: 35px 32px;
  background-color: none;
  padding-top: 42px;
  height: auto;
  line-height: normal; }

#comp p {
  text-align: center;
  margin-bottom: 30px; }
