@charset "UTF-8";
/* 1.0 Document Setup
--------------------------------------------------------------*/
/*===================================================
     0.CSS Reset / YUI 3.5.0 - reset.css
===================================================*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
html {
  color: #000;
  background: #FFF;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.clearfix {
  width: 100%;
}

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

/*===================================================
    1.	Document Setup
===================================================*/
body {
  font-size: 15px !important;
  color: #000 !important;
  font-family: 游ゴシック, YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 200;
  letter-spacing: 1.5px;
  line-height: 2 !important;
  background: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

body.fadeout::after {
  opacity: 1;
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.t8px {
  font-size: 0.8em;
}

.t9px {
  font-size: 0.9em;
}

.t11px {
  font-size: 1.1em;
}

.t12px {
  font-size: 1.2em;
}

.t13px {
  font-size: 1.3em;
}

.t14px {
  font-size: 1.4em;
}

.t15px {
  font-size: 1.5em;
}

.t16px {
  font-size: 1.6em;
}

.t17px {
  font-size: 1.7em;
}

.t18px {
  font-size: 1.8em;
}

.t19px {
  font-size: 1.9em;
}

.t20px {
  font-size: 2em;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right;
}

.wrapper {
  width: 100%;
}

input {
  cursor: pointer;
}

/*for Webkit*/
input::-webkit-input-placeholder {
  color: #000;
}

/*for Firefox*/
input:-moz-placeholder {
  color: #000;
}

a {
  text-decoration: none;
  color: #000 !important;
  cursor: pointer;
}

a:hover {
  /*filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;*/
  border: none !important;
  text-decoration: none !important;
}

input:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.center {
  text-align: center;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: top;';
}

/*===================================================
     font
===================================================*/
@font-face {
  font-family: 'SourceSansPro-SemiBold';
  src: url("../../assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.eot");
  src: url("../../assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff") format("woff"), url("../../assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceSansPro-Black';
  src: url("../../assets/fonts/Source_Sans_Pro/SourceSansPro-Black.eot");
  src: url("../../assets/fonts/Source_Sans_Pro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Source_Sans_Pro/SourceSansPro-Black.woff") format("woff"), url("../../assets/fonts/Source_Sans_Pro/SourceSansPro-Black.ttf") format("truetype");
}

/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-Left
-------------------------------------------------- */
.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60px {
  padding-left: 60px !important;
}

/* padding-Right
-------------------------------------------------- */
.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/*===================================================
     Margin
===================================================*/
/* margin-top
-------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/*===================================================
     Color
===================================================*/
/* pc   --------------------------------*/
@media screen and (min-width: 813px) {
  .sp {
    display: none !important;
  }
}

/* sp   --------------------------------*/
@media screen and (max-width: 812px) {
  body {
    font-size: 12px;
  }
  .pc {
    display: none !important;
  }
}

/* edge   --------------------------------*/
@supports (-ms-ime-align: auto) { {
    /* Edge のみ適用される */
  }
  body {
    font-feature-settings: "pkna";
  }
}

/* 2.0 structure
--------------------------------------------------------------*/
/*---------------------------------------------
 header
---------------------------------------------*/
header {
  position: relative;
  padding: 30px 0;
}

header .container .row {
  display: flex;
}

header .container .row #site-title {
  margin: 0;
  width: 50%;
}

header .container .row #headInfo {
  text-align: right;
  width: 50%;
}

header .container .row #headInfo ul li {
  display: inline-block;
  vertical-align: top;
  /*#headTel*/
  /*#headContact*/
}

header .container .row #headInfo ul li#headTel {
  color: #003567;
  text-align: left;
  font-family: 'SourceSansPro-SemiBold', sans-serif;
  padding-right: 15px;
  font-weight: bold;
  line-height: 1.2em;
  /*dl*/
}

header .container .row #headInfo ul li#headTel dl {
  margin: 0;
}

header .container .row #headInfo ul li#headTel dl dt {
  display: inline-block;
  font-size: 30px;
  padding-right: 8px;
}

header .container .row #headInfo ul li#headTel dl dd {
  font-size: 40px;
  color: #e67d2d;
  display: inline-block;
}

header .container .row #headInfo ul li#headContact a {
  background: #e67d2d;
  padding: 15px;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 3px #b7641f;
  display: block;
  border: none;
}

header .container .row #headInfo ul li#headContact a:hover {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

header .container .row #headInfo ul li#headContact a i {
  padding-right: 3px;
}

