@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*----------------------------------------------------------
    Clearfix
----------------------------------------------------------*/
.clear {
  clear: both;
}

br.clear {
  font-size: 1px;
  line-height: 100%;
  clear: both;
}

div.clear {
  line-height: 100%;
  clear: both;
}

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

.clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.imgfix {
  font-size: 1px;
  line-height: 1px;
}

body {
  color: #000;
}

a {
  color: #e60012;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

* {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  font-family: Helvetica, "ゴシックMB101 M", "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 100%;
  font: 115% monospace;
  line-height: 150%;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  font-size: 2.666vw;
}

body {
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  html {
    font-size: 125%;
    /* sets the base font to 20px for easier math */
  }
  body {
    font-size: 13px;
  }
}
.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.justify {
  text-align: justify;
  text-justify: distribute;
}

.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.no-palt {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

/*----------------------------------------------------------
    General
----------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

ul, ol {
  list-style: none;
}

p {
  line-height: 1.6;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#wrapper {
  overflow: hidden;
}

.content-inner, .inner {
  margin: 0 1rem;
  width: auto;
  position: relative;
}

.content-inner:after,
.inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.responsive-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 769px) {
  /* desktop */
  img {
    width: auto;
  }
  .content-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .inner {
    max-width: 970px;
    margin: 0 auto;
  }
}
/*----------------------------------------------------------
    Effect
----------------------------------------------------------*/
@media (min-width: 769px) {
  .ov {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .ov:hover {
    opacity: 0.7;
  }
}
/*----------------------------------------------------------
    hidden
----------------------------------------------------------*/
@media (max-width: 768px) {
  .hide-sp {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide-pc {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
/*----------------------------------------------------------
    uiAccordion
----------------------------------------------------------*/
.js-accordion {
  position: relative;
}

.js-accordion .toggle {
  cursor: pointer;
  position: relative;
}

.js-accordion .toggle + .content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: visibility 0.3s, opacity 0.3s, height 0.3s;
  transition: visibility 0.3s, opacity 0.3s, height 0.3s;
}

.js-accordion .open.toggle + .content {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.accordion-icon__plus .ico {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #e60012;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
  text-indent: -9999999rem;
}

.accordion-icon__plus .ico:before,
.accordion-icon__plus .ico:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-icon__plus .ico:before {
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
}

.accordion-icon__plus .ico:after {
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
  opacity: 1;
}

.accordion-icon__plus.open .ico:after {
  opacity: 0;
}

/*----------------------------------------------------------
    uiTab
----------------------------------------------------------*/
/* tabUI init */
.js-uitab .tab-contents {
  position: relative;
}

.js-uitab .tab-contents > div {
  opacity: 0;
  position: absolute;
  z-index: -1;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-uitab .tab-contents > div.current {
  opacity: 1;
  height: auto;
  position: static;
}

/* tabUI design */
.js-uitab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-uitab .tabs > li {
  padding: 10px;
  background-color: #666;
  cursor: pointer;
}

.js-uitab .tabs > li.current {
  background-color: #888;
}

#wrapper {
  background-color: #e60012;
}

#container {
  margin-top: 46px;
}

.section .code {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #a0a0a0;
}

body:not([id=home]) .section {
  position: relative;
  margin: 1rem;
  padding: 2.2rem 1rem;
  background-color: #fff;
}

body:not([id=home]) .section:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #container {
    margin-top: 52px;
  }
  body:not([id=home]) .section {
    margin: 10px 10px;
    padding: 80px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  body:not([id=home]) .section .inner {
    margin: 0 16px;
  }
}
.section_header {
  margin-bottom: 2rem;
}

.section_header .headcopy {
  color: #e60012;
  font-size: 1.65rem;
  font-weight: bold;
  line-height: 1.6;
}

.section_header ul {
  margin: 0.5rem 0;
  font-size: 1.15rem;
  line-height: 1.6;
}

.section_header ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.section_header p {
  margin-bottom: 0.5rem;
}

.section_header p:last-child {
  margin-bottom: 0;
}

.section_header p.notes {
  margin: 0;
}

.section_related_list .head {
  color: #e60012;
  font-size: 1.65rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section_related_list li {
  padding: 10px;
  color: #000;
  background: #d6d6d6;
}

.section_related_list li:nth-child(even) {
  background: #fafafa;
}

.section_related_list li p {
  font-size: 1.15rem;
}

.section_link_block {
  margin: 4.2rem 0 2rem;
}

.section_link_block:last-child {
  margin-bottom: 0;
}

.section_link_block a {
  width: 100%;
  text-align: center;
}

.section_link_block > p + p {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .section_header {
    margin-bottom: 50px;
  }
  .section_header .headcopy {
    font-size: 20px;
  }
  .section_header ul {
    font-size: 13px;
  }
  .section_header p {
    margin-bottom: 5px;
  }
  .section_related_list .head {
    font-size: 20px;
  }
  .section_related_list li {
    padding: 20px;
  }
  .section_related_list li p {
    font-size: 13px;
  }
  .section_link_block {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
/* 必ずお読みください */
.sure-to-read > div {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  display: inline-block;
  padding: 0.5rem 0;
  width: 100%;
  border: 2px solid #e50112;
  background-color: #fff;
  position: relative;
}

.sure-to-read > div:hover {
  opacity: 0.5;
}

.sure-to-read.vitality p {
  font-size: 0.6rem;
}

@media screen and (min-width: 768px) {
  .sure-to-read > div {
    width: 460px;
  }
  .sure-to-read.vitality p {
    font-size: 12px;
  }
  .sure-to-read.vitality > div {
    width: 495px;
  }
}
.sure-to-read {
  margin-top: 1.5rem;
  text-align: center;
}

.sure-to-read > a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  padding: 0.5rem 0;
  width: 100%;
  border: 2px solid #e50112;
  background-color: #fff;
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.sure-to-read > a:hover {
  opacity: 0.5;
}

.sure-to-read p {
  font-size: 0.9rem;
}

.sure-to-read p span {
  color: #e60012;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .sure-to-read {
    margin-top: 80px;
  }
  .sure-to-read > a {
    width: 460px;
  }
  .sure-to-read p {
    font-size: 13px;
  }
}
.page-header {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.page-header .page-header-bg {
  background-position: 50% 50%;
  background-size: cover;
}

.page-header .page-header-bg img {
  width: 100%;
}

.page-header .page-header-bg .large {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.page-header .page-header-content {
  padding: 3rem 2rem;
}

.page-header .page-header-content .large {
  display: none;
}

.page-header .page-header-content .small {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-size: 1.2rem;
  color: #e60012;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .page-header {
    height: 36vw;
    width: 100%;
    display: table;
  }
  .page-header .page-header-bg {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .page-header .page-header-bg img {
    display: none;
  }
  .page-header .page-header-bg .large {
    display: none;
  }
  .page-header .page-header-content {
    padding: 32px 0 0;
    display: table-cell;
    vertical-align: middle;
  }
  .page-header .page-header-content .large {
    display: block;
  }
  .page-header .page-header-content .inner > div {
    width: 50%;
    padding: 0 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-header-content.sphidden {
    display: none;
  }
}
.page-header .small {
  font-size: 0.9rem;
}

.page-header .middle {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-size: 1.9rem;
  color: #e60012;
  line-height: 1.46;
  font-weight: bold;
  margin-bottom: 1rem;
}

.page-header .large {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-size: 2.65rem;
  color: #e60012;
  line-height: 1.04;
  font-weight: bold;
  margin-bottom: 1rem;
}

.page-header .middle:last-child,
.page-header .large:last-child {
  margin-bottom: 0;
}

.page-header .large .f-hvc {
  font-size: 113%;
}

.page-header .large .main {
  margin-bottom: 1rem;
  display: block;
}

.page-header .large .sub {
  font-size: 0.9rem;
  line-height: 1.6;
  display: block;
}

@media screen and (min-width: 768px) {
  .page-header p + p {
    margin-top: 14px;
  }
  .page-header .small {
    font-size: 10px;
  }
  .page-header .middle {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .page-header .large {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .page-header .large rt {
    font-size: 20%;
  }
  .page-header .large .f-hvc {
    font-size: 50px;
  }
  .page-header .large .main {
    margin-bottom: 12px;
  }
  .page-header .large .sub {
    font-size: 13px;
  }
}
/*----------------------------------------------------------
    jQuery Plugin
----------------------------------------------------------*/
/* fancybox */
.additional_functions {
  display: none;
  position: absolute;
  z-index: 9999;
  bottom: -50px;
  right: 0;
}

.additional_functions a {
  margin: 0 20px;
  color: #fff;
}

.reward_comingsoon .fancybox-bg {
  background: #fff;
}

.reward_comingsoon .fancybox-content {
  border: 4px solid #e60012;
  max-width: 80%;
}

.reward_comingsoon .fancybox-close-small {
  height: 22px;
  width: 22px;
  padding: 0;
  background-color: #e60012;
  color: #fff;
}

.fancybox-content .btn__close_w {
  position: absolute;
  bottom: -60px;
}

.fancybox-content .btn__arrow {
  position: absolute;
  left: 130px;
  bottom: -60px;
}

.fancybox-caption {
  top: -30px;
  left: 0;
  padding: 0;
  right: auto;
  bottom: auto;
}

.fancybox-caption::before,
.fancybox-caption::after {
  content: none;
}

.fancybox-slide {
  padding: 10px;
}

@media (min-width: 769px) {
  .additional_functions {
    display: block;
  }
  .reward_comingsoon .fancybox-content {
    max-width: 970px;
  }
  .reward_comingsoon .fancybox-close-small {
    height: 44px;
    width: 44px;
  }
  .fancybox-slide {
    padding: 80px;
  }
  .fancybox-caption {
    top: -30px;
    left: 0;
  }
}
/* sliderpro */
.slider-pro, .sp-slides-container, .sp-slide, .sp-slides {
  height: 100%;
}

.sp-buttons {
  position: absolute;
  top: 0px;
}

.sp-button {
  border: none;
  height: 6px;
  width: 6px;
  opacity: 0.5;
  background-color: #fff;
}

.sp-selected-button {
  opacity: 1;
}

.sp-arrow {
  width: 25px;
  height: 25px;
}

.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
  width: 5%;
}

.sp-horizontal .sp-arrows {
  top: 37.5%;
}

.sp-horizontal .sp-previous-arrow {
  left: 10px;
}

.sp-horizontal .sp-next-arrow {
  right: 10px;
}

@media (min-width: 769px) {
  .sp-buttons {
    top: 30px;
  }
  .sp-arrow {
    width: 40px;
    height: 22px;
  }
  .sp-horizontal .sp-arrows {
    top: calc((100% - 116px + 32px) / 2);
    margin-top: -11px;
  }
  .sp-horizontal .sp-previous-arrow {
    left: 16px;
  }
  .sp-horizontal .sp-next-arrow {
    right: 16px;
  }
}
/* infinite scroll */
.more-button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: #e60012;
  color: #fff;
  height: 40px;
  width: 100%;
  font-size: 1.15rem;
}

@media (min-width: 769px) {
  .more-button {
    font-size: 13px;
  }
}
.page-load-status {
  margin-top: 2rem;
}

.infinite-scroll-request {
  -webkit-animation: scroll-request 1.1s infinite linear;
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #e60012;
  border-left: 4px solid transparent;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}

@-webkit-keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.infinite-scroll-request,
.infinite-scroll-last,
.infinite-scroll-error {
  color: #757575;
  text-align: center;
}

/*----------------------------------------------------------
    font
----------------------------------------------------------*/
.mb101R {
  font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif;
  font-weight: 300;
}

.mb101M {
  font-family: "ゴシックMB101 M", "Gothic MB101 Medium", sans-serif;
  font-weight: 400;
}

.mb101DB {
  font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold", sans-serif;
  font-weight: 500;
}

.mb101B,
.bold,
.f-mb_bold {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  font-weight: 700;
}

.min {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "HiraMinProN-W3", serif;
}

.f-hvc {
  font-family: Helvetica;
}

.hl {
  display: inline-block;
  position: relative;
}

.hl::after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0;
}

.hl:hover::after {
  opacity: 0.5;
}

.ruby {
  position: relative;
}

.ruby > span {
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-size: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.t-h2 {
  font-family: Helvetica, "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  color: #e60012;
  line-height: 1;
  font-weight: bold;
}

.t-h2 .t-h2_annotation {
  font-size: 1.1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
}

.t-h2:last-child {
  margin-bottom: 0;
}

.t-h3 {
  font-family: Helvetica, "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
}

.notes {
  font-size: 0.9rem;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.notes .in_notes {
  font-size: 0.9rem;
  margin-left: 1em;
  text-indent: 0;
  display: block;
}

.ico_exclamation {
  margin: 0 1px;
  display: inline-block;
  height: 0.8rem;
  width: 1rem;
  background: url(/assets/images/common/ico_exclamation.png);
  background-size: cover;
}

@media (min-width: 769px) {
  .ico_exclamation {
    height: 14px;
    width: 18px;
    vertical-align: -2px;
  }
}
@media (min-width: 769px) {
  .t-h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.5;
  }
  .t-h2 .t-h2_annotation {
    font-size: 20px;
    padding-left: 20px;
    letter-spacing: 0em;
  }
  .notes {
    font-size: 11px;
    margin: 0;
  }
  .notes .in_notes {
    font-size: 10px;
  }
}
/* 共通パーツフォントはMB101で固定 */
#header,
#sp-gnav,
#footer {
  font-family: Helvetica, "ゴシックMB101 M", "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*----------------------------------------------------------
    icon
----------------------------------------------------------*/
.arr-left {
  position: relative;
  padding-left: 1em;
  display: inline-block;
}

.arr-left::before {
  left: 0;
  top: 0.15em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 0.35em 0.55em;
}

p .arr-left::before {
  top: 0.45em;
}

/* icon */
.ico_external_k {
  position: relative;
}

.ico_external_k::after {
  display: inline-block;
  margin-left: 3px;
  height: 1rem;
  width: 1.1rem;
  vertical-align: -1px;
  background: url("/assets/images/common/ico_external_k_sp.png");
  background-size: cover;
  content: "";
}

.ico_external_r {
  position: relative;
}

.ico_external_r::after {
  display: inline-block;
  margin-left: 3px;
  height: 1rem;
  width: 1.1rem;
  vertical-align: -1px;
  background: url("/assets/images/common/ico_external_r_sp.png");
  background-size: cover;
  content: "";
}

@media (min-width: 769px) {
  .ico_external_k::after {
    margin-left: 6px;
    height: 11px;
    width: 12px;
    background: url("/assets/images/common/ico_external_k_pc.jpg");
    vertical-align: 0;
  }
  .ico_external_r::after {
    margin-left: 6px;
    height: 11px;
    width: 12px;
    background: url("/assets/images/common/ico_external_r_pc.png");
    vertical-align: 0;
  }
}
/*----------------------------------------------------------
    btn setting
----------------------------------------------------------*/
button[class*=btn__] {
  border-radius: 0;
  -webkit-appearance: none;
}

[class*=btn__] {
  display: inline-table;
  font-size: 12px;
  height: 42px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  vertical-align: bottom;
}

[class*=btn__] > i {
  background-color: #e60012;
  color: #fff;
  display: table-cell;
  padding: 0 12px;
  vertical-align: middle;
  font-style: normal;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, transform 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

[class*=btn__]::before,
[class*=btn__]::after,
[class*=btn__] > i::before,
[class*=btn__] > i::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, transform 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

[class*=btn__]::after {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[class*=btn__]:hover::after {
  opacity: 1;
}

[class*=btn__].height_l {
  height: 75px;
}

[class*=btn__].bdr_red {
  border: 0.2rem solid #e60012;
}

/* 白いボタン */
.btn__white > i {
  background-color: #fff;
  color: #e60012;
  padding: 0;
}

/* 再生 */
.btn__play > i {
  padding-right: 40px;
}

.btn__play:before {
  right: 10px;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 9px 17px;
  margin-top: -9px;
  margin-right: -15px;
}

/* ＋（プラス） */
.btn__plus > i {
  padding-right: 40px;
}

.btn__plus > i::before {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn__plus > i::after {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn__plus.opened > i {
  color: #e60012;
  background-color: #fff;
}

.btn__plus.opened > i::before {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  background-color: #e60012;
}

.btn__plus.opened > i::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: #e60012;
}

/* 矢印 */
.btn__arrow > i::before {
  right: 10px;
  top: 50%;
  margin-top: -5px;
  background-color: #fff;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn__arrow > i::after {
  right: 10px;
  top: 50%;
  margin-top: 3px;
  background-color: #fff;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn__arrow::before {
  right: 12px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 20px;
}

/* 矢印 + 白 */
.btn__arrow_w > i {
  color: #e60013;
  background-color: #fff;
}

.btn__arrow_w > i::before {
  right: 10px;
  top: 50%;
  margin-top: -5px;
  background-color: #e60013;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn__arrow_w > i::after {
  right: 10px;
  top: 50%;
  margin-top: 3px;
  background-color: #e60013;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn__arrow_w::before {
  right: 12px;
  top: 50%;
  margin-top: -1px;
  background-color: #e60013;
  height: 2px;
  width: 20px;
}

/* 矢印下向き*/
.btn__arrow_down > i {
  padding-right: 40px;
}

.btn__arrow_down > i::before {
  right: 18px;
  top: 50%;
  margin-top: 4px;
  background-color: #fff;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn__arrow_down > i::after {
  right: 10px;
  top: 50%;
  margin-top: 4px;
  background-color: #fff;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn__arrow_down::before {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* 閉じる */
.btn__close > i {
  padding-right: 40px;
}

.btn__close > i::before {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.btn__close > i::after {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* 閉じる 白 */
.btn__close_w > i {
  padding-right: 40px;
  color: #e60012;
  background-color: #fff;
}

.btn__close_w > i::before {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #e60012;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.btn__close_w > i::after {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #e60012;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* 右矢印 */
.btn__next > i {
  padding: 0 40px 0 0;
}

.btn__next > i::before {
  right: 9px;
  top: 50%;
  margin-top: -5px;
  background-color: #fff;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn__next > i::after {
  right: 9px;
  top: 50%;
  margin-top: 3px;
  background-color: #fff;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn__next::before {
  right: 11px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 18px;
}

/* 左矢印 */
.btn__prev > i {
  padding: 0 0 0 40px;
}

.btn__prev > i::before {
  left: 9px;
  top: 50%;
  margin-top: -5px;
  background-color: #fff;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn__prev > i::after {
  left: 9px;
  top: 50%;
  margin-top: 3px;
  background-color: #fff;
  height: 2px;
  width: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn__prev::before {
  left: 11px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 18px;
}

.btn__tri_w > i {
  padding-right: 40px;
  color: #e60012;
  background-color: #fff;
}

.btn__tri_w > i::before {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #e60012;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.btn__tri_w > i::after {
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #e60012;
  height: 2px;
  width: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* センター揃え */
.center {
  text-align: center;
}

.center [class*=btn__] {
  width: 100%;
}

@media (min-width: 769px) {
  .center [class*=btn__] {
    margin: 0 auto;
    width: 440px;
    max-width: 100%;
  }
}
/* btn 2020~ */
.btn-arrow_right_small {
  height: 5rem;
  background-color: #e60012;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 769px) {
  .btn-arrow_right_small:hover {
    opacity: 0.7;
  }
}
.btn-arrow_right_small::before {
  width: 1rem;
  height: 0.75rem;
  background: url(/assets/images/common/arrow_right02_white.svg) no-repeat 0/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  position: absolute;
  content: "";
}

.btn-arrow_right_small.white {
  background-color: #fff;
  color: #e60012;
}

.btn-arrow_right_small.white::before {
  background-image: url(/assets/images/common/arrow_right02_red.svg);
}

@media (min-width: 769px) {
  .btn-arrow_right_small {
    width: 295px;
    height: 50px;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  }
  .btn-arrow_right_small::before {
    width: 10px;
    height: 9px;
  }
}
/* sumisei lief */
.play_with_sumisei-lief {
  position: relative;
}

.play_with_sumisei-lief .sumisei-lief_play {
  height: 0.9rem;
  width: 3.6rem;
  background: url(/assets/images/common/gallery_lief_btn.png) no-repeat 0 0/contain;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: block;
}

@media (min-width: 769px) {
  .play_with_sumisei-lief .sumisei-lief_play {
    height: 18px;
    width: 72px;
    right: 10px;
    bottom: 10px;
  }
}
/* 資料請求ボタン */
.btn-document_request {
  height: 4.8rem;
  margin: 1.5rem auto;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px rgba(0, 0, 0, 0.3);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 769px) {
  .btn-document_request:hover {
    opacity: 0.7;
  }
}
.btn-document_request span::before {
  margin-right: 1rem;
  height: 2.6rem;
  width: 2em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat 0 0/contain;
}

.btn-document_request::after {
  height: 2rem;
  width: 2.2rem;
  margin-top: -1rem;
  right: 1rem;
  top: 50%;
  content: "";
  position: absolute;
  background: no-repeat 0 0/contain;
}

.btn-document_request.red {
  background: #e60012;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#bd000f));
  background: linear-gradient(to bottom, #e60012 0%, #bd000f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60012", endColorstr="#bd000f", GradientType=0);
}

.btn-document_request.red::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.83%2046.6%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%20transform%3D%22translate(-.01)%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%203.3h46.71v40H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20d%3D%22M18.12%201.41L40%2023.3%2018.12%2045.18M40%2023.3H0%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.btn-document_request.red span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.9%2025.55%22%3E%3Ctitle%3Eicon_document%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212.95%200%2012.95%205.95%2018.55%205.95%2012.95%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.62%2C20H16.27v1H2.62Zm0-3.5H16.27v1H2.62Zm0-3.5H16.27v1H2.62Zm0-3.5H16.27v1H2.62ZM2.45%2C4.4h7v1h-7ZM0%2C0V25.55H18.9V7H11.73V0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.btn-document_request.white {
  background: #ffffff;
  color: #e60012;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b5b5b5));
  background: linear-gradient(to bottom, #ffffff 0%, #b5b5b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#b5b5b5", GradientType=0);
}

.btn-document_request.white::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.83%2046.6%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%20transform%3D%22translate(-.01)%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%203.3h46.71v40H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20d%3D%22M18.12%201.41L40%2023.3%2018.12%2045.18M40%2023.3H0%22%20fill%3D%22none%22%20stroke%3D%22%23e60012%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.btn-document_request.white span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.9%2025.55%22%3E%3Ctitle%3Eicon_document%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpolygon%20fill%3D%22%23e60012%22%20points%3D%2212.95%200%2012.95%205.95%2018.55%205.95%2012.95%200%22%2F%3E%3Cpath%20fill%3D%22%23e60012%22%20d%3D%22M2.62%2C20H16.27v1H2.62Zm0-3.5H16.27v1H2.62Zm0-3.5H16.27v1H2.62Zm0-3.5H16.27v1H2.62ZM2.45%2C4.4h7v1h-7ZM0%2C0V25.55H18.9V7H11.73V0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (min-width: 769px) {
  .btn-document_request {
    max-width: 432px;
    height: 80px;
    font-size: 22px;
  }
  .btn-document_request span::before {
    height: 34px;
    width: 24px;
  }
  .btn-document_request::after {
    height: 22px;
    width: 22px;
    margin-top: -11px;
    right: 10px;
  }
}
.button__document-resuest_2109 {
  position: relative;
  height: 6rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.3rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.3rem rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  background: #468200;
  background: -webkit-gradient(linear, left bottom, left top, from(#468200), color-stop(65%, #5aa000));
  background: linear-gradient(0deg, #468200 0%, #5aa000 65%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 769px) {
  .button__document-resuest_2109:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .button__document-resuest_2109 {
    height: 80px;
    border-radius: 15px;
    font-size: 18px;
    -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px rgba(0, 0, 0, 0.3);
  }
}
.button__document-resuest_2109::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  height: 2rem;
  margin-top: -1rem;
  width: 2.2rem;
  content: "";
  background: no-repeat 0 0/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.83%2046.6%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%20transform%3D%22translate(-.01)%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%203.3h46.71v40H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20d%3D%22M18.12%201.41L40%2023.3%2018.12%2045.18M40%2023.3H0%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (min-width: 769px) {
  .button__document-resuest_2109::after {
    height: 22px;
    width: 22px;
    margin-top: -11px;
    right: 10px;
  }
}
.button__document-resuest_2109 span::before {
  display: inline-block;
  margin-right: 1rem;
  width: 2em;
  height: 2.25rem;
  width: 2rem;
  background: url(/assets/images/common/icon_document_white.png) no-repeat 0/contain;
  vertical-align: middle;
  content: "";
}

@media (min-width: 769px) {
  .button__document-resuest_2109 span::before {
    height: 31px;
    width: 28px;
    margin-right: 10px;
  }
}
.button__document-resuest_2109.is-faq {
  padding-right: 3rem;
  background: #92000b;
  background: -webkit-gradient(linear, left bottom, left top, from(#92000b), color-stop(65%, #e60012));
  background: linear-gradient(0deg, #92000b 0%, #e60012 65%);
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .button__document-resuest_2109.is-faq {
    padding-right: 15px;
  }
}
.button__document-resuest_2109.is-faq span::before {
  width: 2.6rem;
  height: 1.95rem;
  background-image: url(/assets/images/common/icon_mail_white.png);
}

@media (min-width: 769px) {
  .button__document-resuest_2109.is-faq span::before {
    height: 25px;
    width: 34px;
  }
}
.button__document-resuest_2109.is-join {
  background: #92000b;
  background: -webkit-gradient(linear, left bottom, left top, from(#92000b), color-stop(65%, #e60012));
  background: linear-gradient(0deg, #92000b 0%, #e60012 65%);
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .button__document-resuest_2109.is-join {
    padding-right: 15px;
  }
}
.button__document-resuest_2109.is-join span::before {
  width: 3rem;
  height: 4rem;
  margin-right: 0.5rem;
  background-image: url(/assets/images/special/benefit_cp/vtt-join_icon.png);
}

@media (min-width: 769px) {
  .button__document-resuest_2109.is-join span::before {
    height: 60px;
    width: 40px;
  }
}
/*----------------------------------------------------------
    header
----------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}

.header_bg {
  background-color: #e60012;
}

.header_logo {
  width: 15rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.header_logo img {
  margin-top: 2px;
}

@media (min-width: 769px) {
  .header_logo {
    width: 185px;
  }
  .header_logo img {
    width: 100%;
    margin-top: 1px;
  }
}
.header_official_link {
  display: table;
  top: 7px;
  left: 82px;
  position: absolute;
  height: 26px;
}

.header_official_link a {
  display: table-cell;
  font-size: 10px;
  padding: 0 7px;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
  text-decoration: none;
}

.header_container {
  height: 52px;
}

@media (max-width: 768px) {
  .header_container {
    height: 46px;
  }
  .header_container .header_login_btn,
  .header_container .header_logo,
  .header_container .sp-utility_link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_container.scrolled .header_login_btn {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .header_container.scrolled .header_logo {
    left: 1rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .header_container.scrolled .sp-utility_link {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .header_bg .inner {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1032px) {
  .header_bg .inner,
  #pc-gnav .inner {
    margin: 0 16px;
  }
}
.sp-utility_link {
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  right: 46px;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-utility_link .icon {
  width: 2rem;
  height: 2rem;
  max-height: 25px;
  margin: 0 auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-utility_link .icon svg {
  fill: #fff;
  width: 100%;
}

.sp-utility_link .icon_attention_circle,
.sp-utility_link .icon_document,
.sp-utility_link .icon_document_request {
  height: 100%;
  margin: 0 auto;
}

.sp-utility_link .icon_document_request {
  margin-left: 3px;
}

.sp-utility_link a {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 4rem;
  border-right: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}

.sp-utility_link a span {
  font-size: 6px;
  display: block;
}

@media (min-width: 769px) {
  .sp-utility_link {
    display: none;
  }
}
.site-search {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-search__input {
  height: 3rem;
  margin: 0;
  padding: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 0;
  border: none;
}

.site-search__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  width: 3rem;
  padding: 0;
  margin: 0;
  background: #fff url(/assets/images/common/search_btn.png) no-repeat center center/1.6rem;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header_site-search .site-search {
  margin-bottom: 0;
}

.header_site-search .site-search__input {
  height: 26px;
  width: 174px;
}

.header_site-search .site-search__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  width: 26px;
  background-size: 18px;
}

.header_site-search {
  margin-left: auto;
  padding-top: 12px;
  width: 300px;
  text-align: right;
}

.header_site-search .search_box {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header_site-search .search_box .head a {
  margin-right: 15px;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

/* PC gnav */
#pc-gnav {
  background-color: rgba(240, 30, 10, 0.7);
}

#pc-gnav .list {
  height: 37px;
  text-align: center;
  text-align: justify;
}

#pc-gnav .list:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

#pc-gnav .list > li {
  line-height: 37px;
  height: inherit;
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

#pc-gnav .list > li.sep {
  height: 11px;
  width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}

#pc-gnav .list > li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #fff;
  text-decoration: none;
}

#pc-gnav .list > li a:hover {
  opacity: 0.5;
}

#pc-gnav .submenu {
  -webkit-transition: opacity 0.3s 0.1s, visibility 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, visibility 0.3s 0.1s;
  opacity: 0;
  visibility: hidden;
}

#pc-gnav .list > li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

#pc-gnav .submenu {
  margin-top: 10px;
  padding: 1px 10px 0;
  min-width: 180px;
  background-color: rgba(240, 30, 10, 0.7);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#pc-gnav .submenu li a {
  display: block;
}

#pc-gnav .submenu li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 11.5px;
}

#pc-gnav .submenu li:first-child {
  border: none;
}

#pc-gnav .submenu.insurance {
  padding: 10px;
}

#pc-gnav .insurance li.banner {
  margin-bottom: 10px;
  border-bottom: none;
  background-color: #fff;
}

#pc-gnav .insurance li.banner:last-child {
  margin-bottom: 0;
}

#pc-gnav .insurance li.banner div {
  padding: 10px;
}

#pc-gnav .insurance li.banner p {
  margin-bottom: 6px;
  font-size: 13px;
  color: #e20012;
}

#pc-gnav .insurance li.banner .logo {
  width: 128px;
}

#pc-gnav .submenu:after {
  opacity: 0.7;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 30, 10, 0);
  border-bottom-color: #f01e0a;
  border-width: 8px 5px;
  margin-left: -8px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #pc-gnav .submenu.insurance {
    left: auto;
    right: -10px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  #pc-gnav .submenu:after {
    left: auto;
    right: 25px;
  }
}
/*----------------------------------------------------------
    footer
----------------------------------------------------------*/
#js-goTop,
#fullPage-goTop {
  background-color: #fff;
  display: block;
  text-decoration: none;
}

#js-goTop span,
#fullPage-goTop span {
  display: block;
  color: #e60012;
  padding: 10px 0 15px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

#js-goTop img,
#fullPage-goTop img {
  width: 1.5rem;
}

#footer {
  padding: 4rem 0 10px;
  background-color: #e60012;
  color: #fff;
}

.footer_contact_wrap {
  padding: 20px 0 0;
}

.footer_inquiry li {
  float: left;
  width: calc(50% - 5px);
}

.footer_inquiry li:nth-child(2) {
  float: right;
}

.footer_inquiry li a {
  width: 100%;
  font-size: 1.15rem;
  text-align: center;
}

.footer_inquiry .txt {
  margin-bottom: 5px;
  height: 1.6em;
  font-size: 0.75em;
  width: 100%;
  text-align: justify;
}

.footer_inquiry .txt::after {
  line-height: 0;
  height: 0;
  width: 100%;
  content: "";
  display: inline-block;
}

.footer_logo {
  width: 153px;
  margin: 30px auto;
}

.footer_information .freedials .call {
  margin-bottom: 1.5rem;
}

.footer_information .freedials .call p {
  margin-bottom: 0.5rem;
}

.footer_information .freedials .call a {
  position: relative;
  padding-left: 4rem;
  color: #fff;
  font-size: 3.25rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.footer_information .freedials .call a::before {
  top: 2px;
  left: 0;
  position: absolute;
  height: 2.3rem;
  width: 4rem;
  background: url(/assets/images/common/footer_icon_free.png) no-repeat 0 0/contain;
  display: block;
  content: "";
}

.footer_information .bizhours {
  margin-top: 5px;
}

.footer_information .bizhours .head {
  float: left;
}

.footer_information .bizhours .body {
  overflow: hidden;
}

.footer_information .bizhours p,
.footer_information .corona {
  font-size: 0.6rem;
}

.footer_information .copyright {
  margin-top: 0.3rem;
  font-size: 0.6rem;
}

@media (min-width: 769px) {
  #js-goTop,
  #fullPage-goTop {
    font-size: 15px;
  }
  #js-goTop img,
  #fullPage-goTop img {
    width: auto;
  }
  #footer {
    padding: 80px 0 20px;
  }
  .footer_contact_wrap::after {
    display: table;
    content: "";
    clear: both;
  }
  .footer_contact_wrap .inner {
    padding: 0 10px;
  }
  .footer_inquiry {
    float: right;
    width: 365px;
  }
  .footer_inquiry .txt {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .footer_inquiry li {
    width: 180px;
  }
  .footer_inquiry li a {
    font-size: 12px;
  }
  .footer_contact {
    float: left;
    width: calc(100% - 370px);
  }
  .footer_logo {
    margin: 10px 20px 0 0;
    width: 140px;
    float: left;
  }
  .footer_information {
    float: left;
    width: calc(100% - 161px);
  }
  .footer_information .freedials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_information .freedials .call {
    margin: 0 20px 0 0;
  }
  .footer_information .freedials .call:last-child {
    margin-right: 0;
  }
  .footer_information .freedials .call a {
    padding-left: 33px;
    font-size: 20px;
  }
  .footer_information .freedials .call a::before {
    width: 32px;
    height: 19px;
  }
  .footer_information .freedials .call p {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .footer_information .bizhours {
    margin: 10px 0 0;
    line-height: 1.45;
  }
  .footer_information .bizhours p,
  .footer_information .corona {
    font-size: 11px;
  }
  .footer_information .bizhours .head {
    float: none;
  }
  .footer_information .copyright {
    margin-top: 0;
    font-size: 10px;
  }
}
.footer_sp {
  margin-bottom: 40px;
}

.sitemap-sp > li {
  font-size: 1.15rem;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
}

.sitemap-sp > li a {
  color: #fff;
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  position: relative;
}

.sitemap-sp .toggle {
  width: 3rem;
  height: 3.4rem;
  line-height: 3.4rem;
  display: block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.sitemap-sp .toggle::after {
  content: "+";
  font-size: 1.15rem;
}

.sitemap-sp .open.toggle::after {
  content: "-";
}

.sitemap-sp .content ul {
  padding-bottom: 1rem;
}

.sitemap-sp .content li a {
  color: #fff;
  display: block;
  margin-left: 1rem;
  padding: 12px 0;
  text-decoration: none;
}

.sitemap-sp .sublist {
  display: table;
  width: 100%;
  padding: 8px 0;
}

.sitemap-sp .sublist span {
  display: table-cell;
  width: 50%;
}

.sitemap-sp .sublist span + span {
  padding-left: 1rem;
  border-left: 1px solid #fff;
}

.sitemap-sp .sublist span a {
  padding: 4px 0;
}

.sitemap-sp .ico_out::after {
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  position: absolute;
  height: 1rem;
  width: 1.1rem;
  background: url("/assets/images/common/ico_extermal_sp.png");
  background-size: cover;
  content: "";
}

.sitemap-pc {
  display: table;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
}

.sitemap-pc .col {
  display: table-cell;
  padding-left: 10px;
}

.sitemap-pc .col:nth-child(1) {
  width: 24.4%;
}

.sitemap-pc .col:nth-child(2) {
  width: 30.2%;
}

.sitemap-pc .col:nth-child(3) {
  width: 23.5%;
}

.sitemap-pc .col:nth-child(4) {
  width: 21.9%;
}

.sitemap-pc .block {
  margin-bottom: 40px;
}

.sitemap-pc .head {
  font-size: 10px;
  margin-bottom: 12px;
}

.sitemap-pc .head {
  position: relative;
}

.sitemap-pc .head::before {
  margin-right: -2px;
  right: 100%;
  top: 1px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 3px 6px;
}

.sitemap-pc .list {
  font-size: 10px;
}

.sitemap-pc .list li {
  margin-top: 12px;
  margin-left: 1em;
  position: relative;
}

.sitemap-pc .list li::before {
  content: "・";
  margin-left: -1em;
  position: absolute;
}

.sitemap-pc a {
  color: #fff;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sitemap-pc a:hover {
  opacity: 0.7;
}

.sitemap-pc .ico_out::after {
  vertical-align: top;
  margin-left: 1em;
  content: url("/assets/images/common/ico_external_pc.png");
}

.footer_faq_link {
  padding: 5rem 0 0;
}

.footer_faq_link [class*=btn__] {
  width: 100%;
  text-align: center;
}

@media (min-width: 769px) {
  .footer_faq_link {
    padding: 70px 0 0;
    text-align: center;
  }
  .footer_faq_link [class*=btn__] {
    width: 448px;
    margin: 0 auto;
  }
}
.breadcrumb__sp {
  margin-top: 5rem;
  padding: 1.5rem 1rem;
  background-color: #fff;
}

.breadcrumb__sp > span {
  margin-right: 1.5rem;
  color: #e60012;
  font-size: 0.9rem;
  position: relative;
}

.breadcrumb__sp > span:not(:last-child)::after {
  padding-left: 0.5rem;
  margin-top: 0.1rem;
  position: absolute;
  content: ">";
}

.breadcrumb__sp > span:last-child {
  margin-right: 0;
}

.breadcrumb__sp a {
  text-decoration: none;
}

@media (min-width: 769px) {
  .breadcrumb__sp {
    display: none;
  }
}
.breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb > span {
  margin-right: 20px;
  color: #fff;
  font-size: 10px;
  position: relative;
}

.breadcrumb > span:not(:last-child)::after {
  right: -14px;
  position: absolute;
  content: ">";
}

.breadcrumb > span:last-child {
  margin-right: 0;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

#breadcrumb {
  display: block;
  padding: 20px 0;
  margin-bottom: -10px;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

#breadcrumb a {
  color: currentColor;
  text-decoration: none;
}

@media (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
/*----------------------------------------------------------
    navimenu SP
----------------------------------------------------------*/
body.sp-menu-opened {
  height: 100%;
  overflow: hidden;
}

#sp-menu {
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

#sp-menu.open {
  visibility: visible;
}

#sp-menu_container {
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
}

.open #sp-menu_container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.js-sp-menu-toggle {
  display: block;
  position: relative;
}

.js-sp-menu-toggle::before, .js-sp-menu-toggle::after {
  content: "";
}

.js-sp-menu-toggle i, .js-sp-menu-toggle::before, .js-sp-menu-toggle::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  display: block;
  height: 2px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
}

.js-sp-menu-toggle::before {
  top: 30%;
}

.js-sp-menu-toggle i {
  top: 50%;
}

.js-sp-menu-toggle::after {
  top: 70%;
}

.open .js-sp-menu-toggle i {
  opacity: 0;
}

.open .js-sp-menu-toggle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.open .js-sp-menu-toggle::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}

/* sp-menu design */
#sp-menu_container {
  color: #fff;
  background-color: rgba(240, 30, 10, 0.8);
}

#sp-menu_container a {
  color: #fff;
}

.sp-menu_inner {
  width: 62%;
  margin: 0 auto;
  padding: 46px 0;
}

.sp-menu_inner .utility_link > a {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  height: 3rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.sp-menu_inner .utility_link > a .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  text-align: center;
}

.sp-menu_inner .utility_link > a .icon svg {
  max-height: 100%;
  fill: #fff;
}

.sp-menu_inner .utility_link > a .icon_document_request {
  margin-left: 2px;
}

.sp-menu_list {
  margin-bottom: 2rem;
}

.sp-menu_list a {
  text-decoration: none;
}

.sp-menu_list > li {
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}

.sp-menu_list > li > a {
  padding: 0.65rem 0;
  font-size: 1.3rem;
  color: #fff;
  display: block;
}

.sp-menu_list > li a.arr-left {
  position: relative;
  font-size: 0.9rem;
  padding-left: 1em;
  display: inline-block;
}

.sp-menu_list > li a.arr-left:before {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 0.4em 0.75em;
  margin-top: -0.4em;
}

.sp-menu_list .submenu > li {
  padding-left: 1em;
  position: relative;
}

.sp-menu_list .submenu > li::before {
  left: 0;
  top: 0.5rem;
  content: "・";
  position: absolute;
}

.sp-menu_list .submenu a {
  padding: 0.65rem 0;
  font-size: 1.15rem;
  display: block;
}

.sp-menu_banner {
  margin-top: 20px;
}

.sp-menu_banner .head {
  font-size: 1rem;
  margin-bottom: 5px;
}

.sp-menu_banner li {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.sp-menu_banner li:nth-child(even) {
  padding: 0 0 0 5px;
}

.sp-menu_sns {
  margin-top: 25px;
  text-align: center;
}

.sp-menu_sns a {
  margin-left: 4rem;
}

.sp-menu_sns a:first-child {
  margin-left: 0;
}

.sp-menu_sns i {
  font-size: 2.3rem;
}

.sp-menu_logo {
  width: 110px;
  margin: 30px auto 0;
}

.js-sp-menu-toggle {
  height: 46px;
  width: 46px;
  background-color: #e60012;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 9999;
}

#login {
  height: 100vh;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 100000;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
}

#login {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.open #login {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  #login {
    width: 340px;
    height: auto;
  }
}
/* Login design */
#js-login-toggle {
  background-color: #fff;
  color: #e60012;
  display: table;
  height: 22px;
  width: 55px;
  left: 10px;
  top: 12px;
  position: absolute;
  z-index: 9997;
  cursor: pointer;
}

