@charset "UTF-8";

/*---------------------------------------------------------------



	Icon Fonts



-------------------------------------------------------------- */
@font-face {
  font-family: 'apps';
  src: url("../apps/apps.eot?bsp0mv");
  src: url("../apps/apps.eot?bsp0mv#iefix") format("embedded-opentype"), url("../apps/apps.ttf?bsp0mv") format("truetype"), url("../apps/apps.woff?bsp0mv") format("woff"), url("../apps/apps.svg?bsp0mv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'apps' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testStage {
 color: red;
}
.icon-logo_ci:before {
  content: "\e909";
}

.icon-excel:before {
  content: "\e90a";
}

.icon-airplane:before {
  content: "\e900";
}

.icon-arrow_right:before {
  content: "\e901";
}

.icon-bicycle:before {
  content: "\e902";
}

.icon-dropper:before {
  content: "\e903";
}

.icon-glass:before {
  content: "\e904";
}

.icon-pc:before {
  content: "\e905";
}

.icon-pdf:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-stethoscope:before {
  content: "\e908";
}

/*---------------------------------------------------------------



	reset



-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, figure, figcaption, a, abbr, address, cite, code, del, dfn, em, font, img, video, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section, i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
}

input, select, textarea, button {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  /*-webkit-appearance: none;



  -moz-appearance: none;



  appearance: none;*/
}

/*input::-ms-expand, select::-ms-expand, textarea::-ms-expand, button::-ms-expand {



    display: none; }*/
input[type='text'], input[type='search'], input[type='url'], input[type='email'], input[type='telephone'],
/*input[type='password'], input, button, select, textarea {



  display: inline-block;



  box-shadow: 0 0 0 0 transparent;



  box-sizing: border-box;



  background: transparent; }*/
/*---------------------------------------------------------------



	Common



-------------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  position: relative;
  color: #000000;
  font-size: 14px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.14285714286;
  background: #ffffff;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: top;
}

strong {
  font-weight: 700;
}

/*---------------------------------------------------------------



	Header & Footer



-------------------------------------------------------------- */
header, footer {
  position: relative;
  line-height: 1;
}

header ul, footer ul {
  list-style: none;
}

header {
  overflow: hidden;
  background: #fff;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  top: 0;
  border-bottom: 1px solid #eeeeee;
}

header .brand {
  float: left;
  display: inline-block;
}

header .brand a {
  padding: 24px 24px;
  display: inline-block;
  color: #000000;
}

header .brand a i {
  font-size: 132.14286%;
}

header.index {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  position: relative;
}

header.index nav#global_nav ul li a {
  color: #fff;
   /*! border: 1px solid rgba(0, 0, 0, 0); */
}

header.index nav#global_nav ul li a:hover {
  color: #000000;
   border: 1px solid rgba(0, 0, 0, 0);
}

header.index .brand a {
  color: #ffffff;
}

.progress {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.progress .progress-bar {
  width: 0;
  height: 1px;
  background: #ffffff;
}

footer {
  color: #ffffff;
  background: #272626;
}

footer a {
  color: #ffffff;
}

footer #footer_nav {
  padding: 30px 0;
  text-align: center;
  font-size: 92.85714%;
  background: #333333;
}

footer #footer_nav ul {
  margin: 0 auto;
  display: table;
}

footer #footer_nav ul li {
  position: relative;
  display: table-cell;
}

footer #footer_nav ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 30px;
  background: #555555;
}

footer #footer_nav ul li:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 30px;
  background: #555555;
}

footer #footer_nav ul li a {
  padding: 8px 30px;
  display: block;
}

footer .primary {
  margin: 48px 0;
  float: left;
  font-size: 85.71429%;
}

footer .primary ul li {
  display: inline-block;
  margin-right: 2em;
}

footer #copy {
  margin: 35px 0;
  float: right;
  font-size: 71.42857%;
  line-height: 2.14285714286;
}
footer #copy > span {
    font-family: "Verdana","Droid Sans";
}
#pagetop {
  position: relative;
}

#pagetop #topbtn {
  padding: 18px 0 17px;
  border: 1px solid #bf1d29;
  border-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 140px;
  color: #ffffff;
  text-align: center;
  font-size: 71.42857%;
  background: #bf1d29;
  box-sizing: border-box;
}

#pagetop #topbtn::before, #pagetop #topbtn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 2px;
}

#pagetop #topbtn::before {
  top: -20px;
  height: 20px;
  background: #cf555e;
}

#pagetop #topbtn::after {
  top: 0;
  height: 10px;
  background: #f8c4c8;
}

#topicpath {
  margin: 102px 0 30px 10%;
}

#topicpath a {
  color: #000000;
}

#topicpath ul {
  line-height: 1;
  list-style: none;
}

#topicpath ul li {
  display: inline;
  letter-spacing: normal;
  font-size: 13px;
}

#topicpath ul li:before {
  content: '＞';
  margin: 0 3px;
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
}

#topicpath ul li:first-child:before {
  content: '';
  margin-left: 0;
}

#topicpath ul li a {
  color: #000000;
}

/*---------------------------------------------------------------



	Contents Container



-------------------------------------------------------------- */
#contents_container {
  /* Visual -------------------------------------------*/
  /* Content ----------------------------------------*/
}

#contents_container #content a {
  color: #bf1d29;
  text-decoration: underline;
}

#contents_container #content small {
  font-size: 12px;
}


/* Slider */


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*---------------------------------------------------------------



	Classes



-------------------------------------------------------------- */
/* Layout ----------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

/* Text ----------------------------------------*/
.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center !important;
}

.text_bold {
  font-weight: 700 !important;
}

.text_normal {
  font-weight: 400 !important;
}

.text_negative_mt {
  margin-top: -2em;
}

.text_underline {
  position: relative;
}

.text_underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 1px;
}

.text_xsmall {
  font-size: 78.57143% !important;
}

.text_small {
  font-size: 92.85714% !important;
}

.text_medium {
  font-size: 114.28571% !important;
}

.text_large {
  font-size: 128.57143% !important;
}

.text_xlarge {
  font-size: 142.85714% !important;
}

.icon_xxlarge {
  line-height: 1;
}

.icon_xxlarge::before {
  font-size: 70px;
}

