@charset "UTF-8";
/** clear setting **/
/* common setting */
html, body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  color: #333;
  background: transparent;
  border: 0;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ","sans-serif";
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3 {
  font-size: 36px;
  font-weight: 500;
}

/** rouding setting **/
/** width common setting **/
/** section common setting **/
/* = ベンダープレフィックスを自動で付与する
----------------------------------------------------------------------------- */
section {
  margin: 0px;
  padding: 0px;
  width: 100%;
  padding: 120px 0;
}

/** header setting **/
/** clear setting **/
/* common setting */
html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  color: #333;
  background: transparent;
  border: 0;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3 {
  font-size: 36px;
  font-weight: 500;
}

/** rouding setting **/
/** width common setting **/
/** section common setting **/
section {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 120px 0;
}

/** width common setting **/
/** section common setting **/
section {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 120px 0;
}

header {
  width: 100%;
  padding: 15px 0;
  top: -1px !important;
  background: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  position: fixed;
  z-index: 10000;
}

header .contents_inside {
  width: 980px;
  margin: 0 auto;
  display: table;
}

header .contents_inside h1,
header .contents_inside nav,
header .contents_inside .company-logo {
  display: table-cell;
}

header .contents_inside h1,
header .contents_inside .company-logo {
  font-size: 0;
  line-height: 0;
}

header .contents_inside h1 a,
header .contents_inside .company-logo a {
  display: block;
}

header .contents_inside h1 img,
header .contents_inside .company-logo img {
  width: 200px;
}

header .contents_inside nav ul {
  width: 100%;
  display: table;
}

header .contents_inside nav ul li {
  color: #333;
  display: table-cell;
  font-size: 0.75em;
  padding: 0 10px;
  text-align: center;
  vertical-align: bottom;
}

header .contents_inside nav ul li a {
  color: #333;
  text-decoration: none;
}

header .contents_inside nav ul li a:hover {
  border-color: #1e91d1;
  border-bottom-style: solid;
}

header .contents_inside nav ul li ul {
  text-align: center;
}

header .contents_inside nav ul li ul li {
  display: table;
  width: 100%;
}

header .contents_inside nav ul li ul li:nth-child(1) {
  font-size: 1.1em;
  font-weight: 600;
}

header .contents_inside nav ul li ul li:nth-child(2) .action_btn {
  width: 100%;
  font-size: 1.00em;
}

header .contents_inside nav ul li ul li:nth-child(2) .action_btn a {
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  background-color: #78a014;
  color: #fff;
  display: block;
  padding: 5px 25px;
}

header .contents_inside nav ul li ul li:nth-child(2) .action_btn a:hover {
  border: none;
  background-color: #a8ca55;
}

header .contents_inside nav ul li:nth-child(6) {
  width: 180px;
}

/** footer setting **/
footer {
  width: 100%;
  padding: 40px 0;
  background-color: #363b47;
}

footer .contents_inside {
  width: 980px;
  margin: 0 auto;
}

footer li, footer li a {
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
}

footer li a:hover {
  text-decoration: underline;
}

footer nav {
  width: 100%;
  display: table;
  font-size: 16px;
}

footer nav ul {
  display: table-cell;
  vertical-align: middle;
}

footer nav ul:first-child li:first-child {
  margin-bottom: 15px;
}

footer nav ul:first-child ul {
  color: #fff;
  border-bottom: solid 1px;
  margin-bottom: 20px;
}

footer nav ul:first-child ul li {
  display: table-cell;
  padding-left: 0;
  padding-right: 10px;
}

footer nav ul:first-child ul li:nth-child(2) {
  font-size: 2.0em;
  font-weight: 600;
}

footer nav ul:first-child li:last-child {
  font-size: 0.65em;
}

footer nav ul:nth-child(2) {
  padding-top: 52px;
}

footer nav ul:nth-child(2) li {
  display: table-cell;
  padding: 0 10px;
}

/** action button setting **/
.action_box {
  margin-top: 80px;
}

.action_box .action_button {
  width: 45%;
  margin: 0 auto;
}

.action_box .action_button a {
  text-decoration: none;
  display: block;
}

.action_box .action_button a p {
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  background-color: #78a014;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

.action_box .action_button a:hover p {
  background-color: #a8ca55;
  text-decoration: none;
}

.action_box_movie {
  margin-top: 40px;
}

.action_box_movie .action_button_movie {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.action_box_movie .action_button_movie a {
  text-decoration: none;
}

.action_box_movie .action_button_movie a p {
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  background-color: #fff;
  color: #30638B;
  font-weight: bolder;
  padding: 20px 0;
}

.action_box_movie .action_button_movie a:hover p {
  background-color: #69b7e2;
  text-decoration: none;
  color: #fff;
}

/** contact setting **/
.contact-form {
  padding: 50px 0;
}

/** page top **/
.page_top {
  bottom: 105px;
  position: fixed;
  z-index: 100000;
}

.page_top .contents_inside {
  width: 1240px;
}

.page_top .contents_inside figure {
  width: 64px;
  height: 64px;
  background-image: url(/lan/img/up-arrow.png);
  background-repeat: no-repeat;
}

.page_top .contents_inside figure a {
  width: 20%;
  height: 64px;
  display: block;
}

div#lightbox-panel {
  display: none;
  position: fixed;
  top: 20%;
  width: 100%;
  color: black;
  text-align: center;
  z-index: 2000000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* popup background */
div#BlackWindow {
  display: none;
  background: black;
  opacity: 0.7;
  /*黒地の背景の調整はこの数値で調整*/
  filter: alpha(opacity=70);
  /*黒地の背景の調整はこの数値で調整*/
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 1000000;
}

@media screen and (max-width: 414px) {
  div#lightbox-panel iframe {
    width: 300px;
    height: 200px;
  }
}