#js-login-toggle span {
  font-size: 11px;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#js-login-toggle span::before {
  display: inline-block;
  margin-right: 3px;
  height: 10px;
  width: 11px;
  background: url(/assets/images/common/ico_login.png);
  content: "";
  background-size: cover;
  vertical-align: -2px;
}

.open #js-login-toggle {
  display: none;
}

#js-login-close {
  font-size: 11px;
  background-color: #e60012;
  color: #fff;
  display: table;
  height: 22px;
  width: 55px;
  left: 10px;
  top: 12px;
  position: absolute;
  cursor: pointer;
}

#js-login-close span {
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#login {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}

.login-inner {
  margin: 90px auto 0;
  width: 68%;
}

.login-inner .head {
  color: #e60012;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}

.login-inner .block {
  margin-bottom: 50px;
}

.login-inner .btn__link {
  margin-bottom: 15px;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
}

.login-inner p {
  color: #e60012;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  #js-login-toggle {
    height: 26px;
    width: 74px;
    left: 0;
    top: 11px;
  }
  #js-login-toggle span::before {
    margin-right: 6px;
    height: 12px;
    width: 13px;
  }
  #js-login-close {
    height: 26px;
    width: 74px;
    left: 16px;
    top: 11px;
  }
  #login {
    left: -16px;
  }
  .login-inner {
    margin-top: 60px;
    padding-bottom: 20px;
    width: 220px;
  }
  .login-inner .head {
    margin-bottom: 60px;
  }
  .login-inner .block {
    margin-bottom: 40px;
  }
  .login-inner .btn__link {
    margin-bottom: 10px;
  }
  .login-inner p {
    font-size: 12px;
  }
}
/* 保険商品 */
#insurance_menu {
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100%;
  top: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
}

