@charset "UTF-8";
/*!
	Site Name: MAMORU
	Description: layout settings
	Version: 1.0.0
	Author: Keita Mori
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:500,700,400);
@font-face {
  font-family: 'mamoru-icon';
  src: url("../fonts/mamoru-icon.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/mamoru-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/mamoru-icon.woff") format("woff"), url("../fonts/mamoru-icon.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/* ----------------------------------------------------------------------------
    RESET
---------------------------------------------------------------------------- */
/* HTML5 display definitions */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* The root element */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Sections */
body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  font-weight: bold;
}

/* Grouping content */
p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* Text-level semantics */
a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

em {
  /*bringing italics back to the em element*/
  font-style: italic;
}

/* Embedded content */
img {
  border: 0;
  vertical-align: middle;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}

caption {
  padding: 0;
  text-align: left;
  /*coordinated marking to match cell's padding*/
  margin-bottom: .5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: center;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
  outline: none;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  background-color: inherit;
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ----------------------------------------------------------------------------
    BASE
---------------------------------------------------------------------------- */
body {
  font-size: 14px;
  color: #000;
  font-family: 'Roboto','Droid Sans' ,Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fff;
  overflow: hidden;
  line-height: 1.57;
}

p {
  line-height: 1.77;
}

/* IE footer space */
/* link setting */
a {
  color: #191970;
  outline: none;
  text-decoration: underline;
}
a:visited {
  color: #191970;
  text-decoration: underline;
}
a:hover {
  color: #22229a;
  text-decoration: none;
}
a:active {
  color: #191970;
}

/* ----------------------------------------------------------------------------
    ASSETS
---------------------------------------------------------------------------- */
/* clearfix */
.clearfix:after {
  /*for modern browser*/
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-table;
  /*\*/
  display: block;
  /**/
}

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

img {
  display: none;
}

/* ----------------------------------------------------------------------------
    Frame
---------------------------------------------------------------------------- */
/* =Responsive
-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
    Column Modules
---------------------------------------------------------------------------- */
.one_col, .two_col, .three_col, .four_col, .five_col, .seven_col {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 0;
}
.one_col:after, .two_col:after, .three_col:after, .four_col:after, .five_col:after, .seven_col:after {
  content: "";
  clear: both;
  display: block;
}
.one_col .btn, .two_col .btn, .three_col .btn, .four_col .btn, .five_col .btn, .seven_col .btn {
  clear: both;
  margin: 0 auto 54px auto;
}

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

.col_title {
  width: 1120px;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #191970;
  position: relative;
  padding: 0 0 20px 0;
  margin: 30px 0 36px;
}
.col_title .small {
  font-size: 15px;
  line-height: 21px;
  display: block;
}
.col_title:after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #2b91d9;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.col_title.no_ul {
  padding-bottom: 0;
}
.col_title.no_ul:after {
  content: none;
}
.col_title.arrow a {
  text-decoration: underline;
  color: #191970;
}
.col_title.arrow a:hover {
  text-decoration: none;
  color: #191970;
}
.col_title.arrow:before {
  font-size: 64px;
  margin-top: -32px;
}

.sub_title {
  font-size: 24px;
  line-height: 1.2;
  color: #191970;
  font-weight: normal;
  text-align: center;
  margin: 6px 0 28px;
}
.sub_title.u_line {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 36px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.sub_title.u_line:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #1E90FF;
  bottom: 0;
  left: 0;
}

.shoulder {
  font-size: 18px;
  color: #191970;
  text-align: center;
  margin-top: 30px;
}

.col_item {
  font-size: 15px;
  margin-bottom: 30px;
  float: left;
}
.col_item .fill {
  display: inline-block;
  width: 160px;
  background-color: #b7dbff;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  padding: 64px 0;
}
.col_item .small {
  font-size: 12px;
}

.one_col .col_item {
  width: 1120px;
  float: none;
}

.two_col .col_item {
  width: 550px;
  margin-right: 20px;
}
.two_col .col_item:nth-child(2n) {
  margin-right: 0;
}

.three_col .col_item {
  width: 340px;
  margin-left: 20px;
  margin-right: 20px;
}
.three_col .col_item:nth-child(3n) {
  margin-right: 0;
}
.three_col .w930 .col_item {
  width: 270px;
}

.four_col .col_item {
  width: 265px;
  margin-right: 20px;
}
.four_col .col_item:nth-child(4n) {
  margin-right: 0;
}
.four_col .w930 .col_item {
  width: 216px;
}

.five_col .col_item {
  width: 208px;
  margin-right: 20px;
}
.five_col .col_item:nth-child(5n) {
  margin-right: 0;
}

.six_col .col_item {
  width: 165px;
  margin-right: 10px;
}
.six_col .col_item:nth-child(6n) {
  margin-right: 0;
}

.seven_col .col_item {
  width: 150px;
  margin-right: 10px;
}
.seven_col .col_item:nth-child(7n) {
  margin-right: 0;
}

.center_col {
  text-align: center;
}
.center_col .col_item {
  text-align: left;
  float: none;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.is_bg {
  position: relative;
  background-color: #f5f8fa;
  overflow: hidden;
  z-index: 0;
}

.bg_shadow {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 76, 76, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 76, 76, 0.1);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 76, 76, 0.1);
}

.bg {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0.15;
  bottom: 0;
}
.bg img {
  width: 100%;
}

.col_table {
  display: table;
}
.col_table .col_item {
  display: table-cell;
  float: none;
}

/* ----------------------------------------------------------------------------
    Common
---------------------------------------------------------------------------- */
body {
  border-top: 5px solid #1E90FF;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 15px;
}

.sp {
  display: none;
}

.fade_in {
  opacity: 0;
}
.fade_in.show {
  opacity: 1;
  animation-duration: 0.6s;
  animation-name: fade-in;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fade-in;
}

.contents {
  overflow: hidden;
}

#all_wrapper img {
  max-width: 100%;
  display: inline;
}

/*  arrow --------------------------------------------------------*/
.arrow {
  position: relative;
  padding-left: 18px;
}
.arrow a {
  text-decoration: none;
  color: #333;
}
.arrow a:visited, .arrow a:active {
  color: #333;
}
.arrow a:hover {
  text-decoration: underline;
}
.arrow a:hover:before {
  text-decoration: none;
}
.arrow:before {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  content: '\e617';
  font-size: 20px;
  color: #1E90FF;
  top: 50%;
  left: 0;
  margin-top: -10px;
  line-height: 1;
  text-decoration: none !important;
}

.arrow2 {
  padding-left: 32px;
}
.arrow2:before {
  content: '\e618';
  font-size: 42px;
  margin-top: -21px;
  text-decoration: none !important;
}

a.arrow, a.arrow2 {
  text-decoration: none;
}
a.arrow:hover, a.arrow2:hover {
  text-decoration: underline;
}
a.arrow:hover:before, a.arrow:before:hover, a.arrow2:hover:before, a.arrow2:before:hover {
  text-decoration: none !important;
}

.home {
  position: relative;
  padding-left: 28px;
}
.home a {
  text-decoration: none;
  color: #333;
}
.home a:visited, .home a:active {
  color: #333;
}
.home a:hover {
  text-decoration: underline;
}
.home:before {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  content: '\e608';
  font-size: 36px;
  color: #1E90FF;
  top: 50%;
  left: 0;
  margin-top: -20px;
  line-height: 1;
}

/*  btn --------------------------------------------------------*/
.btn {
  position: relative;
}
.btn a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  background: #191970;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-image: linear-gradient(to bottom, #191970 0%, #202091 100%);
  background-image: -moz-linear-gradient(top, #191970 0%, #202091 100%);
  background-image: -webkit-linear-gradient(top, #191970 0%, #202091 100%);
  background-image: -ms-linear-gradient(top, #191970 0%, #202091 100%);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  animation-duration: 0.5s;
  animation-name: btn-fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-in;
  opacity: 1;
}
.btn a:hover {
  animation-duration: 0.5s;
  animation-name: btn-fade-out;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-out;
  opacity: 0.7;
}
.btn a span {
  display: block;
  margin: 20px 72px;
  position: relative;
}
.btn a span:before {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  font-weight: normal;
  content: '\e617';
  font-size: 28px;
  top: 50%;
  left: -24px;
  margin-top: -14px;
  line-height: 1;
  text-align: left;
}
.btn a span.mail:before {
  content: '\e605';
  font-size: 36px;
  margin-top: -19px;
  left: -36px;
}
.btn a span.material:before {
  content: '\e600';
  font-size: 26px;
  margin-top: -14px;
  left: -30px;
}
.btn a span.return:before {
  content: '\e609';
}
.btn.orange a {
  background: #ff9100;
  background-image: linear-gradient(to bottom, #ff9100 0%, #ffa329 100%);
  background-image: -moz-linear-gradient(top, #ff9100 0%, #ffa329 100%);
  background-image: -webkit-linear-gradient(top, #ff9100 0%, #ffa329 100%);
  background-image: -ms-linear-gradient(top, #ff9100 0%, #ffa329 100%);
}
.btn.blue a {
  background: #1E90FF;
  background-image: linear-gradient(to bottom, #1e90ff 0%, #47a4ff 100%);
  background-image: -moz-linear-gradient(top, #1E90FF 0%, #47a4ff 100%);
  background-image: -webkit-linear-gradient(top, #1E90FF 0%, #47a4ff 100%);
  background-image: -ms-linear-gradient(top, #1E90FF 0%, #47a4ff 100%);
}
.btn a.plane {
  display: block;
  background-image: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 12px 0 12px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.btn a.plane span {
  display: inline-block;
  margin: 0;
}
.btn a.plane span:before {
  font-size: 24px;
  left: -20px;
  margin-top: -12px;
}
.btn .starburst {
  position: absolute;
  top: -18px;
  left: -50px;
}
.btn .starburst .inner, .btn .starburst .inner div {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #e68300;
}
.btn .starburst .inner {
  font-size: 15px;
  line-height: 18px;
  -webkit-transform: rotate(-75deg);
  -moz-transform: rotate(-75deg);
  rotation: -75deg;
}
.btn .starburst .inner div {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
}
.btn .starburst .inner div.table {
  display: table;
}
.btn .starburst .inner div span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.btn .starburst .inner div span:before {
  content: none;
}

.btn_twoline .btn .plane {
  display: table;
  padding-left: 0px;
  text-align: center;
  width: 100%;
}
.btn_twoline .btn .plane span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  height: 36px;
  position: relative;
}
.btn_twoline .btn .plane span:before {
  left: 6px;
  top: 18px;
  position: absolute;
}

/*  search --------------------------------------------------------*/
.search {
  width: 205px;
}

.search form {
  vertical-align: baseline;
  position: relative;
}

.search input[type="text"] {
  width: 154px;
  position: absolute;
  font-size: 13px;
  padding: 1px 44px 1px 12px;
  border: 1px solid #ccc;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  line-height: 20px;
  height: 31px;
  z-index: 0;
  top: 0;
}

.search input[type="submit"] {
  width: 32px;
  position: absolute;
  color: #ccc;
  background: #fff;
  border: none;
  padding: 0;
  line-height: 24px;
  font-size: 40px;
  top: 6px;
  right: 0;
  z-index: 1;
}

/*  contact --------------------------------------------------------*/
.contact .contact_tel .phone {
  font-size: 32px;
  position: relative;
  font-weight: bold;
  padding-left: 42px;
  line-height: 1;
  display: inline;
}
.contact .contact_tel .phone a {
  text-decoration: none;
  color: #1E90FF;
}
.contact .contact_tel .phone:before {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  font-weight: normal;
  color: #1E90FF;
  content: '\e606';
  font-size: 36px;
  top: 50%;
  left: 0;
  margin-top: -19px;
  line-height: 1;
}
.contact .contact_tel .phone[title="0800-813-0398"]:before, .contact .contact_tel .phone[title="0800-813-0399"]:before, .contact .contact_tel .phone[title="0800-813-0400"]:before, .contact .contact_tel .phone[title="0800-813-0401"]:before, .contact .contact_tel .phone[title="0800-813-0402"]:before {
  content: '\e902';
}
.contact .contact_tel .phone .time {
  font-size: 13px;
  line-height: 1;
}

/*  バナーエリア --------------------------------------------------------*/
.banner_area {
  background-image: linear-gradient(to bottom, #f6f9f9 0%, #f2f6f7 100%);
  background-image: -moz-linear-gradient(top, #f6f9f9 0%, #f2f6f7 100%);
  background-image: -webkit-linear-gradient(top, #f6f9f9 0%, #f2f6f7 100%);
  background-image: -ms-linear-gradient(top, #f6f9f9 0%, #f2f6f7 100%);
  box-shadow: inset 0.5px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0.5px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0.5px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.banner_area .col_item {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
    header
---------------------------------------------------------------------------- */
#header {
  animation-duration: 0.6s;
  animation-name: fade-in;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fade-in;
  border-bottom: #deebee 1px solid;
  height: 256px;
  color: #4c4c4c;
  /*  #header_upper --------------------------------------------------------*/
  /*  #header_bottom --------------------------------------------------------*/
}
#header .arrow:before {
  color: #191970;
}
#header #header_upper {
  width: 1120px;
  margin: 5px auto 10px auto;
  height: 150px;
}
#header #header_upper .left {
  position: relative;
}
#header #header_logo {
  position: absolute;
  top: 6px;
  left: 0;
}
#header #header_logo_side {
  margin: 24px 0 0 208px;
}
#header #header_logo_side h1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #4c4c4c;
  margin: 0 0 18px 3px;
}
#header .utility {
  margin: 0 0 12px;
}
#header .utility li {
  float: right;
  margin: 0 0 0 12px;
  padding-top: 20px;
}
#header .utility li.arrow:before {
  margin-top: -1px;
}
#header .utility li.request {
  background: url(../img/header/character_s.png) no-repeat right bottom;
  padding-right: 54px;
}
#header .contact {
  clear: both;
}
#header .contact .contact_tel, #header .contact .contact_btn {
  text-align: right;
  float: right;
}
#header .contact .contact_btn {
  margin: 0 0 0 20px;
}
#header .contact .contact_btn .btn a {
  font-size: 15px;
  margin: 0 0 8px;
}
#header .contact .contact_btn .btn a span {
  margin: 16px 24px 16px 48px;
}
#header .contact .contact_btn .btn a span.mail:before {
  font-size: 32px;
  margin-top: -17px;
  left: -32px;
}
#header #header_bottom {
  border-top: #dae1e6 1px solid;
  border-bottom: #c0ccce 1px solid;
  background: #fff;
  position: relative;
  width: 100%;
  height: 94px;
}
#header #header_bottom #global_nav {
  width: 1120px;
  margin: 0 auto;
  border-left: #dae1e6 1px solid;
}
#header #header_bottom #global_nav .small {
  font-size: 11px;
}
#header #header_bottom #global_nav li {
  float: left;
  border-right: #dae1e6 1px solid;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}
