@charset "utf-8";

* {
  box-sizing: border-box;
}

body, html, form, textarea {
  color: #222;
  font-size: 14px;
  font-family: Roboto Condensed, SF Pro JP, SF Pro Text, Apple TP, Myriad Set Pro, SF Pro Icons, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, Helvetica Neue, Helvetica, Arial, sans-serif
}

body {
  margin: 0
}

.fw_b {
  font-weight: 700
}

.of_hidden {
  overflow: hidden
}

ul.disc {
  padding-left: 1rem;
}
ul.disc li {
  list-style-type: disc;
}

ul.asterisk {
  margin-left: 1em;
  padding: 0;
}

ul.asterisk li {
  text-indent: -1em;
  list-style: none
}

ul.asterisk li:before {
  content: "※"
}

ul.asterisk_number {
  counter-reset: number;
  padding-left: 2em
}

ul.asterisk_number li {
  text-indent: -2em;
  list-style: none
}

ul.asterisk_number li:before {
  counter-increment: number;
  content: "※"counter(number) " "
}

a {
  text-decoration: none;
}

a:hover {
  color: #b71313;
}

a.text_link {
  color: #b71313;
  padding-left: 20px;
  background: url(/img/text_link.png) no-repeat 1px top;
  background-size: contain;
  text-decoration: underline;
}

a.text_link:hover {
  opacity: .7;
}

a.tab_link {
  color: #b71313;
  padding-left: 20px;
  background: url(/img/tab_link.png) no-repeat 1px top;
  background-size: contain;
  text-decoration: underline;
}

a.tab_link:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, p {
  color: #222
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

ul {
  list-style-type: none
}

textarea {
  max-width: 100%;
}

.bg_white {
  background-color: #fff;
  width: 100%;
  padding-top: 30px;
}

.bg_gray {
  background-color: #fbfbfb;
  width: 100%;
  padding-top: 30px;
}

[type=date]:focus,
[type=email]:focus,
[type=password]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
  border: 2px solid #b71313;
  box-shadow: none;
}

.-creator [type=date]:focus,
.-creator [type=email]:focus,
.-creator [type=password]:focus,
.-creator [type=text]:focus,
.-creator [type=time]:focus,
.-creator [type=url]:focus,
.-creator select:focus,
.-creator textarea:focus {
  border: 2px solid #41B883;
  box-shadow: none;
}

.-client [type=date]:focus,
.-client [type=email]:focus,
.-client [type=password]:focus,
.-client [type=text]:focus,
.-client [type=time]:focus,
.-client [type=url]:focus,
.-client select:focus,
.-client textarea:focus {
  border: 2px solid #6992ED;
  box-shadow: none;
}

#footer_item {
  color: #fff;
  background-color: #222
}

.error-message {
  color: #b71313;
  border: 1px solid #b71313;
  padding: 5px;
  font-size: 12px;
  background-color: #FAEFEF;
}

.red {
  color: #b71313;
}

.mask {
  position: relative
}

.mask:before {
  transform: rotateY(0deg);
  transform-origin: right;
  z-index: 10000
}

.mask.is-show:before, .mask:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff
}

.mask.is-show:before {
  transform: rotateY(90deg);
  transform-origin: right;
  transition: .7s ease-out
}

.page_title {
  display: flex;
  flex-wrap: nowrap
}

.scale-roll {
  transform: scale(0) rotate(2turn) translateY(40px);
  transition: .3s ease-out
}

.scale-roll.is-show {
  transform: scale(1) rotate(0deg) translateY(0)
}

.scale-down img {
  transform: scale(1.2);
  transition: .3s ease-out;
  transition-delay: .4s;
  overflow: hidden
}

.scale-down.is-show img {
  transform: scale(1)
}

.fadeIn {
  opacity: 0;
  transition: 1s cubic-bezier(0, 0, 0, 1)
}

.fadeIn.is-show {
  opacity: 1
}

.fadeIn_up {
  opacity: 0;
  transform: translateY(80px);
  transition: 1s cubic-bezier(0, 0, 0, 1)
}

.fadeIn_up.is-show {
  opacity: 1;
  transform: translateY(0)
}