#insurance_menu {
  height: auto;
  width: 260px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  right: -16px;
}

.open #insurance_menu {
  opacity: 1;
  visibility: visible;
  z-index: 9998;
}

#insurance_menu:after {
  top: 0;
  right: 26px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 93, 78, 0);
  border-top-color: #f05d4e;
  border-width: 15px 9px;
}

#insurance_menu .menu-inner {
  padding: 40px 45px 25px;
}

#insurance_menu .menu-inner ul {
  margin-bottom: 40px;
}

#insurance_menu .menu-inner li {
  margin-bottom: 37px;
}

#insurance_menu .menu-inner li:last-child {
  margin-bottom: 0;
}

#insurance_menu .menu-inner li a {
  text-decoration: none;
}

#insurance_menu .menu-inner .block > div {
  color: #ce0411;
}

#insurance_menu .menu-inner .block > div.logo {
  margin-bottom: 15px;
}

#insurance_menu_close {
  margin: 0 auto;
  font-size: 11px;
  background-color: #e60012;
  color: #fff;
  display: table;
  height: 25px;
  width: 71px;
  cursor: pointer;
}

#insurance_menu_close span {
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#js-insurance-toggle {
  color: #fff;
  cursor: pointer;
}

/* toggleMenu */
.menu-close {
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

.menu-close:before,
.menu-close:after {
  height: 2px;
  width: 20px;
  margin-left: -10px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  content: "";
  position: absolute;
}

.menu-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}