/* Button ----------------------------------------*/
.btn {
  background: #fff;
  padding: 16px 30px;
  position: relative;
  border: 2px solid #000;
  display: inline-block;
  min-width: 240px;
  color: #000 !important;
  text-decoration: none !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.pdf::after {
  content: '\e906';
  font-family: 'apps';
  font-size: 185.71429%;
  ;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.excel::after {
  content: '\e90a';
  font-family: 'apps';
  font-size: 185.71429%;
  ;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_trigger {
  margin: 30px 0;
  padding: 30px;
  position: relative;
  display: block;
  line-height: 1;
  font-size: 128.57143%;
  font-weight: 700;
  text-decoration: none !important;
  color: #000 !important;
  background: #e9f0f3;
  cursor: pointer;
}

.btn_trigger.pdf::after {
  content: '\e906';
  font-family: 'apps';
  font-size: 185.71429%;
  ;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Elements ----------------------------------------*/
.gmap {
  width: 100%;
  height: 260px;
}

.inner {
  /*! padding: 0 70px; */
}

.break_area {
  padding: 60px 0;
  border-bottom: 1px solid #dddddd;
}
.break_area_limit {
  padding: 20px 0;
}

.break_area:last-of-type {
  border-bottom: 0;
}

.break_area.down {
  padding: 30px 0;
}

.break_area p {
  margin-bottom: 30px;
}

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

.break_area.unstyle {
  border-bottom: 0;
}

.index .break_area {
  padding: 24px 0;
}

.open-modal {
  color: #bf1d29;
  text-decoration: underline;
  cursor: pointer;
}

.modal .checkbox {
  display: none;
}

.modal .modal-overlay {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.7);
}

.modal .modal-wrap {
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 30px;
  width: 90%;
  margin: 30px auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}

.modal .modal-wrap .caption {
  margin: 1em 0;
}

.modal .modal-wrap.small {
  width: 30%;
}

.modal .modal-wrap.full {
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  z-index: 1000;
  position: absolute;
}

.modal .modal-wrap.a-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
}

.modal .modal-wrap.from-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.modal .modal-wrap.from-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.modal .modal-wrap.from-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.modal .modal-wrap.from-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.modal .modal-overlay .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal .modal-overlay .close:before, .modal .modal-overlay .close:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #000000;
}

.modal .modal-overlay .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal-overlay .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .o-close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.zoom .img {
  margin-bottom: 30px;
}

.zoom .img img {
  width: 100%;
}

.zoom .zoomin {
  display: none;
}

.labels {
   padding: 16px 30px;
  position: relative;
  border: 1px solid #999;
  display: inline-block;
  min-width: 240px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
}
.flex_box {
  margin-top: 10px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.print {
  position: relative;
  border: 1px solid #999;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
}
.print a {
  display: inline-block;
  padding: 8px;
}
.print img {
  width: 30px;
  height: auto;
}
p.note {
  margin: 1em 0;
}

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

.caption {
  position: relative;
  line-height: 1;
}

.caption.underbar {
  margin: 55px auto 40px;
  text-align: left;
  font-size: 228.57143%;
  font-weight: 700;
  letter-spacing: 0.08em;
  max-width: 1100px;
  box-sizing: border-box;
}

.caption.underbar:after {
  content: '';
  margin: 20px auto 25px;
  display: block;
  width: 100%;
  height: 2px;
  background: #eeeeee;
}

.caption.leftbar {
  margin: 90px 0 46px;
  padding-left: 18px;
  font-size: 128.57143%;
  font-weight: 700;
  letter-spacing: 0.10em;
  line-height: 30px;
  border-left: 2px solid #bf1d29;
}

.caption.middle {
  margin: 60px 0;
  color: #bf1d29;
  font-size: 185.71429%;
  ;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.caption.middle:first-child {
  margin-top: 0;
}

.caption.middle.bk {
  margin-top: 0;
  color: #000000;
  font-size: 157.14286%;
}

.caption.middleicon {
  padding: 42px 0 42px 150px;
  position: relative;
  color: #ffffff;
  font-size: 185.71429%;
  ;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #bf1d29;
}

.caption.middleicon i {
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 42px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 62px;
  box-sizing: border-box;
}

.caption.middleicon i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.caption.text_medium {
  margin-bottom: 55px;
  font-weight: 700;
}

.non_icon.caption.middleicon {
  line-height: 1.5;
  padding: 20px 0 20px 42px;
}

h2.non_icon.caption.middleicon span {
  display: block;
  font-size: 18px;
}

/* Panel ----------------------------------------*/
.panel_pile a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  color: #ffffff !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

.panel_pile a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.panel_pile a strong {
  display: block;
}

.panel_background {
  padding: 60px 30px 60px;
  background: #f2f2f2;
}

.panel_background .caption {
  margin-bottom: 35px;
  font-size: 128.57143%;
  font-weight: 700;
  letter-spacing: 0.10em;
  line-height: 1;
  vertical-align: baseline;
}

.panel_background .caption::before {
  content: '';
  position: relative;
  top: 8px;
  left: 0;
  margin-right: 18px;
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #bf1d29;
}

.panel_banner {
  margin: 40px 0;
}

.panel_banner .banner {
  padding-bottom: 70px;
  border: 2px solid #1261b9;
  position: relative;
  line-height: 1;
  height: 100%;
  letter-spacing: normal;
  box-sizing: border-box;
}

.panel_banner .banner .caption {
  padding: 23px 30px;
  color: #1261b9;
  font-size: 128.57143%;
  font-weight: 700;
  box-sizing: border-box;
}

.panel_banner .banner .caption>div:last-child {
  text-align: right;
}

.panel_banner .banner .caption>div:last-child img {
  max-width: 150px;
}

.panel_banner .banner .more {
  padding: 18px 0;
  position: absolute;
  bottom: 40px;
  display: block;
  width: calc(100% - 60px);
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}

.panel_banner .banner.private {
  background: #1261b9;
}

.panel_banner .banner.private .caption {
  background: #ffffff;
}

.panel_banner .banner.private .inner {
  padding: 30px;
  color: #fff;
}

.panel_banner .banner.private .inner .inside {
  margin-bottom: 12px;
  padding: 30px 25px 22px 25px;
  color: #000000;
  background: #fff;
}

.panel_banner .banner.private .inner .logo {
  margin-bottom: 15px;
}

.panel_banner .banner.private .inner .balloon {
  text-align: center;
  font-weight: 700;
}

.panel_banner .banner.private .inner .balloon.green {
  padding: 10px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 128.57143%;
  background: #9fce00;
}

.panel_banner .banner.private .inner .balloon.blue {
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  width: 96px;
  height: 96px;
  background: #1261b9;
}

.panel_banner .banner.private .inner .balloon.blue strong {
  padding-top: 22px;
  display: block;
  font-size: 257.14286%;
}

.panel_banner .banner.private .inner .balloon.blue small {
  padding-right: 15px;
  position: relative;
  font-size: 142.85714%;
}

.panel_banner .banner.private .inner .balloon.blue small span {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 11px;
  font-weight: 400;
}

.panel_banner .banner.private .inner .panel_table {
  padding: 13px 0 10px;
}

.panel_banner .banner.private .inner .panel_table>div:first-child p {
  line-height: normal;
}

.panel_banner .banner.private .inner .panel_table>div:last-child {
  text-align: right;
}

.panel_banner .banner.private .inner .off {
  padding: 0;
  color: #9fce00;
  font-weight: 700;
}

.panel_banner .banner.private .inner .off .case {
  margin-right: 3px;
  padding: 4px 0;
  border: 2px solid #9fce00;
  display: inline-block;
  width: 92px;
  text-align: center;
  font-size: 128.57143%;
}

.panel_banner .banner.private .inner .off .price {
  letter-spacing: 0.04em;
  font-size: 157.14286%;
}

.panel_banner .banner.private .inner .off .price+small {
  font-size: 18px;
}

.panel_banner .banner.private .inner .off i.icon-arrow {
  position: relative;
  display: block;
  height: 100%;
}

.panel_banner .banner.private .inner .off i.icon-arrow::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -3px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1261b9;
  border-right: 2px solid #1261b9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel_banner .banner.private .unstyle {
  margin-bottom: 0;
  line-height: 22px;
}

.panel_banner .banner.private .unstyle+p {
  line-height: 17px;
  font-size: 85.71429%;
}

.panel_banner .banner.private .more {
  color: #1261b9 !important;
  border: 1px solid #fff;
  background: #ffffff;
}


/* ジェイアイ傷害火災保険のリンク */
.panel_banner .banner.private .ji-insurance-link {
    position: absolute; /* 親要素の最下部に固定 */
    bottom: 0; /* 親要素の下端に配置 */
    left: 0;
    width: 100%; /* 親要素全体の幅に広げる */
    text-align: center; /* テキストを中央揃え */
    padding: 10px; /* 内側の余白 */
    font-size: 12px; /* フォントサイズ調整 */
    color: inherit; /* 親要素の文字色を継承 */
    background: none; /* 背景色をなしに設定 */
    border: none; /* 枠線を削除 */
    z-index: 10; /* 他の要素より前面に表示 */
}

@media (max-width: 768px) {
    .panel_banner .banner.private .inner {
        position: relative !important; /* 子要素の基準を確保 */
        padding-bottom: 40px !important; /* 余白を減らしてスペースを調整 */
    }

    .panel_banner .banner.private .ji-insurance-link {
        position: absolute !important; /* 親要素の最下部に固定 */
        bottom: 0 !important; /* 親要素の最下部にぴったり配置 */
        left: 0;
        width: 100% !important; /* 横幅を親要素全体に広げる */
        text-align: center !important; /* テキストを中央揃え */
        font-size: 12px !important; /* フォントサイズ調整 */
        color: inherit !important; /* 親要素の文字色を継承 */
        background: none !important; /* 背景を透明にする */
        z-index: 10 !important; /* 他の要素よりも前面に表示 */
    }

    .panel_banner .banner.private .unstyle {
        margin-bottom: 10px !important; /* 「詳しくはこちら」の下の余白を減少 */
    }
}



.panel_banner .banner.corporate .inner {
  padding: 0 30px 30px;
}

.panel_banner .banner.corporate .inner .logo {
  margin-bottom: 20px;
  padding: 24px 0;
  border-top: 1px solid #1261b9;
  border-bottom: 1px solid #1261b9;
  text-align: center;
}

.panel_banner .banner.corporate .inner .logo img {
  width: 87.157894736%;
}

.panel_banner .banner.corporate .inner .logo .balloon.blue {
  margin-bottom: 18px;
  padding: 5px 22px 4px;
  border: 2px solid #1261b9;
  border-radius: 20px;
  display: inline-block;
  color: #1261b9;
  font-size: 114.28571%;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
.panel_banner .banner.private .inner .balloon.blue_type2 {
    display: flex
;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 120%;
    width: 96px;
    height: 96px;
    text-align: center;
    border-radius: 50%;
    background: rgb(18, 97, 185);
}

.panel_banner .banner.corporate .inner .inside .pr {
  margin: 14px 0;
  line-height: 30px;
  color: #1261b9;
  text-align: center;
  font-size: 128.57143%;
  font-weight: 700;
}

.panel_banner .banner.corporate .inner .inside .balloon {
  margin: 7px 20px 7px 0;
  padding: 4px 15px 3px;
  border: 2px solid #9fce00;
  border-radius: 20px;
  display: inline-block;
  color: #9fce00;
  font-size: 92.85714%;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
.panel_banner .banner.private .inner .balloon.blue_type2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 120%;
    width: 96px;
    height: 96px;
    text-align: center;
    border-radius: 50%;
    background: rgb(18, 97, 185);
}

.panel_banner .banner.corporate .inner .inside .point {
  font-size: 114.28571%;
}

.panel_banner .banner.corporate .more {
  color: #ffffff !important;
  border: 1px solid #1261b9;
  background: #1261b9;
}


/*---jiリンクへ追加---*/
.panel_banner .banner.private .ji-insurance-link {
    position: absolute; /* 親要素の最下部に配置 */
    bottom: 0; /* 親要素の下端に固定 */
    left: 0;
    width: 100%; /* 横幅を親要素に合わせる */
    text-align: center; /* テキストを中央揃え */
    padding: 10px; /* 内側に余白を追加 */
    font-size: 12px; /* フォントサイズ */
    color: #ffffff; /* 白文字 */
    background-color: none; /* 青背景に設定（必要に応じて変更可能） */
    z-index: 10; /* 他の要素よりも上に配置 */
}


/*---jiリンクへ追加ここまで---*/

.panel_border {
  padding: 30px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}

.panel_border.note {
  border-color: #bf1d29;
  color: #bf1d29;
}

.panel_document, .panel_accordion {
  margin: 30px 0;
}

.panel_document:first-child, .panel_accordion:first-child {
  margin-top: 0;
}

.panel_document:last-child, .panel_accordion:last-child {
  margin-bottom: 0;
}

.panel_document {
  padding: 30px;
  background: #f3f7f8;
}

.panel_document .caption.doc {
  font-size: 128.57143%;
  font-weight: 700;
}

.panel_document p {
  margin: 1.5em 12px;
}

.panel_accordion .acc_trigger {
  padding: 30px;
  position: relative;
  line-height: 1;
  font-size: 128.57143%;
  font-weight: 700;
  background: #e9f0f3;
  cursor: pointer;
}

.panel_accordion .acc_trigger:after {
  content: '';
  width: 19px;
  height: 19px;
  display: inline-block;
  border-top: 1px solid #808181;
  border-right: 1px solid #808181;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.panel_accordion .acc_trigger.current:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.panel_accordion .acc_content {
  padding: 30px 40px;
  background: #f3f7f8;
}

.panel_tab {
  margin-top: 60px;
}
.panel_tab_limit {
  margin-top: 10px;
}

.panel_tab .tab_trigger, .panel_tab .tab_content {
  list-style: none;
}

.panel_tab .tab_trigger {
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.panel_tab .tab_trigger li {
  padding: 32px 15px;
  border-left: 1px solid #fff;
  border-top: 1px solid #c1c7c9;
  display: table-cell;
  letter-spacing: 0.08em;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 128.57143%;
  background: #c1c7c9;
  box-sizing: border-box;
  cursor: pointer;
}

.panel_tab .tab_trigger li:first-child {
  border-left: 0;
}

.panel_tab .tab_trigger li:only-child {
  padding-left: 70px;
  border-top: 0;
  text-align: left;
  cursor: default;
}

.panel_tab .tab_trigger li.current {
  color: #bf1d29;
  border-color: #c1c7c9;
  font-size: 142.85714%;
  font-weight: 700;
  background: #ffffff;
  cursor: default;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.panel_tab .tab_trigger li .text_small {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px !important;
}

.panel_tab .tab_content>div {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.panel_tab .tab_content>div:first-child {
  display: block;
}

.panel_multi .col {
  text-align: center;
  box-sizing: border-box;
}

.panel_multi .col a {
  display: block;
  text-decoration: none !important;
  height: 100%;
  box-sizing: border-box;
}

.panel_multi .col a i {
  border: 2px solid #ffffff;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  background: #bf1d29;
  box-sizing: border-box;
}

.panel_multi .col a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.panel_multi .col a p {
  color: #000;
}

.panel_multi .col.current {
  border-color: #bf1d29 !important;
  background: #bf1d29;
  color: #ffffff;
}

.panel_multi .col.current a p {
  color: #ffffff;
}

.panel_table {
  display: table;
  width: 100%;
}

.panel_table>div {
  display: table-cell;
  vertical-align: middle;
}

/* Table ----------------------------------------*/
table.table {
  /*! table-layout: fixed; */
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  letter-spacing: normal;
}
table.table_sp {
  /*! table-layout: fixed; */
  width: 2000px;
  border-spacing: 0;
  border-collapse: collapse;
  letter-spacing: normal;
}


table.table th {
  color: #fff;
  background: #999999;
}


table.table th, table.table td {
  padding: 10px 0;
  line-height: 1.42857142857;
  border: 1px solid #ffffff;
}

table.table tbody th, table.table tbody td {
  font-size: 92.85714%;
  vertical-align: middle;
}

table.table tbody th {
  background: #b4b7b7;
  width: 110px;
  padding: 1%;
}

table.table tbody td {
  padding-right: 1%;
  text-align: right;
  background: #f2f2f2;
}

table.table.digest thead th {
  font-size: 92.85714%;
  background: #b4b7b7;
}

table.table.digest thead th.note {
  background: #ea7a60;
}

table.table.digest thead tr:first-child th:first-child {
  width: 4em;
  background: #999999;
}
table.table .contract_no,
table.table .contract_no ~ th {   
  background: #999999;
  width: 10%;
}



table.table.digest tbody th {
  background: #999999;
}

table.table.digest tbody td {
  padding-right: 1.5%;
}

table.table.digest tbody td:nth-last-child(3) {
  padding-right: 0;
  text-align: center;
}

table.table.normal {
  margin: 30px auto;
}

table.table.normal thead th, table.table.normal thead td, table.table.normal tbody th, table.table.normal tbody td {
  padding: 10px;
  text-align: left;
}
table.table tbody .table_rl {
  width: 4em;
  padding: 10px;
}
table.table tbody td.table_rl p {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 3px;
  width: 1em;  
}
table.table tbody .c_ea7a60 {
	background: #ea7a60;
}
table.table tbody .c_b4b7b7 {
	background: #b4b7b7;
}
table.table tbody .type_ht {
  height: 26px;
}
table.table tbody .tr_ht {
	height: 97px;
}


/*--保険金額Table ----------------------------------------*/
.cssTw{
	color: red;
}
.pad40 {
  padding: 10px 40px;	
}
table.topTable {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  letter-spacing: normal;
}



table.topTable th {
  color: #fff;
  background: #999999;
}


table.topTable th, table.topTable td {
  padding: 10px 0;
  line-height: 1.42857142857;
  border: 1px solid #ffffff;
}

table.topTable tbody th, table.topTable tbody td {
  font-size: 92.85714%;
  vertical-align: middle;
}

table.topTable tbody th {
  background: #b4b7b7;
  padding: 1% 10px;
    width: 178px;
}

table.topTable tbody td {
  padding-right: 1%;
  text-align: right;
  background: #f2f2f2;
}

table.topTable .contract_no,
table.topTable .contract_no ~ th {
	background: #999999;
	width: 10%;
}
table.topTable .contract_title th {   
  background: #999999;
  width: 178px;
}
table.topTable.digest tbody th {
  background: #999999;
}

table.topTable.digest tbody td {
  padding-right: 1.5%;
}

table.topTable.digest tbody td:nth-last-child(3) {
  padding-right: 0;
  text-align: center;
}

table.table.normal {
  margin: 30px auto;
}

table.topTable.normal thead th, table.topTable.normal thead td, table.topTable.normal tbody th, table.topTable.normal tbody td {
  padding: 10px;
  text-align: left;
}
table.topTable tbody .table_rl {
  width: 4em;
}
table.topTable tbody td.table_rl p {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 3px;
  width: 1em;  
}
table.topTable tbody .c_ea7a60 {
	background: #ea7a60;
}
table.topTable tbody .c_b4b7b7 {
	background: #b4b7b7;
}
table.topTable tbody .type_ht {
  height: 26px;
}
table.topTable tbody .tr_ht {
	height: 97px;
}

/* List ----------------------------------------*/
ul, ol {
  margin-bottom: 2em;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul.unstyle, ol.unstyle {
  list-style: none;
}

/*ul.dates,  ol.dates {   dates 部分影響なければ消す



	list-style: none;



}



ul.dates a,  ol.dates a {



	color: #000000 !important;



	text-decoration: none !important;



}



ul.dates span,  ol.dates span {



	margin-right: 1em;



}



ul.dates.list li,  ol.dates.list li {



	margin: 30px 0;



	letter-spacing: 0.06em;



}



ul.dates.list li span,  ol.dates.list li span {



	margin-right: 6em;



	font-weight: 700;



}



ul.dates.list li:first-child,  ol.dates.list li:first-child {



	margin-top: 0;



}



ul.dates.list li.last-of-type,  ol.dates.list li.last-of-type {



	margin-bottom: 0;



}*/
ul.indent, ol.indent {
  list-style: none;
  margin-left: 1em;
}

ul.dots, ol.dots {
  list-style: none;
}

ul.dots li, ol.dots li {
  margin-left: 1em;
  position: relative;
}

ul.dots li:before, ol.dots li:before {
  content: '●';
  position: absolute;
  top: 0;
  left: -1em;
  display: inline-block;
}


ul.exclamation, ol.exclamation {
  list-style: none;
}

ul.exclamation li, ol.exclamation li {
  margin-left: 1em;
  position: relative;
}

ul.exclamation li:before, ol.exclamation li:before {
  content: '！';
  position: absolute;
  top: 0;
  left: -1em;
  display: inline-block;
}

ul.note, ol.note {
  list-style: none;
}

ul.note li, ol.note li {
  margin-left: 1em;
  position: relative;
}

ul.note li:before, ol.note li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: -1em;
  display: inline-block;
}

ul.note.jp li, ol.note.jp li {
  margin-left: 2.5em;
}

ul.note.jp li:before, ol.note.jp li:before {
  content: '(注)';
  left: -2.5em;
}

ul.count, ol.count {
  list-style: none;
}

ul.count li, ol.count li {
  margin-left: 2em;
  position: relative;
  counter-increment: cnt;
}

ul.count li:before, ol.count li:before {
  display: marker;
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: -2em;
  display: inline-block;
}
ul.count li:before, ol.count li:before {
  display: marker;
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: -2em;
  display: inline-block;
}

.dotsWhiteIndent {
  text-indent: -10em;
}

ul.note.count, ol.note.count {
  list-style: none;
}

ul.note.count li, ol.note.count li {
  margin-left: 2em;
  position: relative;
  font-size: 92.85714%;
  counter-increment: cnt;
}

ul.note.count li:before, ol.note.count li:before {
  display: marker;
  content: "※"counter(cnt);
  position: absolute;
  top: 0;
  left: -2em;
  display: inline-block;
}

ul.parenthesis, ol.parenthesis {
  list-style: none;
}

ul.parenthesis li, ol.parenthesis li {
  margin-left: 2em;
  position: relative;
  counter-increment: cnt;
}

ul.parenthesis li::before, ol.parenthesis li::before {
  display: marker;
  content: "("counter(cnt) ")";
  position: absolute;
  top: 0;
  left: -2em;
  display: inline-block;
}

ul.menu, ol.menu {
  list-style: none;
}

ul.menu li, ol.menu li {
  display: inline-block;
  width: 48%;
}

ul.menu li:nth-child(odd) {
  margin-right: 2%;
}

ul.menu li a, ol.menu li a {
  position: relative;
  display: block;
  text-decoration: none !important;
  box-sizing: border-box;
  border: 1px solid #bf1d29;
  border-radius: 3px;
}

ul.menu li a::after, ol.menu li a::after {
  content: '';
  display: inline-block;
  border-top: 1px solid #bf1d29;
  border-right: 1px solid #bf1d29;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

ul.menu li a i, ol.menu li a i {
  position: relative;
  display: table-cell;
  border-radius: 50%;
  color: #ffffff;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #bf1d29;
}

ul.menu li a i::before, ol.menu li a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #bf1d29;
}

ul.menu li a p, ol.menu li a p {
  display: table-cell;
  color: #000;
  vertical-align: middle;
  font-weight: 700;
}

ul.menu li a {
  height: 122px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  display: table;
  width: 100%;
}

ul.non_icon_menu li a span {
  font-size: 18px;
}

dl.colon dd {
  position: relative;
}

dl.colon dd::before {
  content: '：';
  margin-right: 0.5em;
  position: absolute;
  left: 5em;
}

dl.horizontal dt {
  float: left;
  clear: left;
  width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dl.horizontal dd {
  padding-left: 6em;
}

dl.horizontal.narrow dt {
  width: 2em;
}

dl.horizontal.narrow dd {
  padding-left: 2em;
}

dl.vertical dt {
  margin: 28px 0;
  font-size: 114.28571%;
  font-weight: 700;
}

/* Pagination ----------------------------------------*/
.pagination {
  text-align: center;
}

.pagination span, .pagination a {
  margin: 0 5px;
  display: inline-block;
}

.pagination span {
  color: #dddddd;
}

.pagination span.current, .pagination a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}

.pagination span.current {
  border-color: #333333;
  color: #ffffff;
  background: #333333;
}

.pagination a {
  color: #000000 !important;
  text-decoration: none !important;
}

/*---------------------------------------------------------------



	Grid



-------------------------------------------------------------- */
.wrapper {
  margin: 0 auto;
  max-width: 1100px;
  box-sizing: border-box;
}
.wrapper .tabiho_p {
	font-size: 16px;
	font-weight: 700;
}
.wrapper::after, .row::after {
  content: '';
  display: table;
  clear: both;
}

.row {
  box-sizing: border-box;
}

.row .col {
  float: left;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.row .col img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}


.container_claim {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.box_claim {
  width: 200px;
  margin: 0px 50px 0px 50px;
}



.map {
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 300px;
}

@media (min-width: 768px) {
  .row {
    width: 100% !important;
  }

  .row .col {
    margin-left: 2%;
  }

  .row .col:first-child {
    margin-left: 0;
  }

  .row .grid_1 {
    width: 6.5%;
  }

  .row .grid_2 {
    width: 15.0%;
  }

  .row .grid_3 {
    width: 23.5%;
  }

  .row .grid_4 {
    width: 32.0%;
  }

  .row .grid_5 {
    width: 40.5%;
  }

  .row .grid_6 {
    width: 49.0%;
  }

  .row .grid_7 {
    width: 57.5%;
  }

  .row .grid_8 {
    width: 66.0%;
  }

  .row .grid_9 {
    width: 74.5%;
  }

  .row .grid_10 {
    width: 83.0%;
  }

  .row .grid_11 {
    width: 91.5%;
  }

  .row .grid_12 {
    width: 100%;
  }

  .row .l_height {
    line-height: 1.5;
  }
}

/*---------------------------------------------------------------



	Media query SP



-------------------------------------------------------------- */
@media (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
  }


.container_claim {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_claim {
  margin: 10px 10px 10px 10px;
}

.container_claim .btn {
    padding: 15px 20px;
    font-size: 14px;
    min-width: 240px;
}
  html.overlay {
    height: 100%;
  }

  html.overlay body {
    overflow: hidden;
    height: 100%;
    position: relative;
  }

  html.overlay body header {
    position: fixed;
    background: rgba(17, 17, 17, 0.98);
  }

  html.overlay body header .brand a i {
    color: #ffffff;
  }

  html.overlay body header .btn_contact {
    display: none;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }

  header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 55px;
    box-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: visible;
  }

  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: 1001;
    -webkit-transition: opacity 0s 0.3s linear;
    transition: opacity 0s 0.3s linear;
  }

  html.overlay header:before {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  header .brand {
    padding: 20px 10px;
    position: relative;
    z-index: 1300;
    box-sizing: border-box;
  }

  header .brand a {
    padding: 0;
  }

  header .brand a i {
    font-size: 11px;
  }

  header>.btn_contact {
    padding: 22px 13px;
    position: absolute;
    top: 50%;
    right: 54px;
    color: #ffffff;
    letter-spacing: normal;
    background: #bf1d29;
    display: inline-block;
    font-size: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1100;
  }

  #navbtn {
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    background: transparent;
    z-index: 1100;
  }

  #navbtn span {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  #navbtn span:before, #navbtn span:after {
    content: '';
    position: absolute;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #navbtn span:before {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }

  #navbtn span:after {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  #navbtn.current span:before, #navbtn.current span:after {
    background: #ffffff;
  }

  #navbtn.current span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #navbtn.current span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  nav#global_nav {
    margin-top: 55px;
    padding: 0 15px 55px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.98);
    box-sizing: border-box;
    visibility: hidden;
    z-index: 1000;
    -webkit-transform: translate3D(0, -150%, 0);
    -ms-transform: translate3D(0, -150%, 0);
    transform: translate3D(0, -150%, 0);
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s ease-out;
    transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out, visibility 0s 0.3s;
    transition: transform 0.3s 0s ease-out, visibility 0s 0.3s, -webkit-transform 0.3s 0s ease-out;
  }

  nav#global_nav.current {
    overflow-y: scroll;
    visibility: visible;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  nav#global_nav ul {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
  }

  nav#global_nav ul li {
    margin: 0;
    border-bottom: 1px solid #555555;
    box-sizing: border-box;
    background: #161616;
  }

  nav#global_nav ul li a {
    padding: 15px;
    position: relative;
    display: block;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
  }

  nav#global_nav ul ul {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  nav#global_nav ul ul::after {
    content: '';
    display: table;
    clear: both;
  }

  nav#global_nav ul ul li {
    width: 50%;
    float: left;
    border: 1px solid #2d2d2d;
  }

  nav#global_nav ul ul li a {
    padding: 10px;
    color: #aaaaaa !important;
    font-size: 12px;
    line-height: 1.5;
  }
 nav#global_nav .primary ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav#global_nav .primary ul li {
    width: 50%;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    
  }

  nav#global_nav .primary ul li:nth-child(odd) {
    border-left: 0;
  }

  nav#global_nav .primary ul li a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }

  header.index #navbtn span::before, header.index #navbtn span::after {
    background-color: #ffffff;
  }

  header.index>.btn_contact {
    color: #ffffff;
  }

  footer #footer_nav, footer .primary {
    display: none;
  }

  footer #copy {
    float: none;
    text-align: center;
    letter-spacing: normal;
  }

  #topicpath {
    margin: 74px 15px 0;
    line-height: 1.5;
  }

  #topicpath ul li {
    font-size: 12px;
  }

  #pagetop #topbtn {
    padding: 12px 0 10px;
    right: -15px;
    width: 80px;
    font-size: 9px;
  }

  #pagetop #topbtn::before {
    top: -10px;
    height: 10px;
  }

  #pagetop #topbtn::after {
    top: 0;
    height: 5px;
  }

  #contents_container #visual #slider {
    top: -56px;
    position: relative;
  }

  #contents_container #visual #slider .opening {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #ffffff;
  }

  #contents_container #visual #slider .opening h1 {
    font-size: 21px;
    font-weight: 700;
  }

  #contents_container #visual #slider .opening p {
    font-size: 12px;
  }
 #contents_container #visual #slider .opening p a {
	text-decoration: none;  
	color: white;
  }
 #contents_container #visual #slider .opening p a:hover{
	 	color: white;
	}
 #contents_container #visual #slider .opening p a:visited {
	 	color: white;
	}	







  #contents_container #visual #slider .slide {
    position: relative;
    z-index: -1;
  }

  #slider .slide p img {
    width: 100%;
  }
	
	

  #contents_container #visual #slider .slide ul li img {
    width: 100%;
  }

  #contents_container #content {
    margin-bottom: 90px;
  }

  #contents_container #content.index .wrapper>p {
    margin: 1em 0 0;
    font-size: 14px;
    line-height: normal;
  }

  .text_medium {
    letter-spacing: 0.04em;
    font-size: 14px !important;
  }

  .btn {
    padding: 15px 0;
    font-size: 14px;
    min-width: 180px;
  }
  
  

  .btn_trigger {
    margin: 15px 0;
    padding: 1.5em 15px;
    font-size: 14px;
  }

  .btn_trigger::after {
    font-weight: 400;
  }

  .btn_trigger:first-of-type {
    margin-top: 40px;
  }

  .piegraph {
    margin-top: 20px;
    width: 200px;
  }

  .inner {
    padding: 0;
  }

  .break_area {
    padding: 40px 0;
  }

  .break_area p {
    margin-bottom: 1em;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 3px 0;
  }

  .caption {
    line-height: normal;
  }

  .caption.underbar {
    margin-top: 27px;
    margin-bottom: 30px;
    font-size: 20px;
    padding: 0 15px;
    line-height: 1.5;
  }
  .caption.underbar:after {
  content: '';
  margin: 10px auto 25px;
  display: block;
  width: 100%;
  height: 2px;
  background: #eeeeee;
}

  .caption.leftbar {
    margin: 60px 0 35px;
  }

  .caption.middle {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .caption.middleicon {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }

  .caption.middleicon {
    padding: 42px 0 42px 80px;
  }

  .non_icon.caption.middleicon {
    line-height: 1.5;
    padding: 20px 0 20px 20px;
  }

  .caption.middleicon i {
    left: 15px;
    font-size: 45px;
    border-width: 1px;
    width: 50px;
    height: 50px;
    font-size: 228.57143%;
  }

  .caption.text_medium {
    margin-bottom: 1em;
    font-size: 14px !important;
  }

  .zoom {
    position: relative;
  }

  .zoom .zoomin {
    position: absolute;
    bottom: -30px;
    right: 0;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    color: #ffffff !important;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.6);
  }

  .zoom .zoomin::before {
    content: '\e904';
    font-family: 'apps';
    font-size: 38px;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .zoom .zoomin::after {
    content: '拡大する';
    font-size: 71.42857%;
    font-weight: 700;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }

	.labels_box {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.labels_box li {
		width: 48%;
		min-width: auto;
		margin: 1%;
		box-sizing: border-box;
	}
  .labels {
    padding: 4px 1px;
    white-space: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: normal;
	  box-sizing: border-box;
	  display: inline-block;
  }

  .labels small {
    font-size: 10px !important;
  }

  p.note {
    font-size: 12px;
    line-height: 1.7;
  }

  .panel_pile {
    position: relative;
    top: -29px;
  }

  .panel_pile a {
    padding: 15px;
    position: relative;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
  }

  .panel_pile a:after {
    position: absolute;
    left: auto;
    top: 50%;
    right: 25px;
    width: 14px;
    height: 14px;
    content: '';
    display: inline-block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
  }

  .panel_pile a strong {
    margin-bottom: 10px;
    border-bottom: 0;
    line-height: 1;
    font-size: 14px;
  }

  .panel_pile a p {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 12px;
  }

  .panel_background {
    padding: 30px 0;
  }

  .panel_background .align_right {
    text-align: center !important;
  }

  .panel_banner {
    margin: 15px 0;
  }

  .panel_banner .banner {
    padding-bottom: 15px;
  }

  .panel_banner .banner .caption {
    padding: 15px;
    font-size: 13px;
  }

  .panel_banner .banner .caption>div:last-child {
    text-align: right;
  }

  .panel_banner .banner .caption>div:last-child img {
    position: relative;
    top: 3px;
    max-width: 90px;
  }

  .panel_banner .banner .more {
    margin-top: 15px;
    padding: 18px 0;
    position: relative;
    bottom: auto;
    width: 100%;
  }

  .panel_banner .banner.private .inner {
    padding: 15px;
    padding-bottom: 0;
    color: #fff;
  }

  .panel_banner .banner.private .inner .inside {
    margin-bottom: 12px;
    padding: 15px;
    color: #000000;
    background: #fff;
  }

  .panel_banner .banner.private .inner .inside .logo img {
    margin: 0 auto;
    width: 180px;
  }

  .panel_banner .banner.private .inner .balloon.green {
    font-size: 12px;
  }

  .panel_banner .banner.private .inner .balloon.blue {
    width: 65px;
    height: 65px;
  }

  .panel_banner .banner.private .inner .balloon.blue strong {
    padding-top: 16px;
    font-size: 23px;
  }

  .panel_banner .banner.private .inner .balloon.blue small {
    padding-right: 15px;
    font-size: 13px;
  }

  .panel_banner .banner.private .inner .balloon.blue small span {
    font-size: 10px;
  }

  .panel_banner .banner.private .inner .panel_table {
    padding: 10px 0 0;
  }

  .panel_banner .banner.private .inner .panel_table>div:first-child p {
    letter-spacing: normal;
    font-size: 12px !important;
  }

  .panel_banner .banner.private .inner .panel_table>div:first-child p+p br {
    display: none;
  }

  .panel_banner .banner.private .inner .off .case {
    width: 54px;
    font-size: 11px;
  }

  .panel_banner .banner.private .inner .off .price {
    font-size: 14px;
  }

  .panel_banner .banner.private .inner .off .price+small {
    font-size: 11px;
  }

  .panel_banner .banner.private .inner .off i.icon-arrow::after {
    width: 6px;
    height: 6px;
  }

  .panel_banner .banner.private .unstyle {
    line-height: normal;
    font-size: 12px;
  }

  .panel_banner .banner.private .unstyle+p {
    line-height: normal;
    font-size: 12px;
  }

  .panel_banner .banner.corporate .inner {
    padding: 0 15px;
  }

  .panel_banner .banner.corporate .inner .logo {
    margin-bottom: 15px;
    padding: 15px 0;
    border-top: 1px solid #1261b9;
    border-bottom: 1px solid #1261b9;
    text-align: center;
  }

  .panel_banner .banner.corporate .inner .logo img {
    width: 87.157894736%;
  }

  .panel_banner .banner.corporate .inner .logo .balloon.blue {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .panel_banner .banner.corporate .inner .inside .text_medium {
    letter-spacing: normal;
    font-size: 12px !important;
  }

  .panel_banner .banner.corporate .inner .inside .pr {
    margin: 14px 0;
    line-height: normal;
    font-size: 16px;
  }

  .panel_banner .banner.corporate .inner .inside .balloon {
    margin: 5px 5px 5px 0;
    padding: 4px 7px 3px;
    font-size: 10px;
    letter-spacing: normal;
  }

  .panel_banner .banner.corporate .inner .inside .point {
    font-size: 10px;
  }

  .panel_border {
    padding: 15px;
  }

  .panel_accordion {
    margin: 15px 0;
    padding: 0;
  }

  .panel_accordion .acc_trigger {
    padding: 1.5em 15px;
    font-size: 14px;
  }

  .panel_accordion .acc_trigger:after {
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
  }

  .panel_accordion .acc_content {
    padding: 15px;
  }

  .panel_document {
    padding: 15px;
  }

  .panel_document .caption.doc {
    font-size: 16px;
  }

  .panel_document p {
    margin: 1em 0;
  }

  .panel_document .row .col {
    text-align: center !important;
  }

  .panel_document .row .col .btn {
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  .panel_document .row .l_height {
    line-height: 1.5;
  }

  .panel_tab {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .panel_tab .tab_trigger li {
    font-size: 14px;
    line-height: 1.5;
  }

  .panel_tab .tab_trigger li:only-child {
    padding-left: 15px;
    text-align: left;
    cursor: default;
  }

  .panel_tab .tab_trigger li.current {
    font-size: 14px;
  }

  .panel_tab .tab_content {
    padding: 0 15px;
  }

  .panel_multi {
    margin-left: -15px;
    margin-right: -15px;
  }

  .panel_multi .col {
    margin-top: 0 !important;
    margin-left: 0;
    border-bottom: 1px solid #dddddd;
    width: 50%;
  }

  .panel_multi .col:nth-child(1), .panel_multi .col:nth-child(2) {
    border-top: 1px solid #dddddd;
  }

  .panel_multi .col:nth-child(even) {
    border-left: 1px solid #dddddd;
  }

  .panel_multi .col a {
    padding: 25px 0 17px;
  }

  .panel_multi .col a i {
    border-width: 1px;
    width: 50px;
    height: 50px;
    font-size: 228.57143%;
  }

  ul.menu, ol.menu {
    margin-top: 1em;
  }

  ul.menu li, ol.menu li {
    display: block;
    width: 100%;
  }

  ul.menu li:nth-child(odd) {
    margin-right: 0;
  }

  ul.menu li a, ol.menu li a {
    height: 100px;
    padding: 15px 0;
    margin-bottom: 10px;
  }

  ul.menu li a::after, ol.menu li a::after {
    right: 20px;
    width: 14px;
    height: 14px;
  }

  [data-current-nav="coverage"] ul.menu li a span,
  [data-current-nav="coverage"] ol.menu li a span,
  [data-current-nav="claim"] ul.menu li a span,
  [data-current-nav="claim"] ol.menu li a span {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
  }

  ul.menu li a i, ol.menu li a i {
    width: 50px;
    height: 50px;
    font-size: 228.57143%;
    left: 10px;
  }

  ul.menu li a p, ol.menu li a p {
    padding-right: 11px;
    font-size: 114.28571%;
  }

  ul.non_icon_menu li a span {
    font-size: 12px;
    padding-top: 3px;
  }

  ul.non_icon_menu li.current a, ul.kasou_menu li.current a {
    color: #ffff;
    background: #bf1d29;
  }

  ul.non_icon_menu li.current a p, ul.kasou_menu li.current a p {
    color: #fff;
  }

  ul.non_icon_menu li.current a::after, ul.kasou_menu li.current a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  ul.kasou_menu li.current a i {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
  }

  ul.kasou_menu li.current a i::before {
    color: #fff;
  }

  ul.dates.list li, ol.dates.list li {
    margin: 30px 0;
  }

  ul.dates.list li span, ol.dates.list li span {
    margin-right: 0;
    display: block;
  }

  ul.dates.list li:first-child, ol.dates.list li:first-child {
    margin-top: 0;
  }

  ul.dates.list li.last-of-type, ol.dates.list li.last-of-type {
    margin-bottom: 0;
  }

  dl.vertical dt {
    margin: 1em 0;
    font-size: 14px;
  }

  dl.vertical dt:first-child {
    margin-top: 0;
  }

  .pagination span.current, .pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .backnumber .align_right {
    text-align: left !important;
  }

  .backnumber .navigate.prev::before {
    content: '<';
  }

  .backnumber .navigate.next::before {
    content: '>';
  }

  .mw_wp_form fieldset .panel_scroll {
    padding: 10px;
  }

  /* Grid -----------------------------------------*/
  .wrapper {
    padding: 0 15px;
  }

  .wrapper .row .col+.col {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1100px) {
  .wrapper {
    padding: 0 2.727272727%;
  }
}

@media (max-width: 767px) {
  .sp_display {
    display: block !important;
  }

  .pc_display {
    display: none !important;
  }
}

/*---------------------------------------------------------------



	Media query Tab



-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1001px) {
  header {
    padding: 10px 0;
  }

  header>.btn_contact {
    display: none;
  }

  header .primary {
    display: none;
  }

  #navbtn {
    display: none;
  }

  nav#global_nav {
/*    padding-right: 10px;  */ /* 2023-08-09削除 TDW */
    width: calc(100% - 303px);
    max-width: 590px;
    float: right;
  }

  nav#global_nav ul {
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    z-index: 999;
  }

  nav#global_nav ul ul {
    display: none;
  }

  nav#global_nav ul li {
    border-left: 1px solid #ffffff;
    display: table-cell;
    max-width: 120px;
  }

  nav#global_nav ul li a {
    padding: 18px 0;
    position: relative;
    width: 100%;
    max-width: 120px;
    display: inline-block;
    color: #171717;
    text-align: center;
    box-sizing: border-box;
  }

  nav#global_nav ul li.current>a {
    color: #bf1d29;
  }

  nav#global_nav ul li.note {
    border-left: 0;
    overflow: hidden;
  }

  nav#global_nav ul li.note a {
    border: 1px solid #bf1d29;
    color: #ffffff;
    background: #bf1d29;
    box-sizing: border-box;
  }

  header.index {
    padding: 10px 0;
  }

  header.index nav#global_nav ul li {
    border-color: rgba(255, 255, 255, 0.2);
  }

  footer .primary ul li {
    margin-right: 1em;
  }
	
