@charset "UTF-8";
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf") format("opentype");
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .button > .caret, [class^="button-"] > .caret,
  [class*=" button-"] > .caret,
  .dropup > .btn > .caret,
  .dropup > .button > .caret,
  .dropup > [class^="button-"] > .caret,
  .dropup >
  [class*=" button-"] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #083388;
  text-decoration: none;
}

a:hover, a:focus {
  color: #041840;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11px;
}


/*----------------------------------------
 # Base
----------------------------------------*/
/* Body
----------------------------------------*/
body {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  overflow-x: hidden;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media (max-width: 1199px) {
  body.is-overlay {
    overflow-y: hidden;
  }
}
body.is-overlay #sincloBox {
  z-index: 9;
}
/* Content
----------------------------------------*/
.container {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  max-width: 143rem;
}

/*----------------------------------------
 # Typography
----------------------------------------*/
/* Heading
----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6, [class$="-title"],
[class*="-title "],
[class*="_title"],
[class$="-heading"],
[class*="-heading "],
[class*="_heading"] {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5em;
}

/* Suffix
-------------------*/
[class$="-title"],
[class*="-title "],
[class*="_title"],
[class$="-heading"],
[class*="-heading "],
[class*="_heading"] {
  font-size: 1em;
}

/* Link
----------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}

@media (pointer: none) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* List
----------------------------------------*/
dl {
  margin-bottom: 1em;
}

dl:last-child {
  margin-bottom: 0;
}

dt,
dd {
  line-height: inherit;
}

dd {
  margin-bottom: 1em;
}

dd:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

/* Prefix & Suffix
-------------------*/
[class^="list-"],
[class$="-list"],
[class$="_list"] {
  padding-left: 0;
  list-style: none;
}

/* Paragraph
----------------------------------------*/
p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

/*----------------------------------------
 # Element
----------------------------------------*/
/* Button
----------------------------------------*/
.button, [class^="button-"],
[class*=" button-"] {
  background-color: #083388;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition: background .3s ease;
  max-width: 100%;
}

.button .b-container, [class^="button-"] .b-container,
[class*=" button-"] .b-container {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.button .b-icon, [class^="button-"] .b-icon,
[class*=" button-"] .b-icon {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button .b-icon:first-child, [class^="button-"] .b-icon:first-child,
[class*=" button-"] .b-icon:first-child {
  margin-right: .5em;
}

.button .b-icon:last-child, [class^="button-"] .b-icon:last-child,
[class*=" button-"] .b-icon:last-child {
  margin-left: .5em;
}

.button:hover, [class^="button-"]:hover,
[class*=" button-"]:hover, .button:focus, [class^="button-"]:focus,
[class*=" button-"]:focus {
  background-color: #072a70;
  color: #fff;
}

.button-block {
  width: 100%;
}

.button-xs {
  font-size: calc(1em - 0.4rem);
}

.button-sm {
  font-size: calc(1em - 0.2rem);
}

.button-md {
  font-size: 1em;
}

.button-lg {
  font-size: calc(1em + 0.2rem);
}

.button-xl {
  font-size: calc(1em + 0.4rem);
}

/* Prefix & Suffix
-------------------*/
/* Type
-------------------*/
/* Image
----------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}

.img-fluid {
  width: 100%;
}

/*----------------------------------------
 # Layout
----------------------------------------*/
[class^="layout-"] {
  position: relative;
  width: 100%;
}
/* Footer
----------------------------------------*/
/* Footer
----------------------------------------*/
.layout-footer {
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	max-width: 143rem;
  }
  .lf-container_in {
	width: 100%;
	max-width: 143rem;
  }
  .layout-footer .container {
	background-color: #444;
  }
  /*@media (min-width: 1200px) {
	.layout-footer {
	  padding-left: 16rem;
	}
  }
  @media (min-width: 1367px) {
	.layout-footer {
	  padding-left: 12.5%;
	}
  }
  @media (min-width: 1515px) {
	.layout-footer {
	  padding-left: 15.75rem;
	}
  }
  
  @media (min-width: 1200px) and (max-width: 1514px) {
	.layout-footer .lf-banner {
	  margin-left: 0;
	  margin-right: 0;
	}
	.lf-container_in {
	  padding-right: 1rem;
	  padding-left: 1rem;
	  width: 100%;
	  max-width: 143rem;
	}
  }
  
  @media (min-width: 1515px) and (max-width: 1619px) {
	.layout-footer {
	  padding-left: 15.75rem!important;
	}
	.layout-footer .lf-banner {
	  margin-left: 0;
	  margin-right: 0;
	}
  .lf-container_in {
	padding-right: 1rem;
	padding-left: 1rem;
	width: 100%;
	max-width: 143rem;
  }
  .layout-footer .container {
	background-color: #444;
  }
  }
  
  @media (min-width: 1620px) and (max-width: 1829px) {
	.layout-footer {
	  padding-left: 10.5rem!important;
	}
	.layout-footer .lf-banner {
	  margin-left: 0;
	  margin-right: 0;
	}
  .lf-container_in {
	padding-right: 1rem;
	padding-left: 1rem;
	width: 100%;
	max-width: 143rem;
  }
  .layout-footer .container {
	background-color: #444;
  }
  }
  @media (min-width: 1830px) {
	.layout-footer {
	  padding-left: 0;
	}
	.layout-footer .lf-banner {
	  margin-left: 0;
	  margin-right: 0;
	}
  .lf-container_in {
	padding-right: 1rem;
	padding-left: 1rem;
	width: 100%;
	max-width: 143rem;
  }
  }
  */
  .layout-footer .container {
	padding: 3.5rem 2rem;
  }
  
  @media (min-width: 992px) {
	.layout-footer .container {
	  padding: 3rem 8rem;
	}
  }
  
  .lf-banner {
	padding: 2rem;
	font-size: 1.2rem;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	background: #fff;
	color: #000;
  }
  
  .lf-bannerItem {
	position: relative;
	max-width: 141rem;
	margin-left: auto;
	margin-right: auto;
  }
  
  .lf-banner .lf-banner_micard {
	margin-bottom: 2rem;
  }
  
  .lf-banner .lf-banner_privacy {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 5rem;
  }
  
  @media (min-width: 1440px) {
	.lf-banner .lf-banner_privacy {
	  right: 0;
	  bottom: 0;
	}
  }
  
  .layout-footer .lf-button {
	border: 0.1rem solid #aaa;
	border-radius: 50%;
	position: absolute;
	height: 4rem;
	width: 4rem;
  }
  
  .layout-footer .lf-button::before, .layout-footer .lf-button::after {
	content: "";
	position: absolute;
	top: 55%;
	right: 50%;
	-webkit-transform: translate(50%, -55%);
			transform: translate(50%, -55%);
  }
  
  .layout-footer .lf-button::before {
	border-top: 0.1rem solid #aaa;
	border-right: 0.1rem solid #aaa;
	height: 1.5rem;
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
			transform: translate(50%, -50%) rotate(-45deg);
	width: 1.5rem;
  }
  
  .layout-footer .lf-button::after {
	background-color: #aaa;
	height: 1.7rem;
	width: 0.1rem;
  }
  
  .layout-footer .lf-button:hover {
	background-color: rgba(255, 255, 255, 0.2);
  }
  
  .layout-footer .lf-copyright {
	font-size: 1em;
  }
  
  .layout-footer .lf-information {
	margin-bottom: 1.5rem;
  }
  
  .layout-footer .lf-information_caption {
	margin-bottom: 0;
  }
  
  .layout-footer .lf-information_title {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
  }
  
  @media (min-width: 768px) {
	.layout-footer .lf-information_title {
	  font-size: 1.6rem;
	}
  }
  
  .layout-footer .lf-information_title span {
	font-size: calc(1em - 0.2rem);
	font-weight: 400;
  }
  
  .layout-footer .lf-information_address {
	margin-bottom: 0.5rem;
  }
  
  .layout-footer .lf-information_tel {
	margin-bottom: 0.5rem;
  }
  
  .layout-footer .lf-information_tel a {
	background: url("../../wp/wp-content/themes/micard/assets/img/layout/icon-freeDial.png") left center no-repeat ;
	background-size: 17%;
	padding-left: 22px;
  }
  
  .layout-footer .lf-menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  }
  
  .layout-footer .lf-menu_column {
	width: 100%;
  }
  
  .layout-footer .lf-menu_column:first-child {
	  width: 50%;
	}
	
  .layout-footer .lf-menu_column:last-child {
	  width: 50%;
  }
  
  .layout-footer .lf-menu_list {
	margin-bottom: 4.5rem;
  }
  
  .layout-footer .lf-menu_listItem {
	margin-bottom: 1rem;
  }
  
  @media (min-width: 992px) {
	.lf-banner {
	  padding: 3rem 2rem;
	}
	.lf-banner .lf-banner_micard {
	  margin-bottom: 1.5rem;
	}
  
	.layout-footer .lf-button::before {
	  height: 2rem;
	  width: 2rem;
	}
	.layout-footer .lf-button::after {
	  height: 2.4rem;
	}
	.layout-footer .lf-menu {
	  float: right;
	  text-align: right;
	  width: 60%;
	}
	.layout-footer .lf-menu_column {
	  text-align: left;
	}
	.layout-footer .lf-menu_listItem {
	  margin-bottom: 1.5rem;
	}
  }
  
  @media (min-width: 992px) {
	.layout-footer .lf-menu {
	  -webkit-justify-content: flex-end;
		  -ms-flex-pack: end;
			  justify-content: flex-end;
	}
	.layout-footer .lf-menu_column:not(:first-child) {
	  padding-left: 4rem;
	}
  }
  
  .js-lf-buttonArea {
	position: fixed;
	bottom: 13%;
	right: 2.5rem;
	display: none;
	height: 4rem;
	width: 4rem;
  }
  
  body.is-fixedAdjust .layout-footer .js-lf-buttonArea {
	z-index: 2;
  }
  
  @media (min-width: 1200px) {
	.js-lf-buttonArea {
	  height: 5rem;
	  width: 5rem;
	  bottom: 10rem;
	  right: 3rem;
	}
	.layout-footer .lf-button {
	  height: 5rem;
	  width: 5rem;
	}
	body.is-fixedAdjust .layout-footer .js-lf-buttonArea {
	  bottom: 17rem;
	}
  }
  
  @media (min-width: 1440px) {
	.lf-banner {
	  padding: 2rem 0;
	}
	body.is-fixedAdjust .layout-footer .js-lf-buttonArea {
	  bottom: 15rem;
	}
  }
  
  @media (min-width: 1580px) {
	.js-lf-buttonArea {
	  bottom: 10rem;
	  right: 2rem;
	}
	.layout-footer .lf-button {
	  height: 6rem;
	  width: 6rem;
	}
	body.is-fixedAdjust .layout-footer .js-lf-buttonArea {
	  bottom: 10rem;
	}
  }
  
  @media (max-width: 991px) {
	.layout-footer .lf-information {
	  margin-left: -2rem;
	  margin-right: -2rem;
	  padding: 2rem;
	  background: #fff;
	  color: #444;
	  margin-bottom: 0;
	}
	.layout-footer .lf-banner {
	  margin-top: -4rem;
	}
  }
  
  /* IE Edge
  ----------------------------------------*/
  
  @-ms-viewport{
	  width: auto;
	  initial-scale: 1;
  }
  @viewport{
	  width: device-width;
	  initial-scale: 1;
  }
  
  @media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .pl-object img { max-width: auto; width: 100%; }
  }
  
  @media (max-width: 767px) {
	_:-ms-input-placeholder, :root .kojin-section .sc-listItem .table {
	  margin-bottom: 1.5rem;
	  background: #fff;
	  border-bottom: solid 1px #ddd;
	}
	_:-ms-input-placeholder, :root .kojin-section .sc-listItem .table-responsive {
	  background: #F7F7F7;
	}
	@supports (-ms-ime-align: auto) {
	  .kojin-section .sc-listItem .table {
		margin-bottom: 1.5rem;
		background: #fff;
		border-bottom: solid 1px #ddd;
	  }
	  .kojin-section .sc-listItem .table-responsive {
		background: #F7F7F7;
	  }
	}
  }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/vendor/jquery.slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/vendor/jquery.slick/fonts/slick.eot");
  src: url("../js/vendor/jquery.slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/vendor/jquery.slick/fonts/slick.woff") format("woff"), url("../js/vendor/jquery.slick/fonts/slick.ttf") format("truetype"), url("../js/vendor/jquery.slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  padding-right: 1.5rem;
  margin: 0;
  width: 100%;

}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Cover
-------------------*/
.home-cover {
}
.home-cover img {
	width: 100%;
}
.home-cover .slick-arrow {
	z-index: 1;
	background: #363636;
	height: 35px;
	width: 25px;
}
.home-cover .slick-arrow::before {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	content: "";
	display: inline-block;
	height: 18px;
	width: 18px;
	opacity: 1;
}
.home-cover .slick-arrow.slick-next {
	right: 0;
}
.home-cover .slick-arrow.slick-next::before {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	margin-right: 9px;
}
.home-cover .slick-arrow.slick-prev {
	left: 0;
}
.home-cover .slick-arrow.slick-prev::before {
	-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
	margin-left: 9px;
}
.home-cover .slick-dots {
	bottom: 1rem;
	text-align: center;
}
.home-cover .slick-dots li {
	margin: 0 3px;
}
.home-cover .slick-dots li button {
	height: 12px;
	width: 12px;
	padding: 0;
	background: #cbcbcb;
}
.home-cover .slick-dots li button::before {
	display: none;
}
.home-cover .slick-dots li:hover button, .home-cover .slick-dots li.slick-active button {
	background-color: #363636;
}
@media (max-width: 992px) {
	.home-cover {
		padding-bottom: 30px;
	}
	.home-cover .slick-dots {
		bottom: -15px;
	}
}
/* ここから */