#header #header_bottom #global_nav li:first-child a {
  width: 137px;
}
#header #header_bottom #global_nav li a {
  display: block;
  width: 139px;
  height: 32px;
  padding: 50px 0 12px 0;
  text-decoration: none;
  position: relative;
}
#header #header_bottom #global_nav li a.gnav {
  color: #00002d;
  animation-duration: 0.2s;
  animation-name: gnav-out;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: gnav-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: gnav-out;
}
#header #header_bottom #global_nav li a.single {
  height: 16px;
  padding-top: 58px;
  padding-bottom: 20px;
}
#header #header_bottom #global_nav li a:before {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  font-weight: normal;
  content: '\e60b';
  font-size: 40px;
  color: #1E90FF;
  width: 100%;
  text-align: center;
  top: 10px;
  left: 0;
  line-height: 1;
}
#header #header_bottom #global_nav li a:hover {
  animation-duration: 0.2s;
  animation-name: gnav-over;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: gnav-over;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: gnav-over;
  background-color: #e5f3ff;
}
#header #header_bottom #global_nav li a.active {
  animation-name: none;
  -moz-animation-name: none;
  -webkit-animation-name: none;
  background-color: #e5f3ff;
}
#header #header_bottom #global_nav li a.orange {
  animation-duration: 0.2s;
  animation-name: gnav-out-orange;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: gnav-out-orange;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: gnav-out-orange;
}
#header #header_bottom #global_nav li a.orange:before {
  color: #ff9100;
}
#header #header_bottom #global_nav li a.orange:hover {
  animation-duration: 0.2s;
  animation-name: gnav-over-orange;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: gnav-over-orange;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: gnav-over-orange;
  background-color: #fff6e7;
}
#header #header_bottom #global_nav li a.orange.active {
  background-color: #fff6e7;
}
#header #header_bottom #global_nav li a.is_sub.active {
  height: 34px;
}
#header #header_bottom #global_nav li a.is_sub.active:after, #header #header_bottom #global_nav li a.is_sub:hover:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-top: 16px solid #e5f3ff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 1000;
}
#header #header_bottom #global_nav li#global_kimitsu a:before {
  content: '\e60b';
}
#header #header_bottom #global_nav li#global_hokan a:before {
  content: '\e60c';
}
#header #header_bottom #global_nav li#global_denshi a:before {
  content: '\e60d';
}
#header #header_bottom #global_nav li#global_gyoumu a:before {
  content: '\e60e';
}
#header #header_bottom #global_nav li#global_office a:before {
  content: '\e60f';
}
#header #header_bottom #global_nav li#global_tsuyomi a:before {
  content: '\e610';
}
#header #header_bottom #global_nav li#global_jirei a:before {
  content: '\e611';
}
#header #header_bottom #global_nav li#global_kadai a:before {
  content: '\e612';
}
#header #header_bottom #global_nav li .sub {
  display: none;
  opacity: 0;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 96px;
  background: #191970;
  animation-duration: 0.2s;
  animation-name: subnav-out;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: subnav-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: subnav-out;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4), inset 0.5px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4), inset 0.5px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4), inset 0.5px 1px 5px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
  padding-top: 16px;
  font-size: 14px;
}
#header #header_bottom #global_nav li .sub .sub_inner {
  width: 1120px;
  margin: 0 auto;
}
#header #header_bottom #global_nav li .sub li {
  float: left;
  border-right: none;
}
#header #header_bottom #global_nav li .sub li a {
  width: 224px;
  height: auto;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin: 16px 0;
  background: #191970;
  position: relative;
  opacity: 1;
  animation-duration: 0.2s;
  animation-name: subnav-fade-in;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: subnav-fade-in;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: subnav-fade-in;
}
#header #header_bottom #global_nav li .sub li a img {
  display: block;
  margin: 0 auto 12px auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#header #header_bottom #global_nav li .sub li a:hover {
  background: #191970;
  opacity: 0.8;
  animation-duration: 0.2s;
  animation-name: subnav-fade-out;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: subnav-fade-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: subnav-fade-out;
}
#header #header_bottom #global_nav li .sub li a:after {
  content: "";
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: #3d3d87 1px solid;
  position: absolute;
  height: 100%;
  width: 0px;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
}
#header #header_bottom #global_nav li .sub li a:before {
  content: none !important;
}
#header #header_bottom #global_nav li .sub li:first-child a:before {
  content: "" !important;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: #3d3d87 1px solid;
  position: absolute;
  height: 100%;
  width: 0px;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
#header #header_bottom #global_nav li .sub li:last-child a {
  border: 0;
}
#header #header_bottom #global_nav li:hover .sub {
  animation-duration: 0.2s;
  animation-name: subnav-in;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: subnav-in;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: subnav-in;
  opacity: 1;
  display: block;
}
#header #header_bottom #global_nav li#global_kimitsu li a {
  width: 186px;
}
#header #header_bottom.show {
  position: fixed;
  opacity: 1;
  top: 0px;
  z-index: 9999;
  animation-duration: 0.2s;
  animation-name: gnav-scroll-in;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: gnav-scroll-in;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: gnav-scroll-in;
}
#header #header_bottom.show.hide {
  position: fixed;
  opacity: 0;
  top: -94px;
  z-index: 9999;
  animation-duration: 0.2s;
  animation-name: gnav-scroll-out;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: gnav-scroll-out;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: gnav-scroll-out;
}

/* ----------------------------------------------------------------------------
    下部問い合わせエリア
---------------------------------------------------------------------------- */
#contact_area, #contact_box, .contact_area {
  text-align: center;
}
#contact_area .col_title, #contact_box .col_title, .contact_area .col_title {
  margin-bottom: 12px;
}
#contact_area .col_title:after, #contact_box .col_title:after, .contact_area .col_title:after {
  content: "";
  width: 0;
  height: 0;
}
#contact_area .contact_tel .phone, #contact_box .contact_tel .phone, .contact_area .contact_tel .phone {
  font-size: 46px;
  line-height: 1;
  padding-left: 64px;
}
#contact_area .contact_tel .phone:before, #contact_box .contact_tel .phone:before, .contact_area .contact_tel .phone:before {
  font-size: 56px;
  margin-top: -28px;
}
#contact_area .contact_tel .time, #contact_box .contact_tel .time, .contact_area .contact_tel .time {
  color: #1E90FF;
  font-size: 20px;
  margin: 12px 0;
}
#contact_area .contact_btn .btn, #contact_box .contact_btn .btn, .contact_area .contact_btn .btn {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
#contact_area .contact_btn .btn a, #contact_box .contact_btn .btn a, .contact_area .contact_btn .btn a {
  width: 350px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
}
#contact_area .contact_btn .btn span, #contact_box .contact_btn .btn span, .contact_area .contact_btn .btn span {
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-block;
}
#contact_area .contact_btn .btn span.mail, #contact_box .contact_btn .btn span.mail, .contact_area .contact_btn .btn span.mail {
  margin-left: 60px;
  margin-right: 30px;
}

/* ----------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------- */
/*  #bottom_banner --------------------------------------------------------*/
#bottom_banner {
  background: #f0f2f5;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 30px 0 40px;
}

/*  #to_pagetop --------------------------------------------------------*/
#to_pagetop {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
#to_pagetop a {
  display: block;
  font-size: 12px;
  background: #191970;
  text-align: center;
  padding: 30px 15px 10px 15px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: -30px;
  animation-duration: 0.5s;
  animation-name: btn-fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-in;
  opacity: 1;
}
#to_pagetop a:hover {
  animation-duration: 0.5s;
  animation-name: btn-fade-out;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-out;
  opacity: 0.7;
}
#to_pagetop a span {
  width: 100%;
  position: relative;
}
#to_pagetop a span:before {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  content: '\e619';
  font-size: 32px;
  color: #fff;
  top: -30px;
  left: 0px;

  width: 100%;
  line-height: 1;
}

/*  #footer_company --------------------------------------------------------*/
#footer_company {
  border-bottom: 1px solid #d9d9d9;
}
#footer_company .three_col {
  padding: 0;
}
#footer_company .col_item {
  width: 314px;
  padding: 30px;
  border-right: 1px solid #d9d9d9;
}
#footer_company .col_item:first-child {
  width: 313px;
  border-left: 1px solid #d9d9d9;
}
#footer_company .col_item h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
#footer_company .col_item h3 a {
  cursor: default;
  color: #191970;
  text-decoration: none;
}

/*  #footer_bottom --------------------------------------------------------*/
#footer_bottom {
  background-color: #edf5fa;
  box-shadow: inset 1px 1px 2px 0px rgba(35, 74, 93, 0.2);
  -moz-box-shadow: inset 1px 1px 2px 0px rgba(35, 74, 93, 0.2);
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(35, 74, 93, 0.2);
}

#footer_inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}

#footer_sitemap {
  width: 750px;
  padding-bottom: 24px;
}
#footer_sitemap .col_item {
  width: 236px;
  margin-left: -8px;
}
#footer_sitemap .col_item .arrow, #footer_sitemap .col_item .home {
  color: #565657;
  line-height: 26px;
  padding-left: 32px;
}
#footer_sitemap .col_item .arrow:before {
  font-size: 22px;
  margin-top: -11px;
  left: 10px;
}
#footer_sitemap .col_item .home {
  margin-bottom: 8px;
}
#footer_sitemap .col_item .none_home {
  margin-top: 30px;
}
#footer_sitemap .search {
  margin-top: 16px;
  margin-left: 12px;
}

#copyright {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  color: #40404c;
  width: 280px;
  margin-top: 24px;
}

#footer_marks {
  display: inline-block;
  float: right;
  width: 420px;
  margin-right: 42px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#footer_contact {
  width: 373px;
  height: 100%;
  right: 1px;
  top: 1px;
  z-index: 0;
  position: absolute;
  background: #fff;
  text-align: center;
}
#footer_contact #footer_logo {
  margin-top: 28px;
  margin-bottom: 6px;
}
#footer_contact #footer_logo img {
  width: 160px;
}
#footer_contact .sub a {
  color: #1E90FF;
  font-size: 18px;
  text-decoration: none;
}
#footer_contact .time {
  color: #1E90FF;
  font-size: 14px;
  text-decoration: none;
}
#footer_contact .contact_btn .btn {
  margin: 16px auto 10px auto;
  display: block;
  float: none;
}
#footer_contact .contact_btn .btn a {
  font-size: 16px;
}
#footer_contact .contact_btn .btn a span {
  margin: 16px 24px 16px 48px;
}
#footer_contact .contact_btn .btn a span.mail:before {
  font-size: 32px;
  margin-top: -16px;
  left: -31px;
}
#footer_contact .contact_btn .arrow {
  display: inline-block;
}
#footer_contact .contact_btn .arrow a {
  font-size: 16px;
  color: #191970;
}

 /* ----------------------------------------------------------------------------
    single_news
---------------------------------------------------------------------------- */
#single_news .tag, #single_news .date {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
}
#single_news .tag {
  background: #daf0ff;
  color: #1E90FF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px 14px;
}
#single_news .date {
  color: #4c4c4c;
}
#single_news h2 {
  display: inline-block;
  font-weight: normal;
  color: #002249;
  width: 810px;
}
#single_news .to_index {
  display: inline-block;
  float: right;
  border-left: 1px solid #cad3d9;
  padding: 0 0 0 20px;
}

 /* ----------------------------------------------------------------------------
    col_item
---------------------------------------------------------------------------- */
/*  box_type01 --------------------------------------------------------*/
.box_type01 .col_item {
  box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.box_type01 .col_item a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  animation-duration: 0.5s;
  animation-name: btn-fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-in;
  opacity: 1;
}
.box_type01 .col_item a:hover {
  animation-duration: 0.5s;
  animation-name: btn-fade-out;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-out;
  opacity: 0.7;
}
.box_type01 .col_item .img {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.box_type01 .col_item .text {
  padding: 16px 20px 0 20px;
}
.box_type01 .col_item .text .title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #191970;
  position: relative;
  margin-bottom: 6px;
}
.box_type01 .col_item .text .title:before {
  content: " ";
  position: absolute;
  height: 20px;
  width: 4px;
  background: #191970;
  left: -20px;
  top: 2px;
}
.box_type01 .col_item .text .title .small {
  font-size: 14px;
}
.box_type01 .col_item .text .catch {
  color: #1E90FF;
  margin-bottom: 6px;
}
.box_type01 .col_item .text p {
  color: #545454;
  line-height: 1.7;
}
.box_type01 .col_item .btn {
  margin: 18px 20px 32px 20px;
}

/*  box_type02 --------------------------------------------------------*/
.box_type02 .col_item .img {
  overflow: hidden;
  margin-bottom: 16px;
}
.box_type02 .col_item .img img {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.box_type02 .col_item .text .title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #191970;
  margin-bottom: 8px;
}
.box_type02 .col_item .text .title .small {
  font-size: 14px;
}
.box_type02 .col_item .text .title strong {
  font-size: 24px;
  color: #1E90FF;
  font-weight: normal;
}
.box_type02 .col_item .text .title strong.num {
  font-size: 32px;
}
.box_type02 .col_item .text .catch {
  font-size: 14px;
  line-height: 1.57;
  color: #1E90FF;
  margin-bottom: 6px;
}
.box_type02 .col_item .text p {
  color: #545454;
  line-height: 1.7;
}
.box_type02 .col_item .btn {
  margin: 18px 0 32px 0;
}
.box_type02.is_bg .text .title {
  color: #191970;
}

/*  box_type03 --------------------------------------------------------*/
.box_type03 .col_item .img {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
}
.box_type03 .col_item .text .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #1E90FF;
  margin-bottom: 8px;
}
.box_type03 .col_item .btn {
  margin: 16px 0 48px 0;
}