.fadeIn_slide {
  opacity: 0;
  transform: translateX(80px);
  transition: 1s cubic-bezier(0, 0, 0, 1)
}

.fadeIn_slide.is-show {
  opacity: 1;
  transform: translateX(0)
}

.mt_0 {
  margin-top: 0;
}

.mt_5 {
  margin-top: 5px
}

.mb_0 {
  margin-bottom: 0px
}

.mb_5 {
  margin-bottom: 5px
}

.ml_5 {
  margin-left: 5px
}

.mg_5 {
  margin: 5px auto
}

.pt_5 {
  padding-top: 5px
}

.pb_5 {
  padding-bottom: 5px
}

.pl_5 {
  padding-left: 5px
}

.pr_5 {
  padding-right: 5px
}

.mt_10 {
  margin-top: 10px
}

.mb_10 {
  margin-bottom: 10px
}

.mg_10 {
  margin: 10px auto
}

.pt_10 {
  padding-top: 10px
}

.pb_10 {
  padding-bottom: 10px
}

.pl_10 {
  padding-left: 10px
}

.pr_10 {
  padding-right: 10px
}

.mt_15 {
  margin-top: 15px
}

.mb_15 {
  margin-bottom: 15px
}

.mg_15 {
  margin: 15px auto
}

.pt_15 {
  padding-top: 15px
}

.pb_15 {
  padding-bottom: 15px
}

.pl_15 {
  padding-left: 15px
}

.pr_15 {
  padding-right: 15px
}

.mt_20 {
  margin-top: 20px
}

.mb_20 {
  margin-bottom: 20px
}

.mr_20 {
  margin-right: 20px
}

.mg_20 {
  margin: 20px auto
}

.pt_20 {
  padding-top: 20px
}

.pb_20 {
  padding-bottom: 20px
}

.pl_20 {
  padding-left: 20px
}

.pr_20 {
  padding-right: 20px
}

.mt_25 {
  margin-top: 25px
}

.mb_25 {
  margin-bottom: 25px
}

.mg_25 {
  margin: 25px auto
}

.pt_25 {
  padding-top: 25px
}

.pb_25 {
  padding-bottom: 25px
}

.pl_25 {
  padding-left: 25px
}

.pr_25 {
  padding-right: 25px
}

.mt_30 {
  margin-top: 30px
}

.mb_30 {
  margin-bottom: 30px
}

.mg_30 {
  margin: 30px auto
}

.pt_30 {
  padding-top: 30px
}

.pb_30 {
  padding-bottom: 30px
}

.pl_30 {
  padding-left: 30px
}

.pr_30 {
  padding-right: 30px
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.page_title span:first-child {
  transition-delay: .2s
}

.page_title span:nth-child(2) {
  transition-delay: .3s
}

.page_title span:nth-child(3) {
  transition-delay: .4s
}

.page_title span:nth-child(4) {
  transition-delay: .5s
}

.page_title span:nth-child(5) {
  transition-delay: .6s
}

.page_title span:nth-child(6) {
  transition-delay: .7s
}

.page_title span:nth-child(7) {
  transition-delay: .8s
}

.page_title span:nth-child(8) {
  transition-delay: .9s
}

.page_title span:nth-child(9) {
  transition-delay: 1s
}

.page_title span:nth-child(10) {
  transition-delay: 1.1s
}

.page_title span:nth-child(11) {
  transition-delay: 1.2s
}

.page_title span:nth-child(12) {
  transition-delay: 1.3s
}

.page_title span:nth-child(13) {
  transition-delay: 1.4s
}

.caution {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 2px solid #dedede;
  box-sizing: border-box;
}
.flex_icon {
  width: 70px;
}
.flex_icon img {
  width: 50px;
}
.ta_right {
  text-align: right;
}
.topic {
  position: relative;
  margin-left: 8px;
}
.topic:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5%;
  left: -8px;
  width: 3px;
  height: 90%;
  background-color: #b71313;
}