.pc_display {
    background-color: white !important; /* 白色に変更する */
}	

  #contents_container #visual #digest {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
    z-index: 0;
  }

  #contents_container #visual #digest .opening {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    max-width: 1100px;
    width: 1100px;
    margin: 0 auto;
    z-index: 2;
  }

  #contents_container #visual #digest .opening h1 {
    font-size: 228.57143%;
    font-weight: 700;
  }

  #contents_container #visual #digest .opening p {
    font-size: 114.28571%;
    line-height: 2;
  }


	
	
	

  #contents_container #visual #digest #movie:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
  }

  #contents_container #visual #digest #player {
    position: relative;
    overflow: hidden;
    z-index: 0;
  }

  #contents_container #visual #digest #player_cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
  }

  #contents_container #visual #digest #player_cover #loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
  }

  #contents_container #visual #digest .opening {
    padding: 0 2.727272727%;
  }

  #contents_container #content {
    padding-bottom: 200px;
  }

  #contents_container #content.index {
    margin-top: 680px;
    position: relative;
    background: #ffffff;
  }

  .inner {
    padding: 0;
  }

  .labels {
    padding: 10px;
    min-width: auto;
    max-width: 30%;
  }
/* 2023-08-09削除 TDW */
/*
  .panel_pile {
    position: relative;
    top: -12em;
    margin-bottom: -6em;
  }

  .panel_pile a {
    padding: 38px 30px 65px;
    position: relative;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.7) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.7) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.7) 100%);
    box-sizing: border-box;
  }

  .panel_pile a strong {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 1;
    font-size: 142.85714%;
  }

  .panel_pile a strong+p {
    margin-bottom: 50px;
    line-height: 1.7;
    font-size: 92.85714%;
  }

  .panel_pile a .more {
    padding: 16px 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid #ffffff;
    display: inline-block;
    width: calc(100% - 112px);
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.12em;
    font-size: 78.57143%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
*/
/* 2023-08-09削除ここまで TDW */

  .panel_background {
    margin: 0 0 50px;
  }

  .panel_banner .banner.private .inner .off {
    text-align: center;
  }

  .panel_banner .banner.private .inner .off .case {
    margin-bottom: 5px;
  }

  .panel_banner .banner.corporate .inner .inside .point {
    display: block;
  }

  .panel_border {
    padding: 15px;
  }

  .panel_multi .col {
    margin-left: 0;
    border: 1px solid #dddddd;
    border-left: 0;
    width: 25%;
  }

  .panel_multi .col:first-child {
    border-left: 1px solid #dddddd;
  }

  .panel_multi .col a {
    padding: 50px 0 50px;
  }

  .panel_multi .col a i {
    width: 80px;
    height: 80px;
    font-size: 442.85714%;
  }

  .panel_multi .col a p {
    margin-top: 10px;
    font-size: 142.85714%;
    font-weight: 700;
    line-height: 30px;
  }

  ul.menu, ol.menu {
    margin-top: 110px;
  }

  ul.menu li a, ol.menu li a {
    padding: 22px 40px;
  }

  ul.menu li a::after, ol.menu li a::after {
    right: 60px;
    width: 19px;
    height: 19px;
  }

  ul.menu li a i, ol.menu li a i {
    width: 76px;
    height: 76px;
    font-size: 442.85714%;
  }

  ul.menu li a i::before, ol.menu li a i::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    line-height: 76px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  ul.menu li a p, ol.menu li a p {
    padding-left: 30px;
    font-size: 185.71429%;
    ;
  }

  .backnumber .navigate.prev::before {
    content: '<';
  }

  .backnumber .navigate.next::after {
    content: '>';
  }

  /* Grid -----------------------------------------*/
}