/*  box_type04 --------------------------------------------------------*/
.box_type04 .col_item {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 20px;
  background: #fff;
}
.box_type04 .col_item a {
  display: block;
  border: 1px solid #1E90FF;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 20px 16px;
  text-decoration: none;
  animation-duration: 0.5s;
  animation-name: btn-fade-in2;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-in2;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-in2;
  opacity: 1;
}
.box_type04 .col_item a:hover {
  animation-duration: 0.5s;
  animation-name: btn-fade-out2;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-out2;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-out2;
  opacity: 0.9;
}
.box_type04 .col_item a:hover .more {
  text-decoration: underline;
}
.box_type04 .col_item .img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 6px solid #edf9ff;
  float: left;
  overflow: hidden;
}
.box_type04 .col_item .img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.box_type04 .col_item .text {
  margin: 10px 10px 10px 108px;
}
.box_type04 .col_item .text .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #1E90FF;
  position: relative;
  margin-bottom: 8px;
}
.box_type04 .col_item .text .body {
  font-size: 12px;
  color: #404040;
  height: 54px;
  margin-bottom: 6px;
}
.box_type04 .col_item .text .more {
  color: #404040;
  float: right;
}
.box_type04 .btn {
  margin-top: 10px;
}

/*  box_type05 --------------------------------------------------------*/
.box_type05 .col_item {
  border: 1px solid #dae1e6;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 348px;
  margin-right: 30px;
  margin-left: 0;
  background: #fff;
  overflow: hidden;
}
.box_type05 .col_item a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  animation-duration: 0.5s;
  animation-name: btn-fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-in;
  opacity: 1;
}
.box_type05 .col_item a:hover {
  animation-duration: 0.5s;
  animation-name: btn-fade-out;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-out;
  opacity: 0.7;
}
.box_type05 .col_item .img {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.box_type05 .col_item .text {
  padding: 16px 20px 0 20px;
}
.box_type05 .col_item .text .title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  color: #191970;
  position: relative;
  margin-bottom: 6px;
  text-align: center;
}
.box_type05 .col_item .text .title .small {
  font-size: 14px;
}
.box_type05 .col_item .text .catch {
  color: #1E90FF;
  margin-bottom: 6px;
  text-align: center;
  font-weight: normal;
}
.box_type05 .col_item .text p {
  color: #545454;
  line-height: 1.7;
}
.box_type05 .col_item .btn {
  margin: 18px 20px 32px 20px;
}

/*  box_type06 --------------------------------------------------------*/
.box_type06 .col_item {
  border: 1px solid #dae1e6;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  width: 358px;
  margin-right: 20px;
  margin-left: 0;
  background: #fff;
  overflow: hidden;
}
.box_type06 .col_item a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  animation-duration: 0.5s;
  animation-name: btn-fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-in;
  opacity: 1;
}
.box_type06 .col_item a:hover {
  animation-duration: 0.5s;
  animation-name: btn-fade-out;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-out;
  opacity: 0.7;
}
.box_type06 .col_item .content_title {
  padding: 12px 0 12px 40px;
  border-bottom: 5px solid #191970;
}
.box_type06 .col_item .content_title.arrow:before {
  color: #191970;
  left: 4px;
}
.box_type06 .col_item .content_title.service {
  color: #1E90FF;
}
.box_type06 .col_item .content_title.service.arrow:before {
  color: #1E90FF;
}
.box_type06 .col_item .content {
  text-align: center;
  padding: 0 1px 1px 1px;
}
.box_type06 .col_item .content img {
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
.box_type06 .col_item .content .text {
  text-align: left;
  padding: 18px 16px;
  font-size: 14px;
}

/*  box_type07 --------------------------------------------------------*/
.box_type07 .one_col {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.box_type07 .col_item {
  width: 930px;
  border: 1px solid #dae1e6;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-left: 0;
  background: #fff;
  overflow: hidden;
}
.box_type07 .col_item a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  animation-duration: 0.5s;
  animation-name: btn-fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-in;
  opacity: 1;
}
.box_type07 .col_item a:hover {
  animation-duration: 0.5s;
  animation-name: btn-fade-out;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-out;
  opacity: 0.7;
}
.box_type07 .col_item .img {
  float: left;
  width: 220px;
  padding: 12px;
}
.box_type07 .col_item .text {
  float: left;
  width: 620px;
  padding: 28px 20px 0 32px;
}
.box_type07 .col_item .text .title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #191970;
  position: relative;
  margin-bottom: 6px;
  text-align: left;
}
.box_type07 .col_item .text .title .small {
  font-size: 14px;
}
.box_type07 .col_item .text .catch {
  color: #1E90FF;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
.box_type07 .col_item .text p.description {
  color: #545454;
  line-height: 1.7;
}
.box_type07 .col_item .btn {
  margin: 32px 0 48px 0;
}

/*  box_btn --------------------------------------------------------*/
.box_btn .box_item {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  height: 84px;
  line-height: 1.2;
}
.box_btn .box_item p {
  display: table;
  width: 100%;
  height: 84px;
  line-height: 1.2;
}
.box_btn .box_item p a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
  padding-right: 16px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border: 1px solid #bbbcc0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.box_btn .box_item p a span {
  letter-spacing: -0.1em;
}
.box_btn .box_item p a:before {
  left: 8px;
}
.box_btn .box_item p a:hover {
  text-decoration: none !important;
  background-color: #e5f3ff;
}
.box_btn .box_item p a.cr {
  background-color: #e5f3ff;
  border: 2px #191970 solid;
}
.box_btn.w930 .col_item {
  width: 170px;
}

/*  news --------------------------------------------------------*/
.news {
  text-align: left;
}
.news li {
  padding: 12px 0;
  border-bottom: 1px dotted #dae1e6;
}
.news li:last-child {
  border-bottom: none;
}
.news .date, .news a .date {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
.news .title, .news a .title {
  font-weight: normal;
  color: #191970;
  line-height: 1.2;
  text-decoration: underline;
}
.news .title:hover, .news a .title:hover {
  text-decoration: none;
}

/*  flow --------------------------------------------------------*/
.flow .bg {
  opacity: 0.1;
}
.flow .col_item {
  text-align: center;
  position: relative;
  /*&:after {
  		position: absolute;
  		top: 56px;
  		right: -40px;
  		content: " ";
  		width: 0px;
  		height: 0px;
  		border-top: solid 28px transparent;
  		border-right: solid 20px transparent;
  		border-bottom: solid 28px transparent;
  		border-left: solid 20px $base_color02;					
  }*/
}
.flow .col_item:after {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  content: '\e617';
  font-size: 64px;
  color: #1E90FF;
  top: 56px;
  right: -40px;
  line-height: 1;
}
.flow .col_item:last-child:after {
  content: none;
  border: none;
}
.flow .col_item .img {
  margin-bottom: 12px;
}
.flow .col_item .text .title {
  font-size: 18px;
  line-height: 1;
  color: #191970;
  margin-bottom: 10px;
}
.flow .col_item .text .catch {
  font-size: 14px;
  line-height: 1.57;
  color: #1E90FF;
}
.flow .col_item .btn {
  padding: 0 12px;
  margin-top: 18px;
}

/*  flow_btm --------------------------------------------------------*/
.flow_btm .col_list {
  width: 480px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.flow_btm .col_item {
  width: 100%;
  display: table;
  margin: 0 0 40px 0;
  position: relative;
}
.flow_btm .col_item:after {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  content: '\e61a';
  font-size: 64px;
  color: #1E90FF;
  left: 210px;
  bottom: -46px;
  line-height: 1;
}
.flow_btm .col_item:last-child:after {
  content: none;
}
.flow_btm .col_item .img, .flow_btm .col_item .text {
  display: table-cell;
  vertical-align: middle;
}
.flow_btm .col_item .img {
  width: 100px;
}
.flow_btm .col_item .text {
  padding-left: 36px;
}
.flow_btm .col_item .text .title {
  font-size: 18px;
  color: #191970;
}

/*  pickup_type01 --------------------------------------------------------*/
.pickup_type01 .col_list {
  margin: 0 auto 24px auto;
}
.pickup_type01 .col_list .col_item .catch {
  font-size: 18px;
  color: #191970;
  font-weight: bold;
}

/*  pickup_type02 --------------------------------------------------------*/
.pickup_type02 .col_list, .pickup_type02 .one_col .col_item {
  margin: 0 auto;
}
.pickup_type02 .one_col .col_item .img {
  position: relative;
}
.pickup_type02 .one_col .col_item .img .caption {
  position: absolute;
  bottom: 0;
  width: 892px;
  padding: 28px 24px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: rgba(25, 25, 112, 0.6);
}
.pickup_type02 .two_col {
  padding: 6px 0 60px 0;
}
.pickup_type02 .col_list .col_item:first-child {
  margin-right: 30px;
}
.pickup_type02 .col_list .col_item p.text {
  margin-bottom: 0.8em;
  font-size: 16px;
  color: #545454;
}

/*  pickup_type03 --------------------------------------------------------*/
.pickup_type03 .col_item a, .pickup_type03 .pickup a {
  display: block;
  text-decoration: none;
  animation-duration: 0.5s;
  animation-name: btn-fade-in2;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-in2;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-in2;
  opacity: 1;
}
.pickup_type03 .col_item a:hover, .pickup_type03 .pickup a:hover {
  animation-duration: 0.5s;
  animation-name: btn-fade-out2;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: btn-fade-out2;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: btn-fade-out2;
  opacity: 0.9;
}
.pickup_type03 .col_item a:hover .title, .pickup_type03 .pickup a:hover .title {
  text-decoration: underline;
}
.pickup_type03 .col_item img, .pickup_type03 .pickup img {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.pickup_type03 .title {
  font-size: 18px;
  color: #191970;
}
.pickup_type03 .catch {
  font-size: 15px;
  color: #1E90FF;
  font-weight: normal;
}
.pickup_type03 .text {
  color: #545454;
}
.pickup_type03 .pickup .title {
  font-size: 24px;
}
.pickup_type03 .pickup .catch {
  font-size: 18px;
  margin-bottom: 12px;
}
.pickup_type03 .pickup .text p {
  margin-right: 20px;
}
.pickup_type03 .col_list {
  padding-bottom: 24px;
}
.pickup_type03 .col_list .col_item {
  width: 500px;
  padding-right: 30px;
  border-right: 1px solid #d9d9d9;
}
.pickup_type03 .col_list .col_item:nth-child(2n) {
  padding-left: 24px;
  border-right: 0;
}
.pickup_type03 .col_list .img {
  float: left;
}
.pickup_type03 .col_list .text {
  margin-left: 220px;
}
.pickup_type03 .col_list .title {
  margin-bottom: 8px;
}

/*  request_link --------------------------------------------------------*/
.request_link {
  border-bottom: 1px dotted #dae1e6;
}
.request_link .one_col {
  padding: 28px 0 22px;
}
.request_link .one_col .col_item {
  margin: 0 auto;
  text-align: center;
}
.request_link .one_col .col_title {
  display: inline;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 30px;
  font-size: 21px;
  font-weight: normal;
}
.request_link .one_col .col_title.arrow:before {
  font-size: 32px;
  margin-top: -16px;
}
.request_link .one_col .col_title a {
  text-decoration: none;
  padding-right: 4px;
}
.request_link .one_col .col_title a:hover {
  text-decoration: underline;
}
.request_link .one_col .col_title:after {
  content: none;
}

/*  box_arrow_btm --------------------------------------------------------*/
.box_arrow_btm {
  position: relative;
}
.box_arrow_btm:after {
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -80px;
  width: 0;
  height: 0;
  border-top: 40px solid #1E90FF;
  border-right: 80px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 80px solid transparent;
}

/*  text_block --------------------------------------------------------*/
.text_block {
  font-size: 15px;
  text-align: left;
}
.text_block p {
  margin-bottom: 24px;
}

.modal_box {
  max-width: 580px;
  padding: 36px 24px;
}
.modal_box .img {
  text-align: center;
  margin-bottom: 18px;
}
.modal_box h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #1E90FF;
  margin-bottom: 4px;
}
.modal_box h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #191970;
  margin-bottom: 24px;
}
.modal_box strong {
  font-weight: bold;
  color: #1E90FF;
}
.modal_box p {
  margin-bottom: 20px;
}
.modal_box .box {
  margin-bottom: 20px;
  min-height: 160px;
}
.modal_box .box img {
  float: left;
  margin-right: 16px;
}
.modal_box .box h4 {
  font-weight: bold;
  font-size: 18px;
  color: #191970;
}

@media screen and (max-width: 768px) {
  .modal_box {
    max-width: inherit;
    padding: 24px 12px;
  }
  .modal_box h3 {
    font-size: 15px;
  }
  .modal_box h2 {
    font-size: 18px;
  }
  .modal_box .box {
    min-height: inherit;
    margin-bottom: 24px;
  }
  .modal_box .box img {
    float: none;
    display: block;
    margin: 0 auto 6px auto;
  }
  .modal_box .box h4 {
    text-align: center;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../img/colorbox/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
}

#cboxTopRight {
  width: 21px;
}

#cboxBottomLeft {
  width: 21px;
}

#cboxBottomRight {
  width: 21px;
}

#cboxMiddleLeft {
  width: 21px;
}

#cboxMiddleRight {
  width: 21px;
}

#cboxTopCenter {
  height: 21px;
}

#cboxBottomCenter {
  height: 21px;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  border: 8px solid #1E90FF;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/colorbox/controls.png) no-repeat -25px 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  background: #1E90FF;
  color: #fff;
  padding: 8px;
  line-height: 1;
  text-decoration: none;
}
#cboxClose:before {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  content: "\e614";
  font-size: 56px;
  top: -9px;
  left: -9px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* ----------------------------------------------------------------------------
    LP