.content-menu {
  display: table;
  width: 100%;
  color: #fff;
  background-color: rgba(240, 30, 10, 0.8);
}

.content-menu {
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out;
}

.open .content-menu {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.content-menu_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 7rem 0;
}

.content-menu_inner .box {
  margin-bottom: 2.5rem;
}

.content-menu_inner .link {
  margin-bottom: 0.5rem;
}

.content-menu_inner .link a {
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
}

.content-menu_inner .text {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  margin-left: -1em;
}

.content-menu_inner .btn__arrow {
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
}

.content-menu_inner .more {
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .content-menu {
    height: 100%;
    width: 30%;
    right: auto;
    left: 70%;
  }
  .content-menu_inner {
    padding: 40px 0;
  }
  .content-menu_inner .box {
    max-width: 210px;
    margin: 0 auto 45px;
  }
  .content-menu_inner .text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .content-menu_inner .link a {
    font-size: 12px;
  }
  .content-menu_inner .more {
    max-width: 210px;
    margin: 50px auto 0;
  }
  .content-menu_inner .btn__arrow {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .toggle-content-wrap .top_content {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .open .top_content {
    opacity: 0;
  }
}
.fix_cta_2111 {
  padding: 1.2rem 0 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0.75)), color-stop(68%, rgba(255, 255, 255, 0.75)));
  background: linear-gradient(rgba(245, 245, 245, 0.75), rgba(255, 255, 255, 0.75) 68%);
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.fix_cta_2111 .cta-wrapper {
  margin: 0 1rem;
}

