@charset 'UTF-8';
/* floating_banner 髣費ｿｽ髢ｧ�ｲ�ｽ�ｴ�ｽ�ｽ隨假ｿｽ�ｹ�ｧ�ｽ�ｽ */
.noticeArea {
  position: fixed;
  bottom: 141px;
  right: 30px;
  display: block;
  background-color: #ED0000;
  border: 1px solid #FFF;
  line-height: 1;
}
.noticeArea a {
  position: relative;
  display: block;
  /*padding: 20px 90px 20px 80px;*/
  color: #FFF;
}
.noticeArea a:before {
  position: absolute;
  top: 52%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.noticeArea_title {
  position: relative;
  padding-top: 27px;
  padding-top: 27px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.noticeArea_title:before {
  position: absolute;
  top: 0;
  left: 54%;
  transform: translateX(-50%);
  content: "";
  width: 50px;
  height: 18px;
  background-image: url('/rootImg/index/notice_ico.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list {
  position: relative;
  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 {
  transform: translate3d(0, 0, 0);
  -webkit-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 {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.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;
}
/* Slider */
/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: transparent;
  outline: none;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  opacity: 0.75;
  color: white;
  font-family: 'slick';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 60px;
  width: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slide-arrow.slick-disabled {
  opacity: 0.3;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '鬩包ｽｶ陞ゑｿｽ�ｽ�ｿ�ｽ�ｽ';
}
[dir='rtl'] .slick-prev:before {
  content: '鬩包ｽｶ陞ゑｿｽ�ｽ�ｿ�ｽ�ｽ';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '鬩包ｽｶ陞ゑｿｽ�ｽ�ｿ�ｽ�ｽ';
}
[dir='rtl'] .slick-next:before {
  content: '鬩包ｽｶ陞ゑｿｽ�ｽ�ｿ�ｽ�ｽ';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.slick-dots {
  position: absolute;
  bottom: -47px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  background: transparent;
  border: 0;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  height: 14px;
  width: 14px;
  background: #99a7a7;
  border-radius: 50%;
  line-height: 20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.slick-dots li.slick-active button:before {
  background: #fff;
}
/*===========================
base
===========================*/

.topic_path {
  letter-spacing: 0;
}
/* sectionBlock
---------------------------------------------*/
.sectionBlock-bg {
  background: #f7f7f0;
}
.sectionBlock-detail {
  background: #f7f7f0;
}
.sectionBlock_inner {
  padding-bottom: 30px;
  padding-top: 30px;
}
.sectionBlock_inner-bpNone {
  padding-bottom: 0 !important;
}
.sectionBlock_heading01 {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sectionBlock_heading01-top {
  color: #ed0000;
}
.sectionBlock_heading02 {
  border-bottom: linear-gradient(to right, rgb(230, 90, 90), transparent);
  position: relative;
  font-weight: bold;
  line-height: 1.14545;
}
.sectionBlock_heading03 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5625;
  text-align: center;
}
.sectionBlock_heading03 span {
  position: relative;
  display: inline-block;
  padding-left: 44px;
}
.sectionBlock_heading03 span:before {
  position: absolute;
  left: 0;
  top: -6px;
  content: '';
  display: block;
  height: 32px;
  width: 26px;
  background-image: url('../img/ico_car01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sectionBlock_text + .sectionBlock_text {
  margin-top: 1em;
}
.sectionBlock_text a {
  color: #ed0000;
}

.sectionBlock_list li a {
  color: #ed0000;
}
.sectionBlock_listItem {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.sectionBlock_note {
  margin: 20px 0 0;
}
.sectionBlock_note li {
  font-size: 1.3rem;
  line-height: 1.61538;
}
.sectionBlock_note li a {
  color: #ed0000;
}
.sectionBlock_noteItem {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.sectionBlock_note02 {
  margin: 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.75;
}
.sectionBlock_banner {
  text-align: center;
}
.sectionBlock_banner a {
  display: inline-block;
}
.sectionBlock_banner img {
  width: 100%;
}
.textpr {
  margin-top: 20px;
  text-align: right;
}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
/* table
---------------------------------------------*/
.table {
  display: flex;
  /* margin: 30px 0 0;*/
  border-left: solid 1px #707070;
  border-top: solid 1px #707070;
}
.table + .table {
  margin-top: 30px;
}
.table_inner {
  width: 100%;
  text-align: center;
}
.table_head, .table_body {
  width: 100%;
}
.table_head dl, .table_body dl {
  background: #fff;
}
.table_head dt, .table_head dd, .table_body dt, .table_body dd {
  display: flex;
  width: 100%;
  min-height: 38px;
  padding: 5px;
  justify-content: center;
  border-bottom: solid 1px #707070;
  border-right: solid 1px #707070;
  align-items: center;
}
.table_head dt, .table_body dt {
  font-weight: bold;
}
.table_head dl {
  background: #ccc;
}
.table_yellow dt {
  background: #fffae3;
}
.table_red dt {
  background: #ffefef;
}
.table_blue dt {
  background: #e4eff8;
}
.table_white dt {
  background: #fff;
  font-weight: normal;
}
/* chargeBasic
---------------------------------------------*/
.chargeBasic {
  background: #fff;
}
.chargeBasic_heading {
  font-weight: bold;
  line-height: 1.05;
  text-align: center;
}
.chargeBasic_heading span {
  position: relative;
  display: inline-block;
}
.chargeBasic_heading span:before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  background-image: url('../img/ico_car01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.chargeBasic_list {
  display: flex;
  flex-wrap: wrap;
}
.chargeBasic_item a {
  display: block;
}
.chargeBasic_image {
  text-align: center;
}
.chargeBasic_title {
  position: relative;
  display: flex;
  margin: 0 0 10px;
  border-bottom: solid 2px #d6d6d6;
  font-weight: bold;
  align-items: center;
  letter-spacing: 0;
  line-height: 1.5;
}
.chargeBasic_title:after {
  position: absolute;
  right: 3px;
  top: 50%;
  content: '';
  display: block;
  border-bottom: solid 2px #ed0000;
  border-right: solid 2px #ed0000;
  transform: translateY(-60%) rotate(-45deg);
  -webkit-transform: translateY(-60%) rotate(-45deg);
}
.chargeBasic_subText {
  font-size: 1.2rem;
  line-height: 1.58333;
}
.chargeBasic_card {
  margin: 45px 0 0;
}
.chargeBasic_cardItem {
  display: flex;
}
.chargeBasic_cardText {
  position: relative;
  flex: 1;
  background: #fff;
  border: solid 1px #ed0000;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.chargeBasic_cardText:before, .chargeBasic_cardText:after {
  position: absolute;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
}
.chargeBasic_cardText:before {
  border-color: transparent #ed0000 transparent transparent;
}
.chargeBasic_cardText:after {
  border-color: transparent #fff transparent transparent;
}
.chargeBasic_cardText em {
  display: block;
  color: #ed0000;
}
/* chargeOther
---------------------------------------------*/
.chargeOther {
  position: relative;
  background: #fff;
}
.chargeOther_icon {
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.chargeOther_icon span {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
}
.chargeOther_icon span:before, .chargeOther_icon span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  display: block;
  margin: auto;
  background: #ed0000;
}
.chargeOther_icon span:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.chargeOther_heading {
  font-weight: bold;
  line-height: 1.05;
  text-align: center;
}
.chargeOther_heading span {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}
.chargeOther_heading span:before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  background-image: url('../img/ico_car02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.chargeOther_title {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
.chargeOther_image {
  margin: 15px 0 0;
  text-align: center;
}
.chargeOther_image img {
  width: 100%;
  max-width: none;
}
.chargeOther_button a {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 5px 20px;
  justify-content: center;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 1.3rem;
  font-weight: bold;
  align-items: center;
}
.chargeOther_button a:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  border-bottom: solid 2px #ed0000;
  border-right: solid 2px #ed0000;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
/* case
---------------------------------------------*/
.case_image {
  text-align: center;
}
.case_title {
  font-weight: bold;
  line-height: 1.4;
}
.case_text {
  margin: 10px 0 0;
}
.case_detail {
  padding: 30px 10px;
  background: #fff;
}
.case_detailTitle {
  text-align: center;
}
.case_detailTitle img {
  height: auto;
}
.case_detailImage p {
  position: relative;
}
.case_detailImage p + p:before, .case_detailImage p + p:after {
  position: absolute;
  content: '';
  display: block;
}
.case_detailImage p + p:before {
  height: 14px;
  width: 24px;
  background: #ed0000;
}
.case_detailImage p + p:after {
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #ed0000;
  border-style: solid;
  border-width: 15px 0 15px 20px;
}
.case_detailText {
  margin: 20px 0 0;
  color: #ed0000;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.57692;
  text-align: center;
}
/* syasyuGuide
---------------------------------------------*/
.syasyuGuide_title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.syasyuGuide_button {
  width: 100%;
}
.syasyuGuide_button a {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  background: #fff;
  border: solid 1px #ed0000;
  color: #ed0000;
  font-weight: bold;
  align-items: center;
  line-height: 1.5;
}
.syasyuGuide_button a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
.syasyuGuide_button a:after {
  border-bottom: solid 2px #ed0000;
  border-right: solid 2px #ed0000;
}
/* syasyuDetail
---------------------------------------------*/
.syasyuDetail {
  margin-top: 20px;
  background: #fff;
}
.syasyuDetail_table {
  border-bottom: 1px solid #ccc;
}
.syasyuDetail_table dl {
  display: flex;
  flex-wrap: wrap;
}
.syasyuDetail_table dt {
  background: #f8f8f8;
  border-top: 1px solid #ccc;
}
.syasyuDetail_table dd {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  align-items: center;
}
.syasyuDetail_table dd img {
  height: auto;
  margin: 4px 3px;
}
.syasyuDetail_table dd p {
  display: flex;
  align-items: center;
}
.syasyuDetail_table dd p span {
  margin-left: 3px;
}
.syasyuDetail_text {
  margin: 0 0 20px;
}
.syasyuDetail_text2 {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em
}
.syasyuDetail_text3 {
  margin: 0 0 20px;
  padding-left: 1em;
  text-indent: -1em
}
.syasyuDetail_text a {
  color: #ed0000;
}
.syasyuDetail_text2 a {
  color: #ed0000;
}
.syasyuDetail_text3 a {
  color: #ed0000;
}
.syasyuDetail_button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  background: #ed0000;
  color: #fff;
  font-weight: bold;
  align-items: center;
  line-height: 1.5;
}
.syasyuDetail_button:after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
.syasyuDetail_button:after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
/* syasyuNavi
---------------------------------------------*/
.syasyuNavi_list {
  display: flex;
}
.syasyuNavi_item {
  background-color: #edece7;
  text-align: center;
}
.syasyuNavi_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-left: solid 1px #fff;
  align-items: center;
}
.syasyuNavi_item.is-active {
  background-color: #fff;
}
/* search
---------------------------------------------*/
.search {
  border: solid 1px #ccc;
}
.search_title {
  margin: 0 0 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
.search_icon {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  border: solid 1px #ed0000;
  color: #ed0000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: sub;
}
.search_icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '?';
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.search_select {
  position: relative;
}
.search_select:after {
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: translateY(-70%) rotate(45deg);
  -webkit-transform: translateY(-70%) rotate(45deg);
}
.search_select select {
  position: relative;
  width: 100%;
  padding: 14px 35px 14px 16px;
  background-color: #f7f7f0;
  border: solid 1px #d6d6d6;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
.search_radioWrap {
  display: flex;
}
.search_radio {
  display: block;
}
.search_radio + .search_radio {
  margin-left: 30px;
}
.search_radio input[type=radio] {
  display: none;
}
.search_radio input[type=radio]:checked + label:after {
  content: '';
}
.search_radio label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 34px;
  font-size: 1.4rem;
}
.search_radio label:before, .search_radio label:after {
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search_radio label:before {
  left: 0;
  content: '';
  height: 24px;
  width: 24px;
  background: #fff;
  border: solid 1px #d6d6d6;
}
.search_radio label:after {
  left: 8px;
  content: none;
  height: 10px;
  width: 10px;
  background: #ed0000;
}
.search_button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  background: #ed0000;
  color: #fff;
  font-weight: bold;
  align-items: center;
  line-height: 1.5;
}
.search_button:after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
.search_button:after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
.search_button:after {
  content: none;
}
/* syasyuTab
---------------------------------------------*/
.syasyuTab_list {
  display: flex;
  justify-content: center;
}
.syasyuTab_list-bottom .syasyuTab_item.is-active {
  border: solid 1px #ed0000;
  border-bottom: solid 3px #ed0000;
}
.syasyuTab_list-bottom .syasyuTab_item.is-active:before, .syasyuTab_list-bottom .syasyuTab_item.is-active:after {
  border-width: 0 11px 11px 11px;
}
.syasyuTab_list-bottom .syasyuTab_item.is-active:before {
  bottom: auto;
  top: -11px;
  border-color: transparent transparent #ed0000 transparent;
}
.syasyuTab_list-bottom .syasyuTab_item.is-active:after {
  bottom: auto;
  top: -10px;
  border-color: transparent transparent #fff transparent;
}
.syasyuTab_item {
  cursor: pointer;
  display: flex;
  width: 100%;
  max-width: 300px;
  flex-wrap: wrap;
  justify-content: center;
  background: #eeede9;
  color: #808081;
  font-weight: bold;
  align-items: center;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.syasyuTab_item.is-active {
  position: relative;
  background: #fff;
  border: solid 1px #ed0000;
  border-top: solid 3px #ed0000;
  color: #ed0000;
}
.syasyuTab_item.is-active:before, .syasyuTab_item.is-active:after {
  position: absolute;
  left: 50%;
  content: '';
  display: block;
  height: 0;
  width: 0;

  border-style: solid;
  border-width: 11px 11px 0 11px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.syasyuTab_item.is-active:before {
  bottom: -11px;
  border-color: #ed0000 transparent transparent transparent;
}
.syasyuTab_item.is-active:after {
  bottom: -10px;
  border-color: #fff transparent transparent transparent;
}
.syasyuTab_box {
  display: none;
}
.syasyuTab_box.is-active {
  display: block;
}
.syasyuTabLabel {
  text-align: center;
}
/* syasyuType
---------------------------------------------*/
.syasyuType_heading {
  border-bottom: solid 2px #ed0000;
  font-weight: bold;
  line-height: 1.6875;
}
.syasyuType_sub {
  margin-left: auto;
  font-weight: normal;
  line-height: 1.5;
}
.syasyuType_icon {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  background: #ccc;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.93846;
}
.syasyuType_icon-orange {
  background: #ef932a;
}
.syasyuType_icon-green {
  background: #77a845;
}
.syasyuType_icon-pink {
  background: #f76b91;
}
.syasyuType_icon-blue {
  background: #607ac3;
}
.syasyuType_icon-mint {
  background: #389f8b;
}
.syasyuType_icon-lightBlue {
  background: #50a9e0;
}
.syasyuType_icon-wine {
  background: #d5264e;
}
.syasyuType_icon-purple {
  background: #9a6eb8;
}
.syasyuType_image {
  position: relative;
}
.syasyuType_image figure {
  text-align: center;
}
.syasyuType_image figure figcaption {
  margin: 6px 0 0;
  font-size: 1.2rem;
  line-height: 2.1;
}
.syasyuType_image figure figcaption span {
  font-size: 1.5rem;
  font-weight: bold;
}
.syasyuType_prev, .syasyuType_next {
  position: absolute;
  top: 50%;
  display: flex !important;
  z-index: 1;
  height: 45px;
  width: 45px;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.syasyuType_prev:before, .syasyuType_next:before {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
.syasyuType_prev.slick-disabled, .syasyuType_next.slick-disabled {
  display: none !important;
}
.syasyuType_prev {
  left: -20px;
}
.syasyuType_prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.syasyuType_next {
  right: -20px;
}
.syasyuType_next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.syasyuType_text {
  margin: 0 0 20px;
}
.syasyuType_text3 {
  margin: 0 0 20px;
  padding-left: 1em;
  text-indent: -1em
}
.syasyuType_text4 {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em
}
.syasyuType_text2 {
  margin: 0;
}
.syasyuType_list {
  display: flex;
  max-width: 380px;
  margin: 0 auto 20px;
  justify-content: space-around;
  text-align: center;
}
.syasyuType_item {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  width: 22%;
}
.syasyuType_item img {
  height: auto;
  margin-bottom: 8px;
}
.syasyuType_button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  background: #ed0000;
  color: #fff;
  font-weight: bold;
  align-items: center;
  line-height: 1.5;
}
.syasyuType_button:after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
.syasyuType_button:after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
/* accordion
---------------------------------------------*/
.accordion_box {
  display: none;
}
.accordion_button {
  position: relative;
  display: flex;
  height: 64px;
  width: 100%;
  padding: 5px 30px;
  justify-content: center;
  background: #fff;
  font-weight: bold;
  align-items: center;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.accordion_button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-bottom: solid 2px #ed0000;
  border-right: solid 2px #ed0000;
  transform: translateY(-70%) rotate(45deg);
  -webkit-transform: translateY(-70%) rotate(45deg);
}
.accordion_button span {
  position: relative;
  display: block;
}
.accordion_button span:before {
  position: absolute;
  left: -40px;
  top: 50%;
  content: '';
  display: block;
  height: 32px;
  width: 26px;
  background-image: url('../img/ico_car01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.accordion_button.is-open:after {
  transform: translateY(-30%) rotate(-135deg);
  -webkit-transform: translateY(-30%) rotate(-135deg);
}
/* balloon
---------------------------------------------*/
.js-balloon {
  cursor: pointer;
}
.balloon_box {
  position: absolute;
  z-index: 4;
  padding: 15px;
  background: #fff;
  border: solid 2px #ccc;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
}
.balloon_box a {
  color: #ed0000;
}
.balloon_arrow {
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 5;
  height: 14px;
  width: 20px;
}
.balloon_arrow:before, .balloon_arrow:after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
}
.balloon_arrow:before {
  bottom: 0;
  border-color: #ccc transparent transparent transparent;
}
.balloon_arrow:after {
  bottom: 3px;
  border-color: #fff transparent transparent transparent;
}
.balloon-faq .balloon_box {
  border: solid 2px #ed0000;
}
.balloon-faq .balloon_arrow:before {
  border-color: #ed0000 transparent transparent transparent;
}
.balloon-orange .balloon_box {
  border: solid 2px #ef932a;
  color: #ef932a;
}
.balloon-orange .balloon_box a {
  color: inherit;
  text-decoration: underline;
}
.balloon-orange .balloon_arrow:before {
  border-color: #ef932a transparent transparent transparent;
}
.balloon-green .balloon_box {
  border: solid 2px #77a845;
  color: #77a845;
}
.balloon-green .balloon_box a {
  color: inherit;
  text-decoration: underline;
}
.balloon-green .balloon_arrow:before {
  border-color: #77a845 transparent transparent transparent;
}
.balloon-pink .balloon_box {
  border: solid 2px #f76b91;
  color: #f76b91;
}
.balloon-pink .balloon_box a {
  color: inherit;
  text-decoration: underline;
}
.balloon-pink .balloon_arrow:before {
  border-color: #f76b91 transparent transparent transparent;
}
.balloon-blue .balloon_box {
  border: solid 2px #607ac3;
  color: #607ac3;
}
.balloon-blue .balloon_box a {
  color: inherit;
  text-decoration: underline;
}
.balloon-blue .balloon_arrow:before {
  border-color: #607ac3 transparent transparent transparent;
}
.balloon-mint .balloon_box {
  border: solid 2px #389f8b;
  color: #389f8b;
}
.balloon-mint .balloon_box a {
  color: inherit;
  text-decoration: underline;
}
.balloon-mint .balloon_arrow:before {
  border-color: #389f8b transparent transparent transparent;
}
.balloon-lightBlue .balloon_box {
  border: solid 2px #50a9e0;
  color: #50a9e0;
}
.balloon-lightBlue .balloon_box a {
  color: inherit;
  text-decoration: underline;
}
.balloon-lightBlue .balloon_arrow:before {
  border-color: #50a9e0 transparent transparent transparent;
}
.balloon-wine .balloon_box {
  border: solid 2px #d5264e;
  color: #d5264e;
}
.balloon-wine .balloon_box a {
  color: inherit;
  text-decoration: underline;
}
.balloon-wine .balloon_arrow:before {
  border-color: #d5264e transparent transparent transparent;
}
.balloon-purple .balloon_box {
  border: solid 2px #9a6eb8;
  color: #9a6eb8;
}
.balloon-purple .balloon_box a {
  color: inherit;
  text-decoration: underline;
}
.balloon-purple .balloon_arrow:before {
  border-color: #9a6eb8 transparent transparent transparent;
}
/* otherCategory
---------------------------------------------*/
.otherCategory_label {
  text-align: center;
}
.otherCategory_item a {
  display: flex;
  height: 50px;
  justify-content: center;
  background-color: #eeede9;
  align-items: center;
}
.otherCategory_item a:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .slide-arrow {
    cursor: pointer;
  }
  .slide-arrow.prev-arrow {
    left: -24px;
  }
  .slide-arrow.next-arrow {
    right: -24px;
  }
  .slide-arrow.slick-disabled:hover {
    opacity: 0.3;
  }
  .container {
    position: relative;
  }
  .forSP {
    display: none;
  }
  .forPC {
    display: block;
  }
  .sectionBlock_inner-top {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .sectionBlock_inner-detail {
    padding-top: 20px;
  }
  .sectionBlock_heading01 {
    font-size: 4rem;
  }
  .sectionBlock_heading01-top {
    padding: 37px 0;
    background: url('../img/bg_section_block_heading01_top_pc.svg') no-repeat 50% 50%;
    background-size: cover;
  }
  .sectionBlock_heading02 {
    margin: 0 0 25px;
    /*padding: 6px 0 6px 25px;*/
    font-size: 2.2rem;
  }
  .sectionBlock_heading02:before {
    width: 6px;
  }
  .sectionBlock_lead {
    margin: 20px 0 0;
  }
  .sectionBlock_text a:hover {
    text-decoration: underline;
  }
  .sectionBlock_list li a:hover {
    text-decoration: underline;
  }
  .sectionBlock_note li a:hover {
    text-decoration: underline;
  }
  .sectionBlock_note02 {
    text-align: right;
  }
  .sectionBlock_banner a:hover {
    opacity: 0.8;
  }
  .table-type01 .table_inner:last-child {
    width: 75%;
  }
  .table-type02 .table_inner:first-child {
    width: 75%;
  }
  .table-type02 .table_inner:last-child {
    width: 50%;
  }
  .table_head, .table_body {
    display: table;
    table-layout: fixed;
  }
  .table_head dl, .table_body dl {
    display: table-cell;
  }
  .table_head dt, .table_body dt {
    font-size: 1.4rem;
  }
  .table_body .season dd {
    font-size: 1.3rem;
  }
  .chargeBasic {
    padding: 50px 25px 25px;
  }
  .chargeBasic_heading {
    font-size: 2.4rem;
  }
  .chargeBasic_heading span {
    padding-left: 48px;
  }
  .chargeBasic_heading span:before {
    top: -10px;
    height: 38px;
    width: 30px;
  }
  .chargeBasic_list {
    margin: 60px -25px 0;
  }
  .chargeBasic_item {
    width: 310px;
    margin: 45px 25px 0;
  }
  .chargeBasic_item:nth-child(-n+3) {
    margin-top: 0;
  }
  .chargeBasic_item a:hover .chargeBasic_image {
    opacity: 0.8;
  }
  .chargeBasic_item a:hover .chargeBasic_title {
    border-bottom: solid 2px #ed0000;
  }
  .chargeBasic_title {
    padding: 15px 15px 15px 0;
    font-size: 1.4rem;
  }
  .chargeBasic_title:after {
    height: 9px;
    width: 9px;
  }
  .chargeBasic_text {
    margin: 5px 0 0;
  }
  .chargeBasic_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .chargeBasic_cardItem {
    width: 495px;
    align-items: flex-end;
  }
  .chargeBasic_cardImage {
    width: 159px;
  }
  .chargeBasic_cardText {
    margin: 0 0 0 25px;
    padding: 15px 5px 8px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .chargeBasic_cardText:before, .chargeBasic_cardText:after {
    top: 24px;
    border-width: 9px 18px 9px 0;
  }
  .chargeBasic_cardText:before {
    left: -18px;
  }
  .chargeBasic_cardText:after {
    left: -16px;
  }
  .chargeBasic_cardText em span {
    font-size: 3rem;
  }
  .chargeOther {
    margin: 50px 0 0;
    padding: 45px 30px 30px;
  }
  .chargeOther_icon {
    top: -30px;
  }
  .chargeOther_icon span {
    height: 60px;
    width: 60px;
  }
  .chargeOther_icon span:before, .chargeOther_icon span:after {
    height: 4px;
    width: 30px;
  }
  .chargeOther_heading {
    font-size: 2.4rem;
  }
  .chargeOther_heading span {
    padding-left: 48px;
  }
  .chargeOther_heading span:before {
    top: -8px;
    height: 34px;

    width: 30px;
  }
  .chargeOther_list {
    display: flex;
    margin: 25px -15px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .chargeOther_item {
    width: 320px;
    margin: 0 15px;
  }
  .chargeOther_title {
    font-size: 1.6rem;
  }
  .chargeOther_text {
    margin: 20px 0 0;
  }
  .chargeOther_button {
    margin: 20px 0 0;
    padding: 0 40px;
  }
  .chargeOther_button a:hover {
    opacity: 0.8;
  }
  .case {
    margin: 25px 0 0;
  }
  .case_unit {
    display: flex;
    flex-wrap: wrap;
  }
  .case_image {
    width: 445px;
    padding: 0 40px;
  }
  .case_box {
    flex: 1;
  }
  .case_title {
    font-size: 1.8rem;
  }
  .case_detail {
    margin: 30px 0 0;
  }
  .case_detailTitle img {
    width: 468px;
  }
  .case_detailImage {
    display: flex;
    margin: 20px 0 0;
    justify-content: center;
  }
  .case_detailImage p {
    width: 420px;
  }
  .case_detailImage p + p {
    margin-left: 60px;
  }
  .case_detailImage p + p:before, .case_detailImage p + p:after {
    left: -30px;
  }
  .case_detailImage p + p:before {
    bottom: 18px;
    transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
  }
  .case_detailImage p + p:after {
    bottom: 10px;
  }
  .case_detailText {
    font-size: 2.6rem;
  }
  .syasyuGuide {
    display: flex;
    margin: 0 -30px;
    flex-wrap: wrap;
  }
  .syasyuGuide_item {
    position: relative;
    width: 320px;
    margin: 60px 30px 0;
    padding: 0 0 75px;
  }
  .syasyuGuide_item:nth-child(-n+3) {
    margin-top: 0;
  }
  .syasyuGuide_button a {
    height: 50px;
    font-size: 1.6rem;
  }
  .syasyuGuide_button a:hover {
    opacity: 0.8;
  }
  .syasyuGuide_button {
    position: absolute;
    bottom: 0;
  }
  .syasyuDetail {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    align-items: center;
  }
  .syasyuDetail_table {
    margin-right: 50px;
  }
  .syasyuDetail_table dl {
    width: 490px;
  }
  .syasyuDetail_table dt {
    width: 170px;
    padding: 15px 20px;
  }
  .syasyuDetail_table dd {
    padding: 5px 20px;
  }
  .syasyuDetail_table dd img {
    width: 22px;
  }
  .syasyuDetail_table dd p + p {
    margin-left: 15px;
  }
  .syasyuDetail_inner {
    width: 480px;
  }
  .syasyuDetail_text a:hover {
    text-decoration: underline;
  }
  .syasyuDetail_text2 a:hover {
    text-decoration: underline;
  }
  .syasyuDetail_text3 a:hover {
    text-decoration: underline;
  }
  .syasyuDetail_button {
    height: 50px;
    font-size: 1.6rem;
  }
  .syasyuDetail_button:hover {
    opacity: 0.8;
  }
  .syasyuDetail_button {
    width: 380px;
  }
  .syasyuNavi {
    border-bottom: 1px solid #ed0000;
  }
  .syasyuNavi_list {
    width: 1080px;
    margin: 0 auto;
    align-items: flex-end;
  }
  .syasyuNavi_item a {
    height: 91px;
    width: 215px;
    color: #808081;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .syasyuNavi_item a span {
    font-size: 1.4rem;
  }
  .syasyuNavi_item.is-active {
    margin-bottom: -1px;
  }
  .syasyuNavi_item.is-active a {
    height: 100px;
    border-left: 1px solid #ed0000;
    border-right: 1px solid #ed0000;
    border-top: 4px solid #ed0000;
    color: #ed0000;
  }
  .search {
    display: flex;
    margin: 30px 0 0;
    padding: 30px 40px;
    flex-wrap: wrap;
  }
  .search_item {
    margin-left: 40px;
  }
  .search_item:first-child {
    margin-left: 0;
  }
  .search_item:last-child {
    display: flex;
    width: 246px;
    margin-left: auto;
    align-items: flex-end;
  }
  .search_title {
    font-size: 1.8rem;
  }
  .search_select-200 {
    width: 200px;
  }
  .search_select-260 {
    width: 260px;
  }
  .search_radioWrap {
    height: 50px;
    align-items: center;
  }
  .search_button {
    height: 50px;
    font-size: 1.6rem;
  }
  .search_button:hover {
    opacity: 0.8;
  }
  .syasyuTab_list {
    width: 1080px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .syasyuTab_list-bottom {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .syasyuTab_item {
    height: 70px;
    margin: 0 5px;
    font-size: 1.6rem;
  }
  .syasyuTabLabel {
    padding: 40px 0 20px;
  }
  .syasyuType_heading {
    display: flex;
    padding: 0 0 3px;
    font-size: 2rem;
    align-items: center;
  }
  .syasyuType_class {
    margin-right: 15px;
  }
  .syasyuType_sub {
    font-size: 1.4rem;
  }
  .syasyuType_unit {
    display: flex;
    margin: 40px 0 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .syasyuType_image {
    display: flex;
    width: 680px;
    flex-wrap: wrap;
  }
  .syasyuType_image figure {
    width: 330px;
  }
  .syasyuType_image figure:nth-child(n+3) {
    margin-top: 20px;
  }
  .syasyuType_box {
    width: 380px;
    margin: 0 0 0 20px;
  }
  .syasyuType_item img {
    width: 40px;
  }
  .syasyuType_button {
    height: 50px;
    font-size: 1.6rem;
  }
  .syasyuType_button:hover {
    opacity: 0.8;
  }
  .accordion_button {
    font-size: 1.6rem;
  }
  .accordion_button:hover {
    opacity: 0.8;
  }
  .balloon_box {
    max-width: 400px;
    margin: 0 0 10px;
  }
  .balloon_box a:hover {
    text-decoration: underline;
  }
  .balloon-orange .balloon_box a:hover {
    text-decoration: none;
  }
  .balloon-green .balloon_box a:hover {
    text-decoration: none;
  }
  .balloon-pink .balloon_box a:hover {
    text-decoration: none;
  }
  .balloon-blue .balloon_box a:hover {
    text-decoration: none;
  }
  .balloon-mint .balloon_box a:hover {
    text-decoration: none;
  }
  .balloon-lightBlue .balloon_box a:hover {
    text-decoration: none;
  }
  .balloon-wine .balloon_box a:hover {
    text-decoration: none;
  }
  .balloon-purple .balloon_box a:hover {
    text-decoration: none;
  }
  .otherCategory_label {
    padding: 0 0 20px;
  }
  .otherCategory_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
  }
  .otherCategory_item {
    width: 350px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .otherCategory_item:nth-child(n + 4) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .slide-arrow:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .slide-arrow.prev-arrow {
    left: -4px;
  }
  .slide-arrow.next-arrow {
    right: -4px;
  }
  .container {
    position: static;
  }
  .forSP {
    display: block;
  }
  .forPC {
    display: none;
  }
  .sectionBlock-detail {
    border-bottom: solid 1px #ccc;
  }
  .sectionBlock-last {
    padding-bottom: 30px;
  }
  .sectionBlock_inner-top {
    padding-top: 20px;
  }
  .sectionBlock_inner-detail {
    padding-top: 20px;
  }
  .sectionBlock_heading01 {
    font-size: 1.9rem;
  }
  .sectionBlock_heading01-top {
    margin: 0 -20px;
    padding: 22px 0;
    background: url('../img/bg_section_block_heading01_top_sp.svg') no-repeat 50% 50%;
    background-size: cover;
  }
  .sectionBlock_heading02 {
    margin: 0 0 15px;
    padding: 2px 0 2px 0;
    font-size: 1.7rem;
  }
  .sectionBlock_heading02:before {
    width: 4px;
  }
  .sectionBlock_lead {
    margin: 30px 0 0;
  }
  .sectionBlock_banner {
    margin-left: -2.98507%;
  }
  .table {
    flex-direction: column;
  }
  .table_head dl, .table_body dl {
    display: flex;
    flex-wrap: wrap;
  }
  .table_head dt, .table_body dt {
    font-size: 1.3rem;
  }
  .table_body dt {
    width: 105px;
  }
  .table_body dd {
    flex: 1;
  }
  .chargeBasic {
    padding: 30px 10px;
  }
  .chargeBasic_heading {
    font-size: 1.7rem;
  }
  .chargeBasic_heading span {
    padding-left: 34px;
  }
  .chargeBasic_heading span:before {
    top: -6px;
    height: 26px;
    width: 20px;
  }
  .chargeBasic_list {
    margin: 40px 0 0;
    justify-content: space-between;
  }
  .chargeBasic_item {
    width: 46.66667%;
    margin: 40px 0 0;
  }
  .chargeBasic_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .chargeBasic_title {
    padding: 10px 15px 10px 0;
    font-size: 1.3rem;
  }
  .chargeBasic_title:after {
    height: 8px;
    width: 8px;
  }
  .chargeBasic_text {
    display: none;
  }
  .chargeBasic_card {
    padding: 0 10px;
  }
  .chargeBasic_cardItem + .chargeBasic_cardItem {
    margin-top: 14px;
  }
  .chargeBasic_cardItem:nth-child(even) .chargeBasic_cardImage {
    order: 2;
  }
  .chargeBasic_cardItem:nth-child(even) .chargeBasic_cardText {
    margin: 0 15px 0 0;
    order: 1;
  }
  .chargeBasic_cardItem:nth-child(even) .chargeBasic_cardText:before, .chargeBasic_cardItem:nth-child(even) .chargeBasic_cardText:after {
    left: auto;
    border-width: 7px 0 7px 10px;
  }
  .chargeBasic_cardItem:nth-child(even) .chargeBasic_cardText:before {
    right: -10px;
    border-color: transparent transparent transparent #ed0000;
  }
  .chargeBasic_cardItem:nth-child(even) .chargeBasic_cardText:after {
    right: -8px;
    border-color: transparent transparent transparent #fff;
  }
  .chargeBasic_cardImage {
    width: 104px;
  }
  .chargeBasic_cardText {
    margin: 0 0 0 15px;
    padding: 10px 5px 5px;
    font-size: 1.3rem;
    line-height: 1.38462;
  }
  .chargeBasic_cardText:before, .chargeBasic_cardText:after {
    top: 20px;
    border-width: 7px 10px 7px 0;
  }
  .chargeBasic_cardText:before {
    left: -10px;
  }
  .chargeBasic_cardText:after {
    left: -8px;
  }
  .chargeBasic_cardText em {
    font-size: 1.4rem;
  }
  .chargeBasic_cardText em span {
    font-size: 2.6rem;
  }
  .chargeOther {
    margin: 30px 0 0;
    padding: 30px 20px;
  }
  .chargeOther_icon {
    top: -20px;
  }
  .chargeOther_icon span {
    height: 40px;
    width: 40px;
  }
  .chargeOther_icon span:before, .chargeOther_icon span:after {
    height: 3px;
    width: 20px;
  }
  .chargeOther_heading {
    font-size: 1.7rem;
  }
  .chargeOther_heading span {
    padding-left: 34px;
  }
  .chargeOther_heading span:before {
    top: -5px;
    height: 23px;
    width: 21px;
  }
  .chargeOther_list {
    margin: 30px 0 0;
  }
  .chargeOther_item + .chargeOther_item {
    margin-top: 40px;
  }
  .chargeOther_title {
    font-size: 1.5rem;
  }
  .chargeOther_text {
    margin: 15px 0 0;
    font-size: 1.3rem;
    line-height: 1.61538;
  }
  .chargeOther_button {
    margin: 15px 0 0;
    padding: 0 20px;
  }
  .case {
    margin: 30px 0 0;
  }
  .case_image {
    padding: 0 65px;
  }
  .case_box {
    margin: 20px 0 0;
  }
  .case_title {
    font-size: 1.4rem;
  }
  .case_detail {
    margin: 30px 0 0;
  }
  .case_detailTitle img {
    max-width: 294px;
  }
  .case_detailImage {
    margin: 15px 0 0;
  }
  .case_detailImage p + p {
    margin-top: 50px;
  }
  .case_detailImage p + p:before, .case_detailImage p + p:after {
    left: 50%;
  }
  .case_detailImage p + p:before {
    top: -35px;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
  }
  .case_detailImage p + p:after {
    top: -33px;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
  }
  .case_detailText {
    font-size: 1.6rem;
  }
  .syasyuGuide_item {
    padding: 30px 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .syasyuGuide_item:last-child {
    padding-bottom: 0;
    border: none;
  }
  .syasyuGuide_item:first-child {
    padding-top: 0;
  }
  .syasyuGuide_text {
    margin-bottom: 13px;
  }
  .syasyuGuide_button a {
    height: 45px;
    font-size: 1.4rem;
  }
  .syasyuGuide_button a {
    width: auto;
    margin: 0 5.33333%;
  }
  .syasyuDetail {
    padding: 20px 20px 30px;
  }
  .syasyuDetail_table {
    margin-bottom: 20px;
  }
  .syasyuDetail_table dl {
    width: 100%;
  }
  .syasyuDetail_table dt {
    width: 142px;
    padding: 13px 20px;
  }
  .syasyuDetail_table dd {
    padding: 5px 15px;
  }
  .syasyuDetail_table dd img {
    width: 16px;

  }
  .syasyuDetail_inner {
    width: 100%;
  }
  .syasyuDetail_button {
    height: 45px;
    font-size: 1.4rem;
  }
  .syasyuNavi {
    position: relative;
    background-color: #edece7;
  }
  .syasyuNavi:after {
    position: absolute;
    right: 11px;
    top: 40px;
    content: '';
    display: block;
    height: 44px;
    width: 44px;
    background-image: url('../img/ico_scroll.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .syasyuNavi_list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .syasyuNavi_item a {
    height: 50px;
    min-width: 120px;
    padding: 5px 12px;
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.38462;
    white-space: nowrap;
  }
  .syasyuNavi_item a span {
    font-size: 1.2rem;
  }
  .syasyuNavi_item.is-active {
    background-color: #fff;
  }
  .syasyuNavi_item.is-active a {
    border-top: 3px solid #ed0000;
  }
  .search {
    margin: 25px 0 0;
    padding: 20px 20px 30px;
  }
  .search_item {
    margin-top: 20px;
  }
  .search_item:first-child {
    margin-top: 0;
  }
  .search_title {
    font-size: 1.6rem;
  }
  .search_button {
    height: 45px;
    font-size: 1.4rem;
  }
  .syasyuTab_list {
    margin: 0 -2px;
    padding: 30px 20px 0;
  }
  .syasyuTab_list-bottom {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .syasyuTab_item {
    height: 50px;
    margin: 0 2px;
    font-size: 1.3rem;
  }
  .syasyuTabLabel {
    padding: 30px 0 20px;
  }
  .syasyuType_heading {
    position: relative;
    padding: 20px 0 10px;
    font-size: 1.6rem;
  }
  .syasyuType_class {
    display: block;
  }
  .syasyuType_sub {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3rem;
  }
  .syasyuType_unit {
    margin: 20px 0 0;
  }
  .syasyuType_box {
    margin: 15px 0 0;
  }
  .syasyuType_item img {
    width: 30px;
  }
  .syasyuType_button {
    height: 45px;
    font-size: 1.4rem;
  }
  .accordion_button {
    font-size: 1.5rem;
  }
  .balloon_box {
    left: 0 !important;
    right: 0;
    width: 96%;
    margin: 0 auto 10px;
  }
  .otherCategory_label {
    padding: 0 0 20px;
  }
  .otherCategory_item + .otherCategory_item {
    margin-top: 5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .slide-arrow {
    top: 25% !important;
  }
}
.ypcrbn {
  text-align: center;
}
.bntext {
  font-family: "髮九ｑ�ｽ�ｸ髫ｴ荳槫徐隰費ｿｽ謚�ｿｽ�ｽ", YuMincho, "髮九ｑ�ｽ�ｸ髫ｴ荳槫徐隰費ｿｽ Medium", "Yu Mincho Medium", "驛｢譎擾ｿｽ�主ｸｷ�ｹ�ｧ�ｽ�ｮ驛｢譎丞徐�ｽ�ｽ髫ｴ蟷｢�ｿ�ｽ ProN W3", "Hiragino Mincho ProN", "HG髫ｴ荳槫徐隰斐え", "驛｢譎｢�ｽ�｡驛｢�ｧ�ｽ�､驛｢譎｢�ｽ�ｪ驛｢�ｧ�ｽ�ｪ", serif;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bntext {
    font-size: 1.3rem;
  }
}
.redbox {
  padding: 5px;
  border: 1px #FF0004 solid;
  color: #FF0004;
}
.indent {
  text-indent: -1em;
  padding-left: 2em;
}
.indent2 {
  text-indent: 0em;
  padding-left: 1em;
}
.textsm {
  font-size: 11px;
  line-height: 13px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .noticeArea {
    width: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 109;
  }
  .noticeArea_title:before {
    display: none;
  }
  .noticeArea a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .noticeArea_title {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .noticeArea a:before {
    right: 30px;
  }
}
.yykb {
  border: 1px solid #fe0000;
  padding: 10px 0;
  max-width: 300px;
  margin: 20px auto 0 auto;
  text-align: center;
  color: #ffffff;
  display: block;
  background-color: #fe0000;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative
}
@media (max-width: 768px) {
  .yykb {
    margin: 10px auto 0 auto;
    padding: 8px 0;
    font-size: 1.3rem;
    max-width: 250px
  }
}
.yykb::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: translate(-50%) rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 14px;
  top: 50%;
  margin-top: -4px
}
@media (max-width: 768px) {
  .yykb::after {
    width: 4px;
    height: 4px;
    /*margin-top: -2px;*/
    right: 8px
  }
 
}
.yykb:hover {
  opacity: .7
}
.wd-banner{
 margin-bottom: 15px;
}
.wd-banner img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.wd-banner:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.syanai_kukan{
	font-weight: bold;
	text-align: center;
	padding: 1rem;
	font-size: 1rem;
}
.sectionBlock_heading05 {
	font-weight: bold;
	text-align: center;
    padding: 1rem;
	font-size: 1.5rem;
}
.situation{
	max-width: 100vw;
	margin: auto;
	text-align: center;
}
.situation td{
	width: 20%;
	font-weight: bold;
	padding-bottom: 1rem;
}
.situation img{
	width:2.5rem;
	margin-right: 1rem
}
.situation tr{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.gradient-border {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.gradient-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px; 
  width: 30vw;
	background: linear-gradient(to right, #ed0000, #FFFFFF); }

.syanai_img{
	width: 1080px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}
.syanai_img td{
	width: 33%;
	padding-bottom: 1rem;
	vertical-align: bottom;
}
.syanai_img tr{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.syanai_img img{
	width:95%;
	margin-right: 1rem
}
.syanai_img p{
	text-align: left
}
.attention-text{
	margin-left: auto;
	margin-right: auto;
	width:1080px;
	max-width: 100%;
    padding-left: 20px;
	padding-right: 20px;
}
.small-text {
  font-size: 1rem; /* もしくは px、例えば 12px */
}
.tight-lines {
  line-height: 0.01;
}
.attention img{
	width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.underline-text {
	text-decoration: underline;
    text-underline-offset: 4px;
}
.red-text{
	color: red;
}
.big_text{
	font-size: 1.7rem;
}
.midium_text{
	font-size: 1.2rem;
}
.bold {
	font-weight: bold;
}

@media (max-width: 768px) {
	.gradient-border {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
    .gradient-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px; 
  width: 50vw;
  background: linear-gradient(to right, #ed0000, #FFFFFF); 
}
    .situation td{
	width: 50%;
	padding: 1rem;
	border: solid #FFFFFF 1px;
	
}
    .situation{
	border-bottom: none;
}
	.attention-table img{
	width: 2.5rem;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
	}
	.display {
	display: flex;
    justify-content: flex-start;
}
	.padding_img{
	 padding: 0 2rem;
	}
	.padding_text{
	 padding-left: 2rem;
		padding-top: 2rem;
	}
}
    .syasyuType_unit figure{
    margin-left: 20px;
    margin-right: 20px;
}
    .rounded-box {
      border: 1px solid #FF0004;     /* 枠線の色と太さ */
      border-radius: 10px;        /* 角丸の大きさ */
      padding: 16px;              /* 内側の余白 */
      background-color: #FFFFFF;  /* 背景色（任意） */	
}
	.rounded-box img{
		width:2rem;
	}
	.small-text1 {
		font-size: 1rem;
	}
.padding_left {
	padding-left: 1.3rem
}
@media (min-width: 768px) {
	.situation{
	width: 1080px;
}
}
