/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Bold");
  font-weight: 700;
}
html {
  font-family: Yu Gothic;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Yu Gothic, YuGothic, YuMincho, Helvetica Neue, HiraKakuProN-W6,
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Yu Gothic, YuGothic, YuMincho, Hiragino Kaku Gothic ProN,
    Lucida Grande, ヒラギノ角ゴ ProN W3, Meiryo, メイリオ, sans-serif;
  letter-spacing: 1px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 20px;
  font-weight: 700;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 9pt;
}
p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 1pc;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.text-center {
  text-align: center;
}
ol,
ul {
  margin-bottom: 10px;
}
dl,
ol,
ul {
  margin-top: 0;
}
dl {
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
  font-size: 14px;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
fieldset {
  min-width: 0;
  margin: 0;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 9pt;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-group-sm .form-control,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 9pt;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control,
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].form-group-sm .form-control,
select[multiple].input-sm,
textarea.form-group-sm .form-control,
textarea.input-sm {
  height: auto;
}
.form-group-lg .form-control,
.input-lg {
  height: 46px;
  padding: 10px 1pc;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.form-group-lg .form-control,
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].form-group-lg .form-control,
select[multiple].input-lg,
textarea.form-group-lg .form-control,
textarea.input-lg {
  height: auto;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.label {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
}
.modal-body {
  position: relative;
  padding: 15px;
  overflow: hidden;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.ul {
  list-style-type: none;
  padding: 0;
}
.col {
  float: left;
}
table {
  border-right: 0;
  clear: both;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
}
th {
  border: 0;
  border-bottom: 2px solid #555;
  text-align: left;
}

.selected {
  background-color: rgb(32, 196, 218);
}
.insurance_lead_company__box {
  margin: 0 3.2%;
}
.insurance_lead_company__body {
  border-radius: 0 0 8px 8px;
  border: solid 1px #e95506;
  padding-bottom: 16px;
}

.insurance_lead_company__header {
  background: #e95506;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  height: 40px;
  color: white;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  justify-content: center;
  display: flex;
}
.insurance_lead_company__header .header__image {
  width: 51px;
  position: absolute;
  left: -16px;
  top: -9px;
}
.insurance_lead_company__header .header__text {
  position: relative;
  display: block;
  padding-left: 30px;
}
.insurance_lead_company__select {
  display: flex;
  border-bottom: dashed 1px #bfbfbf;
  width: 90%;
  padding: 8px 0 8px;
  align-items: center;
  position: relative;
}
.insurance_lead_company__select .select__text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  width: 109px;
  flex-shrink: 0;
}
.insurance_lead_company__select .select__body,
.insurance_lead_company_result .header__select {
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  height: 40px;
  width: 100%;
  padding: 0 24px 0 16px;
}
.select__custom::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.insurance_lead_company__select .select__body--wrap {
  width: 66%;
  margin-left: 6.8%;
  flex-grow: 1;
}
.insurance_lead_company__select .select__body--wrap:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 4.5px solid #333;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  right: 11px;
  top: 24px;
}
.insurance_lead_company__multi_selects {
  display: grid;
  justify-items: center;
  align-items: center;
}
.insurance_lead_company__box .radio_group__text {
  color: #333;
  font-weight: bold;
  width: 109px;
  flex-shrink: 0;
}
.insurance_lead_company__box .radio_group {
  display: grid;
  justify-items: center;
  padding-bottom: 8px;
}
.insurance_lead_company__box .radio_group__box {
  display: flex;
  width: 90%;
  padding: 8px 0;
  border-bottom: 1px dashed #bfbfbf;
  align-items: center;
}
.insurance_lead_company__box .radio_group__box:last-child {
  border-bottom: none;
}
.insurance_lead_company__box .radio_group__items {
  flex-grow: 1;
  margin-left: 6.8%;
}
.insurance_lead_company__button--wrapper {
  display: flex;
  justify-content: center;
}
.insurance_lead_company__button {
  width: 90%;
  background: #e95506;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0px 2px 0px #d10727;
}
.insurance_lead_company__box .radio__input {
  position: absolute;
  visibility: hidden;
}
.insurance_lead_company__box .radio__label {
  position: relative;
  font-weight: normal;
}
.insurance_lead_company__box .radio__input + .radio__label:before {
  content: "";
  background: #fff;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.insurance_lead_company__box .radio__input:checked + .radio__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e95506;
  border-right: 3px solid #e95506;
}
.insurance_lead_company__form--wrap {
  margin-top: 24px;
}
.insurance_lead_company_result__header,
.insurance_lead_company_result__body {
  margin-top: 16px;
}
.insurance_lead_company_result__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insurance_lead_company_result .header__select--wrap {
  position: relative;
  width: 246px;
}
.insurance_lead_company_result .header__select--wrap::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 4.5px solid #333;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  right: 11px;
  top: 17px;
}
.insurance_lead_company_result__table {
  border-collapse: collapse;
}
.insurance_lead_company_result__table + .insurance_lead_company_result__table {
  margin-top: 16px;
}
.insurance_lead_company_result__table .table__cell {
  border: solid 1px #bfbfbf; /* 枠線指定 */
  padding: 10px; /* 余白指定 */
  width: 15%;
  font-size: 12px;
  text-align: center;
  background: white;
}
.insurance_lead_company_result__table .table__cell--evaluation_comment {
  white-space: pre-wrap;
  font-size: 11px;
  margin-top: 6px;
}
.insurance_lead_company_result__table .table__cell--evaluation_image {
  width: 40px;
  height: 41px;
}
.insurance_lead_company_result__table .table__cell:nth-child(1) {
  width: 22%;
}
.insurance_lead_company_result__table .table__cell:not(:nth-child(1)) {
  padding: 17px 10px 10px;
}
.insurance_lead_company_result__table .table__cell--inner {
  height: 75px;
  vertical-align: top;
}
.insurance_lead_company_result__table .table__header .table__cell {
  background-color: #f1f1f1;
}
.insurance_lead_company_result__table
  .table__body
  .table__row:last-child
  .table__cell {
  text-align: left;
}
.insurance_lead_company_result__table .company__image {
  width: 57.7%;
}
.insurance_lead_company_result__table .company__home_url--wrap {
  border: 2px solid #e95506;
  border-radius: 32px;
  text-align: center;
  box-shadow: 0px 2px 0px #d10727;
  margin-top: 3px;
  height: 27px;
}
.insurance_lead_company_result__table .company__home_url {
  color: #e95506;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.insurance_lead_company_result__table .company {
  display: flex;
  justify-content: center;
}
.insurance_lead_company_article__updated--img {
  width: 24px;
}
.insurance_lead_company_article__updated {
  display: flex;
  gap: 6px;
  align-items: center;
}
.insurance_lead_company_article {
  margin-top: 32px;
}
.insurance_lead_company_article__title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #333;
  line-height: 1.57;
  letter-spacing: 0.8px;
}
.insurance_lead_company_result__pre_link,
.insurance_lead_company_result__pre_link:hover {
  color: #068ce9;
}
.search__main {
  margin: 0 12px;
}
.insurance_lead_company_result .insurance_lead_company_result__search {
  background: #e95506;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  height: 40px;
  color: white;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  justify-content: center;
  display: flex;
}
.insurance_lead_company_result__search .search__text {
  position: relative;
  display: block;
  padding-left: 30px;
}
.insurance_lead_company_result__search .search__image {
  width: 51px;
  position: absolute;
  left: -16px;
  top: -9px;
}
.insurance_lead_company_ranking .header__image {
  width: 102px;
  position: absolute;
  left: 14px;
  top: -30px;
}

