@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

mark {
  background-color: transparent;
  color: inherit;
}

figure {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

figure img {
  max-width: 100%;
}

img {
  vertical-align: middle;
}

a {
  color: inherit;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.container {
  padding-top: 130px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  min-width: 1000px;
}

.container:before {
  content: "";
  display: table;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.container.second {
  min-height: 656px;
}

.main-column {
  width: 1000px;
  margin: auto;
}

.inner {
  position: relative;
  width: 1000px;
  margin: auto;
}

.header {
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 130px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #efefef;
}

.header__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 14px 0;
}

.header__head-logo {
  margin-right: 20px;
}

.header__head-name {
  color: #0f6ab6;
  font-weight: bold;
}

.header__navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.header__navigation-lists {
  position: relative;
  width: 204px;
}

.global_navigation__toggle {
  font-weight: bold;
  font-size: 1.8rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  will-change: opacity;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.global_navigation__toggle:hover {
  cursor: pointer;
  opacity: .7;
}

.global_navigation__toggle.on {
  color: #bebebe;
}

.global_navigation__list {
  display: none;
  width: 207px;
  background-color: #fff;
  -moz-box-shadow: 0.7px 1.8px 5px rgba(0, 0, 0, 0.35);
       box-shadow: 0.7px 1.8px 5px rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  border: 2px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.global_navigation__list li {
  line-height: 1.4;
}

.global_navigation__list li + li {
  border-top: 1px solid #fff;
}

.global_navigation__list li:nth-child(odd) a {
  background-color: #f1f1f1;
}

.global_navigation__list a {
  padding-left: 18px;
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5e3e3;
  position: relative;
  will-change: opacity;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.global_navigation__list a:hover {
  cursor: pointer;
  opacity: .7;
}

.global_navigation__list a:before {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url("../images/globalnavi_arrow.svg") center center no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global_navigation__list small {
  font-size: 1.2rem;
  display: block;
}

.global_navigation__contact {
  padding-left: 20px;
}

.global_navigation__contact-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
  color: #ef73a9;
}

.global_navigation__contact-head {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #ef73a9;
  border-bottom: 1px solid #ef73a9;
  font-size: 1.8rem;
  margin-right: 10px;
}

.global_navigation__contact-body {
  font-size: 4rem;
}

.global_navigation__contact-body small {
  display: block;
  font-size: 1.1rem;
  text-align: right;
  margin-top: 2px;
}

.global_navigation__contact-tel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.global_navigation__contact-tel:before {
  content: '';
  width: 67px;
  height: 37px;
  background: url("../images/icon_tel-free.png") center center no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
}

.global_navigation__contact-btn {
  font-size: 2.6rem;
  width: 239px;
  height: 48px;
  line-height: 48px;
  -moz-border-radius: 24px;
       border-radius: 24px;
}

.footer {
  background-color: #fff;
  padding: 0 0 90px;
  position: relative;
  font-size: 1.4rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.footer__contact {
  background-repeat: no-repeat;
  background-image: url("../images/bg_contact.png");
  width: 780px;
  height: 153px;
  margin: 0px auto;
  position: relative;
  color: #ef73a9;
  text-align: center;
  line-height: 1;
}

.footer__contact-caption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  border: 2px solid #ef73a9;
  width: 484px;
  height: 28px;
  -moz-border-radius: 14px;
       border-radius: 14px;
  font-size: 1.6rem;
  margin: 0px auto;
  margin-bottom: 10px;
}

.footer__contact-tel {
  font-size: 4.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer__contact-tel:before {
  content: '';
  display: inline-block;
  background-image: url("../images/footer_tel.png");
  width: 67px;
  height: 37px;
  vertical-align: top;
  margin-right: 10px;
}

.footer__contact-note {
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
}

.footer__contact-link {
  -moz-border-radius: 24px;
       border-radius: 24px;
  width: 548px;
  height: 48px;
  font-size: 2.8rem;
  line-height: 48px;
  margin: 0px auto;
}

.footer__contact-link i {
  display: inline-block;
  position: absolute;
  left: 65%;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  letter-spacing: 0.1em;
}

.footer__row-inner {
  padding-left: 175px;
}

.footer__logo {
  position: absolute;
  left: 0;
  top: 0;
}

.footer__copyright {
  display: block;
  font-size: 1.2rem;
  color: #0f6ab6;
  margin-top: 15px;
}

.footer-navigation {
  font-weight: bold;
  color: #0f6ab6;
}

.footer-navigation__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-navigation__item:nth-of-type(n+2) {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #0f6ab6;
}

.footer-navigation__item a:hover {
  text-decoration: underline;
}

.footer-index {
  padding-top: 30px;
}

.footer-index__row {
  margin-bottom: 70px;
}

.footer-second__row {
  background-color: #f1f1f1;
  padding: 30px 0px;
  margin-bottom: 15px;
}

.footer-second__row-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

.footer-second__contact {
  width: 376px;
  margin: auto;
}

.footer-second__contact-caption {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ef73a9;
  -moz-border-radius: 20px;
       border-radius: 20px;
  font-size: 2.2rem;
  color: #ef73a9;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.footer-second__contact-tel {
  font-size: 3.6rem;
  font-weight: bold;
  color: #ef73a9;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-second__contact-tel:before {
  content: '';
  background-image: url("../images/icon_tel-free.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  width: 67px;
  height: 37px;
  margin-right: 5px;
}

.footer-second__contact-note {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  color: #ef73a9;
  margin-bottom: 8px;
}

.footer-second__contact-link {
  font-size: 2.7rem;
  -moz-border-radius: 23px;
       border-radius: 23px;
}

.footer-second__contact-link a {
  width: 376px;
  height: 45px;
  line-height: 45px;
}

.footer-second__contact-link i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-second__next {
  display: none;
}

.footer-second__next .btn {
  -moz-border-radius: 25px;
       border-radius: 25px;
  font-size: 2.4rem;
  width: 503px;
  height: 50px;
  line-height: 50px;
}

.footer-second__next .btn + .btn {
  margin-top: 14px;
}

.footer-faq__row {
  width: 940px;
  margin: 0 auto 50px;
  border: 1px solid #ef73a9;
}

.footer-faq__ex {
  padding: 15px 0;
  text-shadow: 0 0 6.9px #fff;
  border-bottom: 1px solid #ef73a9;
  background: url(../images/contact_bg.png);
  font-size: 4.7rem;
  line-height: 1.3;
  font-weight: bold;
  color: #ef73a9;
  text-align: center;
  letter-spacing: 0.1em;
}

.footer-faq .footer__contact {
  height: 209px;
  padding: 30px 0;
  background-position: center 35px;
}

.btn {
  text-align: center;
}

.btn a {
  display: block;
  will-change: opacity;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.btn a:hover {
  cursor: pointer;
  opacity: .7;
}

.btn-bullet {
  -moz-box-shadow: 0.6px 0.8px 5px rgba(79, 79, 79, 0.35);
       box-shadow: 0.6px 0.8px 5px rgba(79, 79, 79, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-bullet a {
  position: relative;
  overflow: hidden;
  -moz-border-radius: inherit;
       border-radius: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #0f6ab6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f69b5), to(#0e4e98));
  background-image: -webkit-linear-gradient(top, #0f69b5 0%, #0e4e98 100%);
  background-image: -moz- oldlinear-gradient(top, #0f69b5 0%, #0e4e98 100%);
  background-image: linear-gradient(to bottom, #0f69b5 0%, #0e4e98 100%);
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn-bullet__icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/icon_bullet_white.svg") center center no-repeat;
  -moz-background-size: 18px 18px;
       background-size: 18px 18px;
  margin-left: 30px;
}

.btn-arrow {
  position: relative;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.btn-arrow a {
  position: relative;
  overflow: hidden;
  -moz-border-radius: inherit;
       border-radius: inherit;
  background-color: #fff;
  color: #0f6ab6;
  width: 100%;
  height: 100%;
}

.btn-arrow a:hover {
  opacity: .6;
}

.btn-arrow__icon {
  display: block;
  width: 8px;
  height: 12px;
  background: url("../images/arrow_blue.svg") center center no-repeat;
  -moz-background-size: 8px 12px;
       background-size: 8px 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.type_case_example {
  display: none;
}