/** campaign **/
.mikata_campaing {
  width: 100%;
  background-color: rgba(12, 12, 12, 0.38);
  position: fixed;
  z-index: 10000;
  bottom: 0px;
}

.mikata_campaing .close {
  position: absolute;
  z-index: 200000;
  right: 10px;
  top: 10px;
}

.mikata_campaing .close figure {
  width: 16px;
  height: 16px;
  background-image: url(/lan/img/mikata-close.png);
  background-repeat: no-repeat;
  display: block;
}

.mikata_campaing .contents_inside figure {
  text-align: center;
  margin: 10px 0;
}

.mikata_campaing .contents_inside figure a:hover {
  opacity: 0.85;
}

div#lightbox-panel-campaing {
  display: none;
  position: fixed;
  top: 15%;
  width: 100%;
  color: black;
  text-align: center;
  z-index: 2000000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

div#lightbox-panel-campaing .campaign-contents {
  z-index: 2000000;
  background: #fff;
  width: 980px;
  margin: auto;
  padding: 30px 0;
}

div#lightbox-panel-campaing .campaign-contents figure {
  margin-bottom: 30px;
}

div#lightbox-panel-campaing .campaign-contents dl {
  width: 725px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 20px;
}

div#lightbox-panel-campaing .campaign-contents dl dt {
  border-left-style: solid;
  border-left-color: #1e91d1;
  border-left-width: 5px;
  padding-left: 20px;
  margin-bottom: 15px;
}

div#lightbox-panel-campaing .campaign-contents dl dd {
  font-size: 0.85em;
}

/** section setting **/
section:nth-child(odd) {
  background-color: #fafafa;
}

/** common setting **/
.contents_inside {
  width: 980px;
  margin: 0 auto;
}

.contents_inside h2 {
  text-align: center;
  padding-bottom: 40px;
}

.contents_inside h2 + p {
  line-height: 2em;
  text-align: center;
}

.contents_inside h2 span {
  color: #1e91d1;
  font-size: 1.0em;
  font-weight: 600;
}

.contents_inside figure {
  text-align: center;
}

/** header setting **/
header#smart {
  display: none;
}

/** key setting **/
#key {
  width: 100%;
  background-image: url(/lan/img/mikata_lp_salesfoce_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 89px 0 10px 0;
}

#key .contents_inside {
  width: 1024px;
}

#key .contents_inside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#key .contents_inside ul li:first-child {
  width: 45%;
  padding-top: 60px;
  padding-bottom: 60px;
}

#key .contents_inside ul li:first-child .catch {
  font-weight: bold;
  text-align: left;
}

#key .contents_inside ul li:first-child h1 {
  color: #5A97AF;
  font-weight: bold;
  font-size: 43px;
  margin-bottom: 15px;
}

#key .contents_inside ul li:first-child p {
  font-size: 0.85em;
  line-height: 160%;
  text-align: left;
}

#key .contents_inside ul li:first-child p span {
  font-weight: bold;
  font-size: 1.25em;
  font-weight: bold;
  color: #EEB14C;
}

#key .contents_inside ul li:first-child figure {
  margin-top: 20px;
}

#key .contents_inside ul li:first-child figure img {
  width: 75%;
}

#key .contents_inside ul li:first-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#key .contents_inside ul li:first-child ul li {
  width: 32%;
  font-size: 12px;
  padding-top: 0;
  text-align: center;
  border: 2px solid #CCC;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  border-radius: 3px;
}

#key .contents_inside ul li:first-child #salesforce_button {
  margin-top: 20px;
}

#key .contents_inside ul li:first-child #salesforce_button .action_button {
  width: 100%;
}

#key .contents_inside ul li:first-child #salesforce_button .action_button a p {
  text-align: center;
  font-weight: bold;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#key .contents_inside ul li:first-child #salesforce_button .action_button a p small {
  font-size: 0.85em;
  color: #FFF;
  font-weight: bold;
}

#key .contents_inside ul li:first-child #salesforce_button .action_button a p span {
  font-weight: bold;
  font-size: 1.45em;
  margin-right: 5px;
  color: #ebe825;
}

#key .contents_inside ul li:last-child {
  width: 50%;
}

#key .contents_inside ul li:last-child figure {
  font-size: 0;
  line-height: 0;
}

#key .contents_inside ul li ul {
  display: table;
}

#key .contents_inside ul li ul li {
  display: table;
}

#key .contents_inside ul li figure {
  text-align: center;
  margin-top: 0;
}

#key .contents_inside ul li figure img {
  width: 100%;
}

#key div#customer_logos p {
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background-color: #30638B;
}

#key div#customer_logos figure {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