.insurance_lead_company_ranking__header {
  background: #e95506;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 28px;
  padding: 16px 0;
  position: relative;
}
.insurance_lead_company_ranking__body {
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 26px 26px 36px;
  margin-top: 24px;
}
.insurance_lead_company_ranking {
  margin-top: 60px;
}
.insurance_lead_company_ranking .company_name__order {
  width: 35px;
}
.insurance_lead_company_ranking__company_name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.insurance_lead_company_ranking__company_name .company_name__text {
  font-weight: bold;
  font-size: 22px;
}
.insurance_lead_company_ranking__image {
  width: 260px;
}
.insurance_lead_company_ranking__image--wrap {
  display: flex;
  justify-content: center;
}
.insurance_lead_company_ranking__description {
  background: #f1f1f1;
  border-radius: 4px;
  color: #333;
  font-weight: bold;
  line-height: 26px;
  padding: 16px;
  margin-top: 16px;
  white-space: pre-wrap;
}
.insurance_lead_company_ranking__evaluations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 16px;
  margin-top: 24px;
}
.insurance_lead_company_ranking__evaluation .evaluation__title {
  background: #fff0e5;
  font-weight: bold;
  text-align: center;
  line-height: 37px;
}
.insurance_lead_company_ranking__evaluation .evaluation__description {
  padding: 8px 0;
  display: flex;
}
.insurance_lead_company_ranking__evaluation
  .evaluation__description--image_wrap {
  width: 72px;
}
.insurance_lead_company_ranking__evaluation .evaluation__description--image {
  width: 40px;
  height: 40px;
}
.insurance_lead_company_ranking__evaluation .evaluation__description--text {
  flex: 1;
  padding: 0 16px;
}
.insurance_lead_company_ranking__evaluation
  .evaluation__description--image_wrap {
  width: 72px;
  border-right: 1px dashed #bfbfbf;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  align-items: center;
}
.insurance_lead_company_ranking__link--wrap {
  border: 2px solid #e95506;
  box-shadow: 0px 2px 0px #d10727;
  border-radius: 8px;
  height: 48px;
  position: relative;
}
.insurance_lead_company_ranking__link,
.insurance_lead_company_ranking__link:hover {
  color: #e95506;
  display: block;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.insurance_lead_company_ranking__link--image {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.insurance_lead_company_ranking__box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