---------------------------------------------------------------------------- */
body#lp {
  min-width: 1120px;
}
body#lp #header {
  width: 1120px;
  height: 100px;
  margin: 0 auto;
}
body#lp #header #header_logo_side {
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin: 34px 0 0 14px;
}
body#lp #header #header_logo {
  position: relative;
  top: inherit;
  left: inherit;
  float: left;
  margin-top: 10px;
}
body#lp #header .utility {
  float: right;
  margin: 32px 0 0 0;
  background: #e5efff;
  padding: 0 18px 13px 0;
}
body#lp #header .utility li.arrow {
  margin-top: 0;
  padding-top: 14px;
  padding-left: 14px;
}
body#lp #header .utility li.arrow:before {
  font-size: 14px;
}
body#lp #header .contact {
  float: right;
  margin: 32px 21px 0 0;
  clear: inherit;
}
body#lp #header .contact .phone {
  font-size: 28px;
}
body#lp #header .contact .time {
  font-size: 13px;
  margin-right: 4px;
}
body#lp #header .contact .time .title {
  display: inline-block;
  color: #1e90ff;
  font-size: 11px;
  background: #e5efff;
  padding: 0px 12px;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
body#lp .sub_title {
  width: auto;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 36px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
body#lp .sub_title:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #1E90FF;
  bottom: 0;
  left: 0;
}
body#lp .sec {
  z-index: 1;
  position: relative;
}
body#lp #main_visual {
  position: relative;
  height: 330px;
  background: url("../img/lp/top_bg.jpg") no-repeat 0 0;
}
body#lp #main_visual .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/modules/cross_white.png") repeat 0 0;
  opacity: 1;
  z-index: 0;
}
body#lp #main_visual .inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  z-index: 1;
}
body#lp #main_visual .left {
  width: 587px;
}
body#lp #main_visual .right {
  width: 533px;
  background: rgba(255, 255, 255, 0.75);
}
body#lp #main_visual .right .title_area {
  padding-top: 18px;
  height: 153px;
  text-align: center;
}
body#lp #main_visual .right .title_area h3 {
  padding: 9px 50px;
  background: #258FFB;
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}
body#lp #main_visual .right .title_area h3:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 20px solid #258FFB;
  border-right: 14px solid #258FFB;
  border-bottom: 21px solid #258FFB;
  border-left: 14px solid transparent;
}
body#lp #main_visual .right .title_area h3:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 20px solid #258FFB;
  border-right: 14px solid transparent;
  border-bottom: 21px solid #258FFB;
  border-left: 14px solid #258FFB;
}
body#lp #main_visual .right .title_area h2 .name {
  display: block;
  margin-bottom: 13px;
}
body#lp #main_visual .right .icons {
  padding: 12px 5px 18px 120px;
  background-color: rgba(235, 242, 250, 0.5);
}
body#lp #main_visual .right .icons li {
  float: left;
  padding: 6px 1px;
  margin: 6px 0 0 6px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
}
body#lp #main_visual .balloon {
  position: absolute;
  bottom: -4px;
  right: 420px;
}
body#lp #lp_point {
  padding-top: 0;
}
body#lp #lp_point .img {
  margin-right: 18px;
}
body#lp #lp_point .img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
body#lp #lp_point .text {
  color: #111987;
  font-size: 14px;
  line-height: 24px;
  display: table;
  height: 110px;
}
body#lp #lp_point .text strong {
  font-size: 54px;
  font-weight: normal;
  margin-right: 4px;
}
body#lp #lp_point .text span {
  display: table-cell;
  vertical-align: middle;
}
body#lp .btn.box {
  position: relative;
}
body#lp .btn.box a {
  position: relative;
  background-color: #ff9100;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: linear-gradient(90deg, #fd8e00 0%, #ff8200 100%);
  background-image: -moz-linear-gradient(90deg, #fd8e00 0%, #ff8200 100%);
  background-image: -webkit-linear-gradient(90deg, #fd8e00 0%, #ff8200 100%);
  background-image: -ms-linear-gradient(90deg, #fd8e00 0%, #ff8200 100%);
  box-shadow: 0px 3px 0px 0px #c86d00;
  -moz-box-shadow: 0px 3px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 3px 0px 0px #c86d00;
}
body#lp .btn.box a:hover {
  top: 2px;
  box-shadow: 0px 1px 0px 0px #c86d00;
  -moz-box-shadow: 0px 1px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 1px 0px 0px #c86d00;
}
body#lp .btn.box a span {
  margin: 16px 24px 14px 56px;
}
body#lp .btn.box a.small {
  box-shadow: 0px 2px 0px 0px #c86d00;
  -moz-box-shadow: 0px 2px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 2px 0px 0px #c86d00;
}
body#lp .btn.box a.small:hover {
  top: 1px;
  box-shadow: 0px 1px 0px 0px #c86d00;
  -moz-box-shadow: 0px 1px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 1px 0px 0px #c86d00;
}
body#lp .btn.box.strong a {
  background-color: #fc6900;
  background-image: linear-gradient(90deg, #fa6700 0%, #fc5e00 100%);
  background-image: -moz-linear-gradient(90deg, #fa6700 0%, #fc5e00 100%);
  background-image: -webkit-linear-gradient(90deg, #fa6700 0%, #fc5e00 100%);
  background-image: -ms-linear-gradient(90deg, #fa6700 0%, #fc5e00 100%);
  box-shadow: 0px 4px 0px 0px #c86d00;
  -moz-box-shadow: 0px 4px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 4px 0px 0px #c86d00;
}
body#lp .btn.box.strong a:hover {
  top: 2px;
  box-shadow: 0px 2px 0px 0px #c86d00;
  -moz-box-shadow: 0px 2px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 2px 0px 0px #c86d00;
}
body#lp .btn.box.strong a.small {
  box-shadow: 0px 2px 0px 0px #c86d00;
  -moz-box-shadow: 0px 2px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 2px 0px 0px #c86d00;
}
body#lp .btn.box.strong a.small:hover {
  top: 1px;
  box-shadow: 0px 1px 0px 0px #c86d00;
  -moz-box-shadow: 0px 1px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 1px 0px 0px #c86d00;
}
body#lp .btn.box.strong a.middle {
  box-shadow: 0px 3px 0px 0px #c86d00;
  -moz-box-shadow: 0px 3px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 3px 0px 0px #c86d00;
}
body#lp .btn.box.strong a.middle:hover {
  top: 2px;
  box-shadow: 0px 1px 0px 0px #c86d00;
  -moz-box-shadow: 0px 1px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 1px 0px 0px #c86d00;
}
body#lp #lp_contact01 {
  margin-top: 10px;
  top: -11px;
}
body#lp .lp_contact {
  background: #e6f0fa;
  text-align: center;
  height: 390px;
}
body#lp .lp_contact .bg {
  opacity: 1;
  width: auto;
  height: 100%;
  right: 0;
}
body#lp .lp_contact .contact {
  margin-top: 56px;
  display: inline-block;
}
body#lp .lp_contact .contact_tel {
  text-align: right;
  margin-right: 32px;
}
body#lp .lp_contact .contact_tel .time {
  padding-right: 4px;
}
body#lp .lp_contact .campaign {
  position: relative;
  display: block;
  width: 930px;
  height: 120px;
  padding: 36px 0;
  margin: 20px auto 0px auto;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background: url("../img/lp/contact_bg_photo.jpg") #fff no-repeat right bottom;
}
body#lp .lp_contact .campaign .btn.box a {
  font-size: 28px;
  background-color: #fc6900;
  background-image: linear-gradient(90deg, #fa6700 0%, #fc5e00 100%);
  background-image: -moz-linear-gradient(90deg, #fa6700 0%, #fc5e00 100%);
  background-image: -webkit-linear-gradient(90deg, #fa6700 0%, #fc5e00 100%);
  background-image: -ms-linear-gradient(90deg, #fa6700 0%, #fc5e00 100%);
  box-shadow: 0px 4px 0px 0px #c86d00;
  -moz-box-shadow: 0px 4px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 4px 0px 0px #c86d00;
}
body#lp .lp_contact .campaign .btn.box a:hover {
  top: 2px;
  box-shadow: 0px 2px 0px 0px #c86d00;
  -moz-box-shadow: 0px 2px 0px 0px #c86d00;
  -webkit-box-shadow: 0px 2px 0px 0px #c86d00;
}
body#lp .lp_contact .campaign .btn.box a span {
  margin: 20px 50px 16px 72px;
}
body#lp .lp_contact .campaign .text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 24px;
}
body#lp .lp_contact .campaign .text strong {
  font-size: 18px;
  color: #111987;
  font-weight: bold;
  display: block;
}
body#lp .lp_contact .campaign .badge {
  position: absolute;
  left: 0;
  top: -48px;
}
body#lp .lp_flow .col_item {
  width: 184px;
  margin-right: 50px;
}
body#lp .lp_flow .col_item:after {
  font-size: 55px;
  color: #ff9100;
  top: 72px;
  right: -54px;
}
body#lp .lp_flow .col_item:last-child {
  margin-right: 0;
}
body#lp .lp_flow .col_item .img {
  margin-bottom: 20px;
}
body#lp .lp_flow .col_item .text {
  background: #fff;
  line-height: 1;
  position: relative;
  text-align: center;
  padding: 12px 0;
  margin: 0 24px;
}
body#lp .lp_flow .col_item .text .title {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
body#lp .lp_flow .col_item .text:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 8px solid #fff;
  border-bottom: 20px solid #fff;
  border-left: 8px solid transparent;
}
body#lp .lp_flow .col_item .text:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 8px solid #fff;
}
body#lp .material_ico {
  background: url("../img/lp/ico_material.png") no-repeat 0 50%;
  padding-left: 96px;
}
body#lp #lp_slide_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  top: 0;
  z-index: 0;
}
body#lp #lp_slide_area.fixed {
  position: fixed;
}
body#lp #lp_slide_area .top_area {
  position: relative;
  z-index: 1;
  text-align: center;
}
body#lp #lp_slide_area .top_area .nav {
  display: inline-block;
  float: right;
  margin-right: 20px;
}
body#lp #lp_slide_area .top_area .nav li {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #b3b3d0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 0 20px;
}
body#lp #lp_slide_area .top_area .nav li.cr {
  background: #191970;
}
body#lp #lp_slide_area .title_area {
  text-shadow: 0px 0px 4px #fff;
}
body#lp #lp_slide_area .title_area .col_title {
  width: 100%;
  margin-bottom: 20px;
}
body#lp #lp_slide_area .title_area .text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
body#lp #lp_slide_area .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e6f0fa;
}
body#lp #lp_slide_area .slide_contents {
  position: absolute;
  width: 100%;
  height: 105%;
  top: 0;
  left: 0;
}
body#lp #lp_slide_area .slide_contents .slide_title {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
body#lp #lp_slide_area .slide_contents .slide.show .slide_title {
  opacity: 1;
}
body#lp #lp_slide_area .slide_contents h4 span {
  display: inline-block;
  background: #191970;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  padding: 20px 28px;
  margin-bottom: 20px;
}
body#lp #lp_slide_area .slide_contents h5 span {
  display: inline-block;
  background: #1E90FF;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  padding: 8px 28px;
  margin-bottom: 2px;
}
body#lp #lp_slide_area .slide_contents #slide01 .slide_title {
  text-align: right;
  top: 200px;
  right: 90px;
}
body#lp #lp_slide_area .slide_contents #slide02 .slide_title {
  text-align: left;
  top: 200px;
  left: 50px;
}
body#lp #lp_slide_area .slide_contents #slide03 .slide_title {
  text-align: left;
  top: 200px;
  left: 50px;
}
body#lp #lp_slide_area .slide_contents #slide04 .slide_title {
  text-align: left;
  top: 200px;
  left: 50px;
}
body#lp #lp_slide_area .slide_contents #slide05 .slide_title {
  text-align: left;
  top: 200px;
  left: 50px;
}
body#lp #lp_flow {
  background: #e6f0fa;
  padding-top: 60px;
  padding-bottom: 150px;
}
body#lp #lp_flow .title_area {
  text-align: center;
}
body#lp #lp_flow .lp_flow {
  padding-top: 0;
  margin-bottom: 10px;
}
body#lp #lp_flow .five_col .col_item {
  margin-bottom: 0px;
}
body#lp #lp_flow .balloon {
  background: #191970;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 700px;
  margin: 0 auto;
  position: relative;
}
body#lp #lp_flow .balloon:after {
  content: " ";
  position: absolute;
  top: -12px;
  left: 364px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #191970;
  border-left: 6px solid transparent;
}
body#lp #lp_flow .balloon .movie {
  position: absolute;
  bottom: -60px;
  right: -140px;
}
body#lp #lp_flow .balloon .movie a:hover {
  opacity: 0.8;
}
body#lp #lp_problem {
  padding-top: 60px;
  position: relative;
  z-index: 1;
  text-align: center;
}
body#lp #lp_problem .inner {
  height: 460px;
  padding-top: 18px;
  width: 100%;
  background: url("../img/lp/problem_bg.png") no-repeat center top;
  position: relative;
}
body#lp #lp_problem .inner .balloon {
  display: inline-block;
  position: relative;
}
body#lp #lp_problem .inner .balloon_box {
  height: 155px;
}
body#lp #lp_problem .inner .balloon_box.box01 .balloon {
  margin: 0 12px;
}
body#lp #lp_problem .inner .balloon_box.box01 .balloon:after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 126px;
  width: 0;
  height: 0;
  border-top: 8px solid #363636;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
}
body#lp #lp_problem .inner .balloon_box.box02 .balloon {
  margin: 0 293px;
}
body#lp #lp_problem .inner .balloon_box.box02 .balloon:after {
  content: " ";
  position: absolute;
  top: 63px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #ffe500;
}
body#lp #lp_problem .inner .balloon_box.box02 .balloon:first-child {
  margin-left: 0;
}
body#lp #lp_problem .inner .balloon_box.box02 .balloon:last-child {
  margin-right: 0;
}
body#lp #lp_problem .inner .balloon_box.box03 .balloon {
  margin: 0 145px;
}
body#lp #lp_problem .inner .balloon_box.box03 .balloon:after {
  content: " ";
  position: absolute;
  top: 63px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #363636;
}
body#lp #lp_problem .inner .balloon_box #problem01:after {
  border-top: 8px solid #ffe500;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
}
body#lp #lp_problem .inner .balloon_box #problem03:after {
  right: inherit;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 8px solid #ffe500;
  border-bottom: 10px solid transparent;
  border-left: 0 solid transparent;
}
body#lp #lp_problem .inner .balloon_box #problem04:after {
  right: inherit;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 8px solid #363636;
  border-bottom: 10px solid transparent;
  border-left: 0 solid transparent;
}
body#lp #lp_problem .arrow {
  padding-left: 0;
  margin-top: -25px;
}
body#lp #lp_problem .box {
  position: relative;
  background: #191970;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 700px;
  margin: 12px auto 60px auto;
}
body#lp #lp_problem .box .character {
  position: absolute;
  top: -16px;
  right: -60px;
}
body#lp #lp_case {
  background: #e6f0fa;
  padding-bottom: 30px;
  border-bottom: 1px solid #b6c6d4;
}
body#lp #lp_case .title_area {
  padding-top: 60px;
  text-align: center;
}
body#lp #lp_case .two_col .col_item {
  position: relative;
  width: 540px;
  height: 280px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