/* Header
----------------------------------------*/
.layout-header {
	background-color: #fff;
	border-bottom: 0.1rem solid #ccc;
	margin-bottom: 3rem;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	height: 65px;
}
.layout-header .container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.layout-header h1 {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
.layout-header h1 img {
	width: 10rem;
}
.layout-header .lh-tel {
	float: right;
	font-size: 0.7rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 2%;
}
.layout-header .lh-tel_icon {
	font-size: 0.5rem;
	background-color: #fff;
	border: 0.1rem solid #356BB3;
	color: #356BB3;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	line-height: 1.8;
	margin-right: 0.7rem;
	margin-top: 0.6rem;
	text-align: center;
	padding: 0px 0px 0.4;
}
.layout-header .lh-tel_icon span {
	font-size: 0.4rem;
	display: block;
	background: #356BB3;
	color: #FFF;
	padding-right: 0.1rem;
	padding-left: 0.1rem;
}

@media (min-width: 768px) {
	.layout-header .lh-tel_icon {
    	font-size: 1.2rem;
	}
	.layout-header .lh-tel_icon span {
		font-size: 1.1rem;
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}
}
.layout-header .lh-tel_label a {
	background: url("../../wp/wp-content/themes/micard/assets/img/layout/icon-freeDial.png") left center no-repeat ;
	background-size: 11%;
	padding-left: 12px;
	font-size: 1.5rem;
	color: #356BB3;
	font-weight: 500;
	line-height: 1.2;
	transition: none;
}
.layout-header .lh-menu {
	float: right;
	width: 18%;
	display: none;
	margin: 0px;
	padding: 0px;
}
.layout-header .lh-menu_container {
	text-align: center;
	border-left: 1px solid #CCC;
}
.layout-header .lh-menu_container ul li {
	list-style: none;
	text-align: center;
	font-size: 1.3rem;
}
.layout-header .lh-menu_container ul li a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
.layout-header .lh-menu_container ul li a br {
	display: none;
}
p.close_button, {
	position: absolute;
	right: 0px;
	top: -28px;
	cursor: pointer;
}
.layout-header .lh-toggle,
p.close_button a {
	background-color: transparent;
	border: none;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 2.5rem;
	outline: 0;
	padding: 0;
	position: relative;
	width: 2.5rem;
	z-index: 10;
	float: right;
}
.layout-header .lh-toggle_bar,
p.close_button a .lh-toggle_bar {
	background-color: #444;
	height: 0.5rem;
	position: absolute;
	left: 0;
	transition: all .3s ease;
	width: 100%;
}
.layout-header .lh-toggle_bar:nth-of-type(1),
p.close_button a .lh-toggle_bar:nth-of-type(1) {
	top: 0;
}
.layout-header .lh-toggle_bar:nth-of-type(2),
p.close_button a .lh-toggle_bar:nth-of-type(2) {
	top: 1rem;
}
.layout-header .lh-toggle_bar:nth-of-type(3),
p.close_button a .lh-toggle_bar:nth-of-type(3) {
	bottom: 0;
}
p.close_button a .lh-toggle_bar {
	background: #FFF;
}
.layout-header .active .lh-toggle_bar:nth-of-type(1),
p.close_button a .lh-toggle_bar:nth-of-type(1) {
	-webkit-transform: translateY(1rem) rotate(-45deg);
	transform: translateY(1rem) rotate(-45deg);
}
.layout-header .active .lh-toggle_bar:nth-of-type(2),
p.close_button a .lh-toggle_bar:nth-of-type(2) {
	opacity: 0;
}
.layout-header .active .lh-toggle_bar:nth-of-type(3),
p.close_button a .lh-toggle_bar:nth-of-type(3) {
	-webkit-transform: translateY(-1rem) rotate(45deg);
	transform: translateY(-1rem) rotate(45deg);
}
body {
	overflow: auto;	
}
/* modal */
.modal_open{
	cursor: pointer;
} 
.modal_box {
	position: fixed;
	z-index: 9999;
	display: none;
	width: 80%;
	max-height: 88%;
	max-width: 900px;
	margin: 0;
	padding: 20px;
	text-align: left;
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
} 
.modal_box .modal_area {
	overflow-y: scroll;
	padding: 10px;
}
.modal_box .modal_area p.title {
	font-weight: bold;
	font-size: 25px;
	margin: 0px;
	padding: 0px 0px 15px;
}
.modal_box .modal_area .area {
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 20px;
}
.modal_box .modal_area .area dl {
	display: table;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	width: 100%;
}
.modal_box .modal_area .area dl dt,
.modal_box .modal_area .area dl dd {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.modal_box .modal_area .area dl dt {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#modal1 .modal_area .area dl dt {
	background: #bcdee9;
}
#modal2 .modal_area .area dl dt {
	background: #d7ebc5;
}
#modal3 .modal_area .area dl dt {
	background: #e6cddc;
}
.modal_box .modal_area .area dl dd {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
}
.modal_box .modal_area .box {
	padding-left: 10px;
}
.modal_box .modal_area .box span{
	float: left;
}
.modal_box .modal_area .box ol,
.modal_box .modal_area .box ul {
	margin: 0px 0px 0px 60px;
	padding: 3px 0px 10px;
}
.modal_box .modal_area ol li,
.modal_box .modal_area ul li {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.modal_box .modal_area ol li {
	list-style: none;
	margin-left: -20px;
}
.modal_box .modal_area ul li {
	list-style: disc outside;
}
p.close,
p.open {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px;
}
p.close a,
p.open a {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding: 5px 20px;
	border: 1px solid #CCC;
}
p.close a {
	background: #494c4d;
}
p.open a {
	background: #d57607;
}
.close a:hover,
.open a:hover {
	text-decoration: none;
}
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
/* modal end */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.fade:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
.fade {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.occupation .main-contener {
	background: #ececec;
	text-align: center;
}
.occupation .main-contener .main-content {
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
.occupation .main-contener .main-content .aside {
	width: 16%;
	margin-left: -10px;
	float: left;
	margin-right: 50px;
}
.occupation .main-contener .main-content .aside ul,
.occupation .main-contener .main-content .aside ul li {
	margin: 0px;
	padding: 0px;	
}
.occupation .main-contener .main-content .aside ul li {
	padding-top: 15px;
	list-style: none;
	text-align: center;
}
.occupation .main-contener .main-content .aside ul li a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.occupation .main-contener .main-content .aside ul li a {
	position: relative;
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 130%;
	font-weight: bold;
	font-size: 15px;
}
.occupation .main-contener .main-content .aside ul li a:hover {
	text-decoration: none;
}
.occupation .main-contener .main-content .aside ul li a::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
}
.occupation .main-contener .main-content .aside ul li:first-child a {
	background: #e37dc9;
}
.occupation .main-contener .main-content .aside ul li:first-child a::before {
	border-top: 5px solid transparent;
	border-right: 5px solid #b1629d;
	border-bottom: 5px solid #b1629d;
	border-left: 5px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(2) a {
	background: #5ac3ef;
}
.occupation .main-contener .main-content .aside ul li:nth-child(2) a::before {
	border-top: 5px solid transparent;
	border-right: 5px solid #628d9e;
	border-bottom: 5px solid #628d9e;
	border-left: 5px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(3) a {
	background: #9ad25d;
}
.occupation .main-contener .main-content .aside ul li:nth-child(3) a::before {
	border-top: 5px solid transparent;
	border-right: 5px solid #80b545;
	border-bottom: 5px solid #80b545;
	border-left: 5px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(3) a span {
	display: block;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) {
	padding-top: 50px;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) a {
	background: #e96b6b;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) a::before {
	border-top: 5px solid transparent;
	border-right: 5px solid #c06363;
	border-bottom: 5px solid #c06363;
	border-left: 5px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) a span {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}
.occupation .main-contener .main-content .main {
	width: 78%;
	float: left;
	padding-top: 15px;
	text-align: left;
}
.occupation .main-contener .main-content .main .tabs {
	padding-bottom: 30px;
	max-width: 900px;
}
/*タブのスタイル*/
.occupation .main-contener .main-content .main .tabs .tab_item {
	font-size: 15px;
	text-align: center;
	color: #fff;
	display: block;
	text-align: left;
	font-weight: bold;
	transition: all 0.2s ease;
	margin-right: 0.5%;
	width: 33%;
	float: left;
	line-height: 160%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.occupation .main-contener .main-content .main .tabs .tab_item.icon-saftyplan {
	margin-right: 0;
}
.occupation .main-contener .main-content .main .tabs .tab_item.icon-medical {
	margin-right: 0;
}
.occupation .main-contener .main-content .main .tabs .icon-car {
	background: #bcbcbc url(../images/icon-car.png) no-repeat 10px 10px;
	text-indent: 80px;
}
.occupation .main-contener .main-content .main .tabs .icon-fire {
	background: #bcbcbc url(../images/icon-home.png) no-repeat 10px center;
	text-indent: 80px;
}
.occupation .main-contener .main-content .main .tabs .icon-saftyplan {
	background: #bcbcbc url(../images/icon-hart.png) no-repeat 10px center;
	text-indent: 50px;
}
.occupation .main-contener .main-content .main .tabs .icon-medical {
	background: #bcbcbc url(../images/icon-medical.png) no-repeat 10px center;
	text-indent: 80px;
}
/*ラジオボタンを全て消す*/
.occupation .main-contener .main-content .main .tabs input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.occupation .main-contener .main-content .main .tabs .tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	border-top: 10px solid #3a78b1;
	padding-top: 25px;
	max-width: 900px;
}
.occupation .main-contener .main-content .main #car-content {
	border-top: 10px solid #3a78b1;
}
.occupation .main-contener .main-content .main .tabs-other #car-content {
	border-top: none;
}
.occupation .main-contener .main-content .main #fire-content {
	border-top: 10px solid #54b7a3;
}
.occupation .main-contener .main-content .main #saftyplan-content {
	border-top: 10px solid #d16caa;
}
.occupation .main-contener .main-content .main .tabs #medical-content {
	border-top: 10px solid #f25739;
}
/*選択されているタブのコンテンツのみを表示*/
.occupation .main-contener .main-content .main .tabs #car:checked ~ #car-content,
.occupation .main-contener .main-content .main .tabs #fire:checked ~ #fire-content,
.occupation .main-contener .main-content .main .tabs #saftyplan:checked ~ #saftyplan-content,
.occupation .main-contener .main-content .main .tabs #medical:checked ~ #medical-content,
.occupation .main-contener .main-content .main .tabs-other ~ #car-content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.occupation .main-contener .main-content .main .tabs input:checked + .icon-car {
	background-color: #3a78b1;
}
.occupation .main-contener .main-content .main .tabs input:checked + .icon-fire {
	background-color: #54b7a3;
}
.occupation .main-contener .main-content .main .tabs input:checked + .icon-saftyplan {
	background-color: #d16caa;
}
.occupation .main-contener .main-content .main .tabs input:checked + .icon-medical {
	background-color: #f25739;
}
.occupation .main-contener .main-content .main .tab_content h1 {
	padding-left: 20px;
	font-size: 3vw;
	line-height: 180%;
	margin-bottom: 20px;
}
.occupation .main-contener .main-content .main #car-content h1 {
	border-left: 15px solid #4292dc;
}
.occupation .main-contener .main-content .main #fire-content h1 {
	border-left: 15px solid #54b7a3;
}
.occupation .main-contener .main-content .main #saftyplan-content h1 {
	border-left: 15px solid #d16caa;
}
.occupation .main-contener .main-content .main #medical-content h1 {
	border-left: 15px solid #f25739;
}
.occupation .main-contener .main-content .main .tab_content h2 {
	font-size: 2.6vw;
	line-height: 180%;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
}
.occupation .main-contener .main-content .main #car-content h2 {
	background: url(../images/car/title-bg.png) repeat left top;
}
.occupation .main-contener .main-content .main #fire-content h2 {
	background: url(../images/fire/title-bg.png) repeat left top;
}
.occupation .main-contener .main-content .main #saftyplan-content h2 {
	background: url(../images/saftyplan/title-bg.png) repeat left top;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 h2 {
	background: url(../images/saftyplan/title-bg1.png) repeat left top;
}
.occupation .main-contener .main-content .main #medical-content h2 {
	background: url(../images/medical/title-bg.png) repeat left top;
}
.occupation .main-contener .main-content .main .tab_content .subtitle {
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.occupation .main-contener .main-content .main .tab_content .subtitle h3 {
	font-size: 3.1vw;
	line-height: 120%;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.occupation .main-contener .main-content .main #car-content .subtitle h3 {
	border-left: 10px solid #4292dc;
}
.occupation .main-contener .main-content .main #fire-content .subtitle h3 {
	border-left: 10px solid #54b7a3;
}
.occupation .main-contener .main-content .main #saftyplan-content .subtitle h3 {
	border-left: 10px solid #d16caa;
}
.occupation .main-contener .main-content .main #car-content .info1 p,
.occupation .main-contener .main-content .main #fire-content .info1 p,
.occupation .main-contener .main-content .main #saftyplan-content .info1 p {
	margin: 0px;
	padding: 0px 0px 30px;
}
.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance {
	text-align: center;
	padding-bottom: 30px;
	background-color: #FFF;
}
.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a {
	background: #3a78b1;
	border-radius: 10px;
	display: block;
	font-size: 1.77vw;
	color: #FFF;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	max-width: 700px;
	line-height: 120%;
	text-align: center;
	margin: 0 auto;
}
.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding-right: 40px;
	margin-bottom: 3px;
}
.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a span::before,
.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a span::before{
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a span::after{
	left: 11px;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-left: 7px solid #3a78b1;
}
/* firefox */
@-moz-document url-prefix() {
	.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a span::after {
		top: -7px;
	}
}
.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a:hover {
	text-decoration: none;
}
.occupation .main-contener .main-content .main #car-content .info1 ul {
	letter-spacing: -0.5em;
	margin: 0px;
	padding: 0px 0px 5px;
}
.occupation .main-contener .main-content .main #car-content .info1 ul li {
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 15px;
}
.occupation .main-contener .main-content .main #car-content .info1 ul li:nth-child(even){
	text-align: right;
}
.occupation .main-contener .main-content .main #car-content .info1 ul li img {
	max-width: 441px;
	width: 100%;
}
.occupation .main-contener .main-content .main #car-content .info1 ol,
.occupation .main-contener .main-content .main #fire-content .info1 ol {
	margin: 0px;
	padding: 0px 0px 25px;
	list-style: none;
}
.occupation .main-contener .main-content .main #car-content .info1 ol li,
.occupation .main-contener .main-content .main #fire-content .info1 ol li {
	padding-left: 1.75em;
	text-indent: -1.75em;
	font-size: 16px;
	padding-bottom: 5px;
}
.occupation .main-contener .main-content .main #car-content .contact,
.occupation .main-contener .main-content .main #fire-content .contact,
.occupation .main-contener .main-content .main #saftyplan-content .contact,
.occupation .main-contener .main-content .main .tabs #medical-content .contact {
	text-align: center;
	margin: 0px 0px 20px;
	padding: 20px 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.occupation .main-contener .main-content .main #car-content .contact {
	background: #dfedfa;
}
.occupation .main-contener .main-content .main #fire-content .contact {
	background: #d7f2ed;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact {
	background: #fdf0f8;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact {
	background: #f0e1f3;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact {
	background: #fde2db;
}
.occupation .main-contener .main-content .main #car-content .contact .area,
.occupation .main-contener .main-content .main #fire-content .contact .area,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area {
	width: 47%;
	padding-bottom: 30px;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box,