/* 2023-08-09削除 TDW */
/*
@media only screen and (min-width: 768px) and (max-width: 1001px) and (min-width: 768px) and (max-width: 1100px) {
  .wrapper {
    padding: 0 2.727272727%;
  }
}
*/
/* 2023-08-09削除ここまで TDW */

@media (min-width: 768px) and (max-width: 1001px) {
  .sp_display {
    display: none !important;
  }

  .pc_display {
    display: block !important;
  }
 br .nobr{
	    display: none;
}
}

/*---------------------------------------------------------------



	Media query PC



-------------------------------------------------------------- */
@media (min-width: 1002px), print {

  header {
	/*! height: 75px; */
}
  header>.btn_contact {
    display: none;
  }

  header .primary {
    display: none;
  }

  #navbtn {
    display: none;
  }

  nav#global_nav {
    width: calc(100% - 303px);
    max-width: 700px;
    float: right;
  }

  nav#global_nav ul {
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    z-index: 999;
  }

  nav#global_nav ul ul {
    display: none;
  }

  nav#global_nav ul li {
    display: table-cell;
    max-width: 120px;
  }

  nav#global_nav ul li a {
    border-left: 1px solid #eeeeee;
    padding: 29px 0;
    position: relative;
    width: 100%;
    max-width: 140px;
    display: inline-block;
    color: #171717;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 1px;
  }

  nav#global_nav ul li.current>a {
    color: #bf1d29;
  }

  [data-current-nav="about"] nav#global_nav>ul>li:nth-child(1) a,
  [data-current-nav="coverage"] nav#global_nav>ul>li:nth-child(2) a,
  [data-current-nav="limit"] nav#global_nav>ul>li:nth-child(3) a,
  [data-current-nav="claim"] nav#global_nav>ul>li:nth-child(4) a,
  [data-current-nav="terms"] nav#global_nav>ul>li:nth-child(5) a,   /* 2023-08-09追加 TDW */
  nav#global_nav ul li a:hover {
    color: #000;
    background-color: rgba(238,238,238,0.9);
    font-weight: bold;
    
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
  }

  nav#global_nav ul li.note {
    border-left: 0;
    overflow: hidden;
  }

  nav#global_nav ul li.note a {
    border: 1px solid #bf1d29;
    color: #ffffff;
    background: #bf1d29;
    box-sizing: border-box;
    height: 73px;
  }

  .no-touchevents nav#global_nav ul li.note a:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-color: #bf1d29;
    color: #bf1d29;
    text-decoration: none;
    background-color: rgba(255,255,255,0.8);
    font-weight: bold;
  }

  header.index {
    padding: 0;
  }

  header.index nav#global_nav ul li a {
    border-color: rgba(255, 255, 255, 0.2);
  }
  header.index nav#global_nav ul li a:hover {
    background: rgba(255,255,255,0.7)
  }
  #contents_container #visual #digest {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
    z-index: 0;
  }

  #contents_container #visual #digest .opening {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    max-width: 1100px;
    width: 1100px;
    margin: 0 auto;
    z-index: 2;
  }

  #contents_container #visual #digest .opening h1 {
    font-size: 228.57143%;
    font-weight: 700;
  }

  #contents_container #visual #digest .opening p {
    font-size: 114.28571%;
    line-height: 2;
  }

  #contents_container #visual #digest #movie:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
  }

  #contents_container #visual #digest #player {
    position: relative;
    overflow: hidden;
    z-index: 0;
  }

  #contents_container #visual #digest #player_cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
  }

  #contents_container #visual #digest #player_cover #loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
  }

  #contents_container #content {
    padding-bottom: 200px;
  }

  #contents_container #content.index {
    margin-top: 680px;
    position: relative;
    background: #ffffff;
  }