/** movie **/
.movie {
  padding: 80px 0;
  border-bottom: 1px solid #CCC;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
  background: -webkit-gradient(linear, left top, right top, from(#02172d), color-stop(49%, #003e76), to(#02172d));
  background: linear-gradient(to right, #02172d 0%, #003e76 49%, #02172d 100%);
}

.movie_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 980px;
  margin: 0 auto;
}

.movie_inr div {
  width: 49.5%;
}

.movie_inr div:first-child p {
  letter-spacing: 3px;
  text-indent: 3px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

.movie_inr div:first-child figure {
  margin: 20px 0;
  text-align: center;
}

.movie_inr div:first-child figure img {
  width: 75%;
}

.movie_inr div:first-child .movie_txt {
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 1px;
  text-indent: 1px;
}

.movie_inr div:last-child figure {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.movie_inr div:last-child figure:before {
  content: "";
  display: block;
  padding-top: 55.5%;
  /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.movie_inr div:last-child figure:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.movie_inr div:last-child figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.movie .action_box {
  margin-top: 40px;
}

.movie .action_box div {
  width: 30%;
  min-width: 320px;
}

.movie .action_box div a {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

/** service_point_wrap **/
#service_point_wrap {
  padding: 80px 0 60px 0;
  border-bottom: 1px solid #CCC;
}

#service_point_wrap h2 {
  text-align: center;
  font-size: 1.65em;
  color: #555;
  font-weight: 200;
  margin-bottom: 80px;
  line-height: 180%;
}

#service_point_wrap h2 span {
  font-size: 1.15em;
  font-weight: bold;
  color: #555;
  font-weight: 400;
}

#service_point_wrap h2 span.color_sea {
  color: #5A97AF;
  font-weight: bold;
}

#service_point_wrap h3 {
  text-align: center;
  font-size: 1.65em;
  padding-bottom: 20px;
}

#service_point_wrap h3:before {
  display: block;
  background: #5A97AF;
  text-align: center;
  color: #FFF;
  font-size: 0.65em;
  width: 250px;
  padding: 5px 0;
  border-radius: 5px;
  margin: 0 auto 30px auto;
}

#service_point_wrap h3 + p {
  text-align: center;
}

/** service setting **/
#service1 {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
  border-top: 1px solid #CCC;
}

#service1 .contents_inside h3:before {
  content: 'ポイント①';
}

#service1 .contents_inside h3 span {
  color: #5A97AF;
  font-size: 1.15em;
  font-weight: bold;
}

#service2 {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
  border-top: 1px solid #CCC;
}

#service2 .contents_inside h3:before {
  content: 'ポイント②';
}

#service2 .contents_inside h3 span {
  color: #5A97AF;
  font-size: 1.15em;
  font-weight: bold;
}

#service2 .annotation {
  font-size: 0.75em;
  text-align: right;
}

#service3 {
  padding: 80px 0;
  border-bottom: 1px solid #cccccc;
}

#service3 .contents_inside:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#service3 h2 span {
  color: #5A97AF;
  font-size: 1.15em;
}

#service3 dl {
  width: 30%;
  float: left;
  margin-top: 50px;
  margin-right: 4%;
  color: #8a8a8a;
}

#service3 dl dt {
  text-align: center;
  color: #1e91d1;
}

#service3 dl dd.graph_detail {
  font-size: 0.75em;
  padding: 5px;
  background-color: #d1e7ef;
}

#service3 dl:last-child {
  margin-right: 0%;
}

#service4 {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
  border-top: 1px solid #CCC;
}

#service4 .contents_inside h3:before {
  content: 'ポイント③';
}

#service4 .contents_inside:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#service4 .service4_left img {
  width: 55%;
  float: left;
  margin-top: 50px;
  padding-right: 10px;
}

#service4 .service4_right {
  float: right;
  width: 400px;
  margin-top: 30px;
}

#service4 .service4_right dt {
  font-size: 0.75em;
  padding-bottom: 5px;
  color: #1e91d1;
  text-align: center;
}

#service4 .service4_right dd {
  text-align: center;
}

#service4 .service4_right dd div.action_box_movie {
  margin-top: 10px !important;
}

#service4 .service4_right dd div a#img_link:hover p img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#service4 .service4_right dd div.salesforce_movie a p {
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  width: 80%;
  margin: 10px auto 0 auto;
  background-color: #a5cbce !important;
  padding: 10px !important;
  color: #fff;
}

#service4 .service4_right dd div.salesforce_movie a:hover p {
  background-color: #30638B !important;
}

#service5 {
  padding: 80px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#service5 .contents_inside_box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service5 .contents_inside_box:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#service5 .contents_inside_box table {
  width: 475px;
}

#service5 .contents_inside_box table:first-child {
  margin-right: 30px;
}

#service5 .contents_inside_box table:first-child thead {
  border-top: 2px solid #a2a2a2;
  border-right: 2px solid #a2a2a2;
  border-left: 2px solid #a2a2a2;
  background-color: #a2a2a2;
}

#service5 .contents_inside_box table:first-child thead tr th {
  width: 100%;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 0.85em;
}

#service5 .contents_inside_box table:first-child tbody tr th {
  width: 30%;
  color: #fff;
  background-color: #a2a2a2;
  vertical-align: middle;
  padding: 20px;
  font-size: 0.85em;
}

#service5 .contents_inside_box table:first-child tbody tr td {
  width: 70%;
  background-color: #FFF;
  vertical-align: middle;
  padding: 20px;
  font-size: 0.85em;
}