.occupation .main-contener .main-content .main #fire-content .contact .area .box,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box {
	background: #FFF;
	height: 100%;
	border-radius: 10px;
	width: 100%;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box,
.occupation .main-contener .main-content .main #fire-content .contact .area .box,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box {
	margin-top: 30px;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box img,
.occupation .main-contener .main-content .main #fire-content .contact .area .box img,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box img {
	margin-top: -30px;
	margin-bottom: 10px;	
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box.subbox {
	padding-bottom: 0px;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box.subbox dl dt {
	text-align: left;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box.subbox {
	padding-top: 40px;
	padding-bottom: 40px;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box h3,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box h3 {
	background: #d16caa;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFF;
	font-size: 18px;
	margin: 0px;
	padding: 5px 0px;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box h3 {
	background: #d16caa;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box h3 {
	background: #864ab1;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box p,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p {
	margin: 0px;
	padding: 0px 0px 10px;
	line-height: 160%;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box p {
	padding-top: 10px;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p strong,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p strong,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box p strong,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p strong {
	text-align: center;
	font-size: 18px;
	display: block;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p strong,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p strong {
	color: #2c76ba;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box p strong {
	color: #d16caa;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p strong {
	color: #864ab1;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p strong {
	color: #cd5537;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box dl,
.occupation .main-contener .main-content .main #fire-content .contact .area .box dl,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl {
	display: table;
	margin: 0px 5%;
	padding: 5px 0px;
	width: 90%;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box dl {
	margin: 0px 5% 20px 5%;
	padding: 5px 0px;
	width: 90%;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p + dl,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p + dl,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box p + dl,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p + dl {
	border-bottom: 1px solid #CCC;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box.subbox dl {
	border-bottom: 1px solid #CCC;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box.subbox dl:last-child {
	border-bottom: none;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box dl dt,
.occupation .main-contener .main-content .main #car-content .contact .area .box dl dd,
.occupation .main-contener .main-content .main #fire-content .contact .area .box dl dt,
.occupation .main-contener .main-content .main #fire-content .contact .area .box dl dd,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl dt,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl dd {
	display: table-cell;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box dl dt,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box dl dd {
	margin: 0px;
	padding: 0px;
}
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box.subbox dl dt,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box.subbox dl dd {
	vertical-align: middle;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box dl dt,
.occupation .main-contener .main-content .main #fire-content .contact .area .box dl dt,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl dt {
	width: 120px;
	text-align: right;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box dl dd,
.occupation .main-contener .main-content .main #fire-content .contact .area .box dl dd,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl dd,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box dl dd {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box dl dd,
.occupation .main-contener .main-content .main #fire-content .contact .area .box dl dd,
.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl dd {
	font-size: 1.8vw;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box dl dd {
	font-size: 2vw;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn {
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a,
.occupation .main-contener .main-content .main .tabs #medical-content .info1 dl.btn dt a,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a {
	border-radius: 10px;
	display: block;
	font-size: 1.6vw;
	color: #FFF;
	width: 100%;
	line-height: 120%;
	text-align: center;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #d57607;
}
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #d2585a;
	margin-bottom: 13px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #864ab1;
	margin-bottom: 10px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn strong {
	font-size: 16px;
	color: #FFF;
	padding: 0;
	margin: 0;
	line-height: 180%;
	display: block;

}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #64aa44;
	margin-bottom: 13px;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a:hover,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a:hover,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a:hover,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a:hover {
	text-decoration: none;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a span,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a span,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a span,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding-right: 40px;
	margin-bottom: 3px;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a span::before,
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a span::after,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a span::before,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a span::after,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a span::before,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a span::after,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a span::before,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a span::before,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a span::before,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a span::before,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a span::before {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a span::after,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a span::after,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a span::after,
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a span::after {
	top: 0px;
	left: 11px;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
}
/* firefox */
@-moz-document url-prefix() {
	.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a span::after,
	.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a span::after,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a span::after,
	.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a span::after {
		top: -7px;
	}
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a span::after {
	border-left: 7px solid #d57607;
}
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a span::after {
	border-left: 7px solid #d2585a;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a span::after {
	border-left: 7px solid #864ab1;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a span::after {
	border-left: 7px solid #64aa44;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.supplement,
.occupation .main-contener .main-content .main #car-content .contact .area .box p.supplement1,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.supplement,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.supplement1 {
	font-size: 14px;
	margin-right: 40px;
	padding-bottom: 20px;
	margin-left: 40px;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.supplement,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.supplement {
	text-align: left;
}
.occupation .main-contener .main-content .main #car-content .contact .area .box p.supplement1,
.occupation .main-contener .main-content .main #fire-content .contact .area .box p.supplement1 {
	text-align: center;
}
.occupation .main-contener .main-content .main #fire-content .contact p.supplement2 {
	text-align: left;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 60px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.occupation .main-contener .main-content .main #fire-content .contact p.supplement2 span,
.occupation .main-contener .main-content .main #fire-content .info3 .area p span {
	color: #F00;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.pass {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.pass a {
	color: #666;
	text-decoration: underline;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box ol {
	text-align: left;
	list-style: none;
	list-style-position: outside;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box ol li {
	padding-left: 1em;
	text-indent: -1em;
	padding-right: 20px;
	font-size: 13px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box ol li span {
	color: #c50018;
}

.occupation .main-contener .main-content .main #car-content .info2 dl,
.occupation .main-contener .main-content .main #car-content .info4 dl,
.occupation .main-contener .main-content .main #fire-content .info2 dl {
	margin: 5px 0px 20px;
	padding: 0px;
	text-align: center;
	border: 5px solid #c9c9c9;
	border-radius: 10px;
}
.occupation .main-contener .main-content .main #car-content .info2 hr + dl {
	border: 5px solid #2b4b84;
}
.occupation .main-contener .main-content .main #car-content .info2 dl dt,
.occupation .main-contener .main-content .main #car-content .info2 dl dd,
.occupation .main-contener .main-content .main #car-content .info4 dl dt,
.occupation .main-contener .main-content .main #car-content .info4 dl dd,
.occupation .main-contener .main-content .main #fire-content .info2 dl dt,
.occupation .main-contener .main-content .main #fire-content .info2 dl dd {
	margin: 0px;
	padding: 0px;
}
.occupation .main-contener .main-content .main #car-content .info2 dl dt,
.occupation .main-contener .main-content .main #car-content .info4 dl dt,
.occupation .main-contener .main-content .main #fire-content .info2 dl dt {
	margin-top: -20px;
}
.occupation .main-contener .main-content .main #car-content .info2 dl dt strong,
.occupation .main-contener .main-content .main #car-content .info4 dl dt strong,
.occupation .main-contener .main-content .main #fire-content .info2 dl dt strong {
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	background: #FFF;
	display: inline-block;
	padding-right: 3%;
	padding-left: 3%;
}
.occupation .main-contener .main-content .main #car-content .info2 dl dt strong {
	color: #254379;
}
.occupation .main-contener .main-content .main #car-content .info4 dl dt strong,
.occupation .main-contener .main-content .main #fire-content .info2 dl dt strong {
	color: #3a78b1;
}
.occupation .main-contener .main-content .main #car-content .info2 dl dd,
.occupation .main-contener .main-content .main #car-content .info4 dl dd,
.occupation .main-contener .main-content .main #fire-content .info2 dl dd {
	padding-top: 20px;
	padding-bottom: 20px;
}
.occupation .main-contener .main-content .main #car-content .info2 hr {
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 30px solid #4292dc;
	margin-bottom: 30px;
}
.occupation .main-contener .main-content .main #car-content .info2 p {
	font-size: 18px;
	line-height: 130%;
	margin: 0px;
	padding: 0px 0px 40px;
	text-align: center;
	vertical-align: text-bottom;
	font-weight: bold;
}
.occupation .main-contener .main-content .main #car-content .info2 p strong {
	font-size: 28px;
	background: #ffff64;
	color: #F00;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.occupation .main-contener .main-content .main #car-content .info3 p,
.occupation .main-contener .main-content .main #car-content .info4 p,
.occupation .main-contener .main-content .main #fire-content .info2 p,
.occupation .main-contener .main-content .main #saftyplan-content .info4 p {
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 30px;
	font-weight: bold;
}
.occupation .main-contener .main-content .main #car-content .info3 .area {
	margin: 0px;
	padding: 0px 0px 40px;
	text-align: center;
}
.occupation .main-contener .main-content .main #car-content .info4 .area,
.occupation .main-contener .main-content .main #fire-content .info2 .area {
	margin: 0px;
	padding: 0px 0px 20px;
}
.occupation .main-contener .main-content .main #car-content .info4 .area dl,
.occupation .main-contener .main-content .main #fire-content .info2 .area dl {
	padding-right: 1%;
	padding-left: 1%;
}
.occupation .main-contener .main-content .main #car-content .info4 .area dl dd,
.occupation .main-contener .main-content .main #fire-content .info2 .area dl dd {
	display: inline-block;
	margin-right: 0.2%;
	margin-left: 0.2%;
	font-size: 0px;
	line-height: 0px;
}
.occupation .main-contener .main-content .main #car-content .info4 .area .left,
.occupation .main-contener .main-content .main #fire-content .info2 .area .left {
	float: left;
	width: 26.5%;
}
.occupation .main-contener .main-content .main #car-content .info4 .area .left dd img,
.occupation .main-contener .main-content .main #fire-content .info2 .area .left dd img {
	margin-top: 21px;
	margin-bottom: 21px;
}
.occupation .main-contener .main-content .main #car-content .info4 .area .right,
.occupation .main-contener .main-content .main #fire-content .info2 .area .right {
	float: right;
	width: 71.5%;
}
.occupation .main-contener .main-content .main #car-content .info4 .area .right .img1,
.occupation .main-contener .main-content .main #fire-content .info2 .area .right .img1 {
	width: 56%;
}
.occupation .main-contener .main-content .main #car-content .info4 .area .right .img2,
.occupation .main-contener .main-content .main #fire-content .info2 .area .right .img2 {
	width: 42%;
}
.occupation .main-contener .main-content .main #fire-content .info2 .area .right p {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 1.4em;
	text-indent: -1.4em;
}
.occupation .main-contener .main-content .main #car-content .qa dl,
.occupation .main-contener .main-content .main #fire-content .qa dl,
.occupation .main-contener .main-content .main #saftyplan-content .qa dl {
	margin: 0px;
	padding: 0px 0px 25px;
}
.occupation .main-contener .main-content .main #car-content .qa dl dt,
.occupation .main-contener .main-content .main #car-content .qa dl dd,
.occupation .main-contener .main-content .main #fire-content .qa dl dt,
.occupation .main-contener .main-content .main #fire-content .qa dl dd,
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dt,
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 40px;
}
.occupation .main-contener .main-content .main #car-content .qa dl dt,
.occupation .main-contener .main-content .main #fire-content .qa dl dt,
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dt {
	font-size: 18px;
	border-bottom: 1px dotted #c2c2c2;
}
.occupation .main-contener .main-content .main #car-content .qa dl dt,
.occupation .main-contener .main-content .main #fire-content .qa dl dt {
	background: url(../images/icon-q.png) no-repeat left top;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dt {
	background: url(../images/saftyplan/icon-q.png) no-repeat left top;
}
.occupation .main-contener .main-content .main #car-content .qa dl dd,
.occupation .main-contener .main-content .main #fire-content .qa dl dd,
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd {
	font-size: 16px;
}
.occupation .main-contener .main-content .main #car-content .qa dl dd,
.occupation .main-contener .main-content .main #fire-content .qa dl dd {
	background: url(../images/icon-a.png) no-repeat left top;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd {
	background: url(../images/saftyplan/icon-a.png) no-repeat left top;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd span {
	color: #3a78b1;
	text-decoration: underline;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list {
	padding-top: 15px;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area {
	float: left;
	padding-bottom: 10px;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .supplement {
	float: left;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 155px;
	margin-left: 15px;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area .supplement {
	float: none;
	padding-left: 0px;
	text-indent: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table th,
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table th {
	text-align: center;
	font-weight: normal;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table thead th {
	background: #ececec;
	font-weight: bold;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table td {
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table p {
	padding: 5px 5px;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd p {
	padding: 0px 10px;
	margin: 0px;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd p.subtitle {
	padding: 5px 10px;
	margin: 0px 0px 10px;
	border-style: none;
	background: #edf4fb;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd p.txt {
	margin-bottom: 15px;
}
.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd p.indent-txt {
	margin-bottom: 15px;
	margin-left: 45px;
}
.occupation .main-contener .main-content .main #car-content .info5 ul,
.occupation .main-contener .main-content .main #fire-content .info3 ul {
	letter-spacing: -0.5em;
	margin: 0px;
	padding: 0px 0px 40px;
}
.occupation .main-contener .main-content .main #car-content .info5 ul li,
.occupation .main-contener .main-content .main #fire-content .info3 ul li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px 20px;
	list-style: none;
}
.occupation .main-contener .main-content .main #fire-content .info3 ul li span {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 30px;
	background: #54b7a3;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	vertical-align: bottom;
}
.occupation .main-contener .main-content .main #fire-content .info3 ul li p.btn {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding-bottom: 10px;
}
.occupation .main-contener .main-content .main #fire-content .info3 ul li p.btn a {
	background: #3a78b1;
	border-radius: 10px;
	font-size: 16px;
	color: #FFF;
	width: 100%;
	line-height: 120%;
	text-align: center;
	padding: 15px 15px 15px 25px;
	display: flex;
	align-self: center;
	justify-content: space-between;
}
.occupation .main-contener .main-content .main #fire-content .info3 ul li p.btn a {
	background: #3a78b1;
}
.occupation .main-contener .main-content .main #fire-content .info3 ul li p.btn a:hover {
	text-decoration: none;
}
.occupation .main-contener .main-content .main #fire-content .info3 ul li p.btn a .btn-arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding-right: 20px;
	margin-bottom: 3px;
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn  {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 30px;
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a {
	border-radius: 10px;
	display: inline-block;
	font-size: 32px;
	color: #FFF;
	line-height: 120%;
	text-align: center;
	padding: 20px 50px;
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a {
	background: #d2585a;
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a:hover {
	text-decoration: none;
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding-right: 50px;
	margin-bottom: 3px;
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a span:before,
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a span:before {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a span::after {
	top: 0px;
	left: 15px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
}
/* firefox */
@-moz-document url-prefix() {
	.occupation .main-contener .main-content .main #fire-content .info3 p.btn a span::after {
		top: -9px;
	}
}
.occupation .main-contener .main-content .main #fire-content .info3 p.btn a span::after {
	border-left: 10px solid #d2585a;
}
.occupation .main-contener .main-content .main #fire-content .info3 .area,
.occupation .main-contener .main-content .main #saftyplan-content .info4 .area {
	margin: 0px;
	padding: 0px;
}
.occupation .main-contener .main-content .main #fire-content .info3 .area p,
.occupation .main-contener .main-content .main #saftyplan-content .info4 .area p {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 20px;
}
.occupation .main-contener .main-content .main #fire-content .info3 .area p.right,
.occupation .main-contener .main-content .main #saftyplan-content .info4 .area p.right {
	float: right;
	margin: 0px;
	padding: 20px 0px 0px;
}
/* car-insurance start */
.occupation .main-contener .main-content .main #car-content .car-insurance h4 {
	background-color: #daeefb;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 160%;
	margin-bottom: 1em;
}
.occupation .main-contener .main-content .main #car-content .car-insurance ul {
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
	padding-left: 0;
	padding-bottom: 20px;
}
.occupation .main-contener .main-content .main #car-content .car-insurance ul li {
	padding-bottom: 1em;
	font-size: 15px;
}
.occupation .main-contener .main-content .main #car-content .car-insurance ul li ol {
	list-style: disc;
	text-indent: 0;
}
/* car-insurance end */
/* car-web-procedure start */
.occupation .main-contener .main-content .main #car-content .car-web-procedure {
	padding-bottom: 30px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure p {
	padding-bottom: 30px;
	font-size: 16px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure a.line {
	text-decoration: underline;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list {
	display: flex;
	flex-wrap: wrap;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	align-items: center;
	margin: 0;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title h4,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle h4 {
	background-color: #5ea0dc;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title h4 {
	width: 30%;
	line-height: 81px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle h4 {
	border-left: none;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title h4,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle h4,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle h5 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1.4vw;
	color: #000;
}
@media (min-width: 1100px) {
    .occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title h4,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle h4,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle h5 {
        font-size: 16px;
    }
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle h4 {
	width: 100%;
	line-height: 40px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle h5 {
	width: 50%;
	background-color: #dfedfa;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	line-height: 40px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .sp {
	display: none;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box {
	width: 30%;
	padding: 20px 0;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 {
	width: 35%;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area {
	padding: 20px 3%;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area {
	padding: 40px 3%;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area {
	padding: 10px 4% 40px 4%;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area .car-web-logo {
	text-align: center;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area .car-web-logo img {
	margin: 0 auto;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .ms-ad-mitsuisumitomo .car-web-area .car-web-logo img {
	max-width: 137px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .tokyokaizyounitidou .car-web-area .car-web-logo img {
	max-width: 139px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .sonpojapan .car-web-area .car-web-logo img {
	max-width: 236px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .ms-sd-aioinisseidouwasonpo .car-web-area .car-web-logo img {
	max-width: 231px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .ms-ad-mitsuisumitomo .car-web-area dl dt.car-web-button {
	padding-bottom: 10px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .tokyokaizyounitidou .car-web-area dl dt.car-web-button {
	padding-bottom: 10px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .sonpojapan .car-web-area dl dt.car-web-button {
	padding-bottom: 10px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .ms-sd-aioinisseidouwasonpo .car-web-area dl dt.car-web-button {
	padding-bottom: 10px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area dl dt.car-web-button,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area dl dt.car-web-button {
	margin-bottom: 15px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area dl dt.car-web-button a,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li.car-web-change,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li.car-web-new,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area dl dt.car-web-button a {
	border-radius: 10px;
	display: block;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	line-height: 160%;
	text-align: center;
	margin: 0 auto;
	max-width: 280px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li.car-web-change,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li.car-web-new {
	font-size: 13px;
	display: inline-block;
	max-width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 2.5%;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a:hover,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area dl dt.car-web-button a:hover,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area dl dt.car-web-button a:hover {
	text-decoration: none;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a {
	background: #1d8d2d;
	text-align: left;
	padding: 5px 0 5px 2%;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area dl dt.car-web-button a,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li.car-web-change {
	background: #3a78b1;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area dl dt.car-web-button a,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li.car-web-new {
	background: #df6054;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a span {
	position: relative;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 3px;
	padding-left: 35px;
	padding-right: 3%;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a span::before,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a span::before{
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a span::after{
	left: 11px;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-left: 7px solid #1d8d2d;
}
/* firefox */
@-moz-document url-prefix() {
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a span::after {
		top: -7px;
	}
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a img {
	float: right;
	max-width: 32px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area dl dd.car-web-pdf,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area dl dd.car-web-pdf {
	text-align: center;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area dl dd.car-web-pdf a,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area dl dd.car-web-pdf a {
	padding: 15px 50px 15px 0;
	margin: 0;
	display: block;
	background: url(../images/icon-pdf.png) no-repeat right center;
	text-decoration: underline;
	vertical-align: middle;
	font-size: 15px;
	line-height: 120%;
	color: #0079b4;
	display: inline-block;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dd,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area ul,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dd,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area ul li,
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ul li {
	list-style: none;
	padding-bottom: 0.5em;
	margin: 0;
	font-size: 12px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol {
	padding: 0;
	margin: 0;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li {
	list-style: none;
	padding: 0;
	margin: 0 3% 0 0;
	display: inline-block;
	height: 30px;
}
.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li a {
	padding: 0 10px;
}
/* car-web-procedure end */
/* info6 start */
.occupation .main-contener .main-content .main #car-content .info6 .area {
	margin: 0px;
	padding: 0px;
}
.occupation .main-contener .main-content .main #car-content .info6 .area p {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 20px;
}
.occupation .main-contener .main-content .main #car-content .info6 .area p.right {
	float: right;
	margin: 0px;
	padding: 20px 0px 0px;
}
/* info6 end */
@media (max-width: 992px) {
	.occupation .main-contener .main-content .main #car-content .info1 .button-auto-insurance a {
		font-size: 16px;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list {
		display: block;
		margin-bottom: 30px;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title {
		display: block;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title h4,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure h4.sp,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure h5.sp {
		width: 100%;
		line-height: 200%;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure h4.sp,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure h5.sp {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		margin: 0;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure h4.sp {
		background-color: #5ea0dc;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure h5.sp {
		background-color: #dfedfa;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-title .car-web-subtitle {
		display: none;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .sp {
		display: block;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box {
		width: 100%;
		display: block;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 {
		width: 100%;
		border-left: solid 1px #000;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area {
		padding: 10px 4% 10px 4%;
	}
	
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info .car-web-area dl dt.car-web-button a,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li.car-web-change a,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area ol li.car-web-new a,
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-info1 .car-web-area dl dt.car-web-button a {
		max-width: 100%;
	}
	.occupation .main-contener .main-content .main #car-content .car-web-procedure .car-web-list .car-web-box .car-web-area dl dt.car-web-button a {
		padding: 15px 3%;
		text-align: center;
	}
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area {
	padding-bottom: 30px;
	justify-content: left;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area {
	justify-content: center;
	padding-bottom: 20px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list {
	width: 47.5%;
	padding-bottom: 10px;
	padding-top: 20px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list {
	border-bottom: 1px dotted #CCCCCC;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:first-child,
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:nth-child(2),
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list:first-child,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list:nth-child(2) {
	padding-top: 0px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:last-child {
	border-bottom: none;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:nth-child(odd),
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list:nth-child(odd) {
	padding-right: 2%;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:nth-child(odd) {
	border-right: 1px dotted #CCCCCC;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:nth-child(even),
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list:nth-child(even) {
	padding-left: 2%;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button,
.occupation .main-contener .main-content .main #saftyplan-content .button {
	padding: 0px;
	display: table;
	width: 100%;
	background: transparent;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a,
.occupation .main-contener .main-content .main #saftyplan-content .button a {
	height: 68px;
	display: block;
	border: 1px solid #CCC;
	background: #FFF url(../images/icon-pdf.png) no-repeat 95% center;
	color: #000;
	text-decoration: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	line-height: 120%;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a span span,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a span span,
.occupation .main-contener .main-content .main #saftyplan-content .button a span span {
	font-size: 16px;
	line-height: 120%;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a .arrow,
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .security .arrow,
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .application a .arrow,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a .arrow,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .security .arrow,
.occupation .main-contener .main-content .main #saftyplan-content .button a .arrow {
	position: relative;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 15px;
	top: 0%;
	bottom: 0%;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a .arrow::after,
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .security .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .security .arrow::after,
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .application a .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .application a .arrow::after,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a .arrow::after,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .security .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .security .arrow::after,
.occupation .main-contener .main-content .main #saftyplan-content .button a .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .button a .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .button a .arrow::before {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a .arrow::before {
	background: #d16caa;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .button a .arrow::before {
	background: #864ab1;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a .arrow::after,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a .arrow::after,
.occupation .main-contener .main-content .main #saftyplan-content .button a .arrow::after {
	left: 8px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .security,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .security {
	padding-top: 10px;
	font-size: 15px;
	padding-bottom: 15px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .security .arrow,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .security .arrow {
	padding-left: 20px;
	margin-left: 0px;
	display: inline-block;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .security .arrow::before,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .security .arrow::before {
	left: 6px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .security .arrow::before {
	border-left: 6px solid #d16caa;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .security .arrow::before {
	border-left: 6px solid #864ab1;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .security a,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .security a {
	text-decoration: underline;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .subtitle,
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .subtitle {
	font-size: 17px;
	padding: 3px 10px;
	border-style: none;
	margin: 0px 0px 10px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .subtitle {
	background: #fdf3f9;
	color: #d16caa;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .box .subtitle {
	background: #f4e7f1;
	color: #864ab1;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box p {
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box dl {
	margin: 0px;
	padding: 5px 15px 15px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box dl dt {
	color: #d16caa;
	margin: 0px;
	padding: 0px 0px 5px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box dl dd {
	margin: 0px;
	padding: 0px 0px 5px 10px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .application {
	text-align: center;
	padding-bottom: 20px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .application a {
	background: #d16caa;
	font-size: 16px;
	padding: 10px 10%;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #FFF;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .application a .arrow {
	padding-left: 20px;
	margin-left: 0px;
	display: inline-block;
}
.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .box .application a .arrow::before {
	left: 6px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #ffffff;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 {
	background: #f6f4e3;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 h2.subtitle {
	background: #f6f4e3;
	color: #000;
	line-height: 140%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	text-align: center;
	border-style: none;
}
.occupation .main-contener .main-content .main #saftyplan-content .info2 h2.subtitle span {
	font-size: 17px;
	line-height: 140%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.occupation .main-contener .main-content .main #saftyplan-content .info3 {
	text-align: center;
	margin: 0px 0px 40px;
	padding: 0px 25%;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info1 {
	padding-bottom: 30px;
	text-align: center;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info1 p {
	padding-bottom: 30px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info1 dl.btn dt,
.occupation .main-contener .main-content .main .tabs #medical-content .info1 dl.btn dd {
	margin: 0;
	padding: 0;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info1 dl.btn dt a {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info1 dl.btn dt a span {
	float: left;
	margin-top: 13px;
	margin-left: 15px;
	padding-right: 0px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info2 {
	padding-bottom: 30px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area {
	width: 48%;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area:first-child {
	border-right: #c0c0c0 solid 1px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area dl {
	display: flex;
	justify-content: flex-start;
	color: #cb5600;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area dl dt,
.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area dl dd {
	margin: 0;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area p {
	padding-bottom: 30px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area p span {
	background-image: url(https://insurance.micard.co.jp/wp/wp-content/themes/micard/assets/img/layout/icon-freeDial.png);
	background-size: 25px auto;
	width: 25px;
	height: 15px;
	display: inline-block;
	margin-right: 0.3em;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area p.number {
	text-align: right;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 {
	display: flex;
	justify-content: space-around;
	padding-bottom: 20px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info4 {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area {
	background-color: #fde2db;
	width: 48%;
	padding: 7px 7px 20px 7px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area h2 {
	background-color: #fde2db;
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
	line-height: 140%;
	margin-bottom: 20px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area .box {
	background-color: #FFF;
	border-radius: 5px;
	padding: 30px 15px 20px 15px;
	margin: 0 20px;
	min-height: 240px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area .box a {
	display: block;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area {
	max-width: 50%;
	margin: 0 auto;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area p
.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area p {
	padding-bottom: 0px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area p a,
.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area p a {
	background-color: #64aa44;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
	padding: 10px 20px 10px 75px;
	text-align: center;
	border-radius: 5px;
	position: relative;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area p a img,
.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area p a img {
	width: 62px;
	position: absolute;
	top: -20px;
	left: 5px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area ul,
.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area ul {
	list-style: none;
	padding-left: 0px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area ul li,
.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area ul li {
    padding-left: 1em;
    text-indent: -1em;
	font-size: 12px;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area:first-of-type ul li,
.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area ul li {
	padding-bottom: 0.5em;
}
.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area ul li .font-red {
	color: #c50018;
}
.occupation .main-contener .main-content .main #car-content .pagetop,
.occupation .main-contener .main-content .main #fire-content .pagetop,
.occupation .main-contener .main-content .main #saftyplan-content .pagetop,
.occupation .main-contener .main-content .main .tabs #medical-content .pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 9999;
}
.occupation .main-contener .main-content .main #car-content .pagetop {
	background: #3a78b1;
}
.occupation .main-contener .main-content .main #fire-content .pagetop {
	background: #54b7a3;
}
.occupation .main-contener .main-content .main #saftyplan-content .pagetop {
	background: #d16caa;
}
.occupation .main-contener .main-content .main .tabs #medical-content .pagetop {
	background: #f25739;
}
.occupation .main-contener .main-content .main #car-content .pagetop span,
.occupation .main-contener .main-content .main #fire-content .pagetop span,
.occupation .main-contener .main-content .main #saftyplan-content .pagetop span,
.occupation .main-contener .main-content .main .tabs #medical-content .pagetop span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 0px;
	line-height: 0px;
}
.occupation .main-contener .main-content .main #car-content .pagetop span::before,
.occupation .main-contener .main-content .main #fire-content .pagetop span::before,
.occupation .main-contener .main-content .main #saftyplan-content .pagetop span::before,
.occupation .main-contener .main-content .main .tabs #medical-content .pagetop span::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(310deg);
  -webkit-transform: rotate(310deg);
  transform: rotate(310deg);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: 2px;
}
.occupation .main-contener {
	margin-top: 70px;
	padding-top: -70px;
}

@media (min-width: 321px) {
	.layout-header .lh-toggle {
    	width: 3rem;
	}
}
@media (min-width: 992px) {
	.layout-header .lh-toggle_bar {
		display: none;
	}
}
@media (min-width: 768px) {
	.layout-header {
		height: 11rem;
	}
	.layout-header .container {
		padding-top: 25px;
	}
	.layout-header h1 img {
		width: 19rem;
	}
	.layout-header .lh-tel {
		font-size: 1rem;
	}
	.layout-header .lh-tel {
		margin-right: 0.3rem;
		margin-left: 0.3rem;
	}
	.layout-header .lh-menu .lh-tel {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.layout-header .lh-tel_icon {
		margin-right: 1rem;
	}
	.layout-header .lh-tel_icon span {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.layout-header .lh-tel_label a {
		background-size: 13%;
		padding: 35px;
		font-size: 2.7rem;
	}
	.layout-header .lh-menu {
		display: block;
	}
}
@media (min-width: 992px) {
	.occupation .main-contener {
		margin-top: 110px;
		padding-top: -110px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .supplement {
		max-width: 52%;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area .supplement {
		max-width: 100%;
	}
}
@media (max-width: 992px) {
	.occupation .main-contener .main-content {
		border-left: none;
		border-right: none;
		width: 99%;
	}
	.occupation .main-contener .main-content .aside {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		float: none;
		display: none;
		position: fixed;
		top: 110px;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 2000;
		height: 100%;
	}
	.occupation .main-contener .main-content .aside.active {
		display: block;
	}
	.occupation .main-contener .main-content .aside ul {
		background: #FFF;
		padding-bottom: 20px;
	}
	.occupation .main-contener .main-content .aside ul li a {
		padding-bottom: 5px;
	}
	.occupation .main-contener .main-content .aside ul li a img {
		width: 40px;
		display: inline-block;
		margin-right: 5%;
		margin-left: 5%;
	}
	.occupation .main-contener .main-content .aside ul li:nth-child(3) a span {
		display: inline;
	}
	.occupation .main-contener .main-content .aside ul li:nth-child(4) {
		padding-top: 15px;
	}
	.occupation .main-contener .main-content .main {
		width: 100%;
		float: none;
	}
	.occupation .main-contener .main-content .main .tabs .tab_content {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	.occupation .main-contener .main-content .main .tabs .tab_item {
		font-size: 4vw;
		margin-right: 0%;
		max-width: 100%;
		width: 100%;
		float: none;
	}
	.occupation .main-contener .main-content .main .tabs .icon-saftyplan {
		text-indent: 80px;
	}
	.occupation .main-contener .main-content .main .tabs .tab_content h1 {
		font-size: 4.5vw;
	}
	.occupation .main-contener .main-content .main .tabs .tab_content h2 {
		font-size: 4.3vw;
	}
	.occupation .main-contener .main-content .main .tabs .tab_content .subtitle h3 {
		font-size: 4.3vw;
	}
	.occupation .main-contener .main-content .main #car-content .info1 ul li {
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	.occupation .main-contener .main-content .main #car-content .info1 ul li:nth-child(even){
		text-align: center;
	}
	.occupation .main-contener .main-content .main #car-content .contact .area,
	.occupation .main-contener .main-content .main #fire-content .contact .area,
	.occupation .main-contener .main-content .main #saftyplan-content .contact .area,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area,
	.occupation .main-contener .main-content .main .tabs #medical-content .contact .area {
		display: block;
		width: 96%;
		margin: 0px auto 20px;
		padding: 0%;
	}
	.occupation .main-contener .main-content .main #car-content .contact .area .box dl,
	.occupation .main-contener .main-content .main #fire-content .contact .area .box dl,
	.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area dl {
		margin: 0px auto;
		width: 80%;
	}
	.occupation .main-contener .main-content .main #car-content .contact .area .box dl dt,
	.occupation .main-contener .main-content .main #fire-content .contact .area .box dl dt,
	.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl dt,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area dl dt {
		width: 35%;
		text-align: center;
	}
	.occupation .main-contener .main-content .main #car-content .contact .area .box dl dd,
	.occupation .main-contener .main-content .main #fire-content .contact .area .box dl dd,
	.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box dl dd,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area dl dd,
	.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box dl dd {
		font-size: 18px;
	}
	.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn,
	.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn,
	.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box p.btn,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn,
	.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn {
		margin-right: 10px;
		margin-left: 10px;
	}
	.occupation .main-contener .main-content .main #car-content .contact .area .box p.btn a,
	.occupation .main-contener .main-content .main #fire-content .contact .area .box p.btn a,
	.occupation .main-contener .main-content .main #saftyplan-content .contact .area .box p.btn a,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .contact .area .box p.btn a,
	.occupation .main-contener .main-content .main .tabs #medical-content .contact .area .box p.btn a {
		font-size: 20px;
	}
	.occupation .main-contener .main-content .main #car-content .contact .area .box p.supplement,
	.occupation .main-contener .main-content .main #car-content .contact .area .box p.supplement1,
	.occupation .main-contener .main-content .main #fire-content .contact .area .box p.supplement,
	.occupation .main-contener .main-content .main #fire-content .contact .area .box p.supplement1 {
		margin-right: 10px;
		margin-left: 10px;
	}
	.occupation .main-contener .main-content .main #fire-content .contact p.supplement2 {
		margin-right: 2%;
		margin-left: 2%;
	}
	.occupation .main-contener .main-content .main #car-content .info4 .area dl,
	.occupation .main-contener .main-content .main #fire-content .info2 .area dl {
		padding-right: 3%;
		padding-left: 3%;
		margin-bottom: 30px;
	}
	.occupation .main-contener .main-content .main #car-content .info4 .area dl dd,
	.occupation .main-contener .main-content .main #fire-content .info2 .area dl dd {
		display: block;
		margin-right: 0%;
		margin-left: 0%;
	}
	.occupation .main-contener .main-content .main #car-content .info4 .area .left,
	.occupation .main-contener .main-content .main #fire-content .info2 .area .left {
		float: none;
		width: 100%;
	}
	.occupation .main-contener .main-content .main #car-content .info4 .area .left dd img,
	.occupation .main-contener .main-content .main #fire-content .info2 .area .left dd img {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.occupation .main-contener .main-content .main #car-content .info4 .area .right,
	.occupation .main-contener .main-content .main #fire-content .info2 .area .right {
		float: none;
		width: 100%;
	}
	.occupation .main-contener .main-content .main #car-content .info4 .area .right .img1,
	.occupation .main-contener .main-content .main #fire-content .info2 .area .right .img1,
	.occupation .main-contener .main-content .main #car-content .info4 .area .right .img2,
	.occupation .main-contener .main-content .main #fire-content .info2 .area .right .img2 {
		width: 100%;
	}
	.occupation .main-contener .main-content .main #car-content .info5 ul,
	.occupation .main-contener .main-content .main #fire-content .info3 ul {
		text-align: center;
		padding: 0px;
	}
	.occupation .main-contener .main-content .main #car-content .info5 ul li,
	.occupation .main-contener .main-content .main #fire-content .info3 ul li {
		display: inline-block;
		padding: 0px 0px 30px;
		list-style: none;
		width: 50%;
	}
	.occupation .main-contener .main-content .main #fire-content .info3 ul li span {
		display: block;
		margin-top: 10px;
		margin-left: 2%;
		margin-right: 2%;
	}
	.occupation .main-contener .main-content .main #fire-content .info3 ul li p.btn {
		margin-left: 2%;
		margin-right: 2%;
	}
	.occupation .main-contener .main-content .main #fire-content .info3 p.btn a {
		font-size: 4.5vw;
	}	
	.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a,
	.occupation .main-contener .main-content .main #saftyplan-content .button a {
		font-size: 18px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list .button a span span,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list .button a span span,
	.occupation .main-contener .main-content .main #saftyplan-content .button a span span {
		font-size: 14px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area {
		float: none;
		padding-bottom: 10px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .supplement {
		margin-top: 0px;
		margin-left: 0px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area .supplement {
		float: none;
		padding-left: 0px;
		text-indent: 0px;
		margin-top: 0px;
		margin-left: 0px;
		padding-top: 10px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table {
		border-left: 1px solid #CCC;
		border-top: 1px solid #CCC;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table th,
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table td {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table th {
		text-align: center;
		font-weight: normal;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table thead th {
		background: #ececec;
		font-weight: bold;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table td {
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd .list .area table p {
		padding: 5px 10px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd p {
		padding: 0px 10px;
		margin: 0px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd p.subtitle {
		padding: 5px 10px;
		margin: 0px 0px 10px;
		border-style: none;
		background: #edf4fb;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd p.txt {
		margin-bottom: 15px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .qa dl dd p.indent-txt {
		margin-bottom: 15px;
		margin-left: 45px;
	}	
	.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list,
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list {
		width: 100%;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:nth-child(odd),
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list:nth-child(odd) {
		padding-right: 0px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:nth-child(odd) {
		border-right: none;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .info1 .area .list:nth-child(even),
	.occupation .main-contener .main-content .main #saftyplan-content .info2 .area .list:nth-child(even) {
		padding-right: 0px;
	}
	.occupation .main-contener .main-content .main #saftyplan-content .info3 {
		padding: 0px;
	}	
	.occupation .main-contener .main-content .main .tabs #medical-content .info1 dl.btn {
		text-align: left;
	}	
	.occupation .main-contener .main-content .main .tabs #medical-content .info1 dl.btn dt a {
		max-width: 100%;
		font-size: 2.8vw;
	}	
	.occupation .main-contener .main-content .main .tabs #medical-content .info1 dl.btn dt a span {
		float: none;
		margin-top: 0px;
		margin-left: 0px;
		padding-right: 40px;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info1 {
		text-align: left;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info2 {
		display: block;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info2 .area {
		width: 100%;
		max-width: 100%;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info3,
	.occupation .main-contener .main-content .main .tabs #medical-content .info4 {
		display: block;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area {
		width: 100%;
		padding: 7px 2% 20px 2%;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area h2 {
		font-size: 18px;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area .box {
		padding: 30px 2% 20px 2%;
		margin: 0;
		min-height: auto;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area {
		max-width: 100%;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area p a,
	.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area p a {
		display: block;
		font-size: 17px;
		padding: 5px 1% 5px 40px;
	}
	.occupation .main-contener .main-content .main .tabs #medical-content .info3 .area p a img,
	.occupation .main-contener .main-content .main .tabs #medical-content .info4 .area p a img {
		width: 40px;
		position: absolute;
		top: -10px;
		left: 5px;
	}
}
@media (max-width: 768px) {
	.occupation .main-contener .main-content .aside {
		position:fixed;
		top: 70px;
		left: 0;
	}
}