/* 2023-08-09削除 TDW */
/*
  .panel_pile {
	position: relative;
	top: -12em;
	margin-bottom: -6em;
  }

  .panel_pile a {
    padding: 38px 30px 65px;
    position: relative;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.9) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.9) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%);
    box-sizing: border-box;
  }

  .panel_pile a strong {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 1;
    font-size: 142.85714%;
  }

  .panel_pile a strong+p {
    margin-bottom: 50px;
    line-height: 1.7;
    font-size: 92.85714%;
  }

  .panel_pile a .more {
    padding: 16px 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid #ffffff;
    display: inline-block;
    width: calc(100% - 112px);
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.12em;
    font-size: 78.57143%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
*/
/* 2023-08-09削除ここまで TDW */

  .panel_background {
    margin: 0 0 50px;
  }

  .panel_border {
    padding: 15px;
  }

  .panel_multi .col {
    margin-left: 0;
    border: 1px solid #dddddd;
    border-left: 0;
    width: 25%;
  }

  .panel_multi .col:first-child {
    border-left: 1px solid #dddddd;
  }

  .panel_multi .col a {
    padding: 50px 0 50px;
  }

  .panel_multi .col a i {
    width: 80px;
    height: 80px;
    font-size: 442.85714%;
  }

  .panel_multi .col a p {
    margin-top: 10px;
    font-size: 142.85714%;
    font-weight: 700;
    line-height: 30px;
  }

  ul.menu, ol.menu {
    margin-top: 60px;
  }

  ul.menu li a, ol.menu li a {
    padding: 22px 40px;
  }

  ul.menu li a::after, ol.menu li a::after {
    right: 30px;
    width: 19px;
    height: 19px;
  }

  [data-current-nav="coverage"] ul.menu li a span,
  [data-current-nav="coverage"] ol.menu li a span,
  [data-current-nav="claim"] ul.menu li a span,
  [data-current-nav="claim"] ol.menu li a span {
    display: table-cell;
    width: 76px;
    vertical-align: middle;
  }

  ul.menu li a i, ol.menu li a i {
    width: 76px;
    height: 76px;
    font-size: 50px;
  }

  ul.menu li a i::before, ol.menu li a i::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    line-height: 76px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  ul.menu li a p, ol.menu li a p {
    /*padding-left: 30px;*/
    font-size: 185.71429%;
    ;
  }

  ul.kasou_menu {
    margin-top: 40px;
  }

  ul.kasou_menu li a {
    height: 94px;
    margin-bottom: 10px;
  }

  ul.kasou_menu li a p {
    font-size: 20px;
  }

  ul.non_icon_menu li a p {
    padding-left: 0;
    padding-right: 20px;
  }

  ul.non_icon_menu li.current a, ul.kasou_menu li.current a {
    color: #ffff;
    background: #bf1d29;
  }

  ul.non_icon_menu li.current a p, ul.kasou_menu li.current a p {
    color: #fff;
  }

  ul.non_icon_menu li.current a::after, ul.kasou_menu li.current a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  ul.kasou_menu li.current a i {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
  }

  ul.kasou_menu li.current a i::before {
    color: #fff;
  }

  .backnumber .navigate.prev::before {
    content: '<';
  }

  .backnumber .navigate.next::after {
    content: '>';
  }

  /* Grid -----------------------------------------*/
}