#service5 .contents_inside_box table:last-child thead {
  border-top: 2px solid #C4c4c4;
  border-right: 2px solid #C4c4c4;
  border-left: 2px solid #C4c4c4;
  background-color: #30638B;
}

#service5 .contents_inside_box table:last-child thead tr th {
  width: 100%;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 1em;
}

#service5 .contents_inside_box table:last-child tbody tr th {
  width: 30%;
  color: #fff;
  background-color: #30638B;
  vertical-align: middle;
  padding: 20px;
  font-size: 0.85em;
}

#service5 .contents_inside_box table:last-child tbody tr td {
  width: 70%;
  background-color: #FFF;
  padding: 20px;
  vertical-align: middle;
  font-size: 0.85em;
}

#service6 {
  padding: 80px 0 60px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#service6 p {
  line-height: 2.0em;
}

#service6 section {
  padding: 0;
  background: #FFF;
}

#service6 section ul li {
  padding: 5px;
  border-bottom: dotted .55pt #ccc;
}

#service6 section ul li:last-child {
  border-bottom: none;
}

#service6 section ul li span {
  display: block;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: .05em;
  background-image: url(/lan/img/new_sugest_arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 65px;
  font-weight: normal;
}

#service6 section ul li span strong {
  color: #5A97AF;
  font-size: 1.25em;
}

#service6 section ul li ul {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  padding-left: 68px;
}

#service6 section ul li ul li {
  padding: 0;
  border-bottom: none;
  font-size: 1em;
  display: inline;
  color: #5A97AF;
  font-weight: normal;
}

#service6 section ul li ul li:after {
  content: "/";
  padding: 0 5px;
}

/** solution setting **/
section#solution {
  background-color: #fafafa;
  background-image: url(/lan/img/mikata-lp-bg-solution.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section#solution h2, section#solution p {
  color: #fff;
}

section#solution ul {
  width: 100%;
  border-spacing: 10px;
  display: table;
  table-layout: fixed;
  margin-top: 50px;
}

section#solution ul li {
  display: table-cell;
  vertical-align: top;
}

section#solution ul li figure {
  background-color: #fff;
  height: 200px;
  text-align: center;
}

section#solution ul li figure img {
  width: 60%;
  padding-top: 10px;
}

section#solution ul li section {
  background-color: #fff;
  padding: 0;
}

section#solution ul li section h1, section#solution ul li section h2, section#solution ul li section p {
  color: #333;
}

section#solution ul li section div.solution_box {
  height: 100px;
  background-color: #1e91d1;
  padding: 10px;
  padding-top: 24px;
}

section#solution ul li section div.solution_box h1, section#solution ul li section div.solution_box h2, section#solution ul li section div.solution_box p {
  text-align: left;
  color: #fff;
}

section#solution ul li section div.solution_box h1 {
  font-size: 1.00em;
  font-weight: bolder;
}

section#solution ul li section div.solution_box h2 {
  font-size: 0.85em;
  padding: 0 0 20px 0;
}

section#solution ul li section div.solution_box p {
  font-size: 0.75em;
}

/** comparison setting **/
section#comparison {
  background-color: #232629;
}

section#comparison h2, section#comparison p, section#comparison th, section#comparison td {
  color: #fff;
}

section#comparison table {
  width: 100%;
  margin-top: 100px;
}

section#comparison table th, section#comparison table td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #34373a;
  vertical-align: middle;
}

section#comparison table th {
  width: 8%;
  padding: 15px 2%;
  text-align: left;
  font-weight: 500;
  font-size: 0.85em;
}

section#comparison table tr td {
  width: 23%;
  padding: 15px 1%;
  font-size: 0.85em;
  text-align: center;
}

section#comparison table tr td ul li {
  color: #fff;
  text-align: center;
  font-size: 0.75em;
}

section#comparison table tr:first-child td {
  text-align: center;
}

/** customer setting **/
section#customer {
  color: #ccc;
  border-top: solid 1px;
  border-bottom: solid 1px;
  background: #fafafa;
  padding: 80px 0;
}

section#customer ul > li {
  width: 100%;
  border-bottom: solid 1px #ccc;
  display: table;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

section#customer ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

section#customer ul > li ul {
  border: none;
  display: table-cell;
  vertical-align: top;
}

section#customer ul > li ul li {
  border: none;
  margin: 0;
  padding: 0;
}

section#customer ul > li ul li span {
  font-weight: bold;
  font-size: 1.25em;
  color: #5A97AF;
  margin: 0 3px;
}

section#customer ul > li ul li ul {
  padding-top: 28px;
}

section#customer ul > li ul li ul li {
  font-size: 0.85em;
  line-height: 1.65em;
}

section#customer ul > li ul:first-child {
  border: none;
  width: 26%;
}

/** price **/
#price {
  padding: 80px 0;
}

#price .contents_inside .contents_inside_box ul {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

#price .contents_inside .contents_inside_box ul li {
  font-size: 1.85em;
  line-height: 1.85em;
}

#price .contents_inside .contents_inside_box ul li:nth-child(1) {
  width: 40%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #5A97AF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#price .contents_inside .contents_inside_box ul li:nth-child(2) {
  width: 20%;
  text-align: center;
  color: #5A97AF;
}

#price .contents_inside .contents_inside_box ul li:nth-child(3) {
  width: 40%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #5A97AF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#price .contents_inside p {
  font-size: 0.75em;
}