.fix_cta_2111 .cta-wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .fix_cta_2111 .cta-wrapper__content__freedial-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    background-color: #ffffc8;
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .fix_cta_2111 .cta-wrapper__content__freedial-sp .freedial_icon {
    width: 2rem;
    margin-bottom: 0.4rem;
  }
  .fix_cta_2111 .cta-wrapper__content__button {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .fix_cta_2111 .cta-wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .fix_cta_2111 .cta-wrapper .freedial_title {
    color: #d60012;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .fix_cta_2111 .cta-wrapper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fix_cta_2111 .cta-wrapper__content__freedial {
    background-color: #ffffc8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 521px;
    padding: 10px 20px;
    border-radius: 15px;
  }
  .fix_cta_2111 .cta-wrapper__content__freedial .consulting {
    color: #d60012;
    font-weight: bold;
    font-size: 14px;
  }
  .fix_cta_2111 .cta-wrapper__content__freedial .freedialnumber {
    color: #d60012;
    font-weight: bold;
    font-size: 20px;
  }
  .fix_cta_2111 .cta-wrapper__content__freedial .freedialnumber::before {
    display: inline-block;
    height: 20px;
    width: 32px;
    background: url(/assets/images/common/freedial_icon.png) no-repeat 0/contain;
    vertical-align: middle;
    content: "";
  }
  .fix_cta_2111 .cta-wrapper__content__freedial .wrapper__content__freedial__items:nth-child(1) {
    border-right: solid 1px #d60012;
    padding-right: 20px;
  }
  .fix_cta_2111 .cta-wrapper__content__freedial .wrapper__content__freedial__items:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fix_cta_2111 .cta-wrapper__content__freedial .wrapper__content__freedial__items:nth-child(2) > div:first-child {
    padding: 0 20px;
    font-size: 12px;
  }
  .fix_cta_2111 .cta-wrapper__content__freedial .wrapper__content__freedial__items:nth-child(2) > div:last-child {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
  .fix_cta_2111 .cta-wrapper__content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .fix_cta_2111 .ancchorwrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .fix_cta_2111 .ancchorposition {
    width: 5rem;
    position: absolute;
    right: 0;
    top: -8rem;
  }
  .fix_cta_2111 .btn_back_pagetop {
    width: 5rem;
  }
}
@media (min-width: 769px) {
  .fix_cta_2111 {
    padding: 15px 0;
  }
  .fix_cta_2111 .cta-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fix_cta_2111 .ancchorwrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .fix_cta_2111 .ancchorposition {
    width: 62px;
    position: absolute;
    right: 0;
    top: -100px;
  }
  .fix_cta_2111 .btn_back_pagetop {
    width: 62px;
  }
}
.button__document-resuest_2111 {
  position: relative;
  height: 5rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.3rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.3rem rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: left;
  background: #468200;
  background: -webkit-gradient(linear, left bottom, left top, from(#468200), color-stop(65%, #5aa000));
  background: linear-gradient(0deg, #468200 0%, #5aa000 65%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 769px) {
  .button__document-resuest_2111:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .button__document-resuest_2111 {
    width: 300px;
    height: 80px;
    border-radius: 15px;
    font-size: 18px;
    -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px rgba(0, 0, 0, 0.3);
  }
  .button__document-resuest_2111 .document-resuest_small {
    font-size: 12px;
  }
}
.button__document-resuest_2111::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  height: 2rem;
  margin-top: -1rem;
  width: 2.2rem;
  content: "";
  background: no-repeat 0 0/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.83%2046.6%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%20transform%3D%22translate(-.01)%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%203.3h46.71v40H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20d%3D%22M18.12%201.41L40%2023.3%2018.12%2045.18M40%2023.3H0%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (min-width: 769px) {
  .button__document-resuest_2111::after {
    height: 22px;
    width: 22px;
    margin-top: -11px;
    right: 10px;
  }
}
.button__document-resuest_2111.is-join {
  background: #92000b;
  background: -webkit-gradient(linear, left bottom, left top, from(#92000b), color-stop(65%, #e60012));
  background: linear-gradient(0deg, #92000b 0%, #e60012 65%);
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .button__document-resuest_2111.is-join {
    height: 3rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .button__document-resuest_2111.is-join {
    width: 160px;
    padding-right: 15px;
    margin-right: 10px;
  }
}
.w100 {
  width: 100%;
}

/*----------------------------------------------------------
    simulator hack
----------------------------------------------------------*/
body:not([id=home]) .sim-p-content .section {
  margin: 0;
}

/*----------------------------------------------------------
    Mobile Landscape
----------------------------------------------------------*/
@media (max-width: 767px) and (orientation: landscape) {
  body.is_mobile::before {
    background: url(/assets/images/common/landscape.png) no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    content: "";
  }
}
/* 外部流入用アンカー位置調整 */
.anchor-position {
  margin-top: -70px;
  padding-top: 70px;
  display: block;
}

@media (min-width: 769px) {
  .anchor-position {
    margin-top: -129px;
    padding-top: 129px;
  }
}
/* シミュレーター、parkrun用アンカー位置調整 */
#reward.anchor-position,
.not-headerfix .anchor-position {
  margin-top: -46px;
  padding-top: 46px;
}

@media (min-width: 769px) {
  #reward.anchor-position,
  .not-headerfix .anchor-position {
    margin-top: -89px;
    padding-top: 89px;
  }
}
/*----------------------------------------------------------
    合わせて読みたい
----------------------------------------------------------*/
.recommend__title {
  padding: 1.25rem;
  background-color: #e60012;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .recommend__title {
    padding: 15px 25px;
    font-size: 20px;
  }
}
.recommend__container {
  padding: 1rem;
  background-color: #f9f9f9;
}

@media (min-width: 769px) {
  .recommend__container {
    padding: 35px;
  }
}
.recommend .recommend-box {
  margin-bottom: 1rem;
  background-color: #fff;
}

.recommend .recommend-box a.link {
  padding: 1.5rem;
  border: 0.4rem solid #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 769px) {
  .recommend .recommend-box a.link:hover {
    opacity: 0.7;
  }
}
.recommend .recommend-box a.link::after {
  height: 2.6rem;
  width: 1rem;
  margin-top: -1.3rem;
  background: url(/assets/images/common/recommend_arrow.png) no-repeat 0 0/contain;
  right: 1rem;
  top: 50%;
  position: absolute;
  content: "";
}

.recommend .recommend-box .thumbnail {
  margin-right: 1.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.recommend .recommend-box .body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 1.25rem;
}

.recommend .recommend-box .lead {
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  color: #000;
}

.recommend .recommend-box .title {
  font-size: 1.7rem;
  color: #e60012;
  word-break: break-all;
}

.recommend .recommend-box:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .recommend .recommend-box a.link {
    padding: 20px;
    border-width: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recommend .recommend-box a.link::after {
    right: 25px;
  }
  .recommend .recommend-box .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }
  .recommend .recommend-box .lead {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .recommend .recommend-box .title {
    font-size: 32px;
  }
}

#footer .footer-link {
  color: #fff;
}

@media screen and (min-width: 980px) {
  #footer .bizhours .body p {
    white-space: nowrap;
  }
  .footer_information .bizhours .body {
    overflow: visible;
  }
}
@media (min-width: 769px) {
  .update-20240925.sure-to-read > div, .update-20240925.sure-to-read > a {
    width: 700px !important;
  }
  .update-20240925.sure-to-read p {
    letter-spacing: 0;
  }
}