@media only screen and (min-width: 1002px) and (min-width: 768px) and (max-width: 1100px) {
  .wrapper {
    padding: 0 2.727272727%;
  }
	.zoom .zoomin {
        display: none;
    }
}

@media (min-width: 1002px), print {
  .sp_display {
    display: none !important;
  }

  .pc_display {
    display: block !important;
  }
	.zoom .zoomin {
        display: none;
    }
}
@media print {

	.print_table {
   page-break-inside: avoid;
}
	.no_print,
	.zoom .zoomin {
        display: none;
    }

}
/*---------------------------------------------------------------



	Media query WIDE



-------------------------------------------------------------- */
/*---------------------------------------------------------------



	 Modernizr



-------------------------------------------------------------- */
/* touchevents ----------------------------------------*/
.no-touchevents a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.no-touchevents a:hover {
  opacity: 0.6;
}

/*.no-touchevents nav#global_nav ul li a:hover {



	color: #000;



	font-weight: bold;



	background-color:#fff;



	-webkit-transition: all 0.3s ease-out;



	transition: all 0.3s ease-out;



	opacity:1;



}*/
@media (max-width: 767px) {
  nav#global_nav ul li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
}


.no-touchevents header.index nav#global_nav ul li a::after {
  bottom: -20px;
}