body#lp #lp_case .two_col .col_item:after {
  position: absolute;
  content: " ";
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 3px solid #e6f0fa;
  border-bottom: 14px solid #e6f0fa;
  border-left: 9px solid #d5d5d5;
}
body#lp #lp_case .two_col .col_item .img {
  float: left;
}
body#lp #lp_case .two_col .col_item .text {
  padding: 24px 18px 24px 12px;
  color: #545454;
  font-size: 13px;
}
body#lp #lp_case .two_col .col_item .text p {
  line-height: 20px;
}
body#lp #lp_case .two_col .col_item .text .case {
  padding: 6px 8px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1;
  background: #1E90FF;
  color: #fff;
  display: inline-block;
}
body#lp #lp_case .two_col .col_item .text .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #191970;
  margin-bottom: 4px;
  padding: 0;
}
body#lp #lp_case .two_col .col_item .text .title strong {
  font-size: 22px;
  font-weight: bold;
}
body#lp #lp_contact02 {
  border-top: 1px solid #fff;
}
body#lp #lp_reason {
  position: relative;
  background: #fff;
  padding-top: 60px;
}
body#lp #lp_reason .col_title {
  margin-top: 0;
  width: 100%;
}
body#lp #lp_reason .slide_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 720px;
  top: 0;
  z-index: 1;
}
body#lp #lp_reason .slide_wrap.fixed {
  position: fixed;
}
body#lp #lp_reason .inner {
  padding-top: 60px;
}
body#lp #lp_reason .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity, left, 0.5s;
  -moz-transition: opacity, left, 0.5s;
  -o-transition: opacity, left, 0.5s;
  transition: opacity, left, 0.5s;
  background: #fff;
}
body#lp #lp_reason .slide.cr {
  left: 0;
  opacity: 1;
}
body#lp #lp_reason .slide.next {
  left: 105%;
  opacity: 0;
}
body#lp #lp_reason .slide.prev {
  left: -105%;
  opacity: 0;
}
body#lp #lp_reason .nav {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}
body#lp #lp_reason .nav li {
  position: relative;
  display: inline-block;
  width: 290px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #718595;
  line-height: 1;
  padding: 12px 0;
  background: #d7dee4;
  border: 1px solid #d7dee4;
  cursor: pointer;
}
body#lp #lp_reason .nav li.cr {
  background-color: #fff;
  border-color: #1E90FF;
  color: #1E90FF;
}
body#lp #lp_reason .nav li:after {
  position: absolute;
  content: " ";
  bottom: -1px;
  right: -2px;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #96a8b7;
}
body#lp #lp_reason .nav li.cr:after {
  border-left-color: #1E90FF;
}
body#lp #lp_reason .slide .inner {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
body#lp #lp_reason #btm_slide01 h4 {
  padding-top: 24px;
  font-size: 36px;
  font-weight: normal;
  color: #191970;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7dee4;
  margin-bottom: 16px;
}
body#lp #lp_reason #btm_slide01 img {
  padding-bottom: 90px;
}
body#lp #lp_reason #btm_slide02 h4 {
  position: relative;
  padding-top: 24px;
  font-size: 36px;
  font-weight: normal;
  color: #191970;
  padding-bottom: 28px;
  margin-bottom: 36px;
}
body#lp #lp_reason #btm_slide02 h4:after {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e61a";
  position: absolute;
  bottom: -28px;
  left: 0;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  color: #191970;
  width: 100%;
  z-index: 0;
}
body#lp #lp_reason #btm_slide02 p {
  font-size: 26px;
  line-height: 2;
  color: #191970;
  margin-bottom: 24px;
}
body#lp #lp_reason #btm_slide02 img {
  padding-bottom: 90px;
}
body#lp #lp_reason #btm_slide03 .inner {
  width: 1120px;
}
body#lp #lp_reason #btm_slide03 h5 {
  font-size: 24px;
  line-height: 36px;
  color: #191970;
  font-weight: normal;
  margin-bottom: 32px;
}
body#lp #lp_reason #btm_slide03 h4.slide_title {
  font-size: 36px;
  line-height: 1;
  padding: 35px 0;
  font-weight: normal;
  color: #191970;
  background: url("../img/lp/reason03_bg.png") no-repeat center top;
  margin-bottom: 18px;
}
body#lp #lp_reason .col_item .img {
  position: relative;
}
body#lp #lp_reason .col_item .img:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 3px;
  background: #547696;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 0;
}
body#lp #lp_reason .col_item .img img {
  position: relative;
  z-index: 1;
}
body#lp #lp_reason .col_item .text {
  background: #2b91d9;
  margin-bottom: 12px;
}
body#lp #lp_reason .col_item .text h4 {
  color: #fff;
}
body#lp #lp_reason .col_item .text:before {
  border-top: 20px solid #2b91d9;
  border-right: 8px solid #2b91d9;
  border-bottom: 20px solid #2b91d9;
  border-left: 8px solid #fff;
}
body#lp #lp_reason .col_item .text:after {
  border-top: 20px solid #2b91d9;
  border-right: 8px solid #fff;
  border-bottom: 20px solid #2b91d9;
  border-left: 8px solid #2b91d9;
}
body#lp #lp_reason .col_item .description {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
body#lp #lp_security {
  background: #e6f0fa;
  padding-bottom: 30px;
  border-bottom: 1px solid #b6c6d4;
}
body#lp #lp_security .title_area {
  padding-top: 60px;
  text-align: center;
}
body#lp #lp_security .title_area .col_title {
  width: auto;
  margin-bottom: 0;
}
body#lp #lp_security .two_col .col_item {
  position: relative;
  width: 500px;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
body#lp #lp_security .two_col .col_item:nth-child(2n) {
  margin-right: 0;
}
body#lp #lp_security .two_col .col_item:after {
  position: absolute;
  content: " ";
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 3px solid #e6f0fa;
  border-bottom: 14px solid #e6f0fa;
  border-left: 9px solid #d5d5d5;
}
body#lp #lp_security .two_col .col_item h4 {
  text-align: left;
  position: relative;
  padding-left: 90px;
  font-size: 20px;
  line-height: 1;
  color: #191970;
  padding-bottom: 16px;
  border-bottom: 1px solid #dae1e6;
  margin-bottom: 20px;
}
body#lp #lp_security .two_col .col_item h4 img {
  position: absolute;
  top: -30px;
  left: 0;
}
body#lp #lp_security .two_col .col_item .set {
  font-size: 14px;
  line-height: 22px;
}
body#lp #lp_security .two_col .col_item .set p, body#lp #lp_security .two_col .col_item .set ul {
  padding-left: 65px;
  margin-bottom: 20px;
}
body#lp #lp_security .two_col .col_item .set .danger {
  background: url("../img/lp/ico_danger.png") no-repeat 10px 50%;
  font-weight: bold;
  color: #191970;
}
body#lp #lp_security .two_col .col_item .set .danger.single {
  line-height: 40px;
}
body#lp #lp_security .two_col .col_item .set .guard {
  background: url("../img/lp/ico_guard.png") no-repeat 10px 50%;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dae1e6;
}
body#lp #lp_security .two_col .col_item .set .guard li {
  list-style: disc outside;
  margin-left: 1.2em;
}
body#lp #lp_security .two_col .col_item .set .guard.single {
  line-height: 40px;
}
body#lp #lp_security .material {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #cfe2f5;
  box-shadow: inset 1px 1px 1px 0px rgba(43, 145, 217, 0.1);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(43, 145, 217, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(43, 145, 217, 0.1);
  width: 750px;
  padding: 20px 90px;
  margin: 0 auto;
  text-align: center;
}
body#lp #lp_security .material h4 {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #191970;
  text-align: left;
}
body#lp #lp_security .material .btn a span {
  width: 640px;
}
body#lp #isms {
  padding-bottom: 60px;
}
body#lp #isms .insurance {
  width: 830px;
  padding: 30px 50px;
  margin: 0 auto;
  position: relative;
  background-color: #f2f6fa;
  text-align: center;
  box-shadow: 0px 1px 1px 0px rgba(168, 179, 190, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(168, 179, 190, 0.1);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(168, 179, 190, 0.1);
}
body#lp #isms .insurance:after {
  position: absolute;
  content: " ";
  bottom: -1px;
  right: -2px;
  width: 0;
  height: 0;
  border-top: 1px solid #f2f6fa;
  border-right: 2px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #bbcfe3;
}
body#lp #isms .insurance h4 {
  font-size: 20px;
  color: #191970;
  padding-bottom: 20px;
  border-bottom: 1px solid #dae1e6;
  margin-bottom: 16px;
}
body#lp #isms .insurance h4 span {
  background: url("../img/lp/ico_heart.png") no-repeat 0 50%;
  padding-left: 28px;
}
body#lp #isms .insurance strong {
  font-size: 16px;
  color: #1E90FF;
}
body#lp #menu_area {
  position: relative;
}
body#lp #menu_area .four_col .col_item {
  width: 255px;
}
body#lp #menu_area .four_col .col_item .text {
  padding: 12px 12px 0 12px;
  font-size: 14px;
}
body#lp #menu_area .four_col .col_item .text .title {
  font-size: 18px;
}
body#lp #lp_material {
  position: relative;
  background: #f2f6fa;
}
body#lp #lp_material .col_title {
  width: auto;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
body#lp #lp_material .col_item {
  width: 420px;
  margin-right: 60px;
  padding-left: 96px;
  background: url("../img/lp/ico_material.png") no-repeat 0 50%;
}
body#lp #lp_material .col_item:nth-child(2n) {
  margin-right: 0;
}
body#lp #lp_material .col_item .text .title {
  font-size: 16px;
  color: #191970;
  padding: 8px 0;
  border-bottom: 1px solid #dae1e6;
  margin-bottom: 12px;
}
body#lp #lp_material .col_item .text p {
  font-size: 14px;
  margin-bottom: 12px;
}
body#lp #lp_material .col_item .btn a {
  font-size: 14px;
}
body#lp #lp_material .col_item .btn a span {
  margin: 12px 24px 12px 36px;
}
body#lp #footer {
  position: relative;
  background: #fff;
}
body#lp #cboxContent {
  background: #000;
}
body#lp #cboxLoadedContent {
  margin-top: 28px;
}

/* ----------------------------------------------------------------------------
    スクロール
---------------------------------------------------------------------------- */
.slide a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.slide a:hover {
  opacity: .5;
}

.slide a {
  padding-top: 70px;
}

.slide a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
body#lp #lp_white {
  position: relative;
  background: #fff;
  padding-top: 60px;
}

/*  まもるくんLP修正--------------------------------------------------------*/
#mamoru_tools, #mamoru_tools_btm {
  padding-bottom: 32px;
}

#mamoru_tools .bg, #mamoru_tools_btm .bg {
  opacity: 1;
}

#mamoru_tools .tools_list_wrap, #mamoru_tools_btm .tools_list_wrap {
  background: #fff;
  box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #fff;
  overflow: hidden;
  padding: 30px 32px;
}

#mamoru_tools .col_title, #mamoru_tools_btm .col_title {
  font-size: 24px;
  line-height: 28px;
}

#mamoru_tools .catch, #mamoru_tools_btm .catch {
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  margin: 8px 0 28px 0;
  color: #fff;
  vertical-align: middle;
}

#mamoru_tools .catch span, #mamoru_tools_btm .catch span {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: midnightblue;
  display: inline-block;
  padding: 0 32px;
  font-weight: normal;
  position: relative;
}

#mamoru_tools .catch span:before, #mamoru_tools_btm .catch span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid midnightblue;
}

#mamoru_tools .catch img, #mamoru_tools_btm .catch img {
  margin-top: -8px;
  padding-right: 12px;
}

#mamoru_tools .seven_col .col_list, #mamoru_tools_btm .seven_col .col_list {
  border-top-width: 2px;
}

#mamoru_tools .seven_col .col_list .row, #mamoru_tools_btm .seven_col .col_list .row {
  float: left;
  width: 153px;
}

#mamoru_tools .seven_col .col_list .row:last-child .col_item li, #mamoru_tools_btm .seven_col .col_list .row:last-child .col_item li {
  border-right: none;
}

#mamoru_tools .seven_col .col_list .row.title_list, #mamoru_tools_btm .seven_col .col_list .row.title_list {
  width: 129px;
}

#mamoru_tools .seven_col #s_size .box_img img, #mamoru_tools_btm .seven_col #s_size .box_img img {
  padding-top: 74px;
}

#mamoru_tools .seven_col #m_size .box_img img, #mamoru_tools_btm .seven_col #m_size .box_img img {
  padding-top: 0;
}

#mamoru_tools .seven_col #cabinet .box_img img, #mamoru_tools_btm .seven_col #cabinet .box_img img {
  padding-top: 0;
}

#mamoru_tools .seven_col #express .box_img img, #mamoru_tools_btm .seven_col #express .box_img img {
  padding-top: 74px;
}

#mamoru_tools .seven_col #special .box_img img, #mamoru_tools_btm .seven_col #special .box_img img {
  padding-top: 74px;
}

#mamoru_tools .seven_col #ss .box_img img, #mamoru_tools_btm .seven_col #ss .box_img img {
  padding-top: 35px;
}

#mamoru_tools .seven_col .col_item, #mamoru_tools_btm .seven_col .col_item {
  margin-right: 0;
  margin-bottom: 20px;
}

#mamoru_tools .seven_col .col_item li, #mamoru_tools_btm .seven_col .col_item li {
  border-bottom: 1px solid #dae1e6;
  border-right: 1px solid #dae1e6;
  display: table;
  height: 85px;
  width: 143px;
  padding: 0 5px;
}