/* tb   --------------------------------*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
  header .container {
    /*row*/
  }
  header .container .row {
    width: 100%;
    /*#headInfo*/
  }
  header .container .row #site-title {
    width: 35%;
  }
  header .container .row #headInfo {
    width: 65%;
  }
  header .container .row #headInfo ul {
    text-align: right;
  }
  header .container .row #headInfo ul li#headTel {
    padding-right: 0;
    font-size: 12px;
  }
  header .container .row #headInfo ul li#headTel dl dt {
    font-size: 20px;
  }
  header .container .row #headInfo ul li#headTel dl dd {
    font-size: 30px;
  }
  header .container .row #headInfo ul li#headContact a {
    font-size: 14px;
    padding: 10px;
  }
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  header {
    /*container*/
  }
  header .container {
    /*row*/
  }
  header .container .row {
    display: block;
    /*#site-title*/
    /*#headInfo*/
  }
  header .container .row #site-title {
    width: 100%;
    margin-bottom: 15px;
  }
  header .container .row #headInfo {
    width: 100%;
    text-align: left;
    /*ul*/
  }
  header .container .row #headInfo ul {
    /*li*/
  }
  header .container .row #headInfo ul li {
    display: flex;
    /*#headTel*/
  }
  header .container .row #headInfo ul li#headTel {
    display: block;
    margin-bottom: 15px;
    /*dl*/
  }
  header .container .row #headInfo ul li#headTel dl dt {
    font-size: 16px;
  }
  header .container .row #headInfo ul li#headTel dl dd {
    font-size: 18px;
  }
  header .container .row #headInfo ul li#headContact {
    width: 100%;
  }
  header .container .row #headInfo ul li#headContact a {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  /*header*/
}

/* header end */
.navbar-brand {
  width: 260px !important;
  height: 37px !important;
  display: block;
  background: url(../../assets/img/logo.png) no-repeat;
  background-size: contain;
  padding: 0 !important;
  position: absolute;
  top: 30px;
  left: 30px;
}

.navbar-nav li a {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px !important;
  margin: 0 24px;
  position: relative;
  overflow: hidden;
}

.navbar-nav li a:hover:after, .navbar-nav li a:focus:after, .navbar-nav li a:active:after {
  width: 100%;
}

.navbar-nav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transform: translateX(0%);
  height: 2px;
  background: #000;
  transition: .4s;
}

/* tb   --------------------------------*/
/* tb   --------------------------------*/
/* sp   --------------------------------*/
/* 3.0 section
--------------------------------------------------------------*/
/*  -------------------------------------
	content
  -------------------------------------*/
.content {
  padding: 90px 0;
}

.content h2 {
  font-size: 40px;
  font-weight: bold;
  color: #003567;
  text-align: center;
  padding-bottom: 45px;
}

.content h2 span {
  font-size: 16px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

.ttl_top {
  margin: 0 auto 20px;
}

/* tb   --------------------------------*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
  .content {
    padding: 45px 0;
  }
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .content {
    padding: 30px 0;
  }
  .content h2 {
    padding-bottom: 30px;
    font-size: 24px;
    margin: 0;
  }
  .ttl_top {
    margin: 0 auto 10px;
    width: 12px;
  }
}

/*  -------------------------------------
	Top
  -------------------------------------*/
#top {
  background: url(../img/top_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
}

#top #top-main {
  /*#lawyer*/
}

#top #top-main h2 {
  font-size: 50px;
  font-weight: bold;
  color: #003567;
  padding-bottom: 15px;
  letter-spacing: 0.08em;
  margin: 0;
}

#top #top-main h2 span {
  font-size: 144%;
}

#top #top-main p {
  font-size: 23px;
  font-weight: bold;
  color: rgba(0, 53, 103, 0.8);
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

#top #top-main #lawyer {
  background: url(../img/lawyer.png) no-repeat;
  background-position: left bottom;
  background-size: contain;
  min-height: 338px;
  position: relative;
  margin-top: 60px;
  /*dl*/
}

#top #top-main #lawyer dl {
  position: absolute;
  top: 0;
  right: 0;
  /*dd*/
}

#top #top-main #lawyer dl dt {
  color: #003567;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

#top #top-main #lawyer dl dd {
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
}

#top #top-main #lawyer dl dd span.price {
  color: #e67d2d;
  font-size: 75px;
  font-family: 'SourceSansPro-SemiBold', sans-serif;
  letter-spacing: 0.01em;
}

#top #top-main #lawyer dl dd span.tax {
  font-size: 21px;
}

#top #top-main #lawyer #profile {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 40%;
  text-align: left;
}

#top #top-main #lawyer #profile h4 {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  font-size: 24px;
}

