@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
/* line 30, ../sass/sanitize.scss */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 36, ../sass/sanitize.scss */
audio:not([controls]) {
  display: none;
}

/* line 40, ../sass/sanitize.scss */
details {
  display: block;
}

/* line 45, ../sass/sanitize.scss */
input[type="number"] {
  width: auto;
}

/* line 49, ../sass/sanitize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 52, ../sass/sanitize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 59, ../sass/sanitize.scss */
main {
  display: block;
}

/* line 63, ../sass/sanitize.scss */
summary {
  display: block;
}

/* line 67, ../sass/sanitize.scss */
pre {
  overflow: auto;
}

/* line 71, ../sass/sanitize.scss */
progress {
  display: inline-block;
}

/* line 75, ../sass/sanitize.scss */
small {
  font-size: 75%;
}

/* line 79, ../sass/sanitize.scss */
template {
  display: none;
}

/* line 83, ../sass/sanitize.scss */
textarea {
  overflow: auto;
}

/* line 87, ../sass/sanitize.scss */
[hidden] {
  display: none;
}

/* line 91, ../sass/sanitize.scss */
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * Universal inheritance
 */
/* line 101, ../sass/sanitize.scss */
*,
::before,
::after {
  box-sizing: inherit;
}

/* line 107, ../sass/sanitize.scss */
* {
  font-size: inherit;
  line-height: inherit;
}

/* line 112, ../sass/sanitize.scss */
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* line 126, ../sass/sanitize.scss */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

/* line 135, ../sass/sanitize.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 142, ../sass/sanitize.scss */
:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* line 151, ../sass/sanitize.scss */
html {
  background-color: #FFFFFF;
}

/* line 157, ../sass/sanitize.scss */
a {
  text-decoration: none;
}

/* line 163, ../sass/sanitize.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 174, ../sass/sanitize.scss */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* line 183, ../sass/sanitize.scss */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* line 195, ../sass/sanitize.scss */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* line 219, ../sass/sanitize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* line 228, ../sass/sanitize.scss */
nav ol,
nav ul {
  list-style: none;
}

/* line 235, ../sass/sanitize.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 239, ../sass/sanitize.scss */
select::-ms-expand {
  display: none;
}

/* line 243, ../sass/sanitize.scss */
select::-ms-value {
  color: currentColor;
}

/* line 250, ../sass/sanitize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 257, ../sass/sanitize.scss */
textarea {
  resize: vertical;
}

/* line 263, ../sass/sanitize.scss */
::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  /* line 271, ../sass/sanitize.scss */
  [hidden~="screen"] {
    display: inherit;
  }
  /* line 275, ../sass/sanitize.scss */
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

a > img {
  transition: 0.3s;
  opacity: 1;
}

a:hover > img:not(.not-hover) {
  opacity: 0.6;
}

/* body */
body {
  background: #FAFAFA;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

/* common */
.inner {
  width: 986px;
  margin: 0 auto;
}

.contents .inner {
  width: 1018px;
}

/* header */
header {
  padding: 30px 0 12px;
}

header .inner {
  overflow: hidden;
}

header h1 {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 220px;
}

header h1 a {
  display: block;
}

header .contact-tel-mail {
  float: right;
}

header .contact-tel-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 0 0;
  width: 347px;
  height: 71px;
  position: relative;
  background: url(/assets/img/common/header-tel.png) no-repeat;
}

header .contact-tel-block span {
  color: #a08d86;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  letter-spacing: 1px;
}