/** security **/
#security {
  padding: 80px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#security h2 {
  font-size: 1.65em;
}

#security h2 span {
  color: #5A97AF;
  font-size: 1.25em;
}

#security ul {
  margin-top: 20px;
}

#security ul li {
  margin-bottom: 40px;
}

#security ul li:last-child {
  margin-bottom: 0;
}

#security ul li section {
  display: -webkit-box;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #FFF;
  padding: 0;
}

#security ul li section figure {
  background: #fafafa;
  margin-top: 0;
  margin-right: 30px;
  padding: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#security ul li section div h3 {
  font-size: 1.25em;
  margin-bottom: 15px;
}

#security ul li section div p {
  font-size: 0.85em;
}

/** company **/
#company {
  padding: 80px 0;
  border-bottom: 1px solid #CCC;
}

#company .contents_inside .contents_inside_box {
  display: -webkit-box;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  margin-top: 60px;
}

#company .contents_inside .contents_inside_box figure {
  width: 50%;
  margin-top: 0;
}

#company .contents_inside .contents_inside_box figure img {
  background: #FFF;
  padding: 50px 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#company .contents_inside .contents_inside_box div {
  width: 50%;
}

#company .contents_inside .contents_inside_box div dl {
  display: -webkit-box;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}

#company .contents_inside .contents_inside_box div dl dt {
  width: 25%;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

#company .contents_inside .contents_inside_box div dl dt:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#company .contents_inside .contents_inside_box div dl dd {
  width: 75%;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

#company .contents_inside .contents_inside_box div dl dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/** contact_lnk **/
.contact_lnk {
  padding: 60px 0;
}

.contact_lnk .contents_inside section {
  padding: 0;
  background: none;
}

.contact_lnk .contents_inside section h2 {
  font-size: 1.65em;
  padding: 0;
  color: #555;
  font-weight: 400;
}

.contact_lnk .contents_inside section h2 span {
  font-size: 1.15em;
  color: #555;
  margin: 0 5px;
}

.contact_lnk .contents_inside section h2 span:first-child {
  font-size: 1.45em;
  color: #5A97AF;
}

.contact_lnk .contents_inside section h2:after {
  content: '▼';
  display: block;
  color: #5A97AF;
  margin: 10px 0;
  font-size: 0.65em;
}

.contact_lnk .contents_inside section h2 + p {
  font-size: 1.25em;
  color: #555;
}

.contact_lnk .contents_inside section h2 + p span {
  font-size: 1.45em;
  font-weight: bold;
  color: #555;
}

.contact_lnk .contents_inside section h2 + p span:last-child {
  font-size: 1.85em;
  color: #EEB14C;
  margin: 0 5px;
}

.contact_lnk .contents_inside #salesforce_button {
  margin: 40px 0 0 0;
}

.contact_lnk .contents_inside #salesforce_button .action_button {
  width: 55%;
}

.contact_lnk .contents_inside #salesforce_button .action_button a {
  font-weight: bold;
}

.contact_lnk .contents_inside #salesforce_button .action_button a p {
  font-size: 1.15em;
  padding: 20px 40px 25px 40px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 1.45em;
}

.contact_lnk .contents_inside #salesforce_button .action_button a p span {
  font-weight: bold;
  font-size: 1.45em;
  margin-right: 5px;
  color: #ebe825;
}

/** backgorund images **/
.bg-images {
  width: 100%;
  clear: both;
}

.bg-images figure {
  background-image: url(/lan/img/mikata-lp-image01.png);
  height: 240px;
  -webkit-animation: bgscroll 25s linear infinite;
  animation: bgscroll 25s linear infinite;
}

/** slide animation **/
@-webkit-keyframes bgscroll {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 -0;
  }
}

@keyframes bgscroll {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 -0;
  }
}