@media screen and (min-width:960px) {
  .pc_off {
    display: none
  }

  .container {
    width: 960px;
    margin: 0 auto
  }

  .back_title_inner {
    position: fixed;
    width: 70%;
    top: 9%;
    left: 16%;
    z-index: -10000
  }

  .back_title {
    color: #b71313;
    opacity: .07;
    font-size: 118px;
  }

  .contents_container {
    width: 70%;
    margin: 0 auto
  }

  .contents_top_area {
    width: 100%;
    margin: 90px auto 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
  }

  .contents_top_inner {
    display: flex;
    flex-wrap: nowrap;
    width: 70%;
    max-height: 190px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .contents_top_box {
    width: 50%;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .contents_top_box img {
    display: block;
    height: 100%;
    max-height: 150px;
    margin: 0 auto
  }

  .contents_title h1 {
    font-size: 46px;
    margin: 0;
  }

  .contents_inner {
    width: 100%;
    padding: 60px 0
  }

  .contents_inner p {
    font-size: 16px;
    line-height: 2em
  }

  .contents_inner h4 {
    font-size: 16px;
    margin-top: 30px
  }

  .contents_inner img {
    width: 100%;
    max-width: 490px
  }
}

/* tab */
@media screen and (max-width:959px) and (min-width:751px) {
  .tab_off {
    display: none
  }

  .container {
    width: 100%;
    padding: 0 5%
  }

  .back_title_inner {
    position: fixed;
    width: 90%;
    top: 8%;
    margin: 0 5%;
    z-index: -10000
  }

  .back_title {
    color: #b71313;
    opacity: .07;
    font-size: 14vw;
    display: flex;
    justify-content: center
  }

  .contents_container {
    width: 90%;
    margin: 0 auto
  }

  .contents_top_area {
    width: 100%;
    margin: 90px auto 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
  }

  .contents_top_inner {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto
  }

  .contents_top_box {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0
  }

  .contents_top_box.sub_page {
    padding: 20px 0 20px 20px;
  }

  .contents_top_box img {
    display: block;
    width: 30%;
    margin: 0 auto
  }

  .contents_title {
    width: 60%;
    margin: 0 auto
  }

  .contents_title h1 {
    font-size: 6vw;
    margin: 20px 0
  }

  .contents_title p {
    font-size: 2.5vw
  }

  .contents_inner {
    width: 100%;
    padding: 60px 0
  }

  .contents_inner p {
    font-size: 16px;
    line-height: 2em
  }

  .contents_inner h4 {
    font-size: 16px;
    margin-top: 30px
  }

  .contents_inner img {
    display: block;
    width: 100%;
    max-width: 490px;
    margin: 0 auto
  }
}

/* SP */
@media screen and (max-width:750px) {
  html {
    min-width: 300px
  }

  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 5.5vw;
  }

  h3 {
    font-size: 5vw;
  }

  .sp_off {
    display: none
  }

  .container {
    width: 100%;
    padding: 0 2.5%
  }

  .back_title_inner {
    position: fixed;
    width: 90%;
    top: 8%;
    margin: 0 5%;
    z-index: -10000
  }

  .back_title {
    color: #b71313;
    opacity: .07;
    font-size: 14vw;
    display: flex;
    justify-content: center
  }

  .contents_container {
    width: 90%;
    margin: 0 auto
  }

  .contents_top_area {
    width: 100%;
    margin: 60px auto 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
  }

  .contents_top_inner {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto
  }

  .contents_top_box {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }

  .contents_top_box.sub_page {
    font-size: 4vw;
    padding: 20px 0 20px 20px;
  }

  .contents_top_box img {
    display: block;
    width: 40%;
    margin: 0 auto
  }

  .contents_title {
    width: 75%;
    margin: 0 auto
  }

  .contents_title h1 {
    font-size: 6vw;
    margin: 20px 0
  }

  .contents_title p {
    font-size: 3vw
  }

  .contents_inner {
    width: 100%;
    padding: 60px 0
  }

  .contents_inner p {
    font-size: 14px;
    line-height: 1.5em
  }

  .contents_inner h4 {
    font-size: 14px;
    margin-top: 30px
  }

  .contents_inner img {
    display: block;
    width: 100%;
    max-width: 490px;
    margin: 0 auto
  }

  .caution ul {
    padding-left: 1em;
    box-sizing: border-box;
  }

  .py-10 {
    padding-bottom: 5.5rem;
  }
}