#top #top-main #lawyer #profile h4 span {
  font-size: 75%;
  padding-right: 8px;
}

#top #top-main #lawyer #profile ul li {
  line-height: 1.8em;
}

#top #top-main #summary {
  margin-top: 95px;
}

#top #top-main #summary .col-sm-4 {
  /*inner*/
}

#top #top-main #summary .col-sm-4 .inner {
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  margin-bottom: 45px;
  position: relative;
  box-shadow: 5px 5px 0px #bcbcbc;
}

#top #top-main #summary .col-sm-4 .inner:hover {
  -ms-transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  box-shadow: none;
}

#top #top-main #summary .col-sm-4 .inner p {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.01em;
}

#top #top-main #summary .col-sm-4 .inner p span {
  color: #e67d2d;
}

#top #top-main #summary .col-sm-4 .inner img {
  position: absolute;
  top: -28px;
  left: -28px;
}

/* max1200px   --------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #top #top-main {
    /*#lawyer*/
  }
  #top #top-main #lawyer {
    background-size: 250px;
    min-height: 389px;
  }
  #top #top-main #lawyer dl {
    right: 15px;
  }
  #top #top-main #lawyer dl dd span.price {
    font-size: 70px;
  }
  #top #top-main #summary {
    margin-top: 146px;
  }
  #top #top-main #summary .col-sm-4 .inner p {
    font-size: 14px;
  }
  #top #top-main #summary .col-sm-4 .inner p br {
    display: none;
  }
}

/* tb   --------------------------------*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
  #top {
    background-size: contain;
    /*#top-main*/
  }
  #top #top-main h2 {
    font-size: 40px;
  }
  #top #top-main #summary {
    margin-top: 108px;
  }
  #top #top-main #summary .col-sm-4 .inner p {
    font-size: 12px;
  }
  #top #top-main #summary .col-sm-4 .inner p br {
    display: none;
  }
  #top #top-main #lawyer {
    background-size: 180px;
  }
  #top #top-main #lawyer dl {
    position: static;
  }
  #top #top-main #lawyer dl dt {
    font-size: 25px;
  }
  #top #top-main #lawyer dl dd span.price {
    font-size: 55px;
    letter-spacing: 0.01em;
  }
  #top #top-main #lawyer dl dd span.tax {
    font-size: 18px;
  }
  #top #top-main #lawyer #profile {
    width: 45%;
  }
  #top #top-main #lawyer #profile h4 {
    font-size: 15px;
  }
  #top #top-main #lawyer #profile ul li {
    font-size: 12px;
  }
  /*#top*/
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #top {
    background-size: contain;
    /*#top-main*/
  }
  #top #top-main {
    /*lawyer*/
  }
  #top #top-main h2 {
    font-size: 18px;
    line-height: 1.8em;
  }
  #top #top-main h2 span {
    font-size: 144%;
  }
  #top #top-main p {
    font-size: 14px;
  }
  #top #top-main #lawyer {
    margin-top: 20px;
    background-size: 150px;
    min-height: 250px;
  }
  #top #top-main #lawyer dl {
    position: static;
  }
  #top #top-main #lawyer dl dt {
    font-size: 21px;
  }
  #top #top-main #lawyer dl dd {
    font-size: 21px;
  }
  #top #top-main #lawyer dl dd span.price {
    font-size: 60px;
  }
  #top #top-main #lawyer #profile {
    width: 50%;
    bottom: 0;
  }
  #top #top-main #lawyer #profile h4 {
    font-size: 18px;
  }
  #top #top-main #lawyer #profile ul {
    margin: 0;
  }
  #top #top-main #lawyer #profile ul li {
    font-size: 12px;
  }
  #top #top-main #summary .col-sm-4 .inner p {
    font-size: 14px;
  }
  #top #top-main #summary .col-sm-4 .inner p br {
    display: none;
  }
  /*#top*/
}

/*  -------------------------------------
	IE11 hack
  -------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #top #top-main #summary .col-sm-4 .inner p {
    font-size: 15px;
  }
}

/*  -------------------------------------
	about
  -------------------------------------*/
#about {
  background: rgba(220, 233, 247, 0.4);
}

#about h2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  color: #4174b9;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  margin-bottom: 60px;
}

#about .desc {
  display: table;
}

#about .desc p {
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
  color: #4174b9;
  font-weight: bold;
}

