@charset "UTF-8";
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, .merit dt:after, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Vendor prefix
--------------------------------------- */
/* Reset
--------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: bottom;
}

/* Variable
--------------------------------------- */
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../font/SourceSansPro-Light.ttf");
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../font/SourceSansPro-Regular.ttf");
}
.layout--m-content, .header, .dl-box1, .dl-box2, .merit, .dl-lawyers, .box-dviser, .dl-adviser, .dl-contact, .dl-contact dt, .dl-contact .merit dt:after, .merit .dl-contact dt:after, .footer {
  overflow: hidden;
}

.flat:focus, textarea:focus {
  -moz-transition: ease-out 0.4s;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

/* Mixin Phone
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}

/*------Global------*/
.h1 a, .logo_b a {
  background-image: url('../images/_index-s325d06fb2b.png');
  background-repeat: no-repeat;
  text-indent: -99999px;
  display: block;
}

/*------Second------*/
h2:after, .switch a:after {
  background-image: url('../images/_second-s1c009aa7ff.png');
  background-repeat: no-repeat;
  text-indent: -99999px;
  display: block;
}

/*------Practice------*/
.catch-skin1, .catch-skin2, .catch-skin3, .catch-skin4, .catch-skin5, .catch-skin6, .catch-skin7, .merit li:before {
  background-image: url('../images/_practice-sa995c8b0a5.png');
  background-repeat: no-repeat;
  text-indent: -99999px;
  display: block;
}

/*------Fee------*/
.catch-skin8 {
  background-image: url('../images/_fee-s2c7399aa8d.png');
  background-repeat: no-repeat;
  text-indent: -99999px;
  display: block;
}

/*------adviser------*/
.catch-skin9, .box-dviser li:before, .line:after {
  background-image: url('../images/_adviser-sf9c76b29ec.png');
  background-repeat: no-repeat;
  text-indent: -99999px;
  display: block;
}

/* Media queries
--------------------------------------- */
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 240px;
  height: 100%;
  background: #333;
  -webkit-tap-highlight-color: transparent;
}

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-tap-highlight-color: transparent;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--right .drawer-nav {
  right: -240px;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 240px;
}

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 26px;
  padding: 20px 15px 15px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/* Dropdown
------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  margin: 0 0 0 20px;
  padding: 0;
  background-color: #333;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform .2s ease, opacity .2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

/* Body
--------------------------------------- */
body {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  font-size: 1.3em;
  color: #fff;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  background: #000;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: none repeat scroll 0 0 #222;
  color: #fff;
  font-weight: bold;
}

::selection {
  background: none repeat scroll 0 0 #222;
  color: #fff;
}

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

/* Layout
--------------------------------------- */
.layout--l-content {
  padding: 10px;
  color: #333;
  background: #f5f5f5;
}

.layout--m-content {
  padding: 10px;
  background: #fff;
}
.layout--m-content a {
  color: #333;
  text-decoration: underline;
}
.layout--m-content a:hover {
  text-decoration: none;
}

.layout--p10-20 {
  padding: 20px 10px 10px;
}

.layout--l-merit {
  margin: 0 0 20px;
  padding: 10px;
  background: #222;
}

.layout--merit {
  padding: 20px 20px 5px;
  border: 1px solid #494949;
}

/* Header
--------------------------------------- */
.header {
  padding: 15px 10px;
}

.h1 a {
  width: 75px;
  height: 36px;
  background-position: 0 -35px;
  -moz-background-size: 75px auto;
  -webkit-background-size: 75px auto;
  background-size: 75px auto;
}

.drawer-hamburger {
  opacity: 0;
}

.drawer-menu {
  padding: 20px;
}
.drawer-menu li > a {
  padding: 10px 0;
  display: block;
  font-family: "SourceSansPro-Light";
  text-decoration: none;
  border-bottom: 1px solid #555;
}
.drawer-menu li:last-child {
  border: none;
}
.drawer-menu > li:nth-child(2) {
  display: none;
}
.drawer-menu > li:nth-child(4) {
  display: none;
  border: 1px solid #000;
}

/* Move
--------------------------------------- */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* Practice
--------------------------------------- */
.main-box {
  height: 225px;
  padding: 30px 0 0;
  color: #fff;
  opacity: 0;
  text-align: center;
}

.main-skin {
  background: url(../practice/images/catch_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.main-skin-features {
  background: url(../features/images/features_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.main-skin-office {
  height: 120px;
  background: url(../office/images/office_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.main-skin-fee {
  background: url(../fee/images/fee_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.main-skin-adviser {
  height: 255px;
  background: url(../adviser/images/adviser_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.main-skin-adviser2 {
  height: 200px;
  background: url(../adviser/images/adviser_bg2.jpg) no-repeat left center;
  background-size: cover;
}

.main-skin-adviser3 {
  height: 200px;
  background: url(../adviser/images/adviser_bg3.jpg) no-repeat center center;
  background-size: cover;
}

.main-skin-contact {
  height: 120px !important;
  background: url(../contact/images/contact_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.main-skin-policy {
  height: 120px !important;
  background: url(../policy/images/policy_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.main-skin-sitemap {
  height: 120px !important;
  background: url(../sitemap/images/sitemap_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.h255 {
  height: 255px;
}

.h300 {
  height: 300px;
}

h2 {
  margin: 0 0 15px;
  font-family: "SourceSansPro-Light";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
h2 span {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
h2:after {
  content: "";
  margin: 15px auto 0;
  width: 35px;
  height: 7px;
  background-position: 0 -15px;
  -moz-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
}

.lnav {
  display: none;
}

.catch {
  margin: 0 auto;
}

.catch-skin1 {
  width: 284px;
  height: 105px;
  background-position: 0 0;
  -moz-background-size: 293px auto;
  -webkit-background-size: 293px auto;
  background-size: 293px auto;
}

.catch-skin2 {
  width: 285px;
  height: 105px;
  background-position: 0 -110px;
  -moz-background-size: 293px auto;
  -webkit-background-size: 293px auto;
  background-size: 293px auto;
}

.catch-skin3 {
  width: 281px;
  height: 105px;
  background-position: 0 -220px;
  -moz-background-size: 293px auto;
  -webkit-background-size: 293px auto;
  background-size: 293px auto;
}

.catch-skin4 {
  width: 247px;
  height: 83px;
  background-position: 0 -330px;
  -moz-background-size: 293px auto;
  -webkit-background-size: 293px auto;
  background-size: 293px auto;
}

.catch-skin5 {
  width: 293px;
  height: 123px;
  background-position: 0 -418px;
  -moz-background-size: 293px auto;
  -webkit-background-size: 293px auto;
  background-size: 293px auto;
}

.catch-skin6 {
  width: 219px;
  height: 105px;
  background-position: 0 -546px;
  -moz-background-size: 293px auto;
  -webkit-background-size: 293px auto;
  background-size: 293px auto;
}

.catch-skin7 {
  width: 276px;
  height: 83px;
  background-position: 0 -656px;
  -moz-background-size: 293px auto;
  -webkit-background-size: 293px auto;
  background-size: 293px auto;
}

.catch-skin8 {
  width: 284px;
  height: 105px;
  background-position: 0 0;
  -moz-background-size: 284px auto;
  -webkit-background-size: 284px auto;
  background-size: 284px auto;
}

.catch-skin9 {
  width: 294px;
  height: 127px;
  background-position: 0 -17px;
  -moz-background-size: 294px auto;
  -webkit-background-size: 294px auto;
  background-size: 294px auto;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.bk22 {
  background: #222;
}

.h3 {
  margin: 0 0 20px;
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 15px 0 0;
  background: #000;
}

.h3_2 {
  margin: 20px 0 20px;
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}

.h3_3 {
  margin: 0 0 20px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  background: #222;
}

.dl-box1, .dl-box2 {
  padding: 0 0 20px;
}
.dl-box1 dd, .dl-box2 dd {
  margin: 0 0 20px;
}
.dl-box1 img, .dl-box2 img {
  width: 100%;
  margin: 0 0 20px;
}

.dl-box2 {
  padding: 10px 0 0;
}
.dl-box2 dd {
  margin: 0;
}

.ul-box1 {
  padding: 0 0 20px;
}
.ul-box1 > li {
  margin: 0 0 20px;
}
.ul-box1 > li p {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.ul-box1 a {
  color: #333;
  text-decoration: underline;
}
.ul-box1 a:hover {
  text-decoration: none;
}
.ul-box1 ol li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.ul-box1 span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.ul-box1-op {
  margin: 10px 0 0;
}

.merit {
  color: #fff;
  line-height: 1.3;
}
.merit dt, .merit dt:after {
  margin: 0 0 20px;
  width: 25px;
  height: 15px;
  position: relative;
  border: 1px solid #494949;
}
.merit dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.merit li {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.merit li:before {
  content: "";
  margin: 2px 8px 0 -20px;
  float: left;
  width: 10px;
  height: 10px;
  background-position: 0 -744px;
  -moz-background-size: 293px auto;
  -webkit-background-size: 293px auto;
  background-size: 293px auto;
}

.square {
  height: 40px;
  margin: 0 0 20px;
  position: relative;
  background: #000;
}
.square:before, .square:after {
  content: '';
  width: 25px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 15px;
  display: block;
  border: 1px solid #494949;
}
.square:after {
  top: 13px;
  left: 18px;
}

.practice-lnav {
  margin: -20px 0 0;
  padding: 0 10px 30px;
  background: #fff;
}
.practice-lnav a {
  padding: 10px;
  color: #000;
  display: block;
  border-bottom: 1px solid #e8e8e8;
}
.practice-lnav a:hover {
  text-decoration: none;
}
.practice-lnav .aon {
  background: #f5f5f5;
}
.practice-lnav li:first-child {
  padding: 40px 10px 10px;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
}
.practice-lnav li:last-child a {
  border: none;
}

/* Features
--------------------------------------- */
.ul-stance {
  margin: 0 0 40px;
}
.ul-stance li {
  margin: 0 0 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ul-stance img {
  width: 100%;
}

/* Office
--------------------------------------- */
.dl-office1 {
  margin: 10px 0 0;
  padding: 0 0 25px;
}
.dl-office1 dt, .dl-office1 .merit dt:after, .merit .dl-office1 dt:after {
  color: #000;
}
.dl-office1 dd {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e8e8e8;
}

.grid-box {
  width: 100%;
  margin: 0 0 20px;
  background: #f5f5f5;
}
.grid-box h4 {
  padding: 4px 20px;
  background: #222;
  display: inline-block;
  color: #fff;
}
.grid-box p {
  padding: 10px;
  color: #000;
}
.grid-box span {
  font-weight: bold;
  display: block;
}

.grid-op {
  margin: 0 0 20px;
}

.grid-mb {
  margin: 0 0 40px;
}

#map {
  width: 100%;
  margin: 0 0 10px;
  height: 300px;
}

.names {
  padding: 10px 0 0;
}
.names span {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}

.mb40-50 {
  margin-bottom: 40px;
}

.ul-office li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e8e8e8;
}

.tar {
  text-align: right;
}

.dl-lawyers {
  margin: 0 0 30px;
  font-size: 0px;
  font-size: 0rem;
}
.dl-lawyers dt, .dl-lawyers .merit dt:after, .merit .dl-lawyers dt:after, .dl-lawyers dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
}
.dl-lawyers dt, .dl-lawyers .merit dt:after, .merit .dl-lawyers dt:after {
  width: 24%;
}
.dl-lawyers dd {
  width: 71%;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/* Fee
--------------------------------------- */
.tb-box {
  width: 100%;
  margin: 0 0 20px;
  word-break: break-word;
}
.tb-box th, .tb-box td {
  padding: 10px;
}
.tb-box th {
  color: #fff;
  background: #000;
}
.tb-box td {
  width: 37%;
  border: 1px solid #e8e8e8;
}
.tb-box .td-op {
  width: 25% !important;
  font-weight: bold;
  color: #222;
  background: #f5f5f5;
}
.tb-box .blnone {
  border-left: none;
}
.tb-box .brnone {
  border-right: none;
}

.tb-box-op {
  margin-bottom: 10px;
}

.switch {
  margin: 0 0 30px;
  text-align: center;
}
.switch a {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background: #555;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.switch a:hover {
  background: #888;
}
.switch a:after {
  content: "";
  margin: 9px 0 0 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: 0 0;
  -moz-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  vertical-align: top;
}

.switch-mb {
  margin-bottom: 40px;
}

.indents1 {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.indents3 {
  padding: 0 0 0 3em;
  text-indent: -3em;
}

/* Adviser
--------------------------------------- */
.mb0 {
  margin-bottom: 0;
}

.h4 {
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.box-dviser {
  margin: -20px 0 0;
  padding: 20px 20px 10px;
  background: #f5f5f5;
}
.box-dviser li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
.box-dviser li:before {
  content: "";
  margin: 5px 8px 0 -20px;
  float: left;
  width: 10px;
  height: 10px;
  background-position: 0 -149px;
  -moz-background-size: 294px auto;
  -webkit-background-size: 294px auto;
  background-size: 294px auto;
}

.box-dviser-mb {
  margin-bottom: 10px;
}

.line {
  margin: 40px 0 30px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.line:after {
  content: "";
  margin: 0 -6px 0 0;
  top: -6px;
  left: 50%;
  position: absolute;
  width: 12px;
  height: 12px;
  background-position: 0 0;
  -moz-background-size: 294px auto;
  -webkit-background-size: 294px auto;
  background-size: 294px auto;
}

.dl-adviser {
  margin: 0 0 30px;
}
.dl-adviser dt, .dl-adviser .merit dt:after, .merit .dl-adviser dt:after, .dl-adviser p {
  color: #fff;
  line-height: 1;
  background: #000;
}
.dl-adviser dt, .dl-adviser .merit dt:after, .merit .dl-adviser dt:after {
  margin: 0 0 10px;
  padding: 15px 10px 10px;
}
.dl-adviser span {
  font-size: 20px;
  font-size: 2rem;
}
.dl-adviser p {
  margin: 0 0 10px;
  padding: 5px;
  display: inline-block;
}

.sp-pb {
  padding-bottom: 0;
}

.read {
  margin: 0 0 30px;
  padding: 20px;
  background: #f5f5f5;
}

/* Contact
--------------------------------------- */
.dl-contact {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.dl-contact dt, .dl-contact .merit dt:after, .merit .dl-contact dt:after {
  padding: 0 0 5px;
  color: #000;
}

.brtop {
  border-top: 1px solid #e8e8e8;
}

.flat, textarea {
  width: 80%;
  padding: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #e8e8e8;
}

.required {
  padding: 2px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: #000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.red, .red-m {
  font-size: 12px;
  font-size: 1.2rem;
  color: #e20404;
}

.smalls {
  font-size: 12px;
  font-size: 1.2rem;
}

form button {
  width: 60%;
  margin: 0 auto 10px;
  padding: 10px 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #555;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
}
form button:hover {
  background: #888;
}

.btbx {
  text-align: center;
}
.btbx button {
  width: 40%;
  margin: 0 0 20px;
  display: inline-block;
}

.complete {
  margin: 0 0 30px;
}
.complete dt, .complete .merit dt:after, .merit .complete dt:after {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.dl-contact2 {
  margin: 0 0 30px;
}
.dl-contact2 dt, .dl-contact2 .merit dt:after, .merit .dl-contact2 dt:after {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.agree {
  margin: 0 0 30px;
  padding: 5px;
  text-align: center;
  background: #f5f5f5;
}

/* Policy
--------------------------------------- */
.dl-policy {
  margin: 0 0 30px;
}
.dl-policy dt, .dl-policy .merit dt:after, .merit .dl-policy dt:after {
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  border-bottom: 1px solid #e8e8e8;
}
.dl-policy dd {
  margin: 0 0 30px;
}
.dl-policy dd li {
  margin: 0 0 10px 25px;
  list-style: decimal;
}
.dl-policy dd li li:last-child {
  margin-bottom: 0;
}

.h4_2 {
  margin: 0 0 15px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.dl-policy2 {
  margin: 0 0 20px;
  padding: 10px;
  background: #f5f5f5;
}
.dl-policy2 dt, .dl-policy2 .merit dt:after, .merit .dl-policy2 dt:after {
  color: #000;
}
.dl-policy2 dd {
  margin: 0 0 5px;
}

/* Sitemap
--------------------------------------- */
.ul-sitemap {
  margin: 0 0 20px;
}
.ul-sitemap p, .ul-sitemap a {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.ul-sitemap a {
  display: block;
  position: relative;
  text-decoration: none;
}
.ul-sitemap a:hover {
  text-decoration: underline;
}
.ul-sitemap a:before {
  content: "";
  margin: 9px 8px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ul-sitemap li li {
  margin: 0 0 0 40px;
}

/* Focus
--------------------------------------- */
@-moz-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  66% {
    box-shadow: 0 0 0 6px  #f5f5f5, 0 0 0 8px  #f5f5f5;
  }
  100% {
    box-shadow: 0 0 0 16px  transparent, 0 0 0 18px  transparent;
  }
}
@-webkit-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  66% {
    box-shadow: 0 0 0 6px  #f5f5f5, 0 0 0 8px  #f5f5f5;
  }
  100% {
    box-shadow: 0 0 0 16px  transparent, 0 0 0 18px  transparent;
  }
}
@keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  66% {
    box-shadow: 0 0 0 6px  #f5f5f5, 0 0 0 8px  #f5f5f5;
  }
  100% {
    box-shadow: 0 0 0 16px  transparent, 0 0 0 18px  transparent;
  }
}
.flat:focus, textarea:focus {
  outline: none;
  background: #f5f5f5;
  border: 1px solid #dedede;
  -moz-animation: fade 0.6s ease-in;
  -webkit-animation: fade 0.6s ease-in;
  animation: fade 0.6s ease-in;
}

/* Errormessage
--------------------------------------- */
.errormessage {
  margin: 0 0 30px;
  padding: 10px !important;
  color: #f50202;
  font-size: 13px;
  font-size: 1.3rem;
  background: #f9f9f9;
  border: 1px solid #f50202;
}
.errormessage dt, .errormessage .merit dt:after, .merit .errormessage dt:after {
  padding: 0;
  color: #f50202;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.errormessage dd {
  padding: 0;
  border: none;
}

/* Footer
--------------------------------------- */
.footer {
  margin: 20px 10px 50px;
}

.foot-ul {
  margin: 0 0 20px;
  font-size: 0px;
  font-size: 0rem;
}
.foot-ul li {
  width: 50%;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  border-bottom: 1px solid #444;
}
.foot-ul a {
  padding: 10px 0;
  display: block;
  color: #fff;
}
.foot-ul a:hover, .foot-ul a:active, .foot-ul a:focus {
  color: white;
  text-decoration: none;
}
.foot-ul:after {
  width: 50%;
  margin: -1px 0 0 50%;
  content: "";
  display: block;
  border-bottom: 1px solid #444;
}

.logo_b {
  margin: 0 0 20px;
}
.logo_b a {
  width: 75px;
  height: 36px;
  background-position: 0 -35px;
  -moz-background-size: 75px auto;
  -webkit-background-size: 75px auto;
  background-size: 75px auto;
}

/* Media queries
--------------------------------------- */
@media screen and (min-width: 768px) {
  .h1 a, h2:after, .switch a:after, .logo_b a {
    background-image: url('../images/_second_pc-s0949e7f555.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: block;
  }

  .catch-skin1, .catch-skin2, .catch-skin3, .catch-skin4, .catch-skin5, .catch-skin6, .catch-skin7, .merit li:before {
    background-image: url('../images/_practice_pc-scf8d95f3b6.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: block;
  }

  .catch-skin8 {
    background-image: url('../images/_fee_pc-sc4b88adf3d.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: block;
  }

  .catch-skin9, .box-dviser li:before, .line:after {
    background-image: url('../images/_adviser_pc-s7eea01a17c.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: block;
  }

  body {
    padding: 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-size: 1.5em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    background: #f5f5f5;
  }

  /* Layout
  --------------------------------------- */
  .layout--l {
    max-width: 1600px;
    margin: 0 auto;
  }

  .layout--m {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }

  .layout--s {
    max-width: 900px;
    margin: 0 auto !important;
  }

  .layout--l-content {
    padding: 0;
    background: #fff;
  }

  .layout--l-merit {
    margin: 0 0 30px;
    padding: 30px;
  }

  .layout--m-content {
    padding: 60px 30px;
  }

  .layout--merit {
    padding: 40px 30px 30px;
  }

  /* Header
  --------------------------------------- */
  .header {
    padding: 30px 0;
    z-index: 10;
    background: #000;
  }

  .h1 {
    position: relative;
    padding: 0;
    float: left;
  }
  .h1 a {
    background-position: 0 -54px;
    height: 72px;
    width: 150px;
    -moz-background-size: 150px auto;
    -webkit-background-size: 150px auto;
    background-size: 150px auto;
  }

  /* Drawer
  --------------------------------------- */
  .drawer-nav {
    width: 70%;
    height: auto;
    position: absolute;
    top: 10px;
    right: 0 !important;
    background: none;
    text-align: right;
    border: none;
    font-size: 0px;
    font-size: 0rem;
  }
  .drawer-nav li {
    margin: 0 20px 0 0;
    display: inline-block;
  }
  .drawer-nav li:nth-child(2), .drawer-nav li:nth-child(4) {
    display: inline-block;
  }
  .drawer-nav li:last-child {
    margin: 0 30px 0 0;
  }

  .drawer-menu {
    padding: 0;
    opacity: 0;
  }
  .drawer-menu li > a {
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 1px solid transparent;
  }
  .drawer-menu li > a:hover {
    border-bottom: 1px solid #fff;
  }
  .drawer-menu .gon {
    border-bottom: 1px solid #fff !important;
  }
  .drawer-menu li:last-child {
    border: none;
  }

  .drawer-dropdown {
    display: none !important;
  }

  button.drawer-toggle.drawer-hamburger {
    display: none;
  }

  /* Practice
  --------------------------------------- */
  .main-box {
    height: 450px;
    padding: 60px 0 0;
  }

  .main-skin {
    background: url(../practice/images/catch_bg_pc1.jpg) no-repeat center center;
    background-size: cover;
  }

  .main-skin-features {
    background: url(../features/images/features_bg1_pc.jpg) no-repeat center center;
    background-size: cover;
  }

  .main-skin-adviser2 {
    height: 400px;
    background: url(../adviser/images/adviser_bg2_pc.jpg) no-repeat center center;
    background-size: cover;
  }

  .main-skin-adviser3 {
    height: 360px;
    background: url(../adviser/images/adviser_bg3_pc.jpg) no-repeat center center;
    background-size: cover;
  }

  .main-skin-contact {
    height: 220px !important;
  }

  .main-skin-office {
    height: 220px;
  }

  .main-skin-policy {
    height: 220px !important;
  }

  .main-skin-sitemap {
    height: 220px !important;
  }

  h2 {
    margin: 0 0 40px;
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1;
  }
  h2 span {
    margin: 10px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  h2:after {
    margin: 20px auto 0;
    background-position: 0 -30px;
    height: 14px;
    width: 70px;
    -moz-background-size: 150px auto;
    -webkit-background-size: 150px auto;
    background-size: 150px auto;
  }

  .catch-skin1 {
    background-position: 0 0;
    height: 166px;
    width: 658px;
    -moz-background-size: 680px auto;
    -webkit-background-size: 680px auto;
    background-size: 680px auto;
  }

  .catch-skin2 {
    background-position: 0 -176px;
    height: 210px;
    width: 644px;
    -moz-background-size: 680px auto;
    -webkit-background-size: 680px auto;
    background-size: 680px auto;
  }

  .catch-skin3 {
    background-position: 0 -396px;
    height: 166px;
    width: 680px;
    -moz-background-size: 680px auto;
    -webkit-background-size: 680px auto;
    background-size: 680px auto;
  }

  .catch-skin4 {
    background-position: 0 -572px;
    height: 166px;
    width: 496px;
    -moz-background-size: 680px auto;
    -webkit-background-size: 680px auto;
    background-size: 680px auto;
  }

  .catch-skin5 {
    background-position: 0 -748px;
    height: 246px;
    width: 586px;
    -moz-background-size: 680px auto;
    -webkit-background-size: 680px auto;
    background-size: 680px auto;
  }

  .catch-skin6 {
    background-position: 0 -1004px;
    height: 166px;
    width: 646px;
    -moz-background-size: 680px auto;
    -webkit-background-size: 680px auto;
    background-size: 680px auto;
  }

  .catch-skin7 {
    background-position: 0 -1180px;
    height: 166px;
    width: 602px;
    -moz-background-size: 680px auto;
    -webkit-background-size: 680px auto;
    background-size: 680px auto;
  }

  .catch-skin8 {
    background-position: 0 0;
    height: 210px;
    width: 568px;
    -moz-background-size: 568px auto;
    -webkit-background-size: 568px auto;
    background-size: 568px auto;
  }

  .catch-skin9 {
    background-position: 0 -34px;
    height: 210px;
    width: 704px;
    -moz-background-size: 704px auto;
    -webkit-background-size: 704px auto;
    background-size: 704px auto;
  }

  .lnav {
    background: #484747;
    display: block;
    text-align: center;
    font-size: 0px;
    font-size: 0rem;
  }
  .lnav li {
    display: inline-block;
  }
  .lnav li a {
    padding: 20px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .lnav li a:hover {
    background: #383737;
  }
  .lnav .lon {
    background: #383737;
  }

  .h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
  .h3:after {
    width: 50px;
    margin: 20px 0 0;
  }

  .h3_2 {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0 0 30px;
  }

  .h3_3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .dl-box1 {
    padding: 0 0 40px;
    font-size: 0px;
    font-size: 0rem;
  }
  .dl-box1 dt, .dl-box1 .merit dt:after, .merit .dl-box1 dt:after {
    width: 48.1818%;
    float: left;
  }
  .dl-box1 dd {
    width: 48.1818%;
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .dl-box1 img {
    margin: 0;
  }

  .dl-box1-op dt, .dl-box1-op .merit dt:after, .merit .dl-box1-op dt:after {
    margin: 0 0 40px;
    float: right;
  }
  .dl-box1-op dd {
    float: left;
  }

  .flr {
    float: right !important;
  }

  .ul-box1 {
    padding: 0 0 40px;
    font-size: 0px;
    font-size: 0rem;
  }
  .ul-box1 > li {
    width: 48.1818%;
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: top;
  }
  .ul-box1 > li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ul-box1 > li:last-child {
    margin: 0 0 0 3.6364%;
  }

  .ul-box1-op {
    margin: 0;
  }

  .merit {
    max-width: 1100px;
    margin: 0 auto;
  }
  .merit dt, .merit dt:after {
    width: 30px;
    height: 20px;
  }
  .merit dt:after {
    top: 4px;
    left: 4px;
  }
  .merit ul {
    width: 48%;
    float: left;
    line-height: 1.5;
  }
  .merit ul:last-child {
    float: right;
  }
  .merit li {
    padding: 0 0 0 30px;
    float: left;
  }
  .merit li:before {
    margin: 2px 12px 0 -30px;
    background-position: 0 -1356px;
    height: 16px;
    width: 16px;
    -moz-background-size: 680px auto;
    -webkit-background-size: 680px auto;
    background-size: 680px auto;
  }

  .square {
    height: 54px;
  }
  .square:before, .square:after {
    width: 30px;
    height: 20px;
    top: 14px;
    left: 19px;
  }
  .square:after {
    top: 18px;
    left: 22px;
  }

  .practice-lnav {
    display: none;
  }

  /* Features
  --------------------------------------- */
  .dl-box2 {
    padding: 0 0 40px;
    font-size: 0px;
    font-size: 0rem;
  }
  .dl-box2 dt, .dl-box2 .merit dt:after, .merit .dl-box2 dt:after, .dl-box2 dd {
    width: 48.1818%;
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .dl-box2 dd {
    margin: 0 0 0 3.6364%;
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* Features
  --------------------------------------- */
  .ul-stance {
    margin: 0 0 40px;
    font-size: 0px;
    font-size: 0rem;
  }
  .ul-stance li {
    width: 25%;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #fff;
  }
  .ul-stance li:last-child {
    border: none;
  }

  /* Office
  --------------------------------------- */
  .dl-office1 {
    max-width: 900px;
    margin: 0 auto;
  }
  .dl-office1 dt, .dl-office1 .merit dt:after, .merit .dl-office1 dt:after {
    width: 200px;
    float: left;
  }
  .dl-office1 dd {
    margin: 0 0 20px;
    padding: 0 0 20px 200px;
    border-bottom: 1px solid #e8e8e8;
  }
  .dl-office1 ul {
    font-size: 0px;
    font-size: 0rem;
  }
  .dl-office1 li {
    width: 40%;
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: top;
  }

  .grid, .ul-office {
    max-width: 1130px;
    margin: 0 -30px 30px 0;
    position: relative;
    overflow: hidden;
  }

  .grid-box {
    width: 47.3451%;
    margin: 0 2.6549% 2.6549% 0;
    background: #f5f5f5;
  }
  .grid-box h4 {
    padding: 4px 20px;
    background: #222;
    display: inline-block;
    color: #fff;
  }
  .grid-box p {
    padding: 20px;
  }

  .grid-op {
    width: 100%;
    margin: 0 0 20px;
  }

  #map {
    margin: -30px 0 30px;
    height: 400px;
  }

  .names {
    padding: 0;
  }
  .names span {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .mb40-50 {
    margin-bottom: 50px;
  }

  .ul-office {
    margin-bottom: 0;
  }
  .ul-office li {
    width: 47.3451%;
    margin: 0 2.6549% 15px 0;
  }

  .dl-lawyers {
    margin: 0 0 50px;
  }
  .dl-lawyers dt, .dl-lawyers .merit dt:after, .merit .dl-lawyers dt:after, .dl-lawyers dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .dl-lawyers dt, .dl-lawyers .merit dt:after, .merit .dl-lawyers dt:after {
    width: 12%;
  }
  .dl-lawyers dd {
    width: 84%;
  }

  /* Fee
  --------------------------------------- */
  .tb-box {
    width: 66.3636%;
    margin: 0 0 20px;
    float: left;
  }
  .tb-box th, .tb-box td {
    padding: 15px;
  }
  .tb-box td {
    width: 40%;
  }

  .tb-box-op {
    width: 100%;
  }

  .tb-box-s {
    width: 30%;
    float: right;
  }

  .clb {
    clear: both;
  }

  .switch {
    padding: 20px 0 0;
  }
  .switch a {
    padding: 10px 60px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .switch a:after {
    content: "";
    margin: 10px 0 0 10px;
    display: inline-block;
    background-position: 0 0;
    height: 20px;
    width: 20px;
    -moz-background-size: 150px auto;
    -webkit-background-size: 150px auto;
    background-size: 150px auto;
  }

  .switch-mb {
    margin-bottom: 60px;
  }

  /* Adviser
  --------------------------------------- */
  .h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .box-dviser {
    background: #f5f5f5;
  }
  .box-dviser ul {
    width: 48%;
    float: left;
  }
  .box-dviser li:before {
    background-position: 0 -254px;
    height: 16px;
    width: 16px;
    -moz-background-size: 704px auto;
    -webkit-background-size: 704px auto;
    background-size: 704px auto;
  }
  .box-dviser ul:last-child {
    float: right;
  }

  .line {
    margin: 60px 0 0;
  }
  .line:after {
    margin: 0 -12px 0 0;
    top: -12px;
    background-position: 0 0;
    height: 24px;
    width: 24px;
    -moz-background-size: 704px auto;
    -webkit-background-size: 704px auto;
    background-size: 704px auto;
  }

  .dl-adviser {
    margin: 0 0 30px;
  }
  .dl-adviser dt, .dl-adviser .merit dt:after, .merit .dl-adviser dt:after {
    width: 27.2727%;
    padding: 30px 10px 10px;
    text-align: right;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dl-adviser dd {
    width: 70.9091%;
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .dl-adviser dd p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .dl-adviser span {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .read {
    margin: 0 0 50px;
    padding: 20px 80px;
  }

  /* Contact
  --------------------------------------- */
  form {
    max-width: 900px;
    margin: 0 auto;
  }

  .dl-contact dt, .dl-contact .merit dt:after, .merit .dl-contact dt:after {
    width: 35%;
    padding: 0;
    float: left;
  }
  .dl-contact dd {
    padding: 0 0 0 35%;
  }

  .required {
    padding: 1px 10px;
  }

  .required {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .red-m {
    font-size: 13px;
    font-size: 1.3rem;
    color: #e20404;
  }

  .flat, textarea {
    width: 93%;
    font-size: 14px;
    font-size: 1.4rem;
  }

  form button {
    padding: 15px 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
  }

  .dl-contact2 dt, .dl-contact2 .merit dt:after, .merit .dl-contact2 dt:after {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .btbx {
    text-align: center;
  }
  .btbx button {
    width: 40%;
    margin: 0 0 20px;
    display: inline-block;
  }

  .complete {
    max-width: 900px;
    margin: 0 auto;
  }
  .complete dt, .complete .merit dt:after, .merit .complete dt:after {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* Policy
  --------------------------------------- */
  .dl-policy {
    max-width: 900px;
    margin: 0 auto 30px;
  }
  .dl-policy dt, .dl-policy .merit dt:after, .merit .dl-policy dt:after {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .dl-policy dd {
    margin: 0 0 50px;
  }

  .dl-policy2 {
    max-width: 500px;
  }
  .dl-policy2 dt, .dl-policy2 .merit dt:after, .merit .dl-policy2 dt:after {
    width: 120px;
    float: left;
  }
  .dl-policy2 dd {
    margin: 0 0 5px 120px;
  }

  .h4_2 {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* Sitemap
  --------------------------------------- */
  .ul-sitemap {
    width: 47.3451%;
    float: left;
  }

  /* Footer
  --------------------------------------- */
  .footer {
    padding: 30px 0;
    background: #000;
  }
  .footer p {
    margin: 0 0 0;
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .foot-ul {
    margin: 0 0 30px;
    padding: 0 0 20px;
    font-size: 0px;
    font-size: 0rem;
    text-align: center;
    border-bottom: 1px solid #444;
  }
  .foot-ul li {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    border-bottom: none;
  }
  .foot-ul li a:hover {
    text-decoration: underline;
  }
  .foot-ul:after {
    display: none;
  }

  .non {
    display: none;
  }

  .logo_b {
    float: left;
  }
  .logo_b a {
    background-position: 0 -54px;
    height: 72px;
    width: 150px;
    -moz-background-size: 150px auto;
    -webkit-background-size: 150px auto;
    background-size: 150px auto;
  }
}
/* End
--------------------------------------- */
