@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
html {
  font-size: 62.5% !important; }

body {
  width: 100%;
  margin: 0 auto;
  font: 0.625rem "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.05em;
  color: #111;
  font-size: 1.4rem;
  word-break: break-all;
  font-feature-settings: "palt" 1; }

/* for IE 6 */
* html body {
  font-size: 75%; }

/* for IE 7 */
*:first-child + html body {
  font-size: 75%; }

/* リンク */
a {
  color: #111;
  text-decoration: none;
  transition: 0.5s ease-out; }
  a.imgLink {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

/* 画像 */
img {
  max-width: 100%;
  vertical-align: bottom; }

/* リスト */
ul {
  list-style-type: none; }
  ul.lst_dot li {
    text-indent: -1em;
    padding-left: 1em; }
    ul.lst_dot li:before {
      content: '・'; }

/* メディアクエリで表示・非表示切り替え */
.pc_only {
  display: inherit; }

.sp_only {
  display: none; }

/* Flexbox レイアウト */
.flex_wrap {
  display: flex; }
  .flex_wrap.v_center {
    align-items: center; }
  .flex_wrap.vh_center {
    align-items: center;
    justify-content: center; }
  .flex_wrap.space_between {
    justify-content: space-between; }
  .flex_wrap.reverse {
    flex-direction: row-reverse; }
  .flex_wrap.wrap {
    flex-wrap: wrap; }

/* カラムレイアウト */
.l-column {
  display: flex;
  flex-wrap: wrap; }
  .l-column.reverse {
    flex-direction: row-reverse; }
  .l-column.space_between {
    justify-content: space-between; }
  .l-column.center {
    justify-content: center; }
  .l-column.col_half .col_inner {
    width: 49%; }
  .l-column.col_half .text_area {
	  padding: 5px 16px 34px 16px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center; }
    .l-column.col_half .text_area .inner {
      width: 80%; }
  .l-column.col_half .image_area img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .l-column.col3 {
    margin-bottom: -3%; }
    .l-column.col3 .col_inner {
      width: 31.33%;
      margin: 0 3% 3% 0; }
      .l-column.col3 .col_inner:nth-child(3n) {
        margin: 0 0 3% 0; }
    .l-column.col3.type01 .btn-more {
      margin-top: 30px; }
  .l-column.type01 {
    background-color: #f2f2f2; }
    .l-column.type01 .image_area {
      margin-bottom: 25px; }
      .l-column.type01 .image_area img {
        width: 100%; }

/* ヘッダー */
.l-header {
  width: 100%;
  background-color: #FFF; }

.header_top {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #e2e2e2; }
  .header_top p {
    padding: 3px 8%;
    font-size: 1.2rem;
    color: #2a2929; }

.header_inner {
  height: 126px;
  padding: 0 8%;
  border-bottom: 1px solid #e2e2e2; }
  .header_inner .header_title a {
    font-size: 28px;
    color: #002A68; }
  .header_inner .header_title .logo {
    width: 140px;
    margin-right: 5px; }

.contact_area .tell_area {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0; }
  .contact_area .tell_area .tell {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 38px;
    color: #8e0404;
    line-height: 1;
    position: relative; }
    .contact_area .tell_area .tell a {
      color: #8e0404; }
    .contact_area .tell_area .tell span {
      font-size: 16px;
      display: block;
      letter-spacing: 0.05em; }
    .contact_area .tell_area .tell::before {
      font-family: 'FontAwesome';
      content: "\f095";
      font-size: 34px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .contact_area .tell_area .time {
    font-size: 12px;
    color: #2a2929;
    text-align: right; }
    .contact_area .tell_area .time .sat {
      color: #0e7ac4; }
    .contact_area .tell_area .time .sun {
      color: #d73d4b; }
.contact_area .mail {
  margin-left: 30px;
  padding: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #f6960d;
  border-radius: 5px; }
  .contact_area .mail img {
    margin-right: 5px; }
.contact_area.type02 .tell_area {
  margin-bottom: 39px; }
  .contact_area.type02 .tell_area .tell {
    margin-right: 0;
    padding-left: 60px;
    font-size: 90px; }
    .contact_area.type02 .tell_area .tell span {
      font-size: 40px; }
    .contact_area.type02 .tell_area .tell::before {
      font-size: 74px; }
  .contact_area.type02 .tell_area .time {
    font-size: 30px;
    text-align: center; }
.contact_area.type02 .mail {
  margin-left: 0;
  padding: 28px 167px;
  font-size: 36px; }
  .contact_area.type02 .mail::before {
    font-size: 80px; }

.navi {
  background-color: #002A68; }
  .navi .menu {
    padding: 20px 0; }
  .navi li {
    border-right: 1px solid #fff; }
    .navi li:first-of-type {
      border-left: 1px solid #fff; }
  .navi a {
    padding: 20px 34px;
    font-size: 1.8rem;
    color: #fff; }
    .navi a:hover {
      background-color: #102544; }

/* メインビジュアル */
#main_visual {
  width: 100%; }
  #main_visual img {
    width: 100%;
    height: 660px;
    object-fit: cover; }
  #main_visual .mv_inner {
    position: relative; }
  #main_visual .catch_area {
    width: 750px;
    height: 200px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
     }
  #main_visual .catch {
    display: none;
    color: #292929;
    font-family: "ＭＳ Ｐ明朝", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",  serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2; }
    #main_visual .catch b {
      padding-bottom: 5px;
      font-weight: bolder;
      color: #002A68; }
  #main_visual .service_name_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  #main_visual .service_name_area img {
    width: 300px;
    height: 300px; }
  #main_visual .service_name {
    font-family: "arial black", "Arial-BoldMT", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 161px;
    color: #fff;
    text-shadow: 0px 0px 12px #c1c1c1; }
    #main_visual .service_name span {
      color: #002A68;
      text-shadow: 0px 0px 12px #fff; }

/* コンテンツ共通 */
.content .content_block {
  padding: 60px 8%; }
.content .content_block01 {
    padding: 20px 8%;
    height: 300px; }
.content .content_block01 img {
    width:256px;
    height:256px }
.content .content_block01 .service_description {
    width:70%;
    height: 100%; }
.content .content_block01 .service_description p {
    font-size: 17px; }
.content.type01 h1 {
  padding: 10px 0;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",  serif;
  font-size: 3.0rem;
  color: #292929;
  background-color: #e2e2e2; }
.content.type01 h1 b {
  color: #002A68;
  font-size: 3.6rem; }

.headline-type01 {
  padding: 27px 0;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  background-color: #002A68;
  border-bottom: 4px solid #102544;
  text-align: center; }

#content01 .list {
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff; }
  #content01 .list li {
    height: 100px;
    margin-bottom: 14px;
    padding: 0 25px;
    background-color: #002A68;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    #content01 .list li:nth-child(2n) {
      margin-right: 0; }
    #content01 .list li:last-child {
      margin-bottom: 0; }
#content01 .bottom_area {
  text-align: center;
  font-size: 42px; }
  #content01 .bottom_area::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 50px 150px 0 150px;
    border-color: #002A68 transparent transparent transparent;
    display: block; }

/* サービス紹介 */
.service_description {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  background-color: #fff;
  text-align: center; }
  .service_description p {
    display: inline-block;
    font-size: 22px;
    text-align: left; }
  .service_description h3 {
    text-align: left;
    text-decoration: underline; }
  .service_description h3 p {
    background-color: #FFFF33; }

.service_card_wrap {
  width: 100%; }

.service_card {
  background-color: #fff; }
  .service_card .image_area img {
    width: 100%; }
  .service_card .headline-type02 {
    padding: 0 20px;
    height: 100px;
    color: #002A68;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .service_card .headline-type02 h2 {
      font-size: 22px;
      font-weight: normal;
      line-height: 3rem; }
    .service_card .headline-type02 span {
      font-size: 14px;
      display: contents; }
  .service_card .text_area {
    padding: 5px 16px 34px 16px;
    font-size: 15px;
    color: #222; }

/* 比較 */
.comparison_wrap {
  width: 100%; }
  .comparison_wrap table {
    color: #000;
    border-collapse: collapse;
    border: 1px solid #e2e2e2; }
  .comparison_wrap th {
    border: 1px solid #e2e2e2;
    font-size: 24px; }
  .comparison_wrap td {
    border: 1px solid #e2e2e2; }
  .comparison_wrap thead th {
    height: 70px; }
  .comparison_wrap thead .red {
    color: #d73d4b; }
  .comparison_wrap thead .blue {
    color: #0e7ac4; }
  .comparison_wrap tbody th {
    width: 18%;
    height: 138px; }
  .comparison_wrap tbody td {
    width: 32.8%;
    padding-left: 30px; }
  .comparison_wrap .main {
    border: 4px solid #002A68; }
    .comparison_wrap .main th {
      color: #fff;
      background-color: #002A68; }
    .comparison_wrap .main td:first-of-type {
      font-size: 19px;
      font-weight: bold; }
      .comparison_wrap .main td:first-of-type li {
        display: inline-block;
        background: linear-gradient(transparent 70%, #FFFF00 0%); }
  .comparison_wrap li {
    text-indent: -1em;
    padding-left: 1em; }
    .comparison_wrap li:before {
      content: '・'; }
    .comparison_wrap li:not(:last-child) {
      margin-bottom: .5em; }

.voice_card_wrap {
  width: 100%;
}
.voice_card {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
  .voice_card .txt {
    font-size: 15px;
    text-align: left;
    margin-bottom: 50px;
  }
  .voice_card .customer {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #0f50b2;
  }

/* 事例 */
.case_wrap {
  width: 100%;
  color: #292929; }
  .case_wrap .case_card {
    margin-bottom: 30px;
    padding: 30px 30px 50px 30px;
    background: #fff;
    border: 1px solid #bfbfbf;
    position: relative; }
    .case_wrap .case_card:last-of-type {
      margin-bottom: 0; }
  .case_wrap dl {
    margin-bottom: 29px;
    align-items: center; }
  .case_wrap dt {
    padding: 2px 50px;
    font-size: 30px;
    color: #fff;
    background-color: #eee;
    border-radius: 5px; }
    .case_wrap dt.green {
      background-color: #226e1e; }
    .case_wrap dt.red {
      background-color: #a5172b; }
  .case_wrap dd {
    font-size: 24px; }
    .case_wrap dd span {
      padding: 0 10px;
      border-right: 1px solid #292929; }
      .case_wrap dd span:last-of-type {
        border: 0; }
  .case_wrap h2 {
    font-size: 30px; }
  .case_wrap .text_area {
    margin-top: 30px;
    padding: 30px;
    font-size: 24px;
    color: #fff;
    background-color: #002A68;
    display: none; }
  .case_wrap .date {
    margin-top: 16px;
    font-size: 18px;
    text-align: right; }
  .case_wrap .arrow {
    margin-left: -15px;
    position: absolute;
    left: 50%;
    bottom: 10px; }

.morelink {
  display: block;
  width: 40%;
  margin: auto;
  padding: 26px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #002A68;
  border-radius: 10px;
  text-align: center; }

/* 弁護士紹介 */
.prof_block:not(:last-child) {
  margin-bottom: 50px; }

.prof_wrap {
  width: 240px; }
  .prof_wrap .name dt {
    font-size: 20px; }
  .prof_wrap .name dd {
    font-size: 42px; }
  .prof_wrap .profile {
    margin-top: 1em;
    font-size: 16px; }
    .prof_wrap .profile dt {
      margin-right: .8em;
      font-weight: bold; }

.prof_image {
  flex: 1; }
  .prof_image img {
    width: 100%; }

.detail_block {
  background: #eee;
  padding: 1.5em;
  font-size: 16px; }

.career {
  margin-bottom: 30px; }
  .career dt {
    margin-bottom: 10px;
    font-weight: bold; }

.prof_list li {
  padding-left: 120px;
  position: relative; }
.prof_list .date {
  font-weight: bold;
  position: absolute;
  left: 0; }

.message dt {
  font-weight: bolder; }

/* 事務所紹介 */
.office_image_area {
  width: 30%; }
  .office_image_area img {
    width: 100%; }

.office_wrap {
  width: 70%;
  padding: 10px 20px; }
  .office_wrap dt {
    margin-bottom: .5em;
    font-size: 36px;
    color: #102544; }
  .office_wrap dd {
    font-size: 14px; }
  .office_wrap .map_area {
    margin-bottom: 40px;
    display: inline-block;
    position: relative; }
    .office_wrap .map_area a {
      padding: 5px 10px;
      color: #fff;
      background-color: #102544;
      position: absolute;
      right: 0;
      bottom: -36px; }

/* 問い合わせ */
.contact_wrap .l-content {
  padding: 60px 100px;
  background-color: #102544; }
.contact_wrap .contact_area {
  padding: 80px;
  background: #fff;
  text-align: center; }
  .contact_wrap .contact_area .tell_area {
    width: 660px;
    margin: 0 auto 39px auto; }
    .contact_wrap .contact_area .tell_area .tell {
      margin-bottom: 20px;
      text-align: left; }
      .contact_wrap .contact_area .tell_area .tell a {
        color: #8e0404; }
  .contact_wrap .contact_area .mail {
    display: inline-flex; }

/* フッター */
.l-footer {
  color: #FFF; }
  .l-footer a {
    color: #FFF; }
  .l-footer .headline {
    margin-bottom: 1.2em;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    text-align: center;
    font-weight: normal; }
    .l-footer .headline span {
      font-size: 1.6rem; }
  .l-footer .navi2 {
    font-size: 1.4rem; }
    .l-footer .navi2 li {
      border-right: 1px solid #fff; }
      .l-footer .navi2 li:last-of-type {
        border-right: 0; }
    .l-footer .navi2 a {
      padding: 0 1.5em;
      font-size: 14px;
      color: #fff; }
      .l-footer .navi2 a:hover {
        background-color: #102544; }

.footer_area.area01 {
  padding: 50px 100px;
  background-color: #333; }
.footer_area.area02 {
  padding: 1.5em 0;
  background-color: #212121;
  font-size: 1.1rem;
  text-align: center; }
.footer_area .style {
  margin-right: 5px; }

@media screen and (max-width: 1023px) {
  /* メディアクエリで表示・非表示切り替え */
  .pc_only {
    display: none; }

  .sp_only {
    display: inherit; }

  /* ハンバーガーボタン */
  .hamburger_icon {
    z-index: 99;
    position: absolute;
    top: 40px;
    right: 10px; }

  #nav-toggle {
    margin: 0;
    display: block;
    width: 32px;
    height: 23px;
    cursor: pointer; }
    #nav-toggle div {
      position: relative; }
    #nav-toggle span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #000;
      left: 0;
      transition: .35s ease-in-out; }
      #nav-toggle span:nth-child(1) {
        top: 0; }
      #nav-toggle span:nth-child(2) {
        top: 10px; }
      #nav-toggle span:nth-child(3) {
        top: 20px; }

  .open #nav-toggle span:nth-child(1) {
    top: 10px;
    transform: rotate(315deg); }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
    transform: rotate(-315deg); }

  .sp_menu_bg {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.75); }

  .global-nav {
    display: none;
    padding: 30px;
    position: fixed;
    top: 0;
    right: 25%;
    bottom: 0;
    left: 0;
    background: #002A68;
    z-index: 99;
    font-size: 1.6rem; }
    .global-nav .menu {
      flex-wrap: wrap; }
    .global-nav li {
      width: 100%;
      margin-left: 0;
      position: relative;
      border: none; }
      .global-nav li:first-of-type {
        border: none; }
      .global-nav li:not(:last-child) {
        margin-bottom: 2em; }
    .global-nav .btn-type01 {
      padding: 0;
      border-radius: 0;
      border: none; }
    .global-nav a {
      padding: 0;
      color: #FFF; }

  /* カラムレイアウト */
  .l-column.col_half .col_inner {
    width: 100%; }
	.l-column.col_half .col_inner .text_area{
		padding: 0 1.5em 1.5em;}
  .l-column.col3 {
    margin-bottom: 0; }
    .l-column.col3 .col_inner {
      width: 100%;
      margin: 0 0 20px 0; }
      .l-column.col3 .col_inner:last-of-type {
        margin-bottom: 0; }

  /* ヘッダー */
  .l-header {
    position: fixed;
    z-index: 99; }

  .header_top p {
    padding: 5px 10px;
    font-size: 1.0rem; }

  .header_inner {
    padding: 14px 10px;
    height: auto;
    position: relative; }
    .header_inner .header_title {
      line-height: 1.6; }
      .header_inner .header_title a {
        font-size: 1.4rem;
        display: block; }
      .header_inner .header_title .logo {
        width: 56px; }

  .contact_area {
    display: none; }

  /* メインビジュアル */
  #main_visual {
    padding-top: 78px; }
    #main_visual img {
      height: 320px; }
    #main_visual .catch_area {
      width: 100%;
      height: auto;
      padding: 12px 0;
      bottom: 30px;
      background-color: rgba(255, 255, 255, 0.75); }
    #main_visual .catch {
      display: block;
      font-size: 1.6rem; }
      #main_visual .catch b {
        background-size: 1.8rem; }
    #main_visual .service_name {
      font-size: 5rem; }
    #main_visual .service_name_area img {
      width: 150px;
      height: 150px;
      margin-left: 70%;
      margin-bottom: 150px;}

  /* コンテンツ共通 */
  
  .content .content_block {
    padding: 30px 10px; }
  
  .content .content_block01 {
    height: auto;
    padding: 10px 10px; }
  .content .content_block01 .desktop-img {
      display:none; }
  .content .content_block01 .service_description {
      width:100%;
      height: 100%; }
  .content .content_block01 .service_description p {
    font-size: 1.6rem;
    float: left; }

  .content.type01 h1 {
    display: none; }
  .headline-type01 {
    padding: 10px 0;
    font-size: 2rem; }

  #content01 .list {
    font-size: 1.6rem; }
    #content01 .list li {
      height: 80px;
      padding: 0 22px; }
  #content01 .bottom_area {
    font-size: 2.2rem; }
    #content01 .bottom_area:before {
      margin-bottom: 15px;
      border-width: 30px 100px 0 100px; }

  /* サービス紹介 */
  .service_description {
    padding: 15px;
    margin-bottom: 10px; }
    .service_description p {
      font-size: 1.2rem; }

  .service_card .headline-type02 {
    margin: 1.5em auto 1em;
    height: auto; }
    .service_card .headline-type02 h2 {
      font-size: 2rem; }
    .service_card .headline-type02 span {
      font-size: 1.2rem; }
  .service_card .text_area {
    padding: 0 1.5em 1.5em; }

  /* 比較 */
  .comparison_wrap table,
  .comparison_wrap thead,
  .comparison_wrap tbody,
  .comparison_wrap tr,
  .comparison_wrap th,
  .comparison_wrap td {
    width: 100% !important;
    display: block; }
  .comparison_wrap table {
    border: none; }
  .comparison_wrap thead {
    display: none; }
  .comparison_wrap tbody th {
    width: 100%;
    height: auto;
    padding: .5em 1em;
    border-top: 0;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    font-size: 2.0rem; }
  .comparison_wrap tbody td {
    width: 100%;
    padding: 1em;
    border-top: 0;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2; }
  .comparison_wrap tr:not(:last-child) {
    margin-bottom: 20px; }
  .comparison_wrap .main th {
    border-right: none;
    border-left: none; }
  .comparison_wrap .main td:first-of-type {
    font-size: 1.4rem; }

  /* 事例 */
  .case_wrap .case_card {
    padding: 10px 10px 30px 10px; }
  .case_wrap dl {
    margin-bottom: 10px; }
  .case_wrap dt {
    font-size: 1.4rem;
    padding: 2px 16px; }
  .case_wrap dd {
    font-size: 1.1rem; }
    .case_wrap dd span {
      padding: 0 5px; }
  .case_wrap h2 {
    font-size: 1.6rem; }
  .case_wrap .date {
    margin-top: 10px;
    font-size: 1.1rem; }
  .case_wrap .text_area {
    margin-top: 1em;
    padding: 1em;
    font-size: 1.4rem; }
  .case_wrap .arrow {
    width: 20px;
    bottom: 5px; }

  .morelink {
    width: 80%;
    padding: 10px 0;
    font-size: 2rem; }

  /* 弁護士紹介 */
  .prof_area {
    margin-bottom: 20px; }

  .prof_wrap {
    width: 50%; }
    .prof_wrap .name dt {
      font-size: 1.4rem; }
    .prof_wrap .name dd {
      font-size: 2.4rem; }
    .prof_wrap .profile {
      font-size: 1.2rem; }
    .prof_wrap img {
      width: 50%;
      height: 100%; }

  .prof_list {
    font-size: 1.4rem; }

  .message {
    font-size: 1.4rem; }

  /* 事務所紹介 */
  .office_wrap {
    padding: 0 0 0 20px; }
    .office_wrap dt {
      font-size: 2.4rem; }

  #content05 .col_inner:not(:last-child) {
    margin-bottom: 30px; }

  /* 問い合わせ */
  .contact_wrap .l-content {
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99; }
  .contact_wrap .contact_area {
    padding: 0;
    display: flex;
    justify-content: space-between;
    background: none; }
    .contact_wrap .contact_area .tell_area {
      width: 48.5%;
      height: 60px;
      margin: 0;
      background-color: #FFF;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .contact_wrap .contact_area .tell_area .tell {
        margin-bottom: 0;
        padding-left: 1.3em;
        font-size: 1.6rem; }
        .contact_wrap .contact_area .tell_area .tell:before {
          font-size: 2.0rem; }
        .contact_wrap .contact_area .tell_area .tell span {
          margin-bottom: .3em;
          font-size: 1.4rem; }
      .contact_wrap .contact_area .tell_area .time {
        font-size: 1.0rem;
        display: none; }
    .contact_wrap .contact_area .mail {
      width: 48.5%; }
    .contact_wrap .contact_area.type02 .mail {
      padding: 0;
      font-size: 1.4rem; }
      .contact_wrap .contact_area.type02 .mail img {
        width: 15px; }

  /* フッター */
  .l-footer {
    margin-bottom: 80px; }
    .l-footer .headline {
      margin-bottom: 1.5em;
      font-size: 2.0rem; }
      .l-footer .headline span {
        font-size: 1.4rem; }
      .l-footer .headline .style {
        margin-right: 0; }

  .footer_area.area01 {
    padding: 30px 0; }
  .footer_area .navi2 {
    margin-bottom: -.5em;
    flex-wrap: wrap; }
    .footer_area .navi2 li {
      width: 33%;
      margin-bottom: 1.5em;
      text-align: center;
      border-right: 0; }
      .footer_area .navi2 li:nth-child(3n) {
        border-right: 0; }
    .footer_area .navi2 a {
      padding: 0; } }



.field .label {
  font-size:2rem;
}
.input, .textarea {
  width:50%;
  border-color:#000;
  border-radius:4px;
  color:#363636;
  border: 1px solid ;
  font-size:2rem;
}
.error_message {
  color: #FF0000;
}


.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


.privacy div {
  float: right; }
.privacy .bottom {
  margin-bottom: 30px;}
.privacy h2 {
    text-align: center;
    margin-top:50px; }
.privacy p {
  font-size: 16px;
  float: left;
  width: 100%; }
.privacy .single {
  margin-left: 10px; }
.privacy .double {
  margin-left: 25px; }
  