header .contact-tel-block span.time {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

header .contact-tel-block span.time a {
  color: #a08d86;
  text-decoration: underline;
}

header .contact-tel-block span.time a:hover {
  text-decoration: none;
}

header .contact-mail-block {
  display: inline-block;
  vertical-align: top;
  width: 86px;
}

header .contact-mail-block a {
  background: #d6c8c4;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 86px;
  height: 64px;
  border-radius: 6px;
  line-height: 1;
  box-shadow: 0 4px 0 #c5b7b2;
  position: relative;
  text-align: center;
  padding: 5px 0 0;
}

header .contact-mail-block a:hover {
  box-shadow: none;
  transform: translate3d(0, 4px, 0);
  transition: all .3s;
}

header .contact-mail-block a span {
  text-shadow: 0px 0px 1px #969696;
}

header .contact-mail-block a span.time {
  letter-spacing: 1px;
  text-shadow: none;
}

/* contents */
.contents {
  overflow: hidden;
  padding: 20px 0;
}

.contents .left-menu {
  float: left;
  width: 244px;
  margin: 0 20px 0 0;
}

.contents .left-menu .menu-time-block {
  background: #5d737e;
  border: 2px solid #5d737e;
  padding: 0 0 10px;
}

.contents .left-menu .menu-time-block h2 {
  color: #4b5f69;
  background: #cdd8de url(../img/common/icon_menu_time.png) no-repeat 10px center;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 8px 0 8px 40px;
}

.contents .left-menu .menu-time-block span {
  color: #FFF;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.contents .left-menu .menu-time-block span.tel {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  background: url(../img/common/icon_menu_tel.png) no-repeat left center;
}

.contents .left-menu .menu-time-block span.reception {
  text-align: center;
}

.contents .left-menu .menu-time-block .mail-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.contents .left-menu nav ul {
  background: #FFF;
}

.contents .left-menu nav ul li {
  margin: 0 auto;
}

.contents .left-menu nav ul li a {
  margin: 0;
  padding: 0;
}

.contents .left-menu .menu-sub-nav {
  padding: 5px 0 0;
}

.contents .left-menu .menu-sub-nav nav ul {
  background: none;
}

.contents .left-menu .menu-sub-nav nav ul li {
  border: none;
  width: 100%;
  margin: 0 0 5px;
}

.contents .left-menu .menu-sub-nav nav ul li a {
  border: none;
}

.contents .left-menu .menu-sub-nav nav ul li a span {
  text-shadow: none;
}

.contents .left-menu .menu-sub-nav nav ul .side-nav-14 {
  background: #dab964;
}

.contents .left-menu .menu-sub-nav nav ul .side-nav-15 {
  background: #97cb6e;
}

.contents .left-menu .menu-sub-nav nav ul .side-nav-16 {
  background: #827c6d;
}

.contents .left-menu .menu-sub-nav nav ul .side-nav-17 {
  border: 1px solid #2c8c97;
}

.contents .left-menu .menu-sub-nav nav ul .side-nav-18 {
  border: 1px solid #e38388;
}

.contents .right-content {
  float: left;
  background: #FFF;
  width: 754px;
}

/* footer-block */
/* footer */
footer {
  background: #ae9c96;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}

footer p {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
}

footer a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  text-decoration: underline;
}

/* consult-block */
.consult-block {
  background: #e5e5e5;
}

.consult-block__text {
  font-size: 13px;
  color: #a08d86;
}

.consult-block__text a {
  color: #a08d86;
  text-decoration: underline;
}

.consult-block .inner {
  width: 900px;
  margin: 0 auto;
  height: 240px;
  background: url(../img/common/bg_onsult_block.png) no-repeat;
  position: relative;
  overflow: hidden;
}

.consult-block .inner .info {
  float: right;
  width: 550px;
  padding-top: 30px;
}

.consult-block .inner .info h2 {
  margin-left: 10px;
}

.consult-block .inner .info .info-bottom {
  overflow: hidden;
  margin-top: 24px;
  padding-bottom: 20px;
}

.consult-block .inner .info .contact-tel-block {
  float: right;
}

.consult-block .inner .info .contact-mail-block {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin: 0 20px 0 0;
}

.consult-block .inner .info .contact-mail-block a {
  background: #d6c8c4;
  display: block;
  width: 110px;
  height: 92px;
  border-radius: 6px;
  line-height: 1;
  box-shadow: 0 6px 0 #c5b7b2;
  position: relative;
  text-align: center;
  padding: 12px 0 0;
}

.consult-block .inner .info .contact-mail-block a:hover {
  box-shadow: none;
  transform: translate3d(0, 6px, 0);
  transition: all .3s;
}

.foot-toggle-box a {
  position: relative;
  color: #FFF;
}

.foot-toggle-box a:after {
  display: block;
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  font-size: 14px;
  text-align: center;
}

.foot-toggle-box a.is-open:after {
  content: "▲";
}

.index-sp-acc a {
  display: block;
  position: relative;
}

.index-sp-acc a:after {
  display: block;
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  text-align: center;
  color: #67b18d;
}

.index-sp-acc a.is-open:after {
  content: "▲";
}

.index-sp-acc2 a {
  position: relative;
  display: inline-block;
}

.index-sp-acc2 a:after {
  display: block;
  content: "▼";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 5px;
  top: auto;
  margin-left: -6px;
  font-size: 12px;
  text-align: center;
  color: #67b18d;
}

.index-sp-acc2 a.is-open:after {
  content: "▲";
}

.index-points {
  padding-top: 30px;
  padding-bottom: 70px;
}

.index-points li {
  background-repeat: no-repeat;
  width: 985px;
  margin-top: 40px;
}

.index-points li.point1 {
  background-image: url(../img/index/point01.png);
  height: 267px;
  margin-top: 0;
}

.index-points li.point2 {
  background-image: url(../img/index/point02.png);
  height: 396px;
}

.index-points li.point3 {
  background-image: url(../img/index/point03.png);
  height: 268px;
}

.index-points li.point4 {
  background-image: url(../img/index/point04.png);
  height: 330px;
}

.index-points li.point5 {
  background-image: url(../img/index/point05.png);
  height: 330px;
}

.index-points li a {
  display: block;
  position: absolute;
  cursor: pointer;
}

.is-sp .accidents2-header p.bg,
.is-sp .accidents2-header div.bg {
  background: #E0D8CC;
}

.is-sp .index2-sp .key-block {
  position: relative;
}

.is-sp .index2-sp .key-block a {
  display: block;
  position: absolute;
  left: 5%;
  top: 30%;
  width: 28%;
}

.is-sp .index2-sp .index2-slider {
  padding: 0 20px;
}

.is-sp .index2-sp .text-block {
  background: #FFF;
  padding: 20px 36px 0;
  line-height: 1.6;
}

.is-sp .index2-sp .index2-more {
  background-image: url(../img/sp/index2/morebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.is-sp .index2-sp .index2-more__inner {
  padding: 80px 20px 40px;
}

.is-sp .index2-sp .index2-more__inner p {
  padding: 0 30px;
  margin-bottom: 20px;
}

.is-sp .index2-sp .index2-more__inner ul {
  overflow: hidden;
  margin-bottom: 10px;
}

.is-sp .index2-sp .index2-more__inner ul li {
  float: left;
  margin-left: 3%;
  width: 31%;
}

.is-sp .index2-sp .index2-more__inner ul li:first-child {
  margin-left: 0;
}

.is-sp .index2-sp .index2-accordions {
  background: #FFF;
  padding: 25px 20px;
}

.is-sp .index2-sp .index2-accordions .accordion-box a {
  background: #01478f;
  height: auto;
  padding: 13px 0;
}

.is-sp .index2-sp .index2-accordions .accordion-box a:after {
  background-image: url(../img/sp/index2/arrow-down.png);
}

.is-sp .index2-sp .index2-accordions .accordion-box.is-open a:after {
  background-image: url(../img/sp/index2/arrow-up.png);
}

.is-sp .index2-sp .index2-accordions .accordion-box p {
  border: #01478F solid 2px;
  font-size: 13px;
  font-weight: bold;
}

.is-sp .index2-sp .index2-accordions .accordion-box p span {
  color: #01478F;
  display: inline;
  padding: 0;
}

.is-sp .index2-sp .index2-accordions .accordion-box p img {
  display: inline-block;
  padding: 0 5px;
}

.is-sp .index2-sp .text-block-small {
  padding: 30px 36px;
  font-size: 13px;
  font-weight: bold;
}

.is-sp .index2-sp .text-block-small .text {
  padding: 10px 0 0;
}

.is-sp .index2-sp .text-block-small .text span {
  color: #01478F;
}

.is-sp .index2-sp .text-block-small.bg {
  background: #E0D8CC;
}

.is-sp .index2-sp .mirai {
  background: #F4FAFF;
  padding: 30px 15px;
}

.is-sp .index2-sp .mirai p {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.is-sp .index2-sp .mirai .text {
  padding: 24px 18px 0;
  font-size: 13px;
}

.is-sp .index2-sp .more-area {
  background: #FFF;
}

.is-sp .index2-sp .more-area.index2_more {
  background: #E0D8CC;
}

.is-sp .index2-sp .more-area.index2_more .more-text {
  padding: 20px 0;
  font-size: 13px;
  text-align: center;
}

.is-sp .index2-sp .more-area.index2_more .more-text p {
  color: #01478F;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 5px;
}

.is-sp .index2-sp .more-area.index2_more .more-text p span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  text-indent: -0.5em;
}

.is-sp .index2-sp .more-area .price_image {
  padding: 15px 0 30px;
}

.is-sp .index2-sp .more-area .accordion-box p {
  display: none;
  background: #FFF;
  padding: 20px;
  border: #5d5954 solid 1px;
  font-size: 13px;
}

.is-sp .index2-sp .more-area .accordion-box p span {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
}

.is-sp .index2-sp .more-area .accordion-box.custom > a {
  background: #5d5954;
}

.is-sp .index2-sp .more-area .accordion-box.custom > a:after {
  background-image: url(../img/sp/index2/arrow-down.png);
}

.is-sp .index2-sp .more-area .accordion-box.custom > a .square {
  display: inline-block;
  border: 1px solid #fff;
  margin-bottom: 2px;
  padding: 2px 4px;
  line-height: 1;
  font-size: 12px;
}

.is-sp .index2-sp .more-area .accordion-box.custom > .accordion-main {
  background: #FFF;
  padding: 18px;
  border: #5d5954 solid 2px;
}

.is-sp .index2-sp .more-area .accordion-box.custom > .accordion-main span {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}

.is-sp .index2-sp .more-area .accordion-box.custom.is-open > a:after {
  background-image: url(../img/sp/index2/arrow-up.png);
}

.mt25 {
  margin-top: 25px;
}

/*--------------------
 * LOWER
 *--------------------*/
/*clearfix --------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

ul, li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.under-line {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.tac {
  text-align: center;
}

.ti-05em {
  display: inline-block;
  text-indent: -0.5em;
}

.red {
  color: #fd0505;
}

.global-nav {
  background: #7fc6a4;
  text-align: center;
}

.global-nav .inner {
  width: 1016px;
  overflow: hidden;
}

.global-nav .inner a {
  display: block;
  float: left;
  padding: 0;
}

.key-visual {
  background: #FFF;
  width: 100%;
}

.key-visual .inner {
  position: relative;
}

.key-visual .inner .logo {
  position: absolute;
  right: 115px;
  bottom: 20px;
}

.key-visual h2 {
  position: relative;
  height: 347px;
  display: table;
  text-align: center;
  margin: 0 auto;
}

.key-visual h2 span {
  display: table-cell;
  vertical-align: middle;
}

.key-visual h2 span img {
  display: inline-block;
}

.key-visual h2.type1 {
  padding: 125px 0 80px;
  text-align: center;
}

.key-visual h2.type1 .title {
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.key-visual h2.type1 .subtitle {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.key-visual h2.type2 {
  padding: 100px 0;
  text-align: center;
}

.key-visual h2.type2 .text {
  text-align: left;
  font-size: 26px;
  padding-left: 100px;
  line-height: 2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.key-visual h2.type3 {
  padding: 100px 0;
  text-align: center;
}

.key-visual h2.type3 .title {
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.key-visual h2.type3 .subtitle {
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.key-visual h2.type4 {
  padding: 70px 0;
  text-align: center;
}

.key-visual h2.type4 .title {
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.key-visual h2.type4 .title span {
  display: inline-block;
  text-align: left;
}

.key-visual h2.type4 .subtitle {
  margin-top: 25px;
  font-size: 18px;
  font-weight: normal;
}

.key-visual h2.type4 .subtitle span {
  display: inline-block;
  text-align: left;
}

.balloon-block {
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
}

.balloon-block__top {
  background: #7FC6A4;
  width: 100%;
  position: relative;
}

.balloon-block__top .inner {
  width: 1000px;
  margin: 0 auto;
  display: table;
  text-align: center;
}

.balloon-block__top .inner::after {
  display: block;
  content: "";
  background: url(../img/lower/balloon_bottom.png);
  width: 78px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: -36px;
  margin-left: -39px;
}

.balloon-block__top .inner p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 175px;
  color: #FFF;
  font-size: 28px;
  line-height: 1.2;
}

.balloon-block__top .inner p span {
  display: inline-block;
  text-align: left;
}

.balloon-block__top .inner p.align-center {
  text-align: center;
  padding-left: 0;
}

.balloon-block__top .inner p.align-center span {
  text-align: left;
}

.balloon-block__bottom {
  width: 100%;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center top;
}

.balloon-block__bottom .inner {
  width: 1000px;
  margin: 0 auto;
}

.balloon-block__bottom .inner .title {
  font-size: 28px;
  font-weight: bold;
}

.balloon-block__bottom .inner .text-block {
  line-height: 2;
}

.contents {
  color: #393939;
}

.contents .right-content {
  line-height: 2;
}

.contents .right-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 5px;
  line-height: 1.4;
}

.contents .right-content h4 .small {
  display: block;
  font-size: 16px;
}

.contents .right-content .r-inner {
  margin-top: 40px;
  padding: 0px 30px 40px 35px;
}

.contents .right-content .r-inner .article .article:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.contents .right-content .r-inner .article .article {
  zoom: 1;
}

.contents .right-content .r-inner .article .photo img {
  display: block;
  border: #E9E7E7 solid 1px;
}

.contents .right-content .r-inner .article .figure {
  margin: 10px 0 20px;
}

.contents .right-content .r-inner .article .photo.fr, .contents .right-content .r-inner .article .figure.fr {
  margin: 10px 0 20px 30px;
}

.contents .right-content .r-inner .article .photo.fl, .contents .right-content .r-inner .article .figure.fl {
  margin: 0 30px 20px 0px;
}

.contents .right-content .r-inner .article .w100 img {
  width: 100%;
}

.contents .right-content .r-inner .article span.note {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.8;
}

.contents .right-content .r-inner .article .detail-link {
  float: right;
  display: inline-block;
  margin-top: 5px;
  padding: 2px 10px;
  border: #C9C9C9 solid 1px;
  border-radius: 4px;
}

.contents .right-content .r-inner .article .detail-link a {
  padding-left: 4px;
  color: #06A5F7;
  text-decoration: underline;
}

.contents .right-content .r-inner .article .underline {
  display: inline-block;
  padding: 0 10px;
  text-decoration: underline;
}

.contents .right-content .r-inner .article p a {
  color: #0695FA;
  text-decoration: underline;
}

.bottom-message {
  color: #393939;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}

.bottom-message .title {
  font-size: 40px;
}

.bottom-message p {
  text-align: center;
  font-size: 24px;
}

.bottom-message p span {
  display: inline-block;
  text-align: left;
}

.bottom-content {
  background: #FFF;
  padding: 35px 60px;
}

.bottom-content.p0 {
  padding: 0px;
}

.bottom-content.p20 {
  padding: 20px;
}

.btn_fullsupport {
  text-align: center;
  margin-top: 20px;
}

.btn_fullsupport img {
  display: inline;
}

.btn_fullsupport a {
  background: #c5dfec;
  color: #4D6C7B;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  line-height: 1;
  box-shadow: 0 4px 0 #b2ccd9;
  position: relative;
  text-align: center;
  width: 673px;
  margin: 10px auto;
  padding: 25px 0px 30px;
  font-size: 13px;
}

.btn_fullsupport a:after {
  display: block;
  content: "▲";
  color: #393939;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -0.5em;
  transform: rotate(90deg);
}

.btn_fullsupport a:hover {
  box-shadow: none;
  transform: translate3d(0, 4px, 0);
  transition: all .3s;
}

.btn_fullsupport a p {
  margin-bottom: 7px;
  text-shadow: 0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}

.btn_fullsupport a span {
  font-size: 36px;
  font-weight: bold;
}

.situation-key2 h2 {
  display: block;
}

.situation-key2 h2 .btns {
  padding-top: 10px;
  width: 100%;
}

.situation-key2 h2 .btns a {
  display: inline-block;
  margin: 0 6px;
}

.situation-key2 h2 .text {
  margin-top: 16px;
  text-align: center;
}


.situation-key2 h2 .text2 {
  padding-top: 100px;
  margin-top: 16px;
  text-align: center;
}

/*--------------------
 * BOTTOM MENU
 *--------------------*/
.bottom-menu {
  margin: 30px auto 40px;
  width: 875px;
}

.bottom-menu ul {
  margin-left: 30px;
  overflow: hidden;
}

.bottom-menu ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/*--------------------
 * 無料相談、サリュについて
 *--------------------*/
.key-visual.about-key h2 {
  height: 312px;
}

.about-lead {
  background-color: #fff;
  background-image: url(../img/about/leadbg.png);
  height: 479px;
}

.about-lead .text-block {
  padding-left: 70px;
}

.about-lead .text-block .title {
  padding-top: 45px;
}

.article .step {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.article .step div {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  letter-spacing: 0.1em;
}

.article .step span {
  font-size: 24px;
  padding: 0 10px;
}

.article .step .num {
  background: url(../img/lower/stepnum_bg.gif);
  color: #FFF;
  margin-right: 10px;
  padding: 6px 6px 6px 8px;
  font-size: 12px;
  border-radius: 2px;
  font-weight: normal;
  letter-spacing: 2px;
}

.article .step .title {
  font-size: 24px;
}

.article .step .title:after {
  display: block;
  content: "";
  border-bottom: #FFE200 solid 4px;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 4.4em;
}

.article .step .title.em3:after {
  width: 3.3em;
}

.article .center-text {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.books-info .mt80 {
  margin-top: 80px;
}

.books-info .mt50 {
  margin-top: 50px;
}

.kodawari {
  width: 576px;
  margin: 30px auto;
  line-height: 1.6;
}

.kodawari .kodawari-photo {
  margin: 25px 0 10px 50px;
}

.kodawari .kodawari-photo img {
  display: block;
  border: #E9E7E7 solid 1px;
}

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

.kodawari .tac {
  margin-top: 20px;
}

.message-text {
  margin: 40px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.2em;
}

/*--------------------
 * サリュならもっと
 *--------------------*/
.key-visual.more-key h2 {
  padding-top: 30px;
}

.key-visual.more-key .logo {
  position: absolute;
  right: 110px;
  bottom: 20px;
}

.more-lead {
  background-image: url(../img/more/leadbg.png);
  height: 486px;
  max-width: 1920px;
}

.more-lead .text-block {
  width: 680px;
  margin-left: 30px;
}

.more-lead .text-block .title {
  text-align: right;
  padding-top: 45px;
}

.more-lead .text-block .text {
  margin-top: 10px;
}

.more-photo1 {
  float: right;
  margin: 10px 0 10px 30px;
}

.more-figure1 {
  float: right;
  margin: 0 0 40px 40px;
}

.option-info {
  width: 874px;
  margin: 60px auto 30px;
}

.option-text {
  text-align: center;
}

/*--------------------
 * 事故後に困る、お金の話
 *--------------------*/
.key-visual.money-key {
  background: url(../img/money/h2bg.png) no-repeat center top;
}

.key-visual.money-key h2 {
  height: 444px;
  text-align: left;
  width: 100%;
}

.key-visual.money-key h2 span {
  padding-left: 120px;
}

.money-lead {
  background: #FBF5F3;
}

.money-lead .inner {
  width: 1020px;
}

.money-lead .title {
  padding-top: 65px;
  color: #328D62;
  font-size: 24px;
  text-align: center;
}

.money-lead .text {
  line-height: 2;
  width: 940px;
  margin: 20px auto 0;
}

.money-lead .page-links {
  margin-top: 10px;
  padding-bottom: 20px;
}

.money-lead .page-links li {
  float: left;
  margin-left: 15px;
}

.money-lead .page-links li:first-child {
  margin-left: 0;
}

.money-link {
  overflow: hidden;
  margin-bottom: 10px;
}

.money-link .title {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 1px;
}

.money-link .title span {
  display: inline-block;
  padding: 10px 0;
}

.money-link .btns {
  padding-right: 30px;
}

.money-link a {
  display: block;
  color: #FFF;
  float: right;
  margin-top: 10px;
  margin-left: 15px;
}

/*--------------------
 * 保険会社のやり口
 *--------------------*/
.method-lead {
  background-color: #fafafa;
  background-image: url(../img/method/leadbg.png);
  height: 340px;
}

.method-lead .text-block {
  width: 660px;
  margin-left: 20px;
}

.method-lead .text-block .title {
  padding-top: 60px;
  padding-left: 100px;
  line-height: 1.4;
}

.method-lead .text-block .text {
  margin-top: 20px;
}

.method-lead .text-block .text a {
  color: #0695FA;
  text-decoration: underline;
}

.method-frame-text {
  margin: 40px 0;
}

.method-message-text {
  margin: 60px 0;
  padding: 0 40px;
  font-size: 24px;
  color: #445862;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*--------------------
 * 後遺障害基礎知識
 *--------------------*/
.elementary-content {
  padding-bottom: 10px;
}

.elementary-content .intro {
  width: 850px;
  margin: 0 auto;
}

.elementary-content .intro h2 {
  text-align: center;
}

.elementary-content .intro p {
  text-align: center;
}

.elementary-content .intro p.mt10 {
  margin-top: 10px;
}

.elementary-content .intro p.mt20 {
  margin-top: 20px;
}

.elementary-content .intro p.mt25 {
  margin-top: 25px;
}

.elementary-content .intro p.mt30 {
  margin-top: 30px;
}

.elementary-content .intro p.mt40 {
  margin-top: 40px;
}

.elementary-content .intro p.mt45 {
  margin-top: 45px;
}

.elementary-content .intro p.mt50 {
  margin-top: 50px;
}

.elementary-content .intro .elementary-acc {
  width: 822px;
  margin: 0 auto 45px;
  text-align: left;
}

.elementary-content .intro .elementary-acc a {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}

.elementary-content .intro .elementary-acc a:after {
  display: block;
  content: "";
  background: url(../img/elementary/arrow_down.png) no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 160px;
  top: 50%;
  margin-top: -11px;
}

.elementary-content .intro .elementary-acc a.is-open:after {
  background: url(../img/elementary/arrow_up.png) no-repeat;
}

.elementary-content .intro .elementary-acc p {
  text-align: left;
  padding: 20px 0 0;
}

.elementary-content .intro .center-text {
  text-align: center;
  color: #6DBF98;
  margin: 10px 0;
}

.elementary-content .table-num {
  text-align: center;
  margin: 20px 0 10px;
  font-weight: bold;
}

.elementary-content .table-num div {
  display: inline-block;
  vertical-align: middle;
}

.elementary-content .table-num p {
  display: table;
  background: #FB73E0;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
}

.elementary-content .table-num p span {
  display: table-cell;
  vertical-align: middle;
}

.elementary-content .elementary-table {
  background: #FFF;
  width: 100%;
  margin-bottom: 20px;
  border-top: #D2D2D2 solid 3px;
  border-left: #D2D2D2 solid 3px;
  font-size: 18px;
}

.elementary-content .elementary-table th, .elementary-content .elementary-table td {
  border-right: #D2D2D2 solid 3px;
  border-bottom: #D2D2D2 solid 3px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.elementary-content .elementary-table .bg-blue {
  background: #DFF8FD;
}

.elementary-content .elementary-table .bg-pink {
  background: #fff8fe;
}

.elementary-content .elementary-table dl {
  overflow: hidden;
}

.elementary-content .elementary-table dl dt {
  float: left;
  min-width: 2em;
  text-align: right;
  margin-right: 15px;
}

.elementary-content .elementary-table dl dd {
  overflow: hidden;
}

.elementary-content .elementary-table .th-custom {
  font-size: 13px;
  background: #DFF8FD;
}

.elementary-content .elementary-table .th-custom span {
  display: inline-block;
  text-align: left;
}

.elementary-content .elementary-table .detail-info {
  font-size: 13px;
  text-align: left;
  padding: 10px 20px 10px 15px;
}

.elementary-content .elementary_balloon {
  text-align: right;
  margin-top: -40px;
  margin-bottom: 40px;
}

.elementary-content .elementary_balloon img {
  display: inline;
}

.elementary-message-text {
  margin: 40px 0 20px;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.elementary-message-text span {
  display: inline-block;
  text-align: left;
}

.bottom-logo-message {
  margin: 30px 0;
  text-align: center;
}

.accidents2-bottom2.elementary-bottom {
  background: #E6DFDD;
}

.accidents2-bottom2.elementary-bottom .money-table-block p {
  width: 750px;
  margin: 0 auto;
}

.accidents2-bottom2.elementary-bottom .money-table-block .money-table-title {
  margin: 10px auto;
}

.c-foot-line.pt0 {
  padding-top: 0;
}

/*--------------------
 * むち打ち
 *--------------------*/
.whiplash-lead .title {
  text-align: center;
  padding-top: 60px;
}

.whiplash-lead table {
  width: 842px;
  margin: 0px auto;
  border-top: #AAA solid 2px;
  border-left: #AAA solid 1px;
}

.whiplash-lead table th, .whiplash-lead table td {
  border-right: #AAA solid 1px;
  border-bottom: #AAA solid 1px;
  padding: 10px;
  text-align: center;
}

.whiplash-lead table th {
  background: #EEE;
  font-size: 18px;
}

.whiplash-lead table .align-left {
  text-align: left;
  line-height: 1.4;
}

.whiplash-lead .text {
  width: 842px;
  margin: 15px auto;
  font-size: 18.67px;
  line-height: 1.8;
}

.whiplash-frame-text {
  margin: 20px auto;
  text-align: center;
}

.em1-list {
  overflow: hidden;
}

.em1-list dt {
  float: left;
  min-width: 1.2em;
}

.em1-list dd {
  overflow: hidden;
}

.whiplash-message-text {
  margin: 10px 20px 50px;
  font-size: 19px;
}

.whiplash-message-text p {
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: bold;
}

.whiplash-case {
  margin-left: -3px;
}

.whiplash-case p {
  text-align: center;
}

.whiplash-case ul {
  margin-top: 35px;
}

.whiplash-case ul li {
  margin-top: 13px;
}

.whiplash-case ul li:first-child {
  margin-top: 0px;
}

/*--------------------
 * 高次脳機能障害
 *--------------------*/
.brain-lead {
  padding-bottom: 30px;
}

.brain-lead .inner {
  position: relative;
}

.brain-lead .title {
  text-align: center;
  padding-top: 55px;
}

.brain-lead table {
  background: #FFF;
  margin-bottom: 20px;
  border-top: #D8D5C2 solid 1px;
  border-left: #D8D5C2 solid 1px;
}

.brain-lead table th, .brain-lead table td {
  border-right: #D8D5C2 solid 1px;
  border-bottom: #D8D5C2 solid 1px;
  text-align: center;
  padding: 10px;
}

.brain-lead table th {
  background: #F3F2ED;
  font-size: 14px;
}

.brain-lead table td {
  font-size: 18px;
}

.brain-lead table td.align-left {
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
}

.brain-symptoms {
  background: #f8f8f8;
  margin: 20px 0 40px -20px;
}

h5 {
  color: #7F6115;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  padding-left: 1em;
}

h6 {
  color: #77a850;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 5px;
}

.brain-numlist {
  margin: 20px 0 20px -22px;
  padding: 20px;
  border: #D8D5C2 solid 1px;
  font-size: 14.5px;
  width: 730px;
}

.brain-message-text {
  margin-top: 30px;
}

.brain-message-text p {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2;
}

.brain-message-text span {
  display: inline-block;
  margin: 10px 40px;
  color: #393939;
  font-size: 21px;
  line-height: 1.4;
}

.lead_balloon {
  width: 284px;
  height: 96px;
  text-align: center;
  line-height: 1.4;
  text-align: left;
  position: absolute;
  font-weight: bold;
  top: 10px;
  right: 0px;
}

/*--------------------
 * 脊髄損傷
 *--------------------*/
.spinal-lead {
  background: #FFF;
  padding-bottom: 20px;
}

.spinal-lead .text-block {
  padding-top: 50px;
}

.spinal-lead .title {
  text-align: center;
}

.spinal-lead .title.mt {
  margin-top: 40px;
}

.spinal-lead .text {
  line-height: 1.8;
}

.spinal-lead .table-block {
  width: 750px;
  margin: 0 auto 20px;
  position: relative;
}

.spinal-lead .table-block .lead_balloon {
  top: -85px;
  right: -95px;
}

.spinal-lead table {
  background: #FFF;
  border-top: #d8d5c2 solid 1px;
  border-left: #d8d5c2 solid 1px;
}

.spinal-lead table th, .spinal-lead table td {
  border-right: #d8d5c2 solid 1px;
  border-bottom: #d8d5c2 solid 1px;
  text-align: center;
  padding: 10px;
}

.spinal-lead table th {
  background: #d8d5c2;
  font-size: 14px;
}

.spinal-lead table td {
  font-size: 18px;
}

.spinal-lead table td.align-left {
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
}

.spinal-lead table td:first-child {
  font-size: 16px;
  padding: 3px;
  letter-spacing: 0.1em;
}

.spinal-lead table td:first-child p {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #F3F2ED;
}

.spinal-lead table td:first-child span {
  display: inline-block;
  padding-top: 8px;
}

.spinal-table1 {
  border-top: #C9C9C9 solid 1px;
  border-left: #C9C9C9 solid 1px;
}

.spinal-table1 th, .spinal-table1 td {
  border-right: #C9C9C9 solid 1px;
  border-bottom: #C9C9C9 solid 1px;
  padding: 0px 40px;
}

.spinal-table1 th {
  background: #F7F6F6;
  font-weight: normal;
}

.spinal-btns {
  margin: 20px 0;
  padding-bottom: 10px;
  overflow: hidden;
}

.spinal-btns li {
  float: left;
  position: relative;
}

.spinal-btns li:first-child {
  margin-right: 50px;
}

.spinal-btns li a {
  background: #D9E4EA;
  display: table;
  width: 312px;
  height: 167px;
  border: #C0CED5 solid 1px;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4B5F69;
  box-shadow: 0 3px 0 #9fb2bd;
  line-height: 1.8;
}

.spinal-btns li a:after {
  display: block;
  content: "▲";
  color: #393939;
  position: absolute;
  right: 15px;
  bottom: 20px;
  font-size: 14px;
  transform: rotate(90deg);
}

.spinal-btns li a:hover {
  box-shadow: none;
  transform: translate3d(0, 4px, 0);
  transition: all .3s;
}

.spinal-btns li a p {
  display: table-cell;
  vertical-align: middle;
}

.spinal-btns li a p span {
  display: inline-block;
  text-align: left;
}

/*--------------------
 * 死亡事故
 *--------------------*/
.key-visual.accidents-key {
  background-image: url(../img/accidents/h2bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
  max-width: 1920px;
}

.key-visual.accidents-key h2 {
  height: 445px;
  position: relative;
}

.key-visual.accidents-key h2 span {
  padding-bottom: 40px;
}

.key-visual.accidents-key h2 a {
  display: block;
  position: absolute;
  transition: 0.5s;
  opacity: 1;
}

.key-visual.accidents-key h2 a:hover {
  opacity: 0.7;
}

.key-visual.accidents-key h2 a.link1 {
  top: 198px;
  left: 193px;
}

.key-visual.accidents-key h2 a.link2 {
  top: 198px;
  left: 536px;
}

.key-visual.accidents-key h2 a.link3 {
  top: 228px;
  left: 0px;
}

.key-visual.accidents-key h2 a.link4 {
  top: 228px;
  left: 349px;
}

.accidents-balloon .balloon-block__top {
  background: #5db1bf;
}

.accidents-balloon .balloon-block__top .inner::after {
  background: url(../img/lower/balloon_bottom2.png);
}

.accidents-lead {
  padding-bottom: 30px;
}

.accidents-lead .title {
  color: #5db1bf;
  text-align: center;
  padding-top: 65px;
}

.accidents-lead .text {
  margin: 30px 40px;
  line-height: 2;
}

.accidents-lead .accidents-support {
  background: #C6E1EC;
  width: 914px;
  margin: 30px auto 0;
  padding: 20px 0;
  border: #4DABBA solid 4px;
  border-radius: 6px;
  text-align: center;
}

.accidents-lead .accidents-support a {
  transition: 0.3s;
  opacity: 1;
}

.accidents-lead .accidents-support a:hover {
  opacity: 0.7;
}

.accidents-lead .accidents-support p {
  font-size: 35px;
  font-weight: bold;
}

.accidents-lead .accidents-support ul {
  margin-left: 32px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accidents-lead .accidents-support ul li {
  float: left;
  width: 270px;
  height: 91px;
  margin-left: 15px;
}

.accidents-lead .accidents-support ul li:first-child {
  margin-left: 0;
}

.accidents-lead .accidents-support .matome {
  color: #429EAD;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}

.accidents-link {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 10px;
}

.accidents-link .title {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 1px;
}

.accidents-link .title span {
  display: inline-block;
  padding: 10px;
}

.accidents-link .btns {
  margin: 10px 50px 0 0;
}

.accidents-link a {
  display: block;
  float: right;
  margin-left: 10px;
  transition: 0.3s;
  opacity: 1;
}

.accidents-link a:hover {
  opacity: 0.7;
}

.accidents-accordion {
  margin: 30px;
}

.accidents-accordion a.btn-open {
  display: table;
  width: 100%;
  height: 90px;
  margin-bottom: 20px;
  background: #D6C8C4;
  color: #8D7B75;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  position: relative;
}

.accidents-accordion a.btn-open:after {
  display: block;
  content: ">";
  color: #8d7b75;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1em;
  font-size: 16px;
  text-align: center;
  transform: rotate(90deg);
}

.accidents-accordion a.btn-open span {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}

.accidents-accordion a.btn-open.is-open:after {
  content: "<";
}

.accidents-accordion p {
  margin-bottom: 20px;
}

/*--------------------
 * 死亡事故2
 *--------------------*/
.contents .left-menu .menu-nav.accidents2-nav nav ul .simple a {
  background: none !important;
  padding: 10px 0;
  color: #826F69;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .simple a:hover {
  background: #ede7e5 !important;
  transition: all .3s;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .red-ver a {
  background: none !important;
  padding: 10px 0;
  color: #e16d67;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .red-ver a:hover {
  background: #F3E5E7 !important;
  transition: all .3s;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .side-nav-02 a {
  background: url(../img/common/ico_side-nav-05.png) no-repeat 6px center;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .side-nav-03 a {
  background: url(../img/common/ico_side-nav-19.png) no-repeat 6px center;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .side-nav-05 a {
  background: url(../img/common/ico_side-nav-06.png) no-repeat 6px center;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .side-nav-06 a {
  background: url(../img/common/ico_side-nav-09.png) no-repeat 6px center;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .side-nav-07 a {
  background: url(../img/common/ico_side-nav-03.png) no-repeat 6px center;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .side-nav-08 a {
  background: url(../img/common/ico_side-nav-04.png) no-repeat 6px center;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .side-nav-09 a {
  background: url(../img/common/ico_side-nav-08.png) no-repeat 6px center;
}

.contents .left-menu .menu-nav.accidents2-nav nav ul .side-nav-10 a {
  background: url(../img/common/ico_side-nav-20.png) no-repeat 6px center;
}

.key-visual.accidents2-key h2 {
  height: 445px;
  position: relative;
}

.key-visual.accidents2-key h2 span {
  padding-top: 40px;
}

.key-visual.accidents2-key h2 a {
  display: block;
  position: absolute;
  transition: 0.5s;
  opacity: 1;
}

.key-visual.accidents2-key h2 a:hover {
  opacity: 0.7;
}

.key-visual.accidents2-key h2 a.link1 {
  top: 198px;
  left: 193px;
}

.key-visual.accidents2-key h2 a.link2 {
  top: 198px;
  left: 536px;
}

.key-visual.accidents2-key h2 a.link3 {
  top: 228px;
  left: 0px;
}

.key-visual.accidents2-key h2 a.link4 {
  top: 228px;
  left: 349px;
}

.accidents2-plate1 {
  margin-left: -27px;
  margin-bottom: 20px;
}

.accidents2-bottom .basic-text {
  width: 870px;
  margin: 20px auto;
}

.accidents2-bottom .more-btns {
  width: 970px;
  margin: 15px auto 30px;
  overflow: hidden;
}

.accidents2-bottom .more-btns li {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.accidents2-accordion1 {
  margin: 30px auto;
  width: 886px;
}

.accidents2-accordion1 a {
  display: table;
  width: 100%;
  height: 46px;
  margin-bottom: 20px;
  background: #5d737e;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.accidents2-accordion1 a:after {
  display: block;
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  font-size: 16px;
  text-align: center;
}

.accidents2-accordion1 a span {
  background: url(../img/accidents2/tenbin.png) no-repeat left bottom;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4px;
}

.accidents2-accordion1 .is-open a:after {
  content: "▲";
}

.accidents2-accordion1 p {
  margin-bottom: 20px;
  line-height: 2;
}

.accidents2-accordion2 {
  margin: 30px 0 30px 20px;
  overflow: hidden;
}

.accidents2-accordion2 li {
  float: left;
  margin-left: 5px;
}

.accidents2-accordion2 li:first-child {
  margin-left: 0;
}

.accidents2-accordion2 .js-toggle-box {
  width: 490px;
}

.accidents2-accordion2 a {
  display: table;
  width: 100%;
  height: 90px;
  margin-bottom: 20px;
  background: #efebe9;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.accidents2-accordion2 a:after {
  display: inline-block;
  content: ">";
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #8D7B75;
  font-size: 18px;
  text-align: center;
  transform: rotate(90deg);
}

.accidents2-accordion2 a span {
  display: table-cell;
  vertical-align: middle;
}

.accidents2-accordion2 a.is-open:after {
  content: "<";
}

.accidents2-accordion2 p {
  padding: 0 20px 20px;
  line-height: 1.4;
}

.accidents2-photos {
  background: url(../img/accidents2/photos.png) no-repeat left bottom;
  width: 967px;
  height: 427px;
  margin: 35px auto 0;
  position: relative;
}

.accidents2-photos .tel-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.accidents2-office {
  background: #E6DFDD;
  padding: 16px 0;
}

.accidents2-office .inner {
  width: 1018px;
  padding: 20px 0;
  background: #FFF;
  border-radius: 6px;
}

.accidents2-office table {
  width: 938px;
  margin: 0px 40px;
}

.accidents2-office table tr td {
  width: 33%;
  padding: 10px 0;
  line-height: 1.2;
  vertical-align: top;
}

.accidents2-office table tr td span {
  font-size: 13.33px;
}

.accidents2-bottom2 {
  background: #FFF;
  padding: 28px 0 22px;
}

.accidents2-bottom2 .inner {
  width: 1018px;
}

.accidents2-bottom2 .money-table {
  background: url(../img/index/simpleprice.png) no-repeat;
  width: 1018px;
  height: 306px;
  margin-top: 20px;
  position: relative;
}

.accidents2-bottom2 .money-table a {
  color: #1F719E;
  text-decoration: underline;
}

.accidents2-bottom2 .money-table .text1 {
  color: #8b8c8c;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: 250px;
  left: 45px;
}

.accidents2-bottom2 .money-table .text2 {
  color: #8b8c8c;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: 250px;
  left: 400px;
}

.accidents2-bottom2 .text-info {
  margin-top: 5px;
  padding-left: 390px;
}

.accidents2-bottom2 .money-table-block {
  margin-top: 10px;
}

.accidents2-bottom2 .money-table-block a {
  width: 480px;
  height: 50px;
  margin: 0 auto 20px;
  display: table;
  background: #efebe9;
  color: #6F5850;
  font-size: 16px;
  text-align: center;
  position: relative;
  border-radius: 6px;
}

.accidents2-bottom2 .money-table-block a:after {
  display: block;
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  text-align: center;
}

.accidents2-bottom2 .money-table-block a span {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4px;
}

.accidents2-bottom2 .money-table-block a.is-open:after {
  content: "▲";
}

.accidents2-bottom2 .money-table-title {
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
}

.foot-box.accidents2-foot-box {
  background: url(../img/accidents2/foot_box_top.png) no-repeat left top;
  padding-top: 237px;
}

/*--------------------
 * 死亡事故2 SP
 *--------------------*/
.is-sp .accidents2-inner {
  background: #FFF;
  line-height: 1.6;
}

.is-sp .accidents2-header, .is-sp .accidents2-header-goast {
  background: #FFF;
  top: 0;
  z-index: 9999;
}

.is-sp .accidents2-header li, .is-sp .accidents2-header-goast li {
  float: left;
}

.is-sp .accidents2-header li:nth-child(1), .is-sp .accidents2-header-goast li:nth-child(1) {
  width: 42%;
}

.is-sp .accidents2-header li:nth-child(2), .is-sp .accidents2-header-goast li:nth-child(2) {
  width: 45%;
}

.is-sp .accidents2-header li:nth-child(3), .is-sp .accidents2-header-goast li:nth-child(3) {
  width: 13%;
}

.is-sp .accidents2-header p, .is-sp .accidents2-header div, .is-sp .accidents2-header-goast p, .is-sp .accidents2-header-goast div {
  background: #E2E2EB;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
}

.is-sp .accidents2-header {
  position: fixed;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.is-sp .accidents2-header-goast {
  opacity: 0;
}

.is-sp .accidents2-btns a:hover img {
  opacity: 1 !important;
}

.is-sp .text-area {
  padding: 20px 40px;
}

.is-sp .case-text {
  padding: 0px 20px 30px;
  font-size: 13px;
}

.is-sp .case-text p span {
  display: inline-block;
  text-decoration: underline;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.is-sp .question {
  background: url(../img/sp/accidents2/bg_chip.gif);
  padding: 40px 20px;
}

.is-sp .question .text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  padding: 0 20px;
}

.is-sp .more-area {
  background: #D5E9FB;
  padding: 10px 20px 20px 20px;
}

.is-sp .accordion-box a {
  display: table;
  width: 100%;
  height: 60px;
  background: #fc7625;
  color: #fff;
  position: relative;
  font-size: 14px;
}

.is-sp .accordion-box a:after {
  display: block;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  background-image: url(../img/sp/accidents2/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 50%;
  width: 38px;
  height: 38px;
}

.is-sp .accordion-box a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 20px;
}

.is-sp .accordion-box p {
  display: none;
  background: #FFF;
  padding: 20px;
  border: #FC7625 solid 1px;
  font-size: 13px;
}

.is-sp .accordion-box p span {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
}

.is-sp .accordion-box.custom > .accordion-main {
  background: #FFF;
  padding: 18px;
  border: #FC7625 solid 2px;
}

.is-sp .accordion-box.custom > .accordion-main span {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}

.is-sp .accordion-box.custom.is-open > a:after {
  background-image: url(../img/sp/accidents2/arrow-up.png);
}

.is-sp .inner-acc {
  margin-top: 15px;
}

.is-sp .inner-acc a {
  background: #01478F;
  padding: 5px;
  height: auto;
  font-size: 13px;
  text-align: center;
  border-radius: 6px;
}

.is-sp .inner-acc a:after {
  background-image: url(../img/sp/accidents2/arrow-down4.png) !important;
}

.is-sp .inner-acc .accordion-main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.is-sp .inner-acc .is-open > a:after {
  background-image: url(../img/sp/accidents2/arrow-up2.png) !important;
}

.is-sp .blue a {
  background: #01478F;
}

.is-sp .blue a:after {
  background-image: url(../img/sp/accidents2/arrow-down2.png);
}

.is-sp .blue p {
  border: #01478F solid 1px;
}

.is-sp .is-open a:after {
  background-image: url(../img/sp/accidents2/arrow-up.png);
}

.is-sp .accidents2-under {
  background: #F3EFEF;
  padding-top: 20px;
}

.is-sp .accidents2-under p {
  padding: 0 16px 9px;
}

.is-sp .accidents2-under ul {
  padding: 0 16px 20px;
  overflow: hidden;
}

.is-sp .accidents2-under ul li.tel {
  float: left;
  width: 76%;
}

.is-sp .accidents2-under ul li.mail {
  float: right;
  width: 20%;
}

.is-sp .accidents2-under > div {
  background: #E0D8CC;
  padding: 5px 0;
  text-align: center;
  font-size: 13px;
}

.is-sp .accidents2-footer {
  background: #000;
}

.is-sp .prl10 {
  padding: 0 10px;
}

.is-sp .prl20 {
  padding: 0 20px;
}

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

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

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

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

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

.is-sp img.border {
  border: #D1D1D1 solid 1px;
}

/*--------------------
 * 現在の状況
 *--------------------*/
.situation-key h2 {
  display: block;
}

.situation-key h2 .btns {
  padding-top: 100px;
  width: 100%;
}

.situation-key h2 .btns a {
  display: inline-block;
  margin: 0 6px;
}

.situation-key h2 .text {
  margin-top: 16px;
  text-align: center;
}

.situation-lead {
  background-color: #FAFAFA;
  background-image: url(../img/situation/leadbg.png);
  height: 462px;
  max-width: 1920px;
}

.situation-lead .text-block {
  width: 680px;
  margin-left: 30px;
}

.situation-lead .text-block .title {
  padding-top: 55px;
  margin-bottom: 5px;
}

.situation-lead .text-block .text {
  width: 570px;
}

/*--------------------
 * 交通事故解決のポイント
 *--------------------*/
.key-visual.point-key h2 {
  padding-top: 30px;
}

.key-visual.point-key .logo {
  position: absolute;
  right: 110px;
  bottom: 20px;
}

.point-lead {
  background-color: #FAFAFA;
  background-image: url(../img/point/leadbg.png);
  height: 486px;
  max-width: 1920px;
}

.point-lead .inner {
  position: relative;
}

.point-lead .text-block {
  width: 750px;
  margin-left: 250px;
}

.point-lead .text-block .title {
  width: 640px;
  padding-top: 50px;
  margin-left: 90px;
  text-align: center;
}

.point-lead .text-block .text {
  width: 640px;
  margin-left: 90px;
}

.point-lead .text-block .flow {
  margin: 10px 0px;
}

h4.custom span {
  display: block;
  font-size: 18px;
}

/*--------------------
 * 障害年金
 *--------------------*/
.pension-lead {
  background: #FAFAFA;
  padding: 60px 0 35px;
}

.pension-lead .text-block {
  margin: 0 auto;
  width: 680px;
}

.pension-lead .text-block .title {
  margin-bottom: 10px;
}

.pension-lead dl {
  line-height: 1.4;
  overflow: hidden;
}

.pension-lead dl dt {
  float: left;
  min-width: 7em;
}

.pension-lead dl dd {
  overflow: hidden;
}

.pension-lead .align-right {
  margin-top: 30px;
  text-align: right;
}

.pension-lead .align-right a {
  color: #0695FA;
  text-decoration: underline;
}

.app-list {
  margin-top: 10px;
}

.app-list li {
  background: #EEE;
  margin-bottom: 13px;
  padding: 15px;
  border-radius: 10px;
}

.app-list li .title {
  display: inline-block;
  margin: 0 30px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #393939;
  line-height: 1.4;
}

.app-list li p {
  margin: 5px 30px 0;
  line-height: 1.6;
}

.app-list li .text-area {
  background: #fff;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 1.7;
}

.app-list li .text-area dt {
  color: #568F29;
  font-size: 24px;
  float: left;
}

.app-list li .text-area dd {
  overflow: hidden;
}

.basis-list {
  overflow: hidden;
  margin: 10px 0 20px;
}

.basis-list li {
  background: #C5DFEC;
  margin-bottom: 13px;
  padding: 25px 15px 25px 0;
  border-radius: 10px;
  position: relative;
}

.basis-list li .num {
  position: absolute;
  top: 50%;
  margin: -60px 40px 0;
}

.basis-list li .num span {
  background: #FFF;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  color: #4D6C7B;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
}

.basis-list li .info {
  display: table-cell;
  padding-left: 200px;
}

.basis-list li .info p {
  font-size: 16px;
  line-height: 1.6;
}

.basis-list li .info dl {
  margin-top: 10px;
  font-size: 14px;
  color: #4C5E67;
  overflow: hidden;
  line-height: 1.4;
}

.basis-list li .info dl dt {
  float: left;
}

.basis-list li .info dl dd {
  overflow: hidden;
}

.require-table {
  width: 100%;
  margin: 10px 0;
}

.require-table tr {
  border-top: #E5DFDE solid 1px;
  border-left: #E5DFDE solid 1px;
}

.require-table tr th, .require-table tr td {
  border-right: #E5DFDE solid 1px;
  border-bottom: #E5DFDE solid 1px;
}

.require-table tr th {
  background: #C5DFEC;
  color: #3F677A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.require-table tr td {
  background: url(../img/money/linkbg.gif);
  padding: 20px 15px;
  vertical-align: top;
}

.require-table tr td dl {
  overflow: hidden;
}

.require-table tr td dl dt {
  float: left;
  margin-right: 15px;
}

.require-table tr td dl dt span {
  background: #C5DFEC;
  color: #3F677A;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}

.require-table tr td dl dd {
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
}

.require-table tr td dl dd p {
  font-size: 13px;
}

.explan-area {
  margin: 40px 0 30px;
  padding: 40px 40px 10px 40px;
  border: #DCDCDC solid 1px;
  font-size: 14px;
  line-height: 1.6;
}

.explan-area .title {
  text-align: center;
  position: relative;
}

.explan-area .title p {
  background: #FFF;
  display: inline-block;
  padding: 0 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -92px;
  font-weight: bold;
}

.explan-area .title p span {
  color: #4D6C7B;
}

.explan-area .intro {
  color: #4D6C7B;
  font-weight: bold;
  margin-bottom: 5px;
}

.explan-area .text {
  margin-bottom: 30px;
}

.explan-area .text span {
  font-size: 12px;
}

.explan-area .text dl {
  overflow: hidden;
}

.explan-area .text dl dt {
  float: left;
  margin-right: 1em;
}

.explan-area .text dl dd {
  overflow: hidden;
  margin-bottom: 10px;
}

.pension-figure1 {
  margin: 15px 0 15px -5px;
}

.pension-figure2 {
  margin: 0 0 10px -10px;
}

.pension-figure3 {
  margin: 5px 0 10px -10px;
}

.pension-figure4 {
  margin: 20px 0 10px -15px;
}

.amount-lead {
  background-image: url(../img/amount/leadbg.png);
  height: 373px;
  max-width: 1920px;
}

.amount-lead .text-block {
  width: 660px;
  margin-left: 20px;
}

.amount-lead .text-block .title {
  padding-top: 60px;
  padding-left: 100px;
  line-height: 1.4;
  margin-bottom: 55px;
  text-align: center;
}

.consolation-money-title {
  font-size: 24px;
  color: #475f6a;
  text-align: center;
  margin-bottom: 15px;
}

.consolation-money-case {
  position: relative;
}

.consolation-money-case--01 {
  background: url(../img/consolation-money/case01.png) no-repeat left top;
  height: 331px;
}

.consolation-money-case--02 {
  background: url(../img/consolation-money/case02.png) no-repeat left top;
  height: 331px;
}

.consolation-money-case--03 {
  background: url(../img/consolation-money/case03.png) no-repeat left top;
  height: 376px;
}

.consolation-money-case--04 {
  background: url(../img/consolation-money/case04.png) no-repeat left top;
  height: 427px;
}

.consolation-money-case__title {
  padding-left: 75px;
  padding-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1;
}

.consolation-money-case__body {
  position: absolute;
  left: 285px;
  top: 95px;
  line-height: 1.5;
  font-size: 14px;
}

.consolation-money-case2 {
  position: relative;
}

.consolation-money-case2--01 {
  background: url(../img/consolation-money/case2-01.png) no-repeat left top;
  height: 217px;
}

.consolation-money-case2--02 {
  background: url(../img/consolation-money/case2-02.png) no-repeat left top;
  height: 217px;
}

.consolation-money-case2--03 {
  background: url(../img/consolation-money/case2-03.png) no-repeat left top;
  height: 217px;
}

.consolation-money-case2--04 {
  background: url(../img/consolation-money/case2-04.png) no-repeat left top;
  height: 196px;
}

.consolation-money-case2--05 {
  background: url(../img/consolation-money/case2-05.png) no-repeat left top;
  height: 215px;
}

.consolation-money-case2--06 {
  background: url(../img/consolation-money/case2-06.png) no-repeat left top;
  height: 187px;
}

.consolation-money-case2--07 {
  background: url(../img/consolation-money/case2-07.png) no-repeat left top;
  height: 172px;
}

.consolation-money-case2__title {
  padding-left: 75px;
  padding-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1;
}

.consolation-money-case2__body {
  position: absolute;
  left: 285px;
  top: 78px;
  line-height: 1.5;
  font-size: 14px;
}

.consolation-money-linkblock {
  width: 698px;
  margin-left: auto;
  margin-right: auto;
}

.consolation-money-linkblock:before, .consolation-money-linkblock:after {
  content: "";
  display: table;
}

.consolation-money-linkblock:after {
  clear: both;
}

.consolation-money-linkblock__item:nth-child(odd) {
  float: left;
}

.consolation-money-linkblock__item:nth-child(even) {
  float: right;
}

.consolation-money-intro {
  padding-top: 50px;
}

.consolation-money-intro__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
}

.consolation-money-intro__desc {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.consolation-money-graph {
  width: 839px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.consolation-money-graph:before, .consolation-money-graph:after {
  content: "";
  display: table;
}

.consolation-money-graph:after {
  clear: both;
}

.consolation-money-graph__item:nth-child(odd) {
  float: left;
  margin-top: 100px;
}

.consolation-money-graph__item:nth-child(even) {
  float: right;
}

.consolation-money-graph__large-text {
  font-size: 24px;
}

.skryokin {
  margin-top: 20px;
  width: 750px;
  margin-left: 0px;
  margin-right: auto;
  margin-bottom: 20px;
}


.consolation-money-criteria {
  width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.consolation-money-criteria__item {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
}

.consolation-money-criteria__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/*--------------------
 * 安心！料金体系
 *--------------------*/
.fee-lead {
  background-image: url(../img/fee/leadbg.png);
  height: 443px;
}

.fee-lead .text-block {
  margin-left: 40px;
  padding-top: 50px;
  width: 710px;
  text-align: left;
}

.fee-lead .text-block .title {
  font-size: 26px;
  margin-bottom: 5px;
}

.fee-lead .text-block .title span {
  font-size: 36px;
  color: #D1514B;
}

.fee-figure {
  position: relative;
  margin: 20px 0 0 -25px;
}

.fee-figure.figure1 {
  background-image: url(../img/fee/figure1.png);
  width: 735px;
  height: 254px;
}

.fee-figure.figure1 .text {
  right: 20px;
  bottom: 10px;
}

.fee-figure.figure2 {
  background-image: url(../img/fee/figure2.png);
  width: 735px;
  height: 275px;
}

.fee-figure.figure2 .text {
  left: 180px;
  bottom: 40px;
}

.fee-figure .text {
  position: absolute;
  color: #8b8c8c;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.fee-figure a {
  color: #1F719E;
  text-decoration: underline;
}

.fee-acc {
  margin-top: 20px;
}

.fee-acc a {
  width: 480px;
  height: 50px;
  margin: 0 auto 20px;
  display: table;
  background: #dfe8ed;
  color: #5d737e;
  font-size: 16px;
  text-align: center;
  position: relative;
  border-radius: 6px;
  line-height: 1.2;
}

.fee-acc a:after {
  display: block;
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  text-align: center;
}

.fee-acc a span {
  display: table-cell;
  vertical-align: middle;
}

.fee-acc a.is-open:after {
  content: "▲";
}

.fee-acc p {
  text-align: center;
  line-height: 1.4;
}

.fee-acc p span {
  display: inline-block;
  text-align: left;
  padding-bottom: 20px;
}

.app-list {
  margin-top: 10px;
}

.app-list li {
  background: #EEE;
  margin-bottom: 13px;
  padding: 15px;
  border-radius: 10px;
}

.app-list li .title {
  display: inline-block;
  margin: 0 30px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #393939;
  line-height: 1.4;
}

.app-list li p {
  margin: 5px 30px 0;
  line-height: 1.6;
}

.app-list li .text-area {
  background: #fff;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 1.7;
}

.app-list li .text-area dt {
  color: #568F29;
  font-size: 24px;
  float: left;
}

.app-list li .text-area dd {
  overflow: hidden;
}

.basis-list {
  overflow: hidden;
  margin: 10px 0 20px;
}

.basis-list li {
  background: #C5DFEC;
  margin-bottom: 13px;
  padding: 25px 15px 25px 0;
  border-radius: 10px;
  position: relative;
}

.basis-list li .num {
  position: absolute;
  top: 50%;
  margin: -60px 40px 0;
}

.basis-list li .num span {
  background: #FFF;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  color: #4D6C7B;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
}

.basis-list li .info {
  display: table-cell;
  padding-left: 200px;
}

.basis-list li .info p {
  font-size: 16px;
  line-height: 1.6;
}

.basis-list li .info dl {
  margin-top: 10px;
  font-size: 14px;
  color: #4C5E67;
  overflow: hidden;
  line-height: 1.4;
}

.basis-list li .info dl dt {
  float: left;
}

.basis-list li .info dl dd {
  overflow: hidden;
}

.require-table {
  width: 100%;
  margin: 10px 0;
}

.require-table tr {
  border-top: #E5DFDE solid 1px;
  border-left: #E5DFDE solid 1px;
}

.require-table tr th, .require-table tr td {
  border-right: #E5DFDE solid 1px;
  border-bottom: #E5DFDE solid 1px;
}

.require-table tr th {
  background: #C5DFEC;
  color: #3F677A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.require-table tr td {
  background: url(../img/money/linkbg.gif);
  padding: 20px 15px;
  vertical-align: top;
}

.require-table tr td dl {
  overflow: hidden;
}

.require-table tr td dl dt {
  float: left;
  margin-right: 15px;
}

.require-table tr td dl dt span {
  background: #C5DFEC;
  color: #3F677A;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}

.require-table tr td dl dd {
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
}

.require-table tr td dl dd p {
  font-size: 13px;
}

.explan-area {
  margin: 40px 0 30px;
  padding: 40px 40px 10px 40px;
  border: #DCDCDC solid 1px;
  font-size: 14px;
  line-height: 1.6;
}

.explan-area .title {
  text-align: center;
  position: relative;
}

.explan-area .title p {
  background: #FFF;
  display: inline-block;
  padding: 0 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -92px;
  font-weight: bold;
}

.explan-area .title p span {
  color: #4D6C7B;
}

.explan-area .intro {
  color: #4D6C7B;
  font-weight: bold;
  margin-bottom: 5px;
}

.explan-area .text {
  margin-bottom: 30px;
}

.explan-area .text span {
  font-size: 12px;
}

.explan-area .text dl {
  overflow: hidden;
}

.explan-area .text dl dt {
  float: left;
  margin-right: 1em;
}

.explan-area .text dl dd {
  overflow: hidden;
  margin-bottom: 10px;
}

/*--------------------
 * 骨折
 *--------------------*/
.fracture-sub-nav {
  border-bottom: 10px solid #7fc6a4;
}

.fracture-contents {
  background: #FFF;
  padding: 20px 0 0;
}

.fracture-contents .inner .left-menu {
  width: 288px;
  position: relative;
  height: 1px;
}

.fracture-contents .inner .left-menu .fixed-block {
  position: inherit;
}

.fracture-contents .inner .left-menu .fixed-block.fixed {
  position: fixed;
  top: 0;
  width: 288px;
  z-index: 9999;
}

.fracture-contents .inner .left-menu .fixed-block.absolute {
  position: absolute;
  width: 288px;
  z-index: 9999;
}

.fracture-contents .inner .left-menu .menu-fracture {
  margin: 0 0 6px;
}

.fracture-contents .inner .left-menu .menu-fracture h4 {
  margin: 0 0 5px;
  text-align: center;
}

.fracture-contents .inner .left-menu .menu-fracture p {
  font-size: 13px;
  width: 200px;
  margin: 0 auto 5px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link {
  background: url(../img/fracture/bg_fracture_link.png) no-repeat center top;
  border: 1px solid #c8c8c8;
  width: 268px;
  height: 236px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link span {
  font-size: 12px;
  font-weight: bold;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul {
  background: none;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul li {
  width: auto;
  margin: 0;
  border-bottom: 2px solid #7d7d7d;
  display: inline-block;
  position: absolute;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul li a {
  padding: 0;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  box-sizing: border-box;
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
  height: auto;
  width: auto;
  text-align: left;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul li:hover {
  background: none;
  border-bottom: 2px solid #4392f1;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul li:hover a {
  color: #7fc6a4;
  transition: all .3s;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-head {
  top: 4px;
  left: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-head a {
  padding: 0 94px 0 0;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-face {
  top: 20px;
  right: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-face a {
  padding: 0 0 0 96px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-cervical {
  top: 39px;
  left: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-cervical a {
  padding: 0 54px 0 0;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-shoulder {
  top: 50px;
  right: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-shoulder a {
  padding: 0 0 0 36px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-arm {
  top: 80px;
  right: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-arm a {
  padding: 0 0 0 44px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-rib {
  top: 70px;
  left: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-rib a {
  padding: 0 84px 0 0;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-hip {
  top: 104px;
  left: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-hip a {
  padding: 0 84px 0 0;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-hand {
  top: 103px;
  right: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-hand a {
  padding: 0 0 0 22px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-pelvis {
  top: 130px;
  left: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-pelvis a {
  padding: 0 82px 0 0;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-leg {
  top: 150px;
  right: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-leg a {
  padding: 0 0 0 90px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-knee {
  top: 162px;
  left: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-knee a {
  padding: 0 90px 0 0;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-foot {
  top: 196px;
  left: 8px;
}

.fracture-contents .inner .left-menu .menu-fracture .fracture-link nav ul .fracture-link-foot a {
  padding: 0 52px 0 0;
}

.fracture-contents .inner .left-menu .tel-mail {
  background: #FFF;
  border: 1px solid #c8c8c8;
  padding: 6px 0 6px 8px;
}

.fracture-contents .inner .left-menu .money {
  margin-top: 12px;
}

.fracture-contents .inner .left-menu .money h4 {
  text-align: center;
}

.fracture-contents .inner .left-menu ul {
  float: left;
  width: 44%;
  margin: 0 0 5px;
}

.fracture-contents .inner .left-menu ul li {
  font-size: 14px;
  color: #393939;
  letter-spacing: 1px;
}

.fracture-contents .inner .left-menu ul li span {
  font-size: 16px;
}

.fracture-contents .inner .left-menu ul li span.small {
  font-size: 11px;
}

.fracture-contents .inner .left-menu .left {
  width: 56%;
}

.fracture-contents .inner .left-menu p {
  font-size: 13px;
  margin: 0 0 10px;
}

.fracture-contents .inner .left-menu .tel {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.fracture-contents .inner .left-menu .mail {
  display: inline-block;
  vertical-align: middle;
}

.fracture-contents .inner .left-menu .mail a {
  background: #fdc01d;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 60px;
  height: 50px;
  border-radius: 6px;
  line-height: 1;
  box-shadow: 0 2px 0 #d7a41b;
  position: relative;
  text-align: center;
  padding: 5px 0 0;
}

.fracture-contents .inner .left-menu .mail a:hover {
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
  transition: all .3s;
}

.fracture-contents .inner .right-content {
  width: 698px;
}

.fracture-contents .inner .right-content .r-inner {
  margin: 0;
  padding: 0 20px 20px;
}

.fracture-contents .inner .right-content .r-inner .read-block {
  background: #78bc9c;
  border-radius: 6px;
  padding: 30px;
}

.fracture-contents .inner .right-content .r-inner h4 {
  font-weight: normal;
}

.fracture-contents .inner .right-content .r-inner .wrap-fracture {
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  width: 614px;
  margin: 0 auto;
}

.fracture-contents .inner .right-content .r-inner .wrap-fracture h3 {
  background: #e5e5e5;
  text-align: center;
  padding: 0 0 5px;
}

.fracture-contents .inner .right-content .r-inner .wrap-fracture ul {
  padding: 30px;
  margin: 0 auto;
}

.fracture-contents .inner .right-content .r-inner .wrap-fracture ul li {
  display: inline-block;
  text-align: left;
}

.fracture-contents .inner .right-content .r-inner .wrap-fracture .first {
  width: 470px;
}

.fracture-contents .inner .right-content .r-inner .wrap-fracture .first li {
  font-size: 18px;
}

.fracture-contents .inner .right-content .r-inner .wrap-fracture .second {
  width: 580px;
}

.fracture-contents .inner .right-content .r-inner h5 {
  margin: 0;
  padding: 0;
}

.fracture-contents .inner .right-content .r-inner ol {
  margin: 0 auto 10px;
  width: 630px;
}

.fracture-contents .inner .right-content .r-inner ol li span {
  color: #459d74;
  letter-spacing: -.5px;
}

.fracture-contents .inner .right-content .r-inner ol li img.center {
  margin: 0 auto;
  display: block;
}

/*--------------------
 * 逸失利益
 *--------------------*/
.lost-contents {
  background: #FFF;
  padding: 20px 0 0;
}

.lost-contents .js-toggle-box__content p {
  text-align: left;
}

.lost-contents .case-block {
  width: 815px;
  margin: 0 auto 15px;
}

.lost-contents .case-block h3 {
  background: #5d737e;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 5px 0 8px;
}

.lost-contents .case-block .case-inner {
  border: 2px solid #dcdcdc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}

.lost-contents .precedent-block {
  border: 2px solid #dcdcdc;
  padding: 10px;
  width: 815px;
  margin: 0 auto 15px;
  border-radius: 5px;
}

.lost-contents .point-block {
  border: 2px solid #dcdcdc;
  padding: 10px;
  width: 815px;
  margin: 0 auto 15px;
}

.lost-contents .point-block h3 {
  width: 370px;
  margin: -26px auto 0;
}

.lost-contents .point-block ul {
  padding: 15px 30px;
}

.lost-contents .point-block ul li {
  border-bottom: 2px solid #dcdcdc;
  padding: 15px 0;
}

.lost-contents .point-block ul li:last-child {
  border: none;
  padding: 15px 0 0;
}

/*--------------------
 * 弁護士紹介
 *--------------------*/
.key-visual.introduction-key {
  background-image: url(../img/introduction/h2bg2.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
  height: 312px;
  max-width: 1920px;
}

.key-visual.introduction-key h2 {
  text-align: left;
  margin: 0 0 0 80px;
  padding-bottom: 40px;
}

.introduction-bar {
  width: 100%;
  background: #C5B7B2;
}

.introduction-bar p {
  height: 140px;
  display: table;
  margin: 0 auto;
}

.introduction-bar p span {
  display: table-cell;
  vertical-align: middle;
}

.intro-photo-btns {
  overflow: hidden;
  width: 710px;
  margin: 0 0 0 -15px;
}

.intro-photo-btns li {
  float: left;
  }

.intro-photo-btnssp li{
     width:33%;
     float:left;
}

.intro-photo-btns li img {
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

.intro-photo-btns li img:hover {
  opacity: 0.6;
}

.intro-photo-area {
  background: url("../img/introduction/photo/photoir_01L .png");
  width: 658px;
  height: 516px;
  margin: 20px auto 40px;
  position: relative;
}

.intro-photo-area li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-message {
  text-align: center;
  margin: 30px 0 10px -18px;
}

/*--------------------
 * アクセス
 *--------------------*/
.key-visual.access-key h2 {
  padding-top: 30px;
}

.key-visual.access-key .logo {
  position: absolute;
  right: 110px;
  bottom: 20px;
}

.access-bar {
  width: 100%;
  background: #7fc6a4;
}

.access-bar p {
  height: 150px;
  display: table;
  margin: 0 auto;
}

.access-bar p span {
  display: table-cell;
  vertical-align: middle;
}

.access-plate {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border: #E16D67 solid 2px;
  border-radius: 4px;
  display: table;
}

.access-plate .left {
  background: #E16D67;
  height: 134px;
  display: table-cell;
  vertical-align: middle;
}

.access-plate .left span {
  display: inline-block;
  padding: 0 10px;
  text-align: left;
  color: #FFF;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
}

.access-plate .right {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2;
}

.access-plate .right p {
  font-size: 90%;
}

.access-pagelink {
  overflow: hidden;
}

.access-pagelink a {
  float: left;
  display: block;
  background: #EEE;
  width: 14.28%;
  padding: 25px 0;
  text-align: center;
  border-left: #fff solid 2px;
  line-height: 1;
}

.access-pagelink a img {
  padding: 0;
  margin: auto;
  border: none;
}

.map-set {
  margin-top: 40px;
}

.map-set .map-info {
  padding: 15px 0px 15px 10px;
  line-height: 1.6;
}

.map-set .map-info .name {
  border-left: #7FC6A4 solid 5px;
  margin: 0 0 20px 5px;
  padding-left: 10px;
  font-size: 21px;
  line-height: 1.2;
}

.map-set .map-info .station {
  margin-top: 5px;
}

.map-set .map-info .station p {
  font-size: 13px;
  letter-spacing: -0.03em;
}

.map-set .map-info .tel {
  width: 70%;
}

.map-set .map-info .tel .free {
  font-size: 24px;
}

.map-set .map-info .tel .fr {
  padding-top: 5px;
}

.map-set .map-info .information {
  margin-top: 5px;
}

.map-set .map-bottom {
  overflow: hidden;
}

.map-set .map-bottom .map-photo {
  float: left;
  margin-right: 3px;
}

.map-set .map-bottom .map-photo img {
  display: block;
  margin-bottom: 3px;
}

.map-set .map-bottom .map-main {
  float: left;
}

.access-message {
  margin: 30px 0;
  text-align: center;
}

/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #000;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 30px 15px;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

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

/*!------------------------------------*    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

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

/*!------------------------------------*    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

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

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

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

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 7px;
  display: block;
  box-sizing: content-box;
  width: 25px;
  padding: 5px 10px 10px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background: #aaa;
  margin: 0 5px 0 0;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

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

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

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

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

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

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

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
  background: #FFF;
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
  background: #FFF;
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

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

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

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

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

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

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -15px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: -15px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.c-block-menu {
  text-align: center;
  overflow: hidden;
  width: 718px;
  margin-left: -15px;
}

.c-block-menu__inner {
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
}

.c-block-menu__inner:before, .c-block-menu__inner:after {
  content: "";
  display: table;
}

.c-block-menu__inner:after {
  clear: both;
}

.c-block-menu__inner > li {
  float: left;
  margin-left: 10px;
}

.c-block-menu__inner > li:first-child {
  margin-left: 0;
}

.c-block-menu__item {
  position: relative;
  display: block;
  color: #393939;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  background: #D2D2D2;
  border-radius: 6px;
}

.c-block-menu__item:hover {
  background-color: #a3bad8;
  transition: all .3s;
}

.c-block-menu__item:after {
  display: block;
  content: ">";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  font-weight: normal;
}

.c-block-menu__item--menu01 {
  background-image: url(../img/lower/icon_bottom_memu1.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu__item--menu02 {
  background-image: url(../img/lower/icon_bottom_memu2.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 39px;
}

.c-block-menu__item--menu03 {
  background-image: url(../img/lower/icon_bottom_memu3.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu__item--menu04 {
  background-image: url(../img/lower/icon_bottom_memu4.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu__item--menu05 {
  background-image: url(../img/lower/icon_bottom_memu5.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu__item--menu06 {
  background-image: url(../img/lower/icon_bottom_memu6.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu__item--menu07 {
  background-image: url(../img/lower/icon_bottom_memu7.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu__item--menu08 {
  background-image: url(../img/lower/icon_bottom_memu8.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu__item--menu09 {
  background-image: url(../img/lower/icon_bottom_memu9.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu__item--menu10 {
  background-image: url(../img/lower/icon_bottom_memu10.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}

.c-block-menu span {
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.btn {
  background: #d6c8c4;
  display: block;
  width: 110px;
  height: 105px;
  border-radius: 6px;
  line-height: 1;
  box-shadow: 0 6px 0 #c5b7b2;
  position: relative;
  text-align: center;
  padding: 22px 0 0;
}

.btn:hover {
  box-shadow: none;
  transform: translate3d(0, 6px, 0);
  transition: all .3s;
}

.c-consult-banner {
  height: 241px;
  background: url(../img/common/consult_banner.png) center top;
}

.foot-box {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 322px;
  background: url(../img/common/foot_box_top.png) no-repeat left top;
}

.foot-box__inner {
  background: url(../img/common/foot_box_middle.png) left top;
}

.foot-box__inner2 {
  padding-bottom: 28px;
  background: url(../img/common/foot_box_bottom.png) no-repeat left bottom;
}

.c-foot-line {
  padding-top: 25px;
  padding-bottom: 95px;
  text-align: center;
  background: #e6dfdd;
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.time-label {
  font-size: 12px;
  color: #a08d86;
  border: 1px solid #a08d86;
  line-height: 1;
  padding: 2px;
  border-radius: 2px;
  font-weight: bold;
}

.top-buttons {
  overflow: hidden;
  margin: 15px 0 30px;
}

.top-buttons:before, .top-buttons:after {
  content: "";
  display: table;
}

.top-buttons:after {
  clear: both;
}

.top-buttons {
  overflow: hidden;
  width: 1020px;
  margin: 15px 0 30px -10px;
}

.top-buttons li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}

.top-buttons li a img {
  transition: 0.3s;
  opacity: 1;
}

.top-buttons li a:hover img {
  opacity: 0;
}

.top-buttons li:nth-child(1) {
  background: url(../img/lower/btn_top_01_on.png);
}

.top-buttons li:nth-child(2) {
  background: url(../img/lower/btn_top_03_on.png);
}

.top-buttons li:nth-child(3) {
  background: url(../img/lower/btn_top_02_on.png);
}

.top-buttons li:nth-child(4) {
  background: url(../img/lower/btn_top_04_on.png);
}

.top-buttons li:nth-child(5) {
  background: url(../img/lower/btn_top_05_on.png);
}

.top-buttons li:nth-child(6) {
  background: url(../img/lower/btn_top_06_on.png);
}

.top-buttons li:nth-child(7) {
  background: url(../img/lower/btn_top_07_on.png);
}

.top-buttons li:nth-child(8) {
  background: url(../img/lower/btn_top_08_on.png);
}

.top-buttons li:nth-child(9) {
  background: url(../img/lower/btn_top_09_on.png);
}

.top-buttons li:nth-child(10) {
  background: url(../img/lower/btn_top_10_on.png);
}

.top-buttons li:nth-child(11) {
  background: url(../img/lower/btn_top_11_on.png);
}

.top-buttons li:nth-child(12) {
  background: url(../img/lower/btn_top_12_on.png);
}

.u-absolute {
  position: absolute;
}

.u-relative {
  position: relative;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline-block;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

.u-clearfix:before, .u-clearfix:after {
  content: "";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-color-red {
  color: #fd0808;
}

.u-bg-white {
  background: #fff;
}

.u-indent {
  text-indent: 1em;
}

.u-centering {
  margin-left: auto;
  margin-right: auto;
}

.u-tdn {
  text-decoration: none;
}

.u-tdu {
  text-decoration: underline;
}

.u-fs10 {
  font-size: 10px;
}

.u-w10p {
  width: 10%;
}

.u-w20p {
  width: 20%;
}

.u-w25p {
  width: 25%;
}

.u-w30p {
  width: 30%;
}

.u-w33p {
  width: 33%;
}

.u-w40p {
  width: 40%;
}

.u-w50p {
  width: 50%;
}

.u-w60p {
  width: 60%;
}

.u-w70p {
  width: 70%;
}

.u-w80p {
  width: 80%;
}

.u-w90p {
  width: 90%;
}

.u-w100p {
  width: 100%;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.lh1 {
  line-height: 1;
}

.js-fade {
  opacity: 0;
}

.js-toggle-box__content {
  display: none;
}

.js-toggle-time {
  display: none !important;
}

.is-sp img {
  max-width: 100%;
}

@media (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}

@media (min-width: 751px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

.sp-header {
  display: table;
  width: 100%;
  background: #3993DD;
  box-shadow: 0px 0px 15px #999;
  position: relative;
}

.sp-header__logo {
  padding: 15px;
  background: #fff;
}

.sp-header__mail {
  display: block;
  width: 20%;
  padding: 10px 20px;
}

.sp-header__item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.sp-content {
  background: #FFF;
}

.sp-content .key-block {
  padding: 50px 15px;
  margin: 0 0 10px;
}

.sp-content .result-block {
  margin: 0 0 16px;
}

.sp-content .result-block > img {
  margin: 0 0 16px;
}

.sp-content .result-block .result-content {
  padding: 0 5px;
}

.sp-content .indemnity-block {
  margin: 0 0 30px;
}

.sp-content .indemnity-block > img {
  margin: 0 0 10px;
}

.sp-content .indemnity-block p {
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: -1.5px;
  text-align: justify;
}

.sp-content .indemnity-block .indemnity-glaph {
  margin: -10px 0 0;
  padding: 0 5px;
}

.sp-content .indemnity-block .spc2{
  margin-top: 20px;
}

.sp-content  .spc2{
  margin-top: 20px;
}

.sp-content .contact-block {
  margin: 0 0 15px;
  padding: 0 10px;
}

.sp-content .contact-block .sp-contact {
  display: table;
}

.sp-content .contact-block .sp-contact__item {
  display: table-cell;
}

.sp-content .contact-block .sp-contact__item:nth-child(odd) {
  margin-right: 5px;
  padding-left: 2.5px;
}

.sp-content .contact-block .sp-contact__item:nth-child(even) {
  margin-left: 5px;
  padding-right: 2.5px;
}

.sp-content .more-block {
  margin: 0 0 15px;
}

.sp-content .more-block p {
  padding: 0 10px;
  font-size: 14px;
  text-align: justify;
}

.sp-content .low-block {
  margin: 0 0 15px;
}

.sp-content .low-block p {
  padding: 0 10px;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: justify;
}

.sp-content .low-block .inner-img {
  margin: 15px 0 0;
  padding: 0 5px;
}

.sp-content .low-block .inner-img2 {

  padding: 0 5px;
}

.sp-content .importance-block {
  margin: 0 0 30px;
}

.sp-content .importance-block p {
  padding: 0 10px;
  margin: 26px 0 0;
  font-size: 14px;
  text-align: justify;
}

.sp-content .expert-block {
  margin: 0 0 16px;
}

.sp-content .expert-block p {
  padding: 0 10px;
  margin: 16px 0 0;
  font-size: 14px;
  text-align: justify;
}

.sp-content .free-block {
  margin: 0 0 16px;
}

.sp-content .free-block p {
  padding: 0 10px;
  margin: 16px 0 0;
  font-size: 14px;
  text-align: justify;
}

.sp-content .free-block .inner-img {
  margin: 15px 0 0;
  padding: 0 15px 0 30px;
}

.sp-content .js-toggle-box {
  margin: 0 0 15px;
}

.sp-content .js-toggle-box > div {
  padding: 0 15px;
}

.sp-content .js-toggle-box > p {
  padding: 15px 24px 0;
  font-size: 14px;
  text-align: justify;
}

.sp-content .js-toggle-box.second .js-toggle-box__content > p {
  padding: 15px 24px 0;
  font-size: 14px;
  text-align: justify;
  margin: 0 0 5px;
}

.sp-content .js-toggle-box.second .js-toggle-box__content .js-toggle-box .js-toggle-box__handler {
  margin: 0 auto;
  width: 60%;
  display: block;
}

.sp-content .js-toggle-box.second .js-toggle-box__content .js-toggle-box .js-toggle-box__content {
  padding: 0px 30px;
  margin: 10px 0;
}

.sp-content .address-block {
  margin: 0 0 16px;
}

.sp-content .address-block ul {
  padding: 0 15px;
  margin: 16px 0 0;
}

.sp-content .address-block ul li {
  font-size: 14px;
  text-align: justify;
  margin: 0 0 10px;
  line-height: 1.2;
}

.sp-content .tel-block {
  padding: 0 50px;
  margin: 0 0 25px;
}

.sp-content .poster-block {
  padding: 0 15px;
  margin: 0 0 15px;
}

.sp-content .lightly-block {
  margin: 0 0 25px;
}

.sp-content .lightly-block .inner-img {
  padding: 15px 15px 0;
}

.sp-content .payment-block {
  margin: 0 0 10px;
}

.sp-content .payment-block .inner-img {
  margin: 30px 0 0;
  padding: 0 15px;
}

.sp-content .flow-block {
  padding: 0 5px;
  margin: 0 0 15px;
}

.sp-content .bottom-tel-block {
  margin: 0 0 25px;
}

.sp-content .bottom-tel-block a {
  width: 209px;
  display: block;
  margin: 0 auto 5px;
}

.sp-content .bottom-tel-block p {
  text-align: center;
}

.sp-footer {
  padding: 5px 0;
  background: #3993dd;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.sp-footer a {
  margin-left: 5px;
  color: #fff;
  text-decoration: underline;
}

.sp-pagetop {
  position: fixed;
  right: 15px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.sp-time {
  background: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.sp-user-table {
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 5px;
  text-align: center;
}

.sp-user-table__inner {
  display: inline-block;
  text-align: left;
}

.sp-user-table td {
  padding: 2px;
}

.sp-inner {
  padding-left: 9px;
  padding-right: 9px;
}

.is-sp a img:hover {
  opacity: 1;
}

/*--------------------
 * 手製アコーディオン
 *--------------------*/


label {
    background: #fff;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}

input[type="checkbox"].on-off{
    display: none;
}

.menui ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menui li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 280px;
}


/*--------------------
 * 上へ
 *--------------------*/
.page-backi {
 position: fixed;
 bottom: 10px;
 right: 10px;
}