/* tb   --------------------------------*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
  #about h2 {
    font-size: 25px;
  }
  #about p {
    font-size: 15px;
    line-height: 1.5em;
  }
  #about p span {
    font-size: 16px;
  }
  #about .desc p {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    margin: 0;
  }
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #about h2 {
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 30px;
  }
  #about h2 br {
    display: none;
  }
  #about p {
    font-size: 12px;
  }
  #about p span {
    font-size: 12px;
  }
  #about .desc {
    margin-top: 15px;
  }
  #about .desc p {
    font-size: 15px;
  }
}

/*  -------------------------------------
	Contact
  -------------------------------------*/
.contact {
  background: url(../../assets/img/contact_bg.png) repeat;
  background-position: center bottom;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.contact:before {
  background: rgba(142, 193, 232, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 9;
  display: block !important;
}

.contact .col-sm-12 {
  text-align: center;
  z-index: 10;
}

.contact .col-sm-12 p {
  font-size: 20px;
  color: #003567;
  font-weight: bold;
}

.contact .col-sm-12 a {
  background: #e67d2d;
  width: 450px;
  margin: 0 auto;
  font-size: 21px;
  padding: 15px;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 3px #b7641f;
  display: block;
  border: none;
}

.contact .col-sm-12 a:hover {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.contact .col-sm-12 a i {
  padding-right: 3px;
}

.contact .col-sm-4 p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-top: 30px;
}

.contact .btn {
  margin: 120px 0 0;
  z-index: 99;
}

/* tb   --------------------------------*/
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .contact .col-sm-12 p {
    font-size: 14px;
  }
  .contact .col-sm-12 a {
    width: 100%;
  }
}

/*  -------------------------------------
	Feature
  -------------------------------------*/
#feature {
  /*desc*/
}

#feature h2 {
  font-size: 40px;
  font-weight: bold;
  color: #003567;
}

#feature .desc table {
  width: 100%;
}

#feature .desc table tr {
  border-bottom: 1px solid #a9b5dd;
}

#feature .desc table tr:last-child {
  border-bottom: none;
}

#feature .desc table tr:first-child th {
  color: #34aad2;
}

#feature .desc table tr:nth-child(2) th {
  color: #e889ae;
}

#feature .desc table tr:nth-child(3) th {
  color: #8cccae;
}

#feature .desc table tr:nth-child(4) th {
  color: #eb813c;
}

#feature .desc table tr:nth-child(5) th {
  color: #1c79bf;
}

#feature .desc table tr:nth-child(6) th {
  color: #e9c122;
}

#feature .desc table tr th {
  font-size: 30px;
  font-family: 'SourceSansPro-SemiBold', sans-serif;
  vertical-align: top;
  line-height: 1em;
  width: 10%;
  padding: 20px 0;
  text-decoration: underline;
}

#feature .desc table tr td {
  font-size: 15px;
  line-height: 1.8em;
  padding: 20px 0;
}

#feature .other ul li {
  border-bottom: 1px solid #4174b9;
  color: #4174b9;
  padding: 20px 0;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 14px;
}

#feature .other ul li:last-child {
  border-bottom: none;
}

/*feature*/
/* max1200px   --------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #feature .other ul li {
    min-height: 120px;
  }
}

/* tb   --------------------------------*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
  #feature .chart {
    text-align: center;
    margin-bottom: 30px;
  }
  #feature .chart img {
    display: inline-block;
  }
  #feature .other ul li {
    min-height: 150px;
  }
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #feature {
    /*desc*/
  }
  #feature h2 {
    font-size: 20px;
  }
  #feature .desc table tr th {
    width: 15%;
    font-size: 20px;
  }
  #feature .desc table tr td {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  #feature .other ul {
    margin: 0;
  }
  #feature .other ul li {
    font-size: 12px;
    padding: 15px 0;
  }
  #feature .other ul li:last-child {
    border-bottom: 1px solid #4174b9;
  }
  /*#feature*/
}

/*  -------------------------------------
	IE11 hack
  -------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #feature .other ul li {
    font-size: 14px;
  }
}

/*  -------------------------------------
	Price
  -------------------------------------*/
#price {
  background-color: rgba(158, 185, 225, 0.4);
  background-image: url(../img/price_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

#price h3 {
  font-size: 36px;
  font-weight: bold;
  color: #003567;
  text-align: center;
}

#price h3 span.price {
  color: #e67d2d;
  font-size: 200%;
  font-family: 'SourceSansPro-SemiBold', sans-serif;
  padding: 0 10px;
}

#price h3 span.tax {
  font-size: 24px;
  padding-left: 10px;
}

#price ul {
  margin: 0 auto 90px;
  width: 560px;
  font-size: 18px;
  color: #003567;
  font-weight: bold;
}

#price ul li i {
  padding-right: 10px;
}