.no-touchevents #pagetop #topbtn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-touchevents #pagetop #topbtn:hover {
  opacity: 1;
  border-color: #bf1d29;
  color: #bf1d29;
  background: #fff;
}

.no-touchevents .btn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-touchevents .btn:hover {
  opacity: 1;
  background: #000000;
  color: #ffffff !important;
}

@-webkit-keyframes color-change {
  0% {
    color: #000000;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #000000;
  }
}

@keyframes color-change {
  0% {
    color: #000000;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #000000;
  }
}

@-webkit-keyframes background-change {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes background-change {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.no-touchevents .btn.submit_btn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-touchevents .btn.submit_btn:hover {
  opacity: 1;
  border-color: #bf1d29;
  color: #bf1d29 !important;
  background-color: transparent;
}

.no-touchevents .back_btn:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.no-touchevents .panel_pile a:hover {
  opacity: 1;
}

.no-touchevents .panel_pile a:hover::after {
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  background: rgba(0, 0, 0, 0.9);
}

.no-touchevents .panel_pile a:hover .more {
  background: #ffffff;
  color: #bf1d29;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.no-touchevents.panel_pile a:hover .more::after, .no-touchevents .panel_pile a:hover .more::after {
  content: '';
  display: inline-block;
  border-top: 1px solid #bf1d29;
  border-right: 1px solid #bf1d29;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  right: 15px;
  width: 5px;
  height: 5px;
}

.no-touchevents .panel_accordion label {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.no-touchevents .panel_accordion label:hover {
  opacity: 0.6;
}

.no-touchevents .panel_multi .col.current a:hover {
  opacity: 1;
}

.no-touchevents .panel_multi .col:not(.current):hover {
  border-color: #bf1d29;
}

.no-touchevents .panel_multi .col:not(.current) a:hover {
  background: #bf1d29;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-touchevents .panel_multi .col:not(.current) a:hover i {
  color: #bf1d29;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-touchevents .panel_multi .col:not(.current) a:hover p {
  color: #fff;
}

.no-touchevents .panel_banner .banner.private .more:hover {
  opacity: 1;
  color: #ffffff !important;
  background: #1261b9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-touchevents .panel_banner .banner.corporate .more:hover {
  opacity: 1;
  color: #1261b9 !important;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-touchevents .panel_tab .tab_trigger li:not(.current):hover {
  background: #bf1d29;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  opacity: 1;
}

@-webkit-keyframes color-red-change-menutop {
  0% {
    color: #bf1d29;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #bf1d29;
  }
}

@keyframes color-red-change-menutop {
  0% {
    color: #bf1d29;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #bf1d29;
  }
}

@-webkit-keyframes color-wh-change-menutop {
  0% {
    color: #ffffff;
  }

  50% {
    color: #bf1d29;
  }

  100% {
    color: #ffffff;
  }
}

@keyframes color-wh-change-menutop {
  0% {
    color: #ffffff;
  }

  50% {
    color: #bf1d29;
  }

  100% {
    color: #ffffff;
  }
}

@-webkit-keyframes color-bk-change-menutop {
  0% {
    color: #000000;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #000000;
  }
}

@keyframes color-bk-change-menutop {
  0% {
    color: #000000;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #000000;
  }
}

@-webkit-keyframes background-change-menutop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes background-change-menutop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes iconbackground-change-menutop {
  0% {
    background: #bf1d29;
  }

  50% {
    background: #ffffff;
  }

  100% {
    background: #bf1d29;
  }
}

@keyframes iconbackground-change-menutop {
  0% {
    background: #bf1d29;
  }

  50% {
    background: #ffffff;
  }

  100% {
    background: #bf1d29;
  }
}

@-webkit-keyframes border-change-menutop {
  0% {
    border-color: #808181;
  }

  80% {
    border-color: #ffffff;
  }

  100% {
    border-color: #808181;
  }
}

@keyframes border-change-menutop {
  0% {
    border-color: #808181;
  }

  80% {
    border-color: #ffffff;
  }

  100% {
    border-color: #808181;
  }
}

.no-touchevents ul.menu li a:hover {
  background: #bf1d29;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  opacity: 1;
}

.no-touchevents ul.menu li a:hover::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #ffffff;
}

.no-touchevents ul.menu li a:hover i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  background: #bf1d29;
  border: 1px solid #fff;
}

.no-touchevents ul.menu li a:hover i:before {
  color: #fff;
}

.no-touchevents ul.menu li a:hover p {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
}

/*---------------------------------------------------------------



	Media query PC



-------------------------------------------------------------- */
.plan_style {}

.plan_style ul.menu li a p.redicon {
  position: relative;
  display: table-cell;
  border-radius: 60px;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 0;
  color: #ffffff;
  background: #bf1d29;
  box-sizing: border-box;
}

.plan_style ul.menu li a p {
  line-height: 130%;
}

.plan_style ul.menu li a p span {
  font-size: 80%;
}

.plan_style .caption.middleicon i {
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 42px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 62px;
  box-sizing: border-box;
}

.plan_style ul.menu li p span {
  font-size: 120%;
  padding-left: 50px;
  margin-bottom: 30px;
  display: block;
}

#index_news {
  padding: 0 0 60px;
}

#index_news>.wrapper {
  border-bottom: 1px solid #dddddd;
  position: relative;
}

#index_news .news_box {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

#index_news .caption {
  /*! margin-bottom: 35px; */
  font-size: 128.57143%;
  font-weight: 700;
  letter-spacing: 0.10em;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
}

#index_news .caption::before {
  content: '';
  position: relative;
  top: 8px;
  left: 0;
  margin-right: 18px;
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #bf1d29;
}

#content #index_news .news_box span {
  position: absolute
}

#content #index_news .wrapper span {
  position: relative;
  font-size: 14px;
}

#content #index_news .wrapper .next_btn {
  position: absolute;
  right: 0;
  top: 3%;
}

#content #index_news .wrapper .next {
  color: #000;
  text-decoration: none;
  margin-right: 25px;
}

#content #index_news .wrapper .next::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
}

#index_news .wrapper ul li {
  list-style: none;
}

#index_news .wrapper ul li div:first-child {
  font-size: 0px;
  display: inline-block;
}

#index_news .wrapper .break_area .news_day {
  width: 78px;
  display: inline-block;
  margin-right: 15px;
}

#index_news .wrapper .break_area .news_block {
  color: #bf1d29;
  margin-right: 10px;
}

#content #index_news>.wrapper .news_block>a {
  display: inline-block;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 1.5;
  border: solid 1px #bf1d29;
  text-decoration: none;
}

#content #index_news .wrapper .break_area .news_title {
  color: #000;
  display: inline-block;
  padding-left: 93px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #content #index_news { padding: 0 0 10px;}
  #content #index_news .wrapper .next {
    margin-right: 30px;
  }

  #content #index_news .wrapper .next::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 18px;
  }

  #content #index_news>.wrapper .news_block>a {
    padding: 1px 16px;
    font-size: 12px;
  }

  #content #index_news .wrapper .break_area .news_title {
    padding-left: 0px;
    display: block;
  }
}
.printTitle{
    padding: 1px 0px 10px  0px;
    font-size: 18px;
	font-weight:bold
}

@charset 'UTF-8';
/* 縦書きレイアウト用スタイルシート tate-style.css   
    last updated : Mar 27 , 2013 tyz@freefielder.jp
    http://freefielder.jp http://tategaki.info/
*/

div.tate-area{
	float:right;
	font-size:12pt;
}
div.tate-area a{
	color:#119;
	text-decoration:none;
}

div.tate-line{
	float:right;
	width:1.05em;
	line-height:1.05em;
	margin-right:0.3em;
	margin-left:0.3em;
	padding-bottom:0.2em;
	font-family:'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ ゴシック','MS Gothic','SimHei','HiraKakuProN-W3','STHeitiJ-Medium','TakaoExゴシック','TakaoExGothic','MotoyaLCedar','Droid Sans Japanese','Droid Sans Fallback',monospace;
	word-wrap:break-word;
	direction:ltr;
}
.tate-line font,strong,h1,h2,h3,h4,h5{
	line-height:1.05em;
}