/**************************************************
smart 
***************************************************/
@media screen and (max-width: 414px) {
  /** common setting **/
  .contents_inside {
    width: 100%;
    padding: 0 2.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents_inside h2 {
    font-size: 7vw;
    text-align: left;
    padding-bottom: 25px;
  }
  .contents_inside h2 + p {
    line-height: normal;
    text-align: justify;
  }
  .contents_inside h2 + p br {
    display: none;
  }
  .contents_inside h2 br {
    display: none;
  }
  .contents_inside h2 span {
    color: #1e91d1;
    font-size: 1.0em;
    font-weight: 600;
  }
  .contents_inside figure {
    width: 100%;
  }
  .contents_inside figure img {
    width: 100%;
  }
  /** header setting **/
  header#pc {
    display: none !important;
  }
  header#smart {
    display: block;
    width: 100%;
    height: 65px;
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
    position: fixed;
    padding: 0;
  }
  header#smart .contents_inside {
    width: 100%;
    padding: 0;
  }
  header#smart h1 {
    display: inline-block;
  }
  header#smart h1 a {
    display: block;
  }
  header#smart h1 a img {
    margin: 8px 0;
    padding: 0 8px;
    width: 170px;
  }
  header#smart p {
    font-size: 1.35em;
    font-weight: bolder;
    vertical-align: middle;
    text-align: right;
  }
  header#smart p#tel {
    display: none;
  }
  header#smart nav {
    vertical-align: middle;
    width: 100%;
    vertical-align: middle;
    font-size: 0.7em;
    position: absolute;
    top: 66px;
  }
  header#smart nav ul#menu2 {
    display: none;
    top: 25px;
  }
  header#smart nav ul#menu2 li {
    width: 100%;
    padding: 15px;
    display: block;
    background: #FFF;
    border-bottom: solid 1px #247AB6;
    opacity: 0.95;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header#smart nav ul#menu2 li a {
    color: #333;
    display: block;
  }
  header#smart nav ul#menu2 li a:hover {
    border: none;
  }
  header#smart nav ul#menu2 li ul li {
    border-bottom: none;
    padding: 10px;
  }
  header#smart nav ul#menu2 li ul li .action_btn a {
    color: #FFF;
  }
  header#smart nav p#toggle {
    display: block;
    position: fixed;
    width: 100%;
    top: 35px;
  }
  header#smart nav p#toggle:before {
    display: block;
    content: "";
    position: absolute;
    left: 90%;
    width: 25px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  header#smart nav p#toggle a {
    padding: 12px 0 10px;
    border-bottom: 1px solid #30638B;
    color: black;
    text-align: center;
    text-decoration: none;
  }
  header#smart nav p#toggle a:before, header#smart nav p#toggle a:after {
    display: block;
    content: "";
    position: absolute;
    left: 90%;
    width: 25px;
    height: 3px;
    background: #30638B;
  }
  header#smart nav p#toggle a:before {
    margin-top: -6px;
  }
  header#smart nav p#toggle a:after {
    margin-top: 2px;
  }
  #key {
    padding-top: 66px;
    padding-bottom: 10px;
  }
  #key .contents_inside {
    width: 100%;
    padding: 0 2.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #key .contents_inside ul {
    display: block;
    padding: 0;
  }
  #key .contents_inside ul li {
    display: block;
  }
  #key .contents_inside ul li:first-child {
    width: 100%;
    text-align: justify;
    margin: 0 0 60px;
    padding-bottom: 0;
  }
  #key .contents_inside ul li:first-child h1 {
    font-size: 8.5vw;
    text-align: left;
  }
  #key .contents_inside ul li:first-child h1 br {
    display: none;
  }
  #key .contents_inside ul li:first-child h1 + p {
    font-size: 0.85em;
    text-align: left;
  }
  #key .contents_inside ul li:first-child h1 + p span {
    font-size: 1.15em;
  }
  #key .contents_inside ul li:first-child p {
    font-size: 1em;
    text-align: center;
  }
  #key .contents_inside ul li:first-child ul {
    display: block;
    margin-top: 20px;
  }
  #key .contents_inside ul li:first-child ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  #key .contents_inside ul li:first-child ul li:last-child {
    margin-bottom: 0;
  }
  #key .contents_inside ul li:first-child #salesforce_button {
    margin-top: 20px;
  }
  #key .contents_inside ul li:first-child #salesforce_button p {
    font-size: 0.85em;
  }
  #key .contents_inside ul li:first-child #salesforce_button p span {
    font-size: 1em;
  }
  #key .contents_inside ul li:first-child #service_name {
    font-size: 7vw;
    text-align: left;
    line-height: 120%;
  }
  #key .contents_inside ul li:last-child {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  #key .contents_inside ul li:last-child figure {
    width: 100%;
    height: auto;
  }
  #key .contents_inside ul li:last-child figure img {
    width: 95%;
    height: auto;
  }
  #key .contents_inside ul.merit {
    display: block;
    padding: 0;
  }
  #key .contents_inside ul.merit li {
    width: 100%;
    margin-bottom: 5px;
    text-align: center !important;
  }
  #key div#customer_logos p {
    width: 100%;
    padding: 20px 2.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
  }
  #key div#customer_logos figure {
    width: 100%;
  }
  #key div#customer_logos figure img {
    width: 100%;
  }
  /** movie **/
  .movie_inr {
    display: block;
    width: 100%;
    padding: 0 2.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .movie_inr div {
    width: 100%;
  }
  .movie_inr div:first-child {
    margin-bottom: 40px;
  }
  .movie_inr div:first-child p {
    font-size: 1em;
  }
  .movie_inr div:last-child figure {
    width: 80%;
  }
  .movie .action_box {
    margin-top: 40px;
  }
  .movie .action_box div {
    width: 90%;
  }
  .movie .action_box div p {
    font-size: 0.85em;
  }
  /** service_point_wrap **/
  #service_point_wrap {
    padding: 60px 2.5% 0 2.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #service_point_wrap h2 {
    font-size: 6.5vw;
    text-align: justify;
    margin-bottom: 60px;
  }
  #service_point_wrap h2 span {
    font-size: 1em;
  }
  #service_point_wrap h2 br {
    display: none;
  }
  #service1 {
    padding: 60px 0;
    width: 100%;
  }
  #service1 .contents_inside h3 {
    font-size: 6.5vw;
  }
  #service1 .contents_inside h3 + p {
    text-align: justify;
  }
  #service1 .contents_inside h3:before {
    width: 100%;
    text-align: center;
  }
  #service2 {
    padding: 60px 0;
    width: 100%;
  }
  #service2 .contents_inside h3 {
    font-size: 6.5vw;
  }
  #service2 .contents_inside h3 + p {
    text-align: justify;
  }
  #service2 .contents_inside h3:before {
    width: 100%;
    text-align: center;
  }
  #service2 .contents_inside p.annotation {
    font-size: 0.8em;
    color: #888;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  #service2 .action_box {
    margin-top: 40px;
  }
  #service2 .action_box .action_button {
    width: 100%;
  }
  #service2 .action_box .action_button a p {
    text-align: center;
  }
  #service3 {
    padding: 60px 0;
  }
  #service3 .contents_inside dl {
    width: 100%;
    float: none;
    margin-top: 40px;
    margin-right: 0;
  }
  #service3 .contents_inside dl figure {
    margin-top: 0;
  }
  #service3 .contents_inside dl dd.graph_detail {
    font-size: 0.95em;
    text-align: justify;
  }
  #service4 {
    padding: 60px 0;
    width: 100%;
  }
  #service4 .contents_inside h3 {
    font-size: 6.5vw;
  }
  #service4 .contents_inside h3 + p {
    text-align: justify;
  }
  #service4 .contents_inside h3:before {
    width: 100%;
    text-align: center;
  }
  #service4 .contents_inside .service4_left {
    display: block;
    float: none;
  }
  #service4 .contents_inside .service4_left img {
    padding-right: 0;
    float: none;
    width: 100%;
    margin: 0;
  }
  #service4 .contents_inside .service4_right {
    float: none;
    margin-top: 50px;
    width: 100%;
  }
  #service4 .contents_inside .service4_right #movie {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.9em;
    text-align: center;
  }
  #service4 .contents_inside .service4_right #movie img {
    width: 100%;
  }
  #service5 {
    padding: 60px 0;
  }
  #service5 .contents_inside_box {
    margin-top: 60px;
    display: block;
  }
  #service5 .contents_inside_box table {
    width: 100%;
  }
  #service5 .contents_inside_box table:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #service5 .contents_inside_box table:first-child thead {
    border-top: 2px solid #a2a2a2;
    border-right: 2px solid #a2a2a2;
    border-left: 2px solid #a2a2a2;
    background-color: #a2a2a2;
  }
  #service5 .contents_inside_box table:first-child thead tr th {
    width: 100%;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 0.85em;
  }
  #service5 .contents_inside_box table:first-child tbody tr th {
    width: 30%;
    color: #fff;
    background-color: #a2a2a2;
    vertical-align: middle;
    padding: 20px;
    font-size: 0.85em;
  }
  #service5 .contents_inside_box table:first-child tbody tr td {
    width: 70%;
    background-color: #FFF;
    vertical-align: middle;
    padding: 20px;
    font-size: 0.85em;
  }
  #service5 .contents_inside_box table:last-child thead {
    border-top: 2px solid #C4c4c4;
    border-right: 2px solid #C4c4c4;
    border-left: 2px solid #C4c4c4;
    background-color: #30638B;
  }
  #service5 .contents_inside_box table:last-child thead tr th {
    width: 100%;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 1em;
  }
  #service5 .contents_inside_box table:last-child tbody tr th {
    width: 30%;
    color: #fff;
    background-color: #30638B;
    vertical-align: middle;
    padding: 20px;
    font-size: 0.85em;
  }
  #service5 .contents_inside_box table:last-child tbody tr td {
    width: 70%;
    background-color: #FFF;
    padding: 20px;
    vertical-align: middle;
    font-size: 0.85em;
  }
  #service6 {
    padding: 60px 0 40px 0;
  }
  #service6 section {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  #service6 section h2 {
    font-size: 6.5vw;
  }
  #service6 section h2 + ul {
    width: 100%;
  }
  #service6 section h2 + ul > li span {
    min-height: 45px;
    line-height: 140%;
    font-size: 1em;
  }
  #service6 section h2 + ul > li span strong {
    font-size: 1.15em;
  }
  #service6 section h2 + ul > li:last-child span {
    display: -webkit-box;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
  #service6 section h2 + ul > li ul li {
    font-size: 0.85em;
    display: inline-block;
  }
  #solution {
    padding: 80px 0;
  }
  #solution .contents_inside ul {
    display: block;
  }
  #solution .contents_inside ul li {
    display: block;
  }
  #solution .contents_inside ul li figure {
    height: auto;
  }
  #solution .contents_inside ul li figure img {
    width: 60%;
    margin: 0 auto;
    line-height: normal;
  }
  #solution .contents_inside ul li:not(:first-child) {
    margin-top: 20px;
  }
  #solution .action_box {
    margin-top: 80px;
  }
  #solution .action_box .action_button {
    width: 100%;
  }
  #solution .action_box .action_button a p {
    text-align: center;
  }
  #comparison {
    padding: 80px 0;
  }
  #comparison .contents_inside table {
    margin-top: 80px;
  }
  #comparison .contents_inside table ul {
    padding-left: 1em;
  }
  #comparison .contents_inside table ul li {
    text-align: left;
    list-style: disc;
  }
  #comparison .action_box {
    margin-top: 80px;
  }
  #comparison .action_box .action_button {
    width: 100%;
  }
  #comparison .action_box .action_button a p {
    text-align: center;
  }
  #customer {
    padding: 60px 0;
  }
  #customer .contents_inside h2 {
    text-align: center;
    font-size: 6.5vw;
  }
  #customer .contents_inside ul {
    margin-top: 20px;
  }
  #customer .contents_inside ul li {
    display: block;
  }
  #customer .contents_inside ul li:last-child {
    padding-bottom: 0;
    border: none;
  }
  #customer .contents_inside ul li ul {
    display: block;
    margin-top: 20px;
  }
  #customer .contents_inside ul li ul:first-child {
    width: 100%;
  }
  #customer .contents_inside ul li ul:first-child figure img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  #customer .contents_inside ul li ul:last-child {
    width: 100%;
  }
  #customer .contents_inside ul li ul:last-child li {
    text-align: center;
  }
  #customer .contents_inside ul li ul:last-child li ul {
    margin-top: 0;
  }
  #customer .contents_inside ul li ul:last-child li ul li {
    text-align: justify;
  }
  #customer .contents_inside ul li ul:last-child li ul li span {
    font-size: 1.15em;
    margin: 0;
  }
  #customer .action_box {
    margin-top: 80px;
  }
  #customer .action_box .action_button {
    width: 100%;
  }
  #customer .action_box .action_button a p {
    text-align: center;
  }
  /** security **/
  #security {
    padding: 60px 0;
  }
  #security h2 {
    font-size: 6.5vw;
  }
  #security h2 span {
    font-size: 1.25em;
  }
  #security ul li {
    margin-bottom: 60px;
  }
  #security ul li:last-child {
    margin-bottom: 0;
  }
  #security ul li section {
    display: block;
  }
  #security ul li section figure {
    margin: 0 auto 15px auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #security ul li section div h3 {
    margin-bottom: 5px;
  }
  #security ul li section div p {
    font-size: 0.85em;
  }
  /** company **/
  #company {
    padding: 60px 0;
  }
  #company .contents_inside h2 {
    text-align: center;
  }
  #company .contents_inside .contents_inside_box {
    display: block;
  }
  #company .contents_inside .contents_inside_box figure {
    width: 100%;
  }
  #company .contents_inside .contents_inside_box figure img {
    background: #FFF;
    padding: 50px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  #company .contents_inside .contents_inside_box div {
    width: 100%;
    margin-top: 20px;
  }
  #company .contents_inside .contents_inside_box div dl {
    display: -webkit-box;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
  }
  #company .contents_inside .contents_inside_box div dl dt {
    width: 30%;
    font-size: 0.85em;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
  }
  #company .contents_inside .contents_inside_box div dl dt:nth-last-child(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #company .contents_inside .contents_inside_box div dl dd {
    width: 70%;
    font-size: 0.85em;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
  }
  #company .contents_inside .contents_inside_box div dl dd ul li {
    font-size: 0.85em;
  }
  #company .contents_inside .contents_inside_box div dl dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /** price **/
  #price {
    padding: 60px 0;
  }
  #price .contents_inside h2 {
    font-size: 6.5vw;
    text-align: center;
  }
  #price .contents_inside .contents_inside_box ul {
    display: block;
  }
  #price .contents_inside .contents_inside_box ul li {
    font-size: 1.65em;
    line-height: 1.65em;
  }
  #price .contents_inside .contents_inside_box ul li:nth-child(1) {
    width: 100%;
  }
  #price .contents_inside .contents_inside_box ul li:nth-child(2) {
    width: 100%;
  }
  #price .contents_inside .contents_inside_box ul li:nth-child(3) {
    width: 100%;
  }
  #price .contents_inside p {
    font-size: 0.75em;
  }
  .contact_lnk {
    padding: 60px 0;
  }
  .contact_lnk .contents_inside section h2 {
    font-size: 6.5vw;
  }
  .contact_lnk .contents_inside section h2 br {
    display: block;
  }
  .contact_lnk .contents_inside section h2:after {
    text-align: center;
    font-size: 0.85em;
  }
  .contact_lnk .contents_inside section h2 span {
    font-size: 1em;
    margin: 0;
  }
  .contact_lnk .contents_inside section h2 span:first-child {
    font-size: 1.45em;
  }
  .contact_lnk .contents_inside section h2 + p {
    font-size: 6.5vw;
  }
  .contact_lnk .contents_inside section h2 + p span {
    font-size: 1em;
  }
  .contact_lnk .contents_inside section h2 + p span:last-child {
    font-size: 1em;
  }
  .contact_lnk .contents_inside #salesforce_button .action_button {
    width: 100%;
  }
  .contact_lnk .contents_inside #salesforce_button .action_button a p {
    font-size: 1em;
    padding: 20px 25px 25px 25px;
  }
  .contact_lnk .contents_inside #salesforce_button .action_button a p span {
    font-size: 1.25em;
  }
  #contact {
    padding: 80px 0;
  }
  footer .contents_inside {
    width: 100%;
    padding: 0 2.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .contents_inside nav {
    position: relative;
    display: block;
  }
  footer .contents_inside nav ul {
    display: block;
  }
  footer .contents_inside nav ul:first-child ul li {
    display: block;
  }
  footer .contents_inside nav ul:first-child ul li:nth-child(2) {
    margin-bottom: 15px;
  }
  footer .contents_inside nav ul:first-child ul li:last-child {
    padding-top: 0;
  }
  footer .contents_inside nav ul:first-child li:last-child {
    padding-top: 80px;
  }
  footer .contents_inside nav ul:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 30px;
    padding-top: 0;
  }
  footer .contents_inside nav ul:nth-child(2) li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*# sourceMappingURL=mikata_salesforce.css.map */