#price .case {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-bottom: 60px;
}

#price .case table {
  width: 100%;
}

#price .case table tr th {
  width: 150px;
  vertical-align: top;
}

#price .case table tr th img {
  width: 100%;
}

#price .case table tr td {
  padding: 0 0 0 30px;
  margin: 0;
  vertical-align: top;
}

#price .case table tr td h4 {
  font-size: 20px;
  line-height: 1em;
  color: #003567;
  font-weight: bold;
  margin: 0 0 15px;
}

#price .case table tr td p {
  line-height: 1.8em;
  font-size: 18px;
  color: #003567;
}

/* tb   --------------------------------*/
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #price h3 {
    font-size: 18px;
  }
  #price h3 span.tax {
    font-size: 14px;
  }
  #price ul {
    width: 100%;
    font-size: 14px;
  }
  #price .case table tr th {
    width: 100%;
    display: block;
  }
  #price .case table tr td {
    display: block;
    padding: 10px 0 0;
  }
  #price .case table tr td h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #price .case table tr td p {
    font-size: 12px;
  }
  /*#price*/
}

/*  -------------------------------------
	IE11 hack
  -------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #price .case table tr th img {
    height: 150px;
    width: 150px;
  }
  *::-ms-backdrop, #price ul {
    width: 560px;
  }
}

/*  -------------------------------------
	Voice
  -------------------------------------*/
#voice {
  background: url(../img/gridme1.png) repeat;
}

#voice .example {
  margin-bottom: 60px;
}

#voice .example h3 {
  font-size: 21px;
  color: #003567;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 60px;
}

#voice .example h3 span {
  font-size: 18px;
  color: #e67d2d;
  font-family: 'SourceSansPro-SemiBold', sans-serif;
}

#voice .example .col-sm-4 img {
  margin: 0 auto 20px;
}

#voice .example .example-desc {
  background: #f5f5f5;
  padding: 30px;
  position: relative;
}

#voice .example .example-desc:after {
  background: url(../img/fukidashi.svg) no-repeat;
  display: inline-block;
  content: '';
  position: absolute;
  top: 65px;
  left: -20px;
  width: 30px;
  height: 39px;
}

#voice .example .example-desc p {
  font-size: 16px;
  font-weight: bold;
  color: #003567;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #voice .example h3 {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6em;
    text-align: center;
  }
  #voice .example .example-desc p {
    font-size: 12px;
  }
  #voice .example .example-desc:after {
    background: none;
  }
}

/*  -------------------------------------
	Office
  -------------------------------------*/
#office {
  /*#office-desc*/
}

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

#office #office-desc {
  /*a*/
}

#office #office-desc h3 {
  margin: 0 0 30px;
}

#office #office-desc h4 {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 20px;
}

#office #office-desc p {
  font-size: 15px;
  line-height: 1em;
  margin: 0 0 30px;
}

#office #office-desc h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 2em;
}

#office #office-desc h5 span {
  font-size: 36px;
  color: #e67d2d;
  font-family: 'SourceSansPro-SemiBold', sans-serif;
}

#office #office-desc a {
  background: #e67d2d;
  width: 100%;
  font-size: 21px;
  text-align: center;
  padding: 15px;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 3px #b7641f;
  display: block;
  border: none;
}

#office #office-desc a:hover {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

#office #office-desc a i {
  padding-right: 3px;
}

#office #map {
  position: relative;
}

#office #map a {
  position: absolute;
  right: 15px;
  bottom: -8px;
  margin: 0;
  color: #003567;
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  display: block;
  overflow: hidden;
}

#office #map a:hover:after {
  width: 100%;
}

#office #map a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transform: translateX(0%);
  height: 2px;
  background: #000;
  transition: .4s;
}

@media screen and (min-width: 1200px) {
  #office #office-desc a {
    width: 450px;
  }
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #office h2 {
    margin-bottom: 0px;
  }
  #office h3 {
    text-align: center;
  }
  #office h3 img {
    display: inline-block;
  }
  #office #office-desc h4 {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 10px;
  }
  #office #office-desc p {
    font-size: 13px;
    margin: 0 0 15px;
  }
  #office #office-desc h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #office #office-desc a {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/*  -------------------------------------
	footer
  -------------------------------------*/
footer {
  background: #003567;
  padding: 30px 0 60px 0;
}

footer .col-sm-12 p {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

/* tb   --------------------------------*/
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  footer {
    padding: 30px 0 60px 0;
  }
  footer .col-sm-12 p {
    font-size: 11px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 480px) {
#office #office-desc h5 span {
    font-size: 30px !important;
    }
}