.tate-line span.tate-kuto{
	display:block;
	width:0.4em;
	line-height:0.1em !Important;
	margin-bottom:0.9em;
	margin-left:0.6em !Important;
}
.tate-line span.tate-cho{
	display:block;
	-moz-transform:matrix(0, 1, 1, 0, 0, 0);
	-webkit-transform:matrix(0, 1, 1, 0, 0, 0);
	-o-transform:matrix(0, 1, 1, 0, 0, 0);
	transform:matrix(0, 1, 1, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
.tate-line span.tate-komoji{
	display:block;
	line-height:0.75em !Important;
	margin-bottom:0.3em;
	margin-left:0.11em !Important;
}
.tate-line span.tate-kakko{
	display:block;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
div.tate-separator{
	clear:both;
	height:2em;
}

/* フォントサイズ変更時のフォント位置アジャスト用 */
.tate-line .font08{ font-size:8pt; }
.tate-line .font10{ font-size:10pt; }
.tate-line .font12{ font-size:12pt; }
.tate-line .font14{ font-size:14pt; }
.tate-line .font18{ font-size:18pt; }
.tate-line .font24{ font-size:24pt; }
.tate-line h1{ font-size:24pt; font-weight:bold; }
.tate-line h2{ font-size:18pt; font-weight:bold; }
.tate-line h3{ font-size:14pt; font-weight:bold; }
.tate-line h4{ font-size:12pt; font-weight:bold; }

.tate-line .font08 , .tate-line .font10 , .tate-line .font12 , .tate-line .font14 , .tate-line .font18 , .tate-line .font24 , .tate-line h1 , .tate-line h2 , .tate-line h3 , .tate-line h4 , .tate-line font  {
	display:block;
	position:relative;
	left:50%;
	width:1em;
	line-height:1.05em;
	margin-left:-0.5em;
} 

.similar-h1 {
  margin: 55px auto 40px;
  text-align: left;
  font-size: 228.57143%;
  font-weight: 700;
  letter-spacing: 0.08em;
  max-width: 1100px;
  box-sizing: border-box;
}

.similar-h1::after {
  content: '';
  margin: 0px auto 25px;
  display: block;
  width: 100%;
  height: 2px;
  background: #eeeeee;
}

@media (max-width: 767px) {
    .similar-h1 {
        font-size: 20px;
    }
}

/*--保険金額Table ----------------------------------------*/
.cssTw{
	color: red;
}
.pad40 {
  padding: 10px 40px;	
}
table.topTable {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  letter-spacing: normal;
}

/*--保険金額Table for chrome ----------------------------------------*/

table .topTable th {
  color: #fff;
  background: #999999;
}


table .topTable th, table.topTable td {
  padding: 10px 0;
  line-height: 1.42857142857;
  border: 1px solid #ffffff;
}

table.topTable tbody th, table.topTable tbody td {
  font-size: 92.85714%;
  vertical-align: middle;
}

table.topTable tbody th {
  background: #b4b7b7;
  padding: 1% 10px;
    width: 178px;
}

table.topTable tbody td {
  padding-right: 1%;
  text-align: right;
  background: #f2f2f2;
}

table.topTable .contract_no,
table.topTable .contract_no ~ th {
	background: #999999;
	width: 10%;
}
table.topTable .contract_title th {   
  background: #999999;
  width: 178px;
}
table.topTable.digest tbody th {
  background: #999999;
}

table.topTable.digest tbody td {
  padding-right: 1.5%;
}

table.topTable.digest tbody td:nth-last-child(3) {
  padding-right: 0;
  text-align: center;
}

/*--プラン囲み ----------------------------------------*/

.borderbox_gray {
    border: 1px solid #dbdbdb;
    padding: 30px;
}


/* Table New 202204 ----------------------------------------*/
/* 基本のテーブル ----------------------------------------*/
table.table_01 {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	letter-spacing: normal;
}
table.table_01 thead th {
	/* background: #e7f4e1; */
	background: #f7fafe;
	width: 160px;
	/* width: 1500px; */
}
table.table_01 thead tr:first-of-type th {
	/* background: #bdd4b2; */
	background: #f7fafe;
}
table.table_01 thead .thead_tate {
	width: 4em;
	line-height: 1;
}
table.table_01 .table_01_tate {
	width: 1em;
	display: inline-block;
	line-height: 1;
}
table.table_01 tbody th {
	/* background: #f3f6dc; */
	background: #f7fafe;
}
table.table_01 th,
table.table_01 td {
	padding: 10px 0;
	line-height: 1.42857142857;
	/* border: 1px solid #dadada; */
	border: 1px solid #ccc;
}
table.table_01 th,
table.table_01 td {
	font-size: 92.85714%;
	vertical-align: middle;
}
table.table_01 tbody th {
	width: 2em;
	/* padding: 1%; */
	text-align: center;
}
table.table_01 thead th .tate-line {
	width: 4em;
	margin: auto;
}
table.table_01 tbody td {
	/* padding-right: 1%; */
	text-align: center;
	background: #fff;
}
/* 長いテーブルの場合はセルの間隔を狭くする */
table.table_01.table_01_tight th,
table.table_01.table_01_tight td {
	padding: 3px;
}

/* 契約タイプ用のテーブル ----------------------------------------*/
table.table_02 {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	letter-spacing: normal;
}
/* table.table_sp {
	width: 2000px;
	border-spacing: 0;
	border-collapse: collapse;
	letter-spacing: normal;
} */
table.table_02 thead th {
	/* background: #f3e2de; */
	background: #f7fafe;
	width: 110px;
	/* width: 1500px; */
}
/* table.table_02 thead tr:first-of-type th {
	background: #bdd4b2;
} */
/* table.table_02 thead .thead_tate {
	width: 4em;
	line-height: 1;
} */
table.table_02 .table_02_tate {
	width: 1em;
	display: inline-block;
	line-height: 1;
}
table.table_02 tbody th {
	/* background: #f3f6dc; */
	background: #f7fafe;
}
table.table_02 th,
table.table_02 td {
	padding: 3px;
	line-height: 1.42857142857;
	/* border: 1px solid #dadada; */
	border: 1px solid #ccc;
}
table.table_02 th,
table.table_02 td {
	font-size: 92.85714%;
	vertical-align: middle;
}
table.table_02 tbody th {
	/* padding: 1%; */
	text-align: center;
}
table.table_02 tbody tr:first-of-type th {
	width: 2em;
}
table.table_02 thead th .tate-line {
	width: 2em;
	margin: auto;
}
table.table_02 tbody td {
	/* padding-right: 1%; */
	text-align: center;
	background: #fff;
}
table.table_02 tbody.tbody_top th {
	/* min-width: 3em; */
}
table.table_02 tbody.period_price tr:nth-child(even) td {
	background: #eaf9fd;
}


/* テスト用にアコーディオンをオフにした時のスタイル ----------------------------------------*/
.panel_accordion .acc_content_test {
	padding: 30px 40px;
	background: #f3f7f8;
}


/* 見出し ----------------------------------------*/
/* 赤ワク白マドグレー文字 */
.caption.middle_waku {
	background: #fff;
	border: 2px solid #bf1d29;
	color: #333;
	font-size: 150%;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 80px;
	padding: 20px 0 20px 42px;position: relative;
}
@media (max-width: 767px) {
	.caption.middle_waku {
		font-size: 18px;
		margin-top: 40px;
		padding: 20px 0 20px 20px;
	}
}
/* 赤玉 */
.caption.middle_akadama {
	font-size: 150%;
	font-weight: 700;
	letter-spacing: 0.10em;
	line-height: 1.5;
	margin: 30px 0 0 1.2em;
	position: relative;
}
.caption.middle_akadama:before {
	color: #bf1d29;
	content: '●';
	position: absolute;
	top: 0;
	left: -1.2em;
	display: inline-block;
}
@media (max-width: 767px) {
	.caption.middle_akadama {
		font-size: 18px;
	}
}


/* 2023-08-09 以下追加 TDW */
p.ttl-term {
  font-weight: bold;
}
ul.pdf_icon_menu {
  margin-top: 0;
}
ul.pdf_icon_menu li a p {
  position: relative;
  padding-right: 30px;
}
ul.pdf_icon_menu li a p::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 24px;
  height: 30px;
  background: url("../images/icon_pdf.png") no-repeat center;
  background-size: 24px;
}
@media (max-width: 767px) {
  #global_nav p.comment {
    color: #fff;
    font-size: 12px;
    padding: 0 15px 10px 15px;
  }
  #global_nav ul.list-full li {
    width: 100%;
    float: none;
  }
  p.ttl-term {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  ul.pdf_icon_menu li a {
    padding: 0 40px 0 10px !important;
  }
}
@media (min-width: 768px) {
  #global_nav p.comment {
    display: none;
  }
	.displayNone {		
		display: none;
	}
  #visual #image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
	#image img{
		
	}

  #visual #image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }


.image_btn {
  position: absolute;
  bottom: 150px;
  right: 50px;
  z-index: 100;
 
}

 .image_btn button {
  padding: inherit;
  border: none;
  cursor: pointer;
   background-color: transparent ;
  }

  .image_btn img {
    width: 100px;
    display: block;
  }

  .image_btn p {
    font-size: 13px;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
  }

  .movie_inner {
    margin: 200px;
    text-align: center;
  }




  .panel_pile {
    margin-bottom: 60px;
  }
  .panel_pile .wrapper {
    max-width: 1757px;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.25);
  }
  .panel_pile .matchheight {
    display: flex;
  }
  .panel_pile .matchheight .adjust {
    float: none;
    width: 25% !important;
    height: auto !important;
    margin: 0;
    border-right: 1px solid #666;
  }

  #content .displaynone {
  display: none;
  }

  .panel_pile .matchheight .adjust:last-of-type {
    border: none;
  }
  .panel_pile a {
    padding: 15px 36px 15px 15px;
    position: relative;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
  }
  .panel_pile a strong {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
  }
  .panel_pile a p {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 13px;
  }
  .panel_pile a::after {
    position: absolute;
    left: auto;
    top: 50%;
    right: 25px;
    width: 14px;
    height: 14px;
    content: '';
    display: inline-block;
    background: transparent !important;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
    transition: all 0.2s !important;
  }
  .panel_pile a:hover::after {
    right: 20px;
  }

  p.ttl-term {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  ul.pdf_icon_menu li a {
    padding: 22px 50px 22px 20px !important;
  }
  ul.pdf_icon_menu li a::after {
    right: 30px !important;
  }
  ul.pdf_icon_menu li a p {
    font-size: clamp(16px, 2.0vw, 18px) !important;
    padding: 0 30px 0 0 !important;
  }
}
/* テスト用 ----------------------------------------*/
#testArea{
	margin:0;
	font: 600;
	color: green;
}

#contents_container .opening p a {
	text-decoration: none;  
	color: white;
  }
#contents_container .opening p a:hover{
		text-decoration: none;
	}	

/* 個人賠償請求 ----------------------------------------*/

h3.claim_liability {
  display: flex;
  align-items: center;
  font-size: 114.28571% !important; /* 他ページに合わせた指定 */
  font-weight: bold;
  color: #00c4cc;
  margin-bottom: 1em;
}

h3.claim_liability .number {
  background-color: #00c4cc;
  color: white;
  padding: 0.6em 0.6em;
  border-radius: 0.2em;
  font-size: 1em;
  margin-right: 0.5em;
  min-width: 2em;
  text-align: center;
  line-height: 1;
}