#mamoru_tools .seven_col .col_item li span, #mamoru_tools_btm .seven_col .col_item li span {
  display: table-cell;
  vertical-align: middle;
}

#mamoru_tools .seven_col .col_item .box_img, #mamoru_tools_btm .seven_col .col_item .box_img {
  padding-top: 15px;
  padding-bottom: 25px;
  border-right: none;
  font-weight: bold;
  height: 210px;
  position: relative;
}

#mamoru_tools .seven_col .col_item .box_img img, #mamoru_tools_btm .seven_col .col_item .box_img img {
  margin-bottom: 12px;
  vertical-align: bottom;
}

#mamoru_tools .seven_col .col_item .box_img:after, #mamoru_tools_btm .seven_col .col_item .box_img:after {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e61a";
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: midnightblue;
  width: 100%;
  z-index: 1000;
}

#mamoru_tools .seven_col .title_item, #mamoru_tools_btm .seven_col .title_item {
  font-weight: bold;
  color: dodgerblue;
}

#mamoru_tools .seven_col .title_item .box_img, #mamoru_tools_btm .seven_col .title_item .box_img {
  background: #fff;
}

#mamoru_tools .seven_col .title_item .box_img:after, #mamoru_tools_btm .seven_col .title_item .box_img:after {
  content: none;
}

#mamoru_tools .seven_col .title_item li, #mamoru_tools_btm .seven_col .title_item li {
  width: 119px;
  background-color: #f5f8fa;
}

#mamoru_tools_btm .catch {
  margin-bottom: 18px;
}

#mamoru_tools_btm .seven_col .col_list .row {
  display: inline-block;
  float: none;
}

#mamoru_tools_btm .seven_col .col_list li {
  border-bottom: none;
}

#mamoru_tools_btm .seven_col .col_list .box_img {
  padding-bottom: 0;
}

#mamoru_tools_btm .seven_col .col_list .box_img:after {
  content: none;
}

/*  Responsive
/* ----------------------------------------------------------------------------
    Common
---------------------------------------------------------------------------- */
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: inherit !important;
  }

  .pc {
    display: none !important;
  }

  .fade_in {
    opacity: 1;
  }
  .fade_in.show {
    opacity: 1;
    animation-name: none;
    -moz-animation-name: none;
    -webkit-animation-name: none;
  }

  .bg {
    width: auto;
    height: 100%;
  }
  .bg img {
    width: auto;
    height: 100%;
    max-width: inherit;
  }

  .btn a {
    display: block;
    background-image: none !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 14px 0 14px 24px;
    margin: 12px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
  }
  .btn a span {
    display: inline-block;
    margin: 0;
  }
  .btn .starburst {
    top: -40px;
    left: 0px;
  }

  .one_col, .two_col, .three_col, .four_col, .five_col, .seven_col {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .one_col .col_item, .two_col .col_item, .three_col .col_item, .four_col .col_item, .five_col .col_item, .seven_col .col_item {
    max-width: 100%;
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 6px;
    float: none;
  }
  .one_col .col_item img, .two_col .col_item img, .three_col .col_item img, .four_col .col_item img, .five_col .col_item img, .seven_col .col_item img {
    width: 100%;
  }
  .one_col .btn a, .two_col .btn a, .three_col .btn a, .four_col .btn a, .five_col .btn a, .seven_col .btn a {
    margin-left: 4px;
    margin-right: 4px;
  }

  .one_col .col_item {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .col_title {
    font-size: 24px;
    width: auto;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
  }

  .col_table {
    display: block;
  }
  .col_table .col_item {
    display: block;
  }

  .banner_area .one_col, .banner_area .two_col, .banner_area .three_col, .banner_area .four_col {
    padding-top: 16px;
    padding-bottom: 12px;
    text-align: center;
  }

  /* ----------------------------------------------------------------------------
      header
  ---------------------------------------------------------------------------- */
  #header {
    height: 75px;
    width: 100%;
    background: #fff;
  }
  #header #header_upper {
    width: 100%;
    height: 60px;
    margin-top: 0;
    padding-top: 5px;
  }
  #header #header_upper .contact_btn, #header #header_upper .utility {
    display: none;
  }
  #header #header_upper .right {
    margin-top: 12px;
  }
  #header #header_upper .contact_tel {
    margin-top: 2px;
  }
  #header #header_upper .contact_tel .phone {
    font-size: 21px;
    padding-left: 28px;
    margin-right: -2px;
  }
  #header #header_upper .contact_tel .phone:before {
    font-size: 26px;
    margin-top: -14px;
  }
  #header #header_upper .contact_tel .time {
    font-size: 13px;
  }
  #header #open_menu {
    float: right;
    position: relative;
    font-size: 0;
    width: 28px;
    height: 28px;
    background: #1E90FF;
    color: #fff;
    padding: 8px;
    line-height: 1;
    text-decoration: none;
    margin-left: 8px;
    margin-right: 10px;
  }
  #header #open_menu:before {
    font-family: 'mamoru-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    content: "\e615";
    font-size: 36px;
    position: absolute;
    top: 4px;
    left: 4px;
  }
  #header #open_menu.close:before {
    content: "\e614";
    font-size: 56px;
    top: -6px;
    left: -6px;
  }
  #header #header_logo {
    position: relative;
    width: 72px;
    padding-left: 12px;
  }
  #header #header_logo_side {
    display: none;
  }
  #header #header_bottom {
    height: auto;
    border: none;
    padding: 0;
    margin: 0;
  }
  #header #open_menu_content {
    position: absolute;
    height: auto;
    width: 100%;
    display: none;
    background: #fff;
    border-top: 2px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
    z-index: 999;
  }
  #header #open_menu_content.show {
    display: block;
    opacity: 1;
  }
  #header #open_menu_content .contact_btn {
    padding: 8px 0 2px 0;
  }
  #header #open_menu_content #global_nav {
    width: 100%;
    border-left: 0;
  }
  #header #open_menu_content #global_nav li {
    float: none;
    width: auto;
    text-align: left;
    border-bottom: 2px solid #d9d9d9;
    border-right: 0;
  }
  #header #open_menu_content #global_nav li a, #header #open_menu_content #global_nav li a.single {
    width: auto;
    height: auto;
    padding: 16px 20px;
    color: #191970 !important;
    font-weight: bold;
    font-size: 15px;
  }
  #header #open_menu_content #global_nav li a br, #header #open_menu_content #global_nav li a.single br {
    display: none;
  }
  #header #open_menu_content #global_nav li a:before, #header #open_menu_content #global_nav li a.single:before {
    content: 0;
    display: none !important;
  }
  #header #open_menu_content #global_nav li a:after, #header #open_menu_content #global_nav li a.is_sub.active:after, #header #open_menu_content #global_nav li a.is_sub:hover:after, #header #open_menu_content #global_nav li a.single:after, #header #open_menu_content #global_nav li a.single.is_sub.active:after, #header #open_menu_content #global_nav li a.single.is_sub:hover:after {
    font-family: 'mamoru-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    position: absolute;
    font-weight: normal;
    content: "\e617";
    font-size: 32px;
    color: #1E90FF;
    text-align: center;
    top: 7px;
    right: 0;
    bottom: inherit;
    left: inherit;
    width: auto;
    line-height: 1;
    margin-left: 0;
    border: none;
  }
  #header #open_menu_content #global_nav li a.is_sub.active, #header #open_menu_content #global_nav li a.single.is_sub.active {
    height: auto;
  }
  #header #open_menu_content #global_nav li a.orange:after, #header #open_menu_content #global_nav li a.single.orange:after {
    color: #ff9100;
  }
  #header #open_menu_content #global_nav .sub {
    display: none !important;
  }
  #header #open_menu_content #global_nav #global_kadai {
    border-bottom-width: 1px;
  }
  #header #open_menu_content #global_nav #global_company, #header #open_menu_content #global_nav #global_faq {
    background: #edf4fa;
  }
  #header #open_menu_content #global_nav #global_company a, #header #open_menu_content #global_nav #global_faq a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #header #open_menu_content #global_nav #global_company a:after, #header #open_menu_content #global_nav #global_faq a:after {
    top: 6px;
  }

  #header.show {
    position: fixed;
    opacity: 1;
    top: 0px;
    z-index: 9999;
    animation-duration: 0.2s;
    animation-name: gnav-scroll-in;
    -moz-animation-duration: 0.2s;
    -moz-animation-name: gnav-scroll-in;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-name: gnav-scroll-in;
  }

  #header.show.hide {
    position: fixed;
    opacity: 0;
    top: -75px;
    z-index: 9999;
    animation-duration: 0.2s;
    animation-name: gnav-scroll-out;
    -moz-animation-duration: 0.2s;
    -moz-animation-name: gnav-scroll-out;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-name: gnav-scroll-out;
  }

  /* ----------------------------------------------------------------------------
      footer
  ---------------------------------------------------------------------------- */
  #contact_area .col_title, #contact_box .col_title, .contact_area .col_title {
    font-size: 16px;
    line-height: 1.4;
  }
  #contact_area .contact_tel .phone, #contact_box .contact_tel .phone, .contact_area .contact_tel .phone {
    font-size: 32px;
    line-height: 1;
    padding-left: 42px;
  }
  #contact_area .contact_tel .phone:before, #contact_box .contact_tel .phone:before, .contact_area .contact_tel .phone:before {
    font-size: 36px;
    margin-top: -19px;
  }
  #contact_area .contact_tel .time, #contact_box .contact_tel .time, .contact_area .contact_tel .time {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 24px;
  }
  #contact_area .contact_btn .btn, #contact_box .contact_btn .btn, .contact_area .contact_btn .btn {
    display: block;
    margin: 0 0 10px 0;
  }
  #contact_area .contact_btn .btn span, #contact_box .contact_btn .btn span, .contact_area .contact_btn .btn span {
    margin: 0;
  }
  #contact_area .contact_btn .btn span.mail, #contact_box .contact_btn .btn span.mail, .contact_area .contact_btn .btn span.mail {
    margin: 0;
  }
  #contact_area .contact_btn .btn a, #contact_box .contact_btn .btn a, .contact_area .contact_btn .btn a {
    width: auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }

  #bottom_banner {
    padding-top: inherit;
    padding-bottom: inherit;
  }

  #footer #to_pagetop {
    width: auto;
  }
  #footer #to_pagetop a {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
  }
  #footer #to_pagetop a span {
    width: auto;
    display: inline-block;
  }
  #footer #to_pagetop a span:before {
    text-align: left;
    top: -9px;
    left: -36px;
  }
  #footer #to_pagetop br {
    display: none;
  }
  #footer #footer_company {
    border: 0;
  }
  #footer #footer_company .three_col {
    margin: 0;
  }
  #footer #footer_company .three_col .col_item {
    width: auto;
    background: #f2f9ff;
    padding: 0;
    margin-bottom: 1px;
  }
  #footer #footer_company .three_col .col_item h3 {
    position: relative;
    line-height: 1;
    margin-bottom: 0;
  }
  #footer #footer_company .three_col .col_item h3 a {
    display: block;
    padding: 18px 14px;
    width: auto;
    cursor: pointer;
  }
  #footer #footer_company .three_col .col_item h3:before {
    font-family: 'mamoru-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    position: absolute;
    content: '\e61a';
    font-size: 28px;
    color: #191970;
    top: 12px;
    right: 6px;
    margin-top: 0;
    line-height: 1;
  }
  #footer #footer_company .three_col .col_item h3.close:before {
    content: '\e619';
  }
  #footer #footer_company .three_col .col_item .address {
    display: none;
    padding: 0 16px 24px 16px;
  }
  #footer #footer_inner {
    width: 100%;
  }
  #footer #footer_sitemap {
    width: auto;
  }
  #footer #footer_sitemap .sitemap_list {
    display: none;
  }
  #footer #footer_contact {
    display: none;
  }
  #footer #copyright {
    display: block;
    width: auto;
    text-align: center;
  }
  #footer #footer_marks {
    display: block;
    width: auto;
    margin: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    float: none;
    padding: 24px 36px 24px 42px;
  }

 /* ----------------------------------------------------------------------------
    col_item
---------------------------------------------------------------------------- */
  #services .col_item {
    margin-bottom: 40px;
    width: 100%;
  }
  #services .col_item img {
    width: auto;
  }

  .box_type01 .col_list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .box_type01 .col_item {
    margin-bottom: 14px;
  }
  .box_type01 .col_item .text {
    height: auto;
  }

  .box_type02 .col_list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .box_type02 .col_item {
    margin-bottom: 32px;
  }
  .box_type02 .col_item .text {
    height: auto;
  }
  .box_type02 .col_item .text .title, .box_type02 .col_item .text .catch {
    text-align: center !important;
  }

  .box_type03 .col_item {
    margin-bottom: 32px;
  }
  .box_type03 .col_item .text {
    height: auto;
  }
  .box_type03 .col_item .text .title, .box_type03 .col_item .text .catch {
    text-align: center !important;
  }

  .box_type04 .three_col {
    margin-left: 0;
    margin-right: 0;
  }
  .box_type04 .three_col .btn {
    margin-left: 10px;
    margin-right: 10px;
  }
  .box_type04 .more {
    display: none;
  }
  .box_type04 .col_list {
    margin-bottom: 20px;
  }
  .box_type04 .col_item {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0;
  }
  .box_type04 .col_item a {
    border-left: 0;
    border-right: 0;
    border-bottom-width: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 12px 24px 12px 8px;
    position: relative;
  }
  .box_type04 .col_item a:before {
    font-family: 'mamoru-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    position: absolute;
    content: '\e618';
    font-size: 56px;
    color: #1E90FF;
    top: 50%;
    right: -8px;
    margin-top: -28px;
    line-height: 1;
  }
  .box_type04 .col_item a .text {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 116px;
  }
  .box_type04 .col_item a .text .body {
    height: auto;
    min-height: 54px;
  }
  .box_type04 .col_item a .text .title {
    margin-bottom: 4px;
  }
  .box_type04 .col_item:last-child a {
    border-bottom-width: 1px;
  }

  .box_type05 .col_item {
    margin-bottom: 30px;
  }

  .box_type06 .col_item {
    margin-bottom: 30px;
  }

  .box_type07 .one_col {
    width: auto;
    border-top: 1px solid #dae1e6;
  }
  .box_type07 .one_col .col_item {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    border-bottom: 1px solid #dae1e6;
    width: auto;
  }
  .box_type07 .one_col .col_item .img {
    width: auto;
    float: none;
    text-align: center;
  }
  .box_type07 .one_col .col_item .img img {
    width: auto;
  }
  .box_type07 .one_col .col_item .text {
    width: auto;
    float: none;
    padding-top: 8px;
  }
  .box_type07 .one_col .col_item .text .title, .box_type07 .one_col .col_item .text .catch {
    text-align: center;
  }

  .box_btn .col_item {
    width: auto !important;
  }
  .box_btn .box_item {
    margin: 0 5% 12px 5%;
    width: 90%;
    height: 48px;
  }
  .box_btn .box_item p {
    height: 48px;
  }

  .pickup_type01 .shoulder {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .pickup_type01 .col_list {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 36px;
  }
  .pickup_type01 .col_list .col_item {
    margin-bottom: 12px;
  }
  .pickup_type01 .col_list .sub_title {
    font-size: 21px;
    text-align: center !important;
  }

  .pickup_type02 .one_col .col_item .img .caption {
    position: relative;
    width: auto;
    font-size: 16px;
    line-height: 1.2;
    padding: 18px;
    text-align: center;
  }

  .pickup_type03 .pickup, .pickup_type03 .col_list {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pickup_type03 .pickup {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .pickup_type03 .pickup .title {
    font-size: 21px;
  }
  .pickup_type03 .pickup .catch {
    font-size: 16px;
  }
  .pickup_type03 .col_list {
    padding-bottom: 0;
  }
  .pickup_type03 .col_list .col_item {
    width: auto;
    padding: 24px 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .pickup_type03 .col_list .col_item:nth-child(2n) {
    padding-left: 0;
  }
  .pickup_type03 .col_list .col_item:last-child {
    border: 0;
  }
  .pickup_type03 .col_list .col_item .img {
    width: 100px;
    margin-bottom: 12px;
  }
  .pickup_type03 .col_list .col_item .text {
    margin-left: 0;
  }
  .pickup_type03 .col_list .col_item .text h3 {
    margin-left: 110px;
  }
  .pickup_type03 .col_list .col_item .text p {
    clear: both;
    margin-top: 16px;
  }

  .flow .col_item {
    margin-bottom: 72px;
  }
  .flow .col_item img {
    width: auto;
  }
  .flow .col_item:after {
    content: "\e61a";
    top: inherit;
    right: 50%;
    bottom: -60px;
    margin-right: -32px;
  }

  .flow_btm .col_list {
    display: block;
    width: auto;
    text-align: left;
  }
  .flow_btm .col_item {
    display: block;
    margin-top: 40px;
  }
  .flow_btm .col_item img {
    width: auto;
  }
  .flow_btm .col_item:after {
    left: 45%;
    bottom: -51px;
  }

  /* ---------------------------------------------------------------------------- */
}
/*  Responsive
/* ----------------------------------------------------------------------------
 機密処理
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #cancellation.tools #title_area .two_col {
    width: auto;
  }
  #cancellation.tools #title_area .two_col .col_item.text {
    padding: 16px;
    width: auto;
  }
  #cancellation.tools #title_area .two_col .col_item h2 {
    text-align: center;
    font-size: 24px;
  }
  #cancellation.tools #title_area .two_col .col_item h2 img {
    padding: 0 0 6px 0;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  #cancellation.tools #title_area .two_col .col_item dl {
    font-size: 15px;
  }
  #cancellation.tools #title_area .two_col .col_item dl dt {
    width: 100px;
  }

  /* ----------------------------------------------------------------------------
      mamoru_tools
  ---------------------------------------------------------------------------- */
  #mamoru_tools .tools_list_wrap, #mamoru_tools_btm .tools_list_wrap {
    padding: 30px 24px;
  }
  #mamoru_tools .catch span, #mamoru_tools_btm .catch span {
    margin-top: 14px;
  }
  #mamoru_tools .catch span:before, #mamoru_tools_btm .catch span:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid #191970;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: -12px;
    left: 50%;
    margin-top: 0;
    margin-left: -4px;
  }
  #mamoru_tools .seven_col, #mamoru_tools_btm .seven_col {
    width: 92%;
  }
  #mamoru_tools .seven_col .col_list .title_item, #mamoru_tools_btm .seven_col .col_list .title_item {
    display: none;
  }
  #mamoru_tools .seven_col .col_list .row, #mamoru_tools_btm .seven_col .col_list .row {
    float: none;
    width: auto;
  }
  #mamoru_tools .seven_col .col_item, #mamoru_tools_btm .seven_col .col_item {
    width: 100%;
    border-bottom: 1px solid #dae1e6;
    margin-bottom: 56px;
  }
  #mamoru_tools .seven_col .col_item li, #mamoru_tools_btm .seven_col .col_item li {
    display: block;
    width: auto;
    height: auto;
    border-right: none;
    border-bottom: none;
    text-align: left;
    margin: 8px 0;
  }
  #mamoru_tools .seven_col .col_item li span, #mamoru_tools_btm .seven_col .col_item li span {
    display: inline;
    vertical-align: baseline;
  }
  #mamoru_tools .seven_col .col_item li:before, #mamoru_tools_btm .seven_col .col_item li:before {
    color: #1E90FF;
    font-weight: bold;
    width: 80px;
    font-size: 13px;
    display: inline-block;
  }
  #mamoru_tools .seven_col .col_item li.type:before, #mamoru_tools_btm .seven_col .col_item li.type:before {
    content: '利用タイプ';
  }
  #mamoru_tools .seven_col .col_item li.capacity:before, #mamoru_tools_btm .seven_col .col_item li.capacity:before {
    content: '容量';
  }
  #mamoru_tools .seven_col .col_item li.area:before, #mamoru_tools_btm .seven_col .col_item li.area:before {
    content: '利用エリア';
  }
  #mamoru_tools .seven_col .col_item li.box_img, #mamoru_tools_btm .seven_col .col_item li.box_img {
    text-align: center;
    border-bottom: 1px solid #dae1e6;
    height: auto;
    padding-bottom: 30px;
    margin: 0;
  }
  #mamoru_tools .seven_col .col_item li.box_img img, #mamoru_tools_btm .seven_col .col_item li.box_img img {
    padding-top: 0 !important;
    width: auto;
  }
  #mamoru_tools .seven_col .col_item li.box_img:before, #mamoru_tools_btm .seven_col .col_item li.box_img:before {
    content: none;
  }

  #cancellation_media01 .col_item, #cancellation_other01 .col_item {
    width: 40% !important;
    margin-left: 4% !important;
    margin-right: 4% !important;
  }
  #cancellation_media01 .col_item .img, #cancellation_other01 .col_item .img {
    overflow: visible;
  }
  #cancellation_media01 .col_item .text .title, #cancellation_other01 .col_item .text .title {
    font-size: 15px;
  }
  #cancellation_media01 .col_item .fill, #cancellation_other01 .col_item .fill {
    position: relative;
    padding: 0;
    margin-top: 60px;
    width: auto;
    background: none;
    color: #191970;
  }

  #cancellation_pc01 img {
    width: 160px;
  }

  /*  スペシャル--------------------------------------------------------*/
  #cancellation.tools.sub #title_area h2 {
    font-size: 18px;
  }
  #cancellation.tools.sub #title_area h2 img {
    height: 24px;
    display: inline !important;
  }
  #cancellation.tools.sub #title_area h2 span {
    display: block;
    text-align: center;
  }
  #cancellation.tools.sub #title_area .two_col .col_item.img {
    display: none;
  }
  #cancellation.tools.sub #title_area .two_col .col_item.text {
    width: auto;
    margin-top: 0px;
  }
  #cancellation.tools.sub #title_area .two_col .col_item h2 {
    display: block;
  }
  #cancellation.tools.sub #title_area .bg {
    height: 100% !important;
  }

  #cancellation_tools_special_order #order_col .col_list {
    display: block;
  }
}
/*  Responsive
/* ----------------------------------------------------------------------------
    LP
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  body#lp {
    width: auto;
    min-width: auto;
  }
  body#lp #header {
    width: auto;
    height: 65px;
    padding-top: 20px;
  }
  body#lp #header #header_logo {
    width: 98px;
  }
  body#lp #header .utility {
    position: absolute;
    width: 100%;
    float: none;
    margin: 0;
    left: 0;
    top: 5px;
    padding-bottom: 3px;
    padding-right: 0;
    border-radius: 0;
  }
  body#lp #header .utility li.arrow {
    padding-top: 3px;
    font-size: 10px;
  }
  body#lp #header .utility li.arrow:before {
    margin-top: -5px;
  }
  body#lp #header .utility li.request {
    padding-right: 30px;
    background-size: 24px;
  }
  body#lp #header .contact {
    margin: 12px 10px 0 0;
  }
  body#lp #header .contact .contact_tel .phone {
    font-size: 24px;
    padding-left: 36px;
  }
  body#lp #header .contact .contact_tel .phone:before {
    font-size: 32px;
    margin-top: -16px;
  }
  body#lp #main_visual {
    height: auto;
  }
  body#lp #main_visual .inner {
    width: auto;
  }
  body#lp #main_visual .left {
    width: auto;
    float: none;
  }
  body#lp #main_visual .right {
    width: auto;
    float: none;
  }
  body#lp #main_visual .right .title_area {
    padding-top: 12px;
    height: auto;
  }
  body#lp #main_visual .right .title_area h3 {
    padding: 6px 30px;
    margin-bottom: 8px;
  }
  body#lp #main_visual .right .title_area h3:before, body#lp #main_visual .right .title_area h3:after {
    border-top-width: 18px;
    border-bottom-width: 17px;
  }
  body#lp #main_visual .right .title_area h3 img {
    height: 16px;
  }
  body#lp #main_visual .right .title_area h2 .name {
    margin-bottom: 7px;
  }
  body#lp #main_visual .right .title_area h2 img {
    height: 20px;
  }
  body#lp #main_visual .right .icons {
    text-align: center;
    padding: 12px 0;
  }
  body#lp #main_visual .right .icons li {
    float: none;
    margin: 6px 0 0 1%;
    width: 29%;
    display: inline-block;
  }
  body#lp #main_visual .balloon {
    display: none;
  }
  body#lp #lp_point .btn.box a span {
    margin: 0 12px 0 0;
  }
  body#lp .lp_contact {
    height: auto;
  }
  body#lp .lp_contact .contact {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  body#lp .lp_contact .contact .contact_btn {
    float: none;
  }
  body#lp .lp_contact .contact .contact_btn .btn a {
    padding: 0;
  }
  body#lp .lp_contact .contact .contact_tel {
    margin-right: 0;
    text-align: center;
    float: none;
  }
  body#lp .lp_contact .contact .contact_tel .phone {
    font-size: 28px;
    padding-left: 36px;
  }
  body#lp .lp_contact .contact .contact_tel .phone:before {
    font-size: 32px;
    margin-top: -16px;
  }
  body#lp .lp_contact .campaign {
    width: auto;
    height: auto;
    margin: 0;
    padding: 24px;
    background: url(../img/lp/contact_bg_photo_sp.jpg) #fff no-repeat top right;
    background-size: cover;
  }
  body#lp .lp_contact .campaign .btn.box a {
    font-size: 21px;
  }
  body#lp .lp_contact .campaign .btn.box a span {
    margin: 2px 15px 0px 0px;
  }
  body#lp .lp_contact .campaign .badge {
    top: 27px;
    width: 70px;
  }
  body#lp .lp_contact .campaign .text {
    text-shadow: 0 0 25px #FFF,0 0 20px #FFF,0 0 0.40px #FFF;
  }
  body#lp #lp_problem .inner {
    padding-top: 0;
    height: auto;
    background-image: none;
  }
  body#lp #lp_problem .inner .balloon_box {
    text-align: center;
    height: auto;
  }
  body#lp #lp_problem .inner .balloon_box .balloon {
    width: auto;
    margin: 10px 0 !important;
  }
  body#lp #lp_problem .inner .balloon_box .balloon:after {
    content: none;
    display: none;
  }
  body#lp #lp_problem .arrow {
    margin-top: 12px;
  }
  body#lp #lp_problem .arrow:before {
    content: none;
    display: none;
  }
  body#lp #lp_problem .box {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 14px 90px 14px 20px;
  }
  body#lp #lp_problem .box .character {
    top: -5px;
    right: 0px;
    width: 85px;
  }
  body#lp #lp_slide_area.fixed {
    height: 100vh !important;
  }
  body#lp #lp_slide_area .title_area {
    padding-bottom: 1px;
    background: #FFF;
  }
  body#lp #lp_slide_area .title_area .col_title {
    margin-top: 20px;
  }
  body#lp #lp_slide_area .title_area .text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  body#lp #lp_slide_area .top_area .nav {
    margin-top: 25px;
  }
  body#lp #lp_slide_area .slide_contents {
    height: 110vh;
    top: 15vh;
    background: #191970;
  }
  body#lp #lp_slide_area .slide_contents .slide {
    background: #191970;
  }
  body#lp #lp_slide_area .slide_contents .slide a {
    width: 100%;
    bottom: 30vh;
    left: 0;
    text-align: center;
    z-index: 3;
  }
  body#lp #lp_slide_area .slide_contents .slide_title {
    text-align: left !important;
    right: 0 !important;
    left: 0 !important;
  }
  body#lp #lp_slide_area .slide_contents h4 span {
    font-size: 24px;
    display: block;
    margin-bottom: 0;
  }
  body#lp #lp_slide_area .slide_contents h5 {
    background: #1E90FF;
    padding: 10px 30px;
  }
  body#lp #lp_slide_area .slide_contents h5 span {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
  }
  body#lp #lp_case .two_col .col_item {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  body#lp #lp_case .two_col .col_item:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.6;
  }
  body#lp #lp_case .two_col .col_item .img {
    float: none;
    position: absolute;
    opacity: 0.8;
    height: 100%;
  }
  body#lp #lp_case .two_col .col_item .text {
    position: relative;
    z-index: 2;
  }
  body#lp #lp_flow .five_col {
    margin: 0;
    padding: 0;
  }
  body#lp #lp_flow .five_col .col_item {
    margin-bottom: 60px;
  }
  body#lp #lp_flow .balloon {
    font-size: 16px;
    line-height: 24px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 120px;
    padding: 14px 20px;
  }
  body#lp #lp_flow .balloon .movie {
    bottom: -220px;
    right: 30px;
    transform: rotate(6deg);
  }
  body#lp .lp_flow .col_item {
    width: auto;
    margin-bottom: 60px;
  }
  body#lp .lp_flow .col_item:last-child {
    margin-bottom: 20px;
  }
  body#lp .lp_flow .col_item:after {
    top: initial;
    right: 50%;
    bottom: -56px;
  }
  body#lp #mamoru_tools .seven_col, body#lp #mamoru_tools_btm .seven_col {
    margin-right: auto;
    margin-left: auto;
  }
  body#lp #lp_reason .slide_wrap {
    height: auto;
  }
  body#lp #lp_reason .nav {
    display: none;
  }
  body#lp #lp_reason .slide {
    position: relative;
    left: 0 !important;
    opacity: 1 !important;
  }
  body#lp #lp_reason .slide .inner {
    width: auto !important;
    padding-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  body#lp #lp_reason #btm_slide01 .line_title,
  body#lp #lp_reason #btm_slide02 .line_title,
  body#lp #lp_reason #btm_slide03 .line_title {
    font-size: 24px;
    font-weight: normal;
    color: #191970;
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d7dee4;
  }
  body#lp #lp_reason #btm_slide01 .line_title:after,
  body#lp #lp_reason #btm_slide02 .line_title:after,
  body#lp #lp_reason #btm_slide03 .line_title:after {
    content: none;
  }
  body#lp #lp_reason #btm_slide01 img {
    padding-bottom: 60px;
  }
  body#lp #lp_reason #btm_slide02 h4 {
    padding-top: 0;
  }
  body#lp #lp_reason #btm_slide02 h4.res, body#lp #lp_reason #btm_slide02 p {
    font-size: 18px;
    line-height: 24px;
  }
  body#lp #lp_reason .col_item .img:before {
    width: 210px;
    height: 210px;
    margin-left: -105px;
    left: -50%;
  }
  body#lp #lp_security .two_col .col_item {
    width: auto;
  }
  body#lp #lp_security .two_col .col_item h4 img {
    width: auto;
  }
  body#lp #lp_security .material {
    width: auto;
    padding: 15px;
  }
  body#lp #lp_security .material .btn a span {
    width: auto;
    margin: 0 12px 0 0;
  }
  body#lp #isms .insurance {
    width: auto;
    padding: 30px;
  }
  body#lp #isms .insurance p {
    text-align: left;
  }
  body#lp #lp_material .title_area {
    margin-bottom: 30px;
  }
  body#lp #lp_material .col_item {
    width: auto;
    text-align: center;
    margin-bottom: 60px;
    padding-left: 0;
    padding-top: 86px;
    background-position: top center;
  }
  body#lp #lp_material .col_item .btn a span {
    margin: 0 12px 0 0;
  }
}
/* ----------------------------------------------------------------------------
    Modules
---------------------------------------------------------------------------- */
.icon {
  font-family: 'mamoru-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

.num {
  font-family: 'Roboto', sans-serif;
}

.text_color_navy {
  color: #191970 !important;
}

.text_color_blue {
  color: #1E90FF !important;
}

.text_color_orange {
  color: #ff9100 !important;
}

.text_color_red {
  color: red;
}

.text_bold {
  font-weight: bold !important;
}

.text_normal {
  font-weight: normal !important;
}

.pos_rel {
  position: relative !important;
}

.pos_abs {
  position: absolute !important;
}

.pos_fix {
  position: fixed !important;
}

.pos_inh {
  position: inherit !important;
}

.v_align_top {
  vertical-align: top !important;
}

.v_align_mdl {
  vertical-align: middle !important;
}

.v_align_btm {
  vertical-align: bottom !important;
}

.overflow_visble {
  overflow: visible !important;
}

.overflow_hidden {
  overflow: hidden !important;
}

.overflow_scroll {
  overflow: scroll !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.display_block {
  display: block !important;
}

.display_inline {
  display: inline !important;
}

.display_inlineblock {
  display: inline-block !important;
}

.display_table {
  display: table !important;
}

.display_tablecell {
  display: table-cell !important;
}

.fontsize_d {
  font-size: 14px;
}

.fontsize_s {
  font-size: 12px;
}

.fontsize_m {
  font-size: 16px;
}

.fontsize_l {
  font-size: 18px;
}

.mb_none {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mt_none {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr_none {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml_none {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.va_top {
  vertical-align: top;
}

.va_mid {
  vertical-align: middle;
}

.va_btm {
  vertical-align: bottom;
}

.box_bd {
  border: 1px solid #dae1e6;
}

.box_bd_none {
  border: none !important;
}

.box_bd_top {
  border-top: 1px solid #dae1e6;
}

.bd_top_dotted {
  border-top-style: dotted;
}

.bd_top_dashed {
  border-top-style: dashed;
}

.bd_top_double {
  border-top-style: double;
}

.bd_top_none {
  border-top: none !important;
}

.box_bd_btm {
  border-bottom: 1px solid #dae1e6;
}

.bd_btm_dotted {
  border-bottom-style: dotted;
}

.bd_btm_dashed {
  border-bottom-style: dashed;
}

.bd_btm_double {
  border-bottom-style: double;
}

.bd_btm_none {
  border-bottom: none !important;
}

.pb_none {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

.pb15 {
  padding-bottom: 15px !important;
}

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

.pb25 {
  padding-bottom: 25px !important;
}

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

.pb35 {
  padding-bottom: 35px !important;
}

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

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

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

.pt_none {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

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

.pt15 {
  padding-top: 15px !important;
}

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

.pt25 {
  padding-top: 25px !important;
}

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

.pt35 {
  padding-top: 35px !important;
}

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

.pt45 {
  padding-top: 45px !important;
}

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

.pr_none {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

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

.pr15 {
  padding-right: 15px !important;
}

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

.pr25 {
  padding-right: 25px !important;
}

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

.pr35 {
  padding-right: 35px !important;
}

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

.pr45 {
  padding-right: 45px !important;
}

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

.pl_none {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

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

.pl15 {
  padding-left: 15px !important;
}

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

.pl25 {
  padding-left: 25px !important;
}

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

.pl35 {
  padding-left: 35px !important;
}

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

.pl45 {
  padding-left: 45px !important;
}

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

.w940 {
  width: 940px !important;
}

.w930 {
  width: 930px !important;
}

.w860 {
  width: 860px !important;
}

.w800 {
  width: 800px !important;
}

.w760 {
  width: 760px !important;
}

.w730 {
  width: 730px !important;
}

.w700 {
  width: 700px !important;
}

.w650 {
  width: 650px !important;
}

.w640 {
  width: 640px !important;
}

.w600 {
  width: 600px !important;
}

.w560 {
  width: 560px !important;
}

.w550 {
  width: 550px !important;
}

.w540 {
  width: 540px !important;
}

.w500 {
  width: 500px !important;
}

.w480 {
  width: 480px !important;
}

.w455 {
  width: 455px !important;
}

.w450 {
  width: 445px !important;
}

.w445 {
  width: 445px !important;
}

.w430 {
  width: 430px !important;
}

.w400 {
  width: 400px !important;
}

.w365 {
  width: 365px !important;
}

.w350 {
  width: 350px !important;
}

.w320 {
  width: 320px !important;
}

.w300 {
  width: 300px !important;
}

.w270 {
  width: 270px !important;
}

.w250 {
  width: 250px !important;
}

.w240 {
  width: 250px !important;
}

.w200 {
  width: 200px !important;
}

.w180 {
  width: 180px !important;
}

.w150 {
  width: 150px !important;
}

.w140 {
  width: 120px !important;
}

.w120 {
  width: 120px !important;
}

.w100 {
  width: 100px !important;
}

.w50 {
  width: 50px !important;
}

.w_auto {
  width: auto !important;
}

@media screen and (max-width: 768px) {
  .w940, .w930, .w860, .w800, .w760, .w730, .w700, .w650, .w640, .w600, .w560, .w550, .w540, .w500, .w480, .w455, .w450, .w445, .w400, .w365, .w350, .w320, .w300, .w270, .w250, .w200, .w180, .w150, .w140, .w120, .w100, .w50 {
    width: auto !important;
  }
}
.h200 {
  height: 200px !important;
}

.h150 {
  height: 150px !important;
}

.h100 {
  height: 100px !important;
}

.h50 {
  height: 50px !important;
}

.h_auto {
  height: auto !important;
}

.bg_white {
  background-color: #fff;
}

.bg_light {
  background-color: #f5f8fa !important;
}

.radius {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
}

.radius_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

.radius_none {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.shadow {
  box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(44, 51, 47, 0.2);
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #cdcac3;
  cursor: pointer;
}

.swiper-active-switch {
  /* Specific active button style: */
  background: #3f3e3d;
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  margin: 0 auto;
  text-align: center;
}

/* =Responsive
-----------------------------------------------------------------------------*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btn-fade-in {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes btn-fade-in {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes btn-fade-in {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btn-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-moz-keyframes btn-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes btn-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes btn-fade-in2 {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes btn-fade-in2 {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes btn-fade-in2 {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btn-fade-out2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.9;
  }
}
@-moz-keyframes btn-fade-out2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.9;
  }
}
@-webkit-keyframes btn-fade-out2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes gnav-over {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e5f3ff;
  }
}
@-moz-keyframes gnav-over {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e5f3ff;
  }
}
@-webkit-keyframes gnav-over {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e5f3ff;
  }
}
@keyframes gnav-out {
  0% {
    background-color: #e5f3ff;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes gnav-out {
  0% {
    background-color: #e5f3ff;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes gnav-out {
  0% {
    background-color: #e5f3ff;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes gnav-over-orange {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fff6e7;
  }
}
@-moz-keyframes gnav-over-orange {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fff6e7;
  }
}
@-webkit-keyframes gnav-over-orange {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fff6e7;
  }
}
@keyframes gnav-out-orange {
  0% {
    background-color: #fff6e7;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes gnav-out-orange {
  0% {
    background-color: #fff6e7;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes gnav-out-orange {
  0% {
    background-color: #fff6e7;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes subnav-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes subnav-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes subnav-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes subnav-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes subnav-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes subnav-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes subnav-fade-in {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes subnav-fade-in {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes subnav-fade-in {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes subnav-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@-moz-keyframes subnav-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes subnav-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes gnav-scroll-in {
  0% {
    opacity: 0;
    top: -94px;
  }
  1% {
    opacity: 0;
    top: -94px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-moz-keyframes gnav-scroll-in {
  0% {
    opacity: 0;
    top: -94px;
  }
  1% {
    opacity: 0;
    top: -94px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes gnav-scroll-in {
  0% {
    opacity: 0;
    top: -94px;
  }
  1% {
    opacity: 0;
    top: -94px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes gnav-scroll-out {
  0% {
    opacity: 1;
    top: 0px;
  }
  99% {
    opacity: 0;
    top: -94px;
  }
  100% {
    opacity: 0;
    top: -94px;
  }
}
@-moz-keyframes gnav-scroll-out {
  0% {
    opacity: 1;
    top: 0px;
  }
  99% {
    opacity: 0;
    top: -94px;
  }
  100% {
    opacity: 0;
    top: -94px;
  }
}
@-webkit-keyframes gnav-scroll-out {
  0% {
    opacity: 1;
    top: 0px;
  }
  99% {
    opacity: 0;
    top: -94px;
  }
  100% {
    opacity: 0;
    top: -94px;
  }
}
@keyframes lp-scanning-slide-next-to-active {
  0% {
    left: 840px;
    background-color: #f7fbff;
  }
  100% {
    left: 0px;
    background-color: #fff;
  }
}
@-webkit-keyframes lp-scanning-slide-next-to-active {
  0% {
    left: 840px;
    background-color: #f7fbff;
  }
  100% {
    left: 0px;
    background-color: #fff;
  }
}
@-webkit-keyframes lp-scanning-slide-prev-to-active {
  0% {
    left: -840px;
    background-color: #f7fbff;
  }
  100% {
    left: 0px;
    background-color: #fff;
  }
}
@-webkit-keyframes lp-scanning-slide-prev-to-active {
  0% {
    left: -840px;
    background-color: #f7fbff;
  }
  100% {
    left: 0px;
    background-color: #fff;
  }
}
@keyframes lp-scanning-slide-active-to-next {
  0% {
    left: 0px;
    background-color: #fff;
  }
  100% {
    left: 840px;
    background-color: #f7fbff;
  }
}
@-webkit-keyframes lp-scanning-slide-active-to-next {
  0% {
    left: 0px;
    background-color: #fff;
  }
  100% {
    left: 840px;
    background-color: #f7fbff;
  }
}
@-webkit-keyframes lp-scanning-slide-active-to-prev {
  0% {
    left: 0px;
    background-color: #fff;
  }
  100% {
    left: -840px;
    background-color: #f7fbff;
  }
}
@-webkit-keyframes lp-scanning-slide-active-to-prev {
  0% {
    left: 0px;
    background-color: #fff;
  }
  100% {
    left: -840px;
    background-color: #f7fbff;
  }
}
@keyframes lp-scanning-slide-prev-to-next {
  0% {
    left: -840px;
    opacity: 1;
  }
  25% {
    left: -1250px;
    opacity: 0;
  }
  26% {
    left: 1250px;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 840px;
  }
}
@-webkit-keyframes lp-scanning-slide-prev-to-next {
  0% {
    left: -840px;
    opacity: 1;
  }
  25% {
    left: -1250px;
    opacity: 0;
  }
  26% {
    left: 1250px;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 840px;
  }
}
@-webkit-keyframes lp-scanning-slide-next-to-prev {
  0% {
    left: 840px;
    opacity: 1;
  }
  25% {
    left: 1250px;
    opacity: 0;
  }
  26% {
    left: -1250px;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: -840px;
  }
}
@keyframes lp-scanning-slide-next-to-prev {
  0% {
    left: 840px;
    opacity: 1;
  }
  25% {
    left: 1250px;
    opacity: 0;
  }
  26% {
    left: -1250px;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: -840px;
  }
}
