@charset "UTF-8";

/*携行品保証付き*/
img.itemstocarry {
    width: 85px;
    height: 47px;
    position: absolute;
    top: auto;
    right: 5px;
}

/*add20221223*/
@media print, screen and (max-width: 759.9px) {
.important_txtBox{
	color: red;
    line-height: 1.4;
    margin: 5%;
    width: 90%;
    font-size: 12px;
	text-align:left;
	font-weight: bold;
}
}
@media print,screen and (min-width :760px){
.important_txtBox{
	color: red;
    width: 100%;
    max-width: 950px;
    min-width: 760px;
    margin: 0 auto 50px;
    font-size: 15px;
    font-weight: bold;
}
}
/*add20221223*/

/*important-news*/
#important-news {
	width: 94%;
	font-size: 12px;
	margin: 0 auto 5%;
}
#important-news p {letter-spacing: 0;}
#important-news .newsIco {
	width: fit-content;
	font-size: 1em;
	background: #c00;
	color: #FFF;
	margin-bottom: 2%;
	padding: 2px 5px;
	border-radius: 3px;
}
#important-news .text {font-size: 1em;}
#important-news .text small {font-size: 0.85em;}
@media screen and (min-width: 760px),print {
#important-news {
	max-width:970px;
	min-width:760px;
	font-size: 14px;
	margin: 0 auto 1%;
}
#important-news .newsIco {margin-bottom: 1%;}
}

/*.c-sidebar-contents::-webkit-scrollbar{
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
}*/

html::-webkit-scrollbar,
body::-webkit-scrollbar{
/*	IE(Internet Explorer)・Microsoft Edgeへの対応
	-ms-overflow-style: none;
	Firefoxへの対応
	scrollbar-width: none;
	Google Chrome、Safariへの対応
	display: none;*/
}

#web-application-only{
    text-align: center;
    background: #2989d8;
    color: #FFF;
    font-size: 20px;
}

.c-header-submit{margin-bottom:50px;}
#pagetop_sp,#pagetop_pc{display:none;}

.underline{text-decoration: underline;}

.fc_red2{color:#c00!important;}

#table_covid-19_ins,
#table_covid-19_ins tbody,
#table_covid-19_ins tr,
#table_covid-19_ins th,
#table_covid-19_ins td{display: revert;}

#table_covid-19_ins ,
#table_covid-19_ins td,
#table_covid-19_ins th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
#table_covid-19_ins td,
#table_covid-19_ins th {
	padding: 3px;
	text-align: center;
}
#table_covid-19_ins td {background: #fff;}
#table_covid-19_ins th {background: #e9f5f7;}
#table_covid-19_ins .table_th01 {
	width:50%;
	}
#table_covid-19_ins .table_th02 {
	width:25%;
	}
#table_covid-19_ins .table_th03 {
	width:25%;
	}

/*important checkBOX*/
input#chkbox[type=checkbox] {
    display: none;
}
.c-header-check label {
    position: relative;
    padding: 0 0 0 30px;
}
input#chkbox[type=checkbox]:checked + label:before {
    opacity: 1;
}
.c-header-check label:after,
.c-header-check label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
.c-header-check label:before {
    left: 8px;
    margin-top: -15px;
    width: 8px;
    height: 20px;
    border-right: 3px solid #0171bd;
    border-bottom: 3px solid #0171bd;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
}
.c-header-check label:after {
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    background: #FFF;
}
.c-header-submit a.c-btn-secandary:link,
.c-header-submit a.c-btn-secandary:visited,
.c-header-submit a.c-btn-secandary:active {
    color: #FFF!important;
    text-decoration: none!important;
}

#pastlist {
	margin: 0 auto 10px;
    max-width: 970px;
    width: 100%;
}

/* // -----------------------------------------------------------------
// Utiles
// ----------------------------------------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box; }

body {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

img {
  vertical-align: middle;
  width: 100%; }

a {
  color: inherit;
}

p {
  color: #222;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1.8px;
  line-height: 1.71; }

/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  background: #fff;
  color: #000; }

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q::before,
q::after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

/* because legend doesn't inherit in IE */
legend {
  color: #000; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none; }

ul {
  list-style-type: none; }

input,
textarea,
select {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-weight: inherit;
  outline: none; }

select::-ms-expand {
  display: none; }

input::-ms-expand {
  display: none; }

input[type='radio'] {
  display: none; }

textarea {
  resize: none; }

.u-kome {
  margin-left: 2em;
  text-indent: -2em; }
  .u-kome span {
    margin-right: 5px; }

/* // -----------------------------------------------------------------
// Components
// ----------------------------------------------------------------- */
h2,h3,h4 {
  color: #333;
  font-size: 22.78px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 21px;
  position: relative;
  text-align: center; }
h4 {font-size: 16px;}
@media print, screen and (max-width: 759.9px) {
h2,h3 {font-size: 18.22px;}
}
h2::after {
    background-color: #333;
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 60px; }

/* // -----------------------------------------------------------------
// Pages
// ----------------------------------------------------------------- */

  
.p-home h2 {
  margin-bottom: 40px; }

.p-home-section {
  padding: 45px 0 60px; }
@media print, screen and (max-width: 759.9px) {
.p-home-section {
	margin-top: 0;
	padding: 35px 24px;
}
}

.p-home-background {
position: relative; }
@media print, screen and (max-width: 759.9px) {
.p-home-background {
background-color: #F5F5F5; } }
.p-home-background::after {
background-color: #F5F5F5;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 00;
transform: skewY(-5deg);
width: 100%;
z-index: 1; }
@media print, screen and (max-width: 759.9px) {
.p-home-background::after {
content: none;
}
}
.p-home .contents {
  margin: 0 auto;
  max-width: 970px;
  padding: 0 24px;
  position: relative;
  z-index: 200; }
@media print, screen and (max-width: 759.9px) {
.spnone,.smpnone{display:none;}
.p-home .contents {padding: 0; }
}

* {font-size: 100%; }

/*20210311追加*/
@media print,screen and (min-width :760px){
.pcnone{display:none;}
.c-btn.js-sidebar-btn {
	margin: auto;
    /*display: grid;*/
    width: 72%!important;
    padding: 10px 0;
}
}

.mb0{margin-bottom:0;}
.caution{
  text-indent:-4em;
  padding-left:4em;
}

.c-header-logo {
	font-size: 12px;
    line-height: 1.2;
	min-width: 172px;
}
  .c-header-right {
    align-items: flex-end;
    align-items: center;
    display: flex;
    width: 100%; }
    .c-header-right .c-sidebar {
      margin-left: 30px;
	  margin-right: auto;}
      @media print, screen and (max-width: 759.9px) {
        .c-header-right .c-sidebar {
          margin-left: auto; } }
    .c-header-right .c-btn {
      max-width: none;
      width: auto; }
/*  .c-header .c-target-date {
    margin-left: auto; }*/
    @media print, screen and (max-width: 759.9px) {
      .c-header .c-target-date {
        display: none; } }
  .c-header-radio {
    margin: 32px 0 46px;
    position: relative; }
    .c-header-radio::after {
      background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #0000008a 50.5%) no-repeat 0 0/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0000008a 50.5%) no-repeat 100% 100%/50% 100%;
      content: "";
      height: 8px;
      left: 50%;
      position: absolute;
      top: 106%;
      transform: translate(-50%, 0);
      width: 12px; }
    .c-header-radio label:not(:last-child) {
      margin-bottom: 16px; }
  .c-header-notice{
    font-size: 14px!important;}
    .c-header-notice-message {
      margin-top: 10px;
      margin-bottom: 10px;
	  line-height: 1.4;
	  letter-spacing: 1.8px;}
      .c-header-notice-message span{
        display: block;
        color: red;
        font-size: 16px;}
  .c-header-check {
    display: flex;
    align-items: center; }
    .c-header-check input{
      appearance: auto;
      margin-right: 10px;}
  .c-header-submit .c-btn:first-child {
    margin-bottom: 16px; }
  .c-header-submit .c-btn-secandary {
    background: #BDBDBD; }
    .c-header-submit .c-btn-secandary.is-active {
      background: #20208c; }
  .c-header-submit .c-btn-tertiary {
    border: 1px solid #BDBDBD;
    color: #BDBDBD; }
    .c-header-submit .c-btn-tertiary.is-active {
      border: 1px solid #20208c;
      color: #20208c; }
.c-sidebar-contents, .c-sidebar-overlay {
  transition: all 0.3s;
  visibility: hidden; }

.c-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 800; }

.c-sidebar-contents {
  background-color: #fff;
  height: 100vh;
  max-width: 360px;
  padding: 16px 24px;
  position: fixed;
  right: -100%;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 9500;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;  }
  @media print, screen and (max-width: 759.9px) {
    .c-sidebar-contents {
      max-width: 100%; } }
  .c-sidebar-contents p {
    font-size: 16px; }

.c-sidebar.is-active .c-sidebar-contents,
.c-sidebar.is-active .c-sidebar-overlay {
  transition: all 0.3s;
  visibility: visible; }

.c-sidebar.is-active .c-sidebar-contents {
  right: 0; }

.c-sidebar.is-active .c-sidebar-overlay {
  opacity: 1; }

.c-sidebar-close-btn {
	height: 22px;
    margin: 55px 0 15px;
    position: relative;
    width: 22px;
    float: right;
    display: block;
}
  .c-sidebar-close-btn::before, .c-sidebar-close-btn::after {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%; }
  .c-sidebar-close-btn::after {
    transform: rotate(45deg); }
  .c-sidebar-close-btn::before {
    transform: rotate(-45deg); }


.c-target-date {
  color: #212121;
  font-size: 16px;
  margin-left: auto;}
  @media print, screen and (max-width: 759.9px) {
    .c-target-date {
      font-size: 14px; } }
  .c-target-date-date {
    color: #747474;
    /*display: block;*/
    font-size: 14px; }
    @media print, screen and (max-width: 759.9px) {
      .c-target-date-date {
        font-size: 12px; } }
  .c-target-date-line {
    background-image: linear-gradient(to right, transparent 50%, #fff134 50%);
    background-position: -100% .5em;
    background-repeat: repeat-x;
    background-size: 200% 1em;
    font-weight: bold;
    padding: 0 2px;
	font-size:15px}
.c-btn {
  background: linear-gradient(to right bottom, #c00, #a10000);
	border: none;
    border-radius: 4px;
    color: #FFF;
    display: block;
    font-size: 14px;
    /* max-width: 16px!important; */
    outline: none;
    padding: 7px 5px;
    text-align: center;
    width: 100%;
    min-width: 120px;
    box-sizing: border-box;}
  .c-btn.c-btn-secandary {
    display: block;
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    padding: 24px 10px;
    width: 100%; }
  .c-btn.c-btn-tertiary {
    background: #fff;
    display: block;
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    padding: 10px;
    width: 100%; }
.c-btn.c-btn-secandary u,
.c-btn.c-btn-tertiary u {font-size: 13px;}
.c-radio {
  display: none; }

.c-btn.advertise-model-btn {
  display: none;
  text-decoration: none;}

.c-radio-label {
  border: 1px solid #979797;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 14px 43px;
  position: relative;
  width: 100%;
  height:60px; }
@media print, screen and (max-width: 759.9px) {
.c-radio-label {
	padding: 0 43px;
}
}

.c-radio-label::before {
  background: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 13px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px; }

.c-radio-label::after {
  background: #20208c;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 16px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 48%;
  width: 10px; }

.c-header-radio .options .inactive, .c-header-radio .options .inactive:before {
    background-color: #bdbdbd;
}

.c-radio:checked + .c-radio-label {
  border: 2px solid #20208c; }
  .c-radio:checked + .c-radio-label::before {
    border-color: #20208c; }
  .c-radio:checked + .c-radio-label::after {
    opacity: 1; }

/*ko_ka select*/
#select_tab_div a{
	width: calc((100% - 4px) / 2);
    margin: 0 1px;
    text-align: center;
    background: #E7E7E7;
    line-height: 3;
	color:#222;
}
#select_tab_div a.select_tab{background: #2989D8;color:#FFF;}

@media print, screen and (max-width: 759.9px) {
#select_tab_div{
	margin: 0 auto 3px;
    font-size: 10px;
    display: flex;
}
}

@media print,screen and (min-width :760px){
#select_tab_div{
	width: 100%;
	max-width: 950px;
	min-width: 760px;
	margin: 0 auto 3px;
	font-size: 16px;
	display:flex;
}
}


    .c-main-visual {
  display: block;
  /*padding-top: 100px;*/ }

  .c-main-visual-top {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 30px;
    padding: 0 39px; }

    .c-main-visual-top p {
      color: #777;
      font-size: 16px; }

    .c-main-visual-top .c-main-visual-logo {
      margin: 0 0 0 20px;
      max-width: 98px; }

.c-main-visual-main {
	width: 100%;
    /* max-width: 970px; */
    margin: auto;
    /* align-items: flex-end; */
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* justify-content: flex-end; */
    /* padding-left: 30px; */
    position: relative;
	text-align: center;
}

    .c-main-visual-main-image {
	min-height: 480px;
    overflow: hidden;
    position: relative;
    /*width: calc(100% - 100px - 25px);*/
	background: #8ccae1;
}

      .c-main-visual-main-image img {
/*left: 0; */
    min-width: 1156px;
    /* position: absolute; */
    /* top: 30%; */
    /* transform: translate(-50%, -50%); */
width: auto;
    height: 480px;
}
.c-main-visual-main-image img.sp-view{display: none;}
.c-main-visual-main-text {
	left: 5%;
	right: 5%;
	position: absolute;
	top: 24px;
}
.c-main-visual-main-text p {
	display: inline-block;
	position: relative;
	text-shadow: 0px 0px 50px rgb(255 255 255 / 100%), 0px 0px 15px rgb(255 255 255 / 85%),0px 0px 12px rgb(255 255 255 / 80%), 0px 0px 10px rgb(255 255 255 / 85%),0px 0px 50px rgb(255 255 255 / 100%);
}
/*.c-main-visual-main-text p::after {
	background-color: rgba(255,255,255,0.8);
	content: "";
	display: block;
	height: 105%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	z-index: 100;
	filter: blur(20px);
}*/

/*        .c-main-visual-main-text p:not(:last-child) {
          margin-bottom: 10px; }*/

        .c-main-visual-main-text p span {
          /*-background: -webkit-linear-gradient(0deg, #00BADE, #2989D8);
          -webkit-background-clip: text;*/
          /*-webkit-text-fill-color: transparent;*/
          font-size: 36px;
          font-weight: 700;
          color: #2989D8;
          position: relative;
          z-index: 200; }

          .c-main-visual-main-text p span.petname{
              font-size: 55px;}


@media print, screen and (max-width: 759.9px) {
.c-main-visual-main-text p{line-height: 1;}
.c-main-visual-main-text p span{font-size:16px;}
.c-main-visual-main-image,
.c-main-visual-main-image img{
	width: auto;
    height: 280px;
    min-width: auto;
    min-height: auto;
}
}
@media print,screen and (min-width :760px){.c-main-visual-travel{display:none;}}

@media print, screen and (max-width: 759.9px) {
.c-main-visual-main-text p span.petname {
	line-height: 2.4;
    font-size: 17px;
}
}

  .c-main-visual-travel {
    margin: 0 30px 0 0;
    max-width: 92px; }
    @media print, screen and (max-width: 759.9px) {
      .c-main-visual-travel {
        margin: 15px 0 0;
        max-width: 100%;
        position: static; } }
    .c-main-visual-travel p {
      color: #757575;
      font-size: 12.34px;
      line-height: 1.6; }
      @media print, screen and (max-width: 759.9px) {
        .c-main-visual-travel p {
          text-align: center; } }
    .c-main-visual-travel-image {
      margin-bottom: 22px;
      width: 100%; }
      @media print, screen and (max-width: 759.9px) {
        .c-main-visual-travel-image {
          margin: 0 auto 22px;
          max-width: 212px; } }
  .c-main-visual-sns {
    align-items: center;
    /*display: flex;*/
    justify-content: space-between;
    margin-bottom: 33px; }
    @media print, screen and (max-width: 759.9px) {
      .c-main-visual-sns {
        margin: 0 auto 22px;
        max-width: 212px; } }
    .c-main-visual-sns .line-it-button {
      height: 20px !important;
      margin-right: 10px;
      width: 83px !important; }
  .c-main-visual .c-card-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 22px auto 0;
    max-width: 948px;
    padding: 0 24px; }
    @media print, screen and (max-width: 759.9px) {
      .c-main-visual .c-card-list {
        display: block; } }
    .c-main-visual .c-card-list .c-card:not(:last-child) {
      margin-right: 24px; }
      @media print, screen and (max-width: 759.9px) {
        .c-main-visual .c-card-list .c-card:not(:last-child) {
          margin-bottom: 15px; } }
  .c-main-visual .c-target-date {
    display: none; }
    @media print, screen and (max-width: 759.9px) {
      .c-main-visual .c-target-date {
        display: block;
        padding: 5px 24px; } }
  .c-main-visual > h2 {
    margin-top: 45px;
    position: relative;
    z-index: 100; }

.agency-logo-area {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;}
  @media print, screen and (max-width: 759.9px) {
    .agency-logo-area {
      display: block;}}
  .agency-logo-area{
    text-align: center;}
  .agency-logo-area .agency-logo {
    margin-left: 20px;}
    @media print, screen and (max-width: 759.9px) {
      .agency-logo-area .agency-logo {
        margin: 5px auto;}}
    .agency-logo-area .agency-logo img {
        width: initial;}



.c-card-primary {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  max-width: 300px;
  overflow: hidden;
  padding: 33px 15px 18px;
  width: 100%; }
  @media print, screen and (max-width: 759.9px) {
    .c-card-primary {
      align-items: center;
      display: flex;
      max-width: 100%;
      padding: 12px 23px; } }
  .c-card-primary .c-card-contents {
    margin-top: 14px; }
  .c-card-primary .c-card-icon {
    margin: 0 auto;
    width: 40px; }
    @media print, screen and (max-width: 759.9px) {
      .c-card-primary .c-card-icon {
        margin: 0 20px 0 0; } }
  .c-card-primary .c-card-title {
    color: #333;
    font-size: 17.07px;
    line-height: 1.4;
    text-align: center; }
    @media print, screen and (max-width: 759.9px) {
      .c-card-primary .c-card-title {
        font-size: 14.22px; } }
    @media print, screen and (max-width: 759.9px) {
      .c-card-primary .c-card-title br {
        display: none; } }
  .c-card-primary .c-card-text {
    color: #757575;
    font-size: 17.07px;
    line-height: 1.4;
    margin-top: 20px;
    text-align: center; }
    @media print, screen and (max-width: 759.9px) {
      .c-card-primary .c-card-text {
        display: inline-block;
        font-size: 12.34px;
        margin-top: 23px; } }
  .c-card-primary .c-card-money {
    font-size: 32.44px;
    font-weight: bold;
    text-align: center; }
    @media print, screen and (max-width: 759.9px) {
      .c-card-primary .c-card-money {
        display: inline-block;
        font-size: 19.44px; } }
    .c-card-primary .c-card-money span {
      font-size: 17.07px;
      font-weight: normal; }

.c-card-secondary {
  background-color: #fff;
  border-left: 4px solid #20208c;
  border-radius: 4px;
  border-right: 4px solid #6E4093;
  overflow: hidden; }
  .c-card-secondary::before, .c-card-secondary::after {
    background: linear-gradient(to right, #20208c 0%, #6E4093 100%);
    content: "";
    display: block;
    height: 4px; }
  .c-card-secondary .c-card-contents {
    padding: 24px 40px; }
  .c-card-secondary .c-card-title {
    color: #333;
    font-size: 17.07px;
    line-height: 1.4;
    text-align: center; }
  .c-card-secondary .c-card-icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 25px; }
    .c-card-secondary .c-card-icon-list li {
      margin: 7px;
      width: 150px; }
    .c-card-secondary .c-card-icon-list .c-card-icon {
      display: block;
      margin-bottom: 10px; }
    .c-card-secondary .c-card-icon-list p {
      color: #333;
      font-size: 16px;
      text-align: center; }
      @media print, screen and (max-width: 759.9px) {
        .c-card-secondary .c-card-icon-list p {
          font-size: 14.22px; } }

.c-card-tertiary {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  max-width: 300px;
  overflow: hidden; }
  @media print, screen and (max-width: 759.9px) {
    .c-card-tertiary {
      max-width: 100%; } }
  .c-card-tertiary .c-card-title {
    background-color: #EEE;
    color: #333;
    font-size: 20.25px;
    height: 136px;
    line-height: 1.4;
    margin-bottom: 30px;
    padding: 16px;
    position: relative; }
    @media print, screen and (max-width: 759.9px) {
      .c-card-tertiary .c-card-title {
        font-size: 18.22px;
        height: auto;
        padding: 30px 15px 15px; } }
    .c-card-tertiary .c-card-title::after {
      background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #EEE 50.5%) no-repeat 0 0/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #EEE 50.5%) no-repeat 100% 100%/50% 100%;
      content: "";
      height: 30px;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%; }
  .c-card-tertiary .c-card-bottom {
    padding: 16px 16px 32px; }
    @media print, screen and (max-width: 759.9px) {
      .c-card-tertiary .c-card-bottom {
        padding: 23px 15px 20px; } }
    .c-card-tertiary .c-card-bottom p {
      color: #333;
      font-size: 16px;
      letter-spacing: 0.2px;
      line-height: 1.7;
      margin-bottom: 30px; }
      @media print, screen and (max-width: 759.9px) {
        .c-card-tertiary .c-card-bottom p {
          font-size: 14.22px;
          margin-bottom: 25px; } }
      .c-card-tertiary .c-card-bottom p:last-child {
        margin-bottom: 0; }
      .c-card-tertiary .c-card-bottom p:first-child {
        height: 165px;
        margin-bottom: 0; }
        @media print, screen and (max-width: 759.9px) {
          .c-card-tertiary .c-card-bottom p:first-child {
            height: auto;
            margin-bottom: 25px; } }
  .c-card-tertiary .c-card-label {
    border: 1px solid #333;
    border-radius: 40px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 109px;
    text-align: center; }
    @media print, screen and (max-width: 759.9px) {
      .c-card-tertiary .c-card-label {
        max-width: 119px;
        padding: 5px 0; } }
  .c-card-tertiary .c-card-bunner {
    background: linear-gradient(to right bottom, #20208c, #6E4093);
    margin-top: auto;
    padding: 25px 10px;
    width: 100%; }
    @media print, screen and (max-width: 759.9px) {
      .c-card-tertiary .c-card-bunner {
        padding: 18px 10px; } }
    .c-card-tertiary .c-card-bunner p {
      color: #FFF;
      font-size: 17.07px;
      text-align: center; }
      .c-card-tertiary .c-card-bunner p span {
        font-size: 32.44px; }

.c-main-visual h2 {
  line-height: 1.5;
  text-align: center; }
  .c-main-visual h2 span {
    background-image: linear-gradient(to right, transparent 50%, #fff134 50%);
    background-position: -100% .7em;
    background-repeat: repeat-x;
    background-size: 200% 5em;
    color: #333;
    display: inline-block;
    font-size: 32.44px;
    font-weight: 600;
    padding: 0 6px; }
    @media print, screen and (max-width: 759.9px) {
      .c-main-visual h2 span {
        font-size: 19.44px; } }

.c-main-visual .price-banner {
    text-align: center;
    padding: 10px 0 0;
    font-size: 16px;
    background: #4facfe;
    color: #ffffff;
    z-index: 200;
    position: relative;
  }

.c-main-visual .price-banner .price {
    font-size: 30px;
    font-weight: bold;
    margin-left: 12px;}

.c-main-visual .price-banner .unit {
    font-size: 20px;
    font-weight: bold;
    margin-left: 8px;  }

@media print, screen and (max-width: 759.9px){
  .price-banner .example {
      font-size:18px;
   }
}

.fee-estimate-erea{
  position: relative;
  z-index: 200;
}
.cancel-hoken-estimate {
  text-align: left;
  padding: 30px;
  max-width: 50rem;
  margin: 0 auto 3rem;
  box-shadow: 0px 0px 27px 10px rgb(48 158 255 / 26%);
  border-radius: 4px;
  width: 95%;
  background: #fff;
}

.cancel-hoken-estimate .caption-title {
  text-align: left;
  position: relative;
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 95%;
}

.cancel-hoken-estimate .caption-title::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(#1a93aa,#69328f);
  position: absolute;
  left: 0px;
  top: 0px
}

.cancel-hoken-estimate .caption-title span {
  font-size: 17px;
  color: #313131;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle
}

.cancel-hoken-estimate .item-label {
  padding-bottom: 12px;
  text-align: center;
}

.cancel-hoken-estimate .item-label span {
  font-size: 14px;
  color: #313131;
  line-height: 1.5
}

.cancel-hoken-estimate .form-item {
  padding-bottom: 30px
}

.cancel-hoken-estimate .form-item input[type="text"],.cancel-hoken-estimate .form-item input[type="number"] {
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d8d8d8;
  height: 44px;
  padding-left: 15px;
  width: 100%
}

.cancel-hoken-estimate .form-item input::placeholder {
  color: #bbb
}

.cancel-hoken-estimate .estimate-btn-wrapper {
  display: inline-block;
  min-width: 96px
}

.cancel-hoken-estimate .estimate-btn {
  position: relative;
  display: block;
  width: 100%;
  color: #313131;
  border-style: solid;
  border-width: 0px;
  border-radius: 25px;
  border-color: #f3f3f3;
  background: linear-gradient(to right,#1a93aa,#69328f);
  overflow: hidden
}

.cancel-hoken-estimate .estimate-btn .estimate-btn-inner {
  border-radius: 24px;
  margin: 1px;
  background: #fff
}

.cancel-hoken-estimate .estimate-btn .estimate-btn-inner .btn-content {
  position: relative;
  display: flex;
  padding: 10px 0px;
  min-height: 30px
}

.cancel-hoken-estimate .estimate-btn .estimate-btn-inner .btn-content .content-inner {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%
}

.cancel-hoken-estimate .estimate-btn .estimate-btn-inner .btn-content .content-inner span {
  font-size: 12px;
  color: #313131;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle
}

.cancel-hoken-estimate .insurance-fee {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  font-size: 22px;
  align-items: baseline;
}

.cancel-hoken-estimate .insurance-fee .fee span{
font-size: 40px;
  margin: 0 10px 0 30px;
  background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cancel-hoken-estimate .white-space {
  padding: 40px
}

.cancel-hoken-estimate .form-layout-group {
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d8d8d8
}

.cancel-hoken-estimate .form-layout-group .radio-wrap {
  color: #313131;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  border-top: 1px solid #d8d8d8
}

.cancel-hoken-estimate .form-layout-group .radio-wrap:first-child {
  border-top: 0
}

.cancel-hoken-estimate .form-layout-group .radio-wrap label {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.cancel-hoken-estimate .form-layout-group .radio-wrap label input[type="radio"] {
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  margin-right: 10px
}

.cancel-hoken-estimate .notion {
  padding: 20px 10px 10px
}

.cancel-hoken-estimate .notion .confirm {
  text-align: center;
  padding: 20px
}

.cancel-hoken-estimate .notion .confirm input[type="checkbox"] {
  border-radius: 4px;
  display: inline-flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  margin-right: 10px
}

.cancel-hoken-estimate .btn-area .c-btn {
  display: block;
  font-size: 18px;
  margin: 0;
  max-width: 100%;
  padding: 24px 10px;
  border: 1px solid #bdbdbd;
  color: #fff;
  background: #bdbdbd;
  border-radius: 4px;
  width: 300px;
  text-align: center;
  margin: auto
}

.cancel-hoken-estimate .btn-area .c-btn.is-active {
  background: #20208c
}

.cancel-hoken-estimate .btn-area .c-btn.mypage_login_btn {
  background: #fff;
  color: #bdbdbd;
  padding: 11px 10px;
  margin-top: 15px
}

.cancel-hoken-estimate .btn-area .c-btn.mypage_login_btn.is-active {
  border: 1px solid #20208c;
  color: #20208c
}

.cancel-hoken-estimate .inputError {
  color: #f4333c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle
}


.main-under-text{
  font-size: 22px;
  text-align: center;
  margin-bottom: 80px;
}

.main-under-text .main{
font-weight: bold;
background: linear-gradient(to bottom, transparent 50%, #fff134 50%);
}
.main-under-text .note{
  display:block;
  font-size: 12px;
  font-weight: normal;
}

@media print, screen and (max-width: 759.9px){
      .main-under-text{
  font-size: 12px;
}
  .main-under-text .main{
    font-size: 22px;
  }
}
@media print, screen and (min-width: 760px){
  .cancel-hoken-estimate .insurance-fee {
    justify-content: center;
  }
}

.icon-list-on-card {
  background-color: #fff;
  border-radius: 19px;
  padding: 20px 15px;
  font-size: 16px;}
  @media print,screen and (min-width: 760px){
    .icon-list-on-card {
      background: none;
      font-size: 20px;}}


@media print,screen and (min-width: 760px){
  .icon-list-on-card .card-item {
    display: flex;
    justify-content: center;}
    .icon-list-on-card .card-item:not(:last-child) {
      margin-bottom: 25px;}}

.icon-list-on-card .card-item .item-content {
  display: flex;
  align-items: center;
  padding: 16px 0;}
  @media print,screen and (min-width: 760px){
    .icon-list-on-card .card-item .item-content {
      background: #fff;
      display: block;
      text-align: center;
      width: 30%;
      max-width: 300px;
      padding: 33px 15px 18px;

      box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
      border-radius: 4px;}
      .icon-list-on-card .card-item .item-content:not(:last-child) {
        margin-right: 25px;}}

.icon-list-on-card .card-item .item-content img {
  width: 25px;
  height: auto;}
  @media print,screen and (min-width: 760px){
    .icon-list-on-card .card-item .item-content img {
      display: block;
      margin: auto;
      width: 50px;}}

.icon-list-on-card .card-item .item-content .list-text {
  margin-left: 10px;}
  @media print,screen and (min-width: 760px){
    .icon-list-on-card .card-item .item-content .list-text {
      display: block;
      margin: 40px auto 0;}}


      .p-home-cover {
        padding: 45px 0 60px;
        position: relative; }
        @media print, screen and (max-width: 759.9px) {
          .p-home-cover {
            padding: 35px 24px; } }
        .p-home-cover .p-home-cover-wrap {
          margin: 0 auto;
          max-width: 632px;
          position: relative; }
/*          .p-home-cover .p-home-cover-wrap:first-child {
            margin-bottom: 56px; }
            .p-home-cover .p-home-cover-wrap:first-child .c-card-contents::after, .p-home-cover .p-home-cover-wrap:first-child .c-card-contents::before {
              background-color: #000;
              bottom: -30px;

              content: "";
              height: 2px;
              left: 50%;
              position: absolute;
              width: 15px; }
            .p-home-cover .p-home-cover-wrap:first-child .c-card-contents::after {
              transform: translate(-50%, 0) rotate(45deg); }
            .p-home-cover .p-home-cover-wrap:first-child .c-card-contents::before {
              transform: translate(-50%, 0) rotate(-45deg); }*/
        .p-home-cover-image {
          bottom: 0;
          max-width: 500px;
          position: absolute;
          right: 0;
          z-index: 100; }
          @media print, screen and (max-width: 759.9px) {
            .p-home-cover-image {
              margin: 24px auto 0;
              position: static; } }
          @media print, screen and (max-width: 759.9px) {
            .p-home-cover-image img:first-child {
              display: none; } }
          .p-home-cover-image img:last-child {
            display: none; }
            @media print, screen and (max-width: 759.9px) {
              .p-home-cover-image img:last-child {
                display: block; } }

                .p-home-cancel {
  padding: 100px 0 0; }
  @media print, screen and (max-width: 759.9px) {
    .p-home-cancel {
      padding: 35px 24px 20px; } }
  .p-home-cancel-caution {
    color: #333;
    font-size: 16px;
    margin-top: 45px;
    text-align: center; }
    @media print, screen and (max-width: 759.9px) {
      .p-home-cancel-caution {
        font-size: 14.22px;
        margin-top: 35px; } }
    .p-home-cancel-caution a {
      display: inline-block;
      text-decoration: underline; }
  .p-home-cancel-text {
    display: flex;
    margin: 112px auto 0;
    max-width: 700px; }
    @media print, screen and (max-width: 759.9px) {
      .p-home-cancel-text {
        display: block;
        margin: 20px auto 0;
        max-width: 100%; } }
    .p-home-cancel-text p {
      color: #333;
      font-size: 20.25px;
      font-weight: 600;
      line-height: 1.4; }
      @media print, screen and (max-width: 759.9px) {
        .p-home-cancel-text p {
          font-size: 18.22px;
          line-height: 1.5; } }
      @media print, screen and (max-width: 759.9px) {
        .p-home-cancel-text p br{
          display:none;} }
    .p-home-cancel-text-icon {
      margin-right: 18px;
      width: 47px; }
      @media print, screen and (max-width: 759.9px) {
        .p-home-cancel-text-icon {
          margin: 0 auto 22px;
          width: 44px; } }

.c-block-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-block-list li {
    border: 2px solid #333;
    border-radius: 2px;
    color: #333;
    font-size: 17.07px;
    max-width: 300px;
    padding: 23px 10px;
    text-align: center;
    width: calc(100% / 3 - 24px); }
    @media print, screen and (max-width: 759.9px) {
      .c-block-list li {
        margin-bottom: 16px;
        max-width: 100%;
        width: 100%; } }
    .c-block-list li:not(:nth-child(3n)) {
      margin-right: 24px; }
      @media print, screen and (max-width: 759.9px) {
        .c-block-list li:not(:nth-child(3n)) {
          margin: 0 0 16px; } }
    .c-block-list li:nth-child(-n + 3) {
      margin-bottom: 14px; }
      @media print, screen and (max-width: 759.9px) {
        .c-block-list li:nth-child(-n + 3) {
          margin: 0 0 16px; } }
    @media print, screen and (max-width: 759.9px) {
      .c-block-list li:last-child {
        margin: 0; } }

        @media print,screen and (min-width :760px){
  .accordion-cards-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

.accordion-cards-wrapper .accordion-card {
  background-color: #fff;
  border-radius: 19px;
  font-size: 14px;
  box-shadow: 0 1.9px 2.5px rgb(0 0 0 / 6%),
    0 5px 6.1px rgb(0 0 0 / 8%),
    0 10.1px 11.4px rgb(0 0 0 / 9%),
    0 19.2px 19.8px rgb(0 0 0 / 9%)}
  @media print,screen and (min-width: 760px){
    .accordion-cards-wrapper .accordion-card {
      font-size: 16px;
      width: 30%;}}

.accordion-cards-wrapper .accordion-card  ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.accordion-cards-wrapper .accordion-card:not(:first-child) {
  margin-top: 30px;}
  @media print,screen and (min-width :760px){
    .accordion-cards-wrapper .accordion-card:not(:first-child) {
      margin: 0 0 0 45px;}}

.accordion-cards-wrapper .accordion-card .card-key-visual img {
  border-radius: 19px 19px 0 0;
}

.accordion-cards-wrapper .accordion-card .card-contents{
  padding: 15px 15px 30px;
  position: relative;
}

/*.accordion-cards-wrapper .accordion-card .card-contents::after {
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  display: block;
  height: 8px;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translate(0,-50%);
  transition: all .3s;
  width: 8px;
}*/

.accordion-cards-wrapper .accordion-card.is-active .card-contents::after {
  transform: rotate(-135deg);
  transition: all .3s;
}

.accordion-cards-wrapper .accordion-card .card-preview {
  padding-bottom: 12px;
}

.accordion-cards-wrapper .accordion-card.is-active .card-preview {
  border-bottom: solid 1px #dedede;
}
.accordion-cards-wrapper .accordion-card .card-summary .card-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

.accordion-cards-wrapper .accordion-card .card-summary .card-summary-item ul li:not(:first-child){
  margin: 12px 0 0 0;}

.accordion-cards-wrapper .accordion-card .card-summary .card-summary-item ul li .preview-item-value {
  float: right;
  white-space: nowrap;
}

/*.accordion-cards-wrapper .accordion-card .card-accordion-area {
  display: block;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
}*/

.accordion-cards-wrapper .accordion-card.is-active .card-accordion-area {
  max-height: 1500px;
  transition: all 0.3s;
  visibility: visible;
  margin-top: 10px;
}

.accordion-cards-wrapper .accordion-card .card-accordion-area ul li:not(:first-child){
  margin-top: 15px;
}

.accordion-cards-wrapper .accordion-card .card-accordion-area .card-detail-item .detail-item-label {
  font-weight: 700;
  margin-bottom: 8px;
}

.accordion-cards-wrapper .accordion-card .card-accordion-area .card-detail-item .detail-item-value p {
  padding: 0;
  margin: 0;
}

.p-home-product-summary h3 {
  background-color: #2989d8;
  border-radius: 2px;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 23px;
  max-width: 300px;
  padding: 8px 5px;
  text-align: center; }
  @media print, screen and (max-width: 759.9px) {
    .p-home-product-summary h3 {
      margin-bottom: 27px;
      max-width: 100%; } }

.p-home-product-summary p, .p-home-product-summary li {
  color: #333;
  font-size: 16px;
  line-height: 1.7; }
  @media print, screen and (max-width: 759.9px) {
    .p-home-product-summary p, .p-home-product-summary li {
      font-size: 14.22px; } }

.p-home-product-summary ul {
  padding-left: 20px; }
  .p-home-product-summary ul li {
    list-style-type: disc; }

.p-home-product-summary p:not(:last-child), .p-home-product-summary ul:not(:last-child), .p-home-product-summary table:not(:last-child) {
  margin-bottom: 15px; }

@media print, screen and (max-width: 759.9px) {
  .p-home-product-summary table, .p-home-product-summary tbody, .p-home-product-summary tr, .p-home-product-summary th, .p-home-product-summary td {
    display: block; } }

.p-home-product-summary table {
  width: 100%; }
  .p-home-product-summary table th, .p-home-product-summary table td {
    border-top: 1px solid #333;
    color: #333;
    line-height: 1.4; }
  .p-home-product-summary table th {
    background-color: #e9f5f7;
    padding: 11px 38px 11px 11px; }
    @media print, screen and (max-width: 759.9px) {
      .p-home-product-summary table th {
        font-size: 17.07px; } }
  .p-home-product-summary table td {
    padding: 20px; }
    @media print, screen and (max-width: 759.9px) {
      .p-home-product-summary table td {
        border-top: none;
        padding: 20px 0; } }

.p-home-product-summary .c-product-summary:not(:last-child) {
  margin-bottom: 33px; }

.p-home-product-summary .c-product-summary .u-kome {
  margin-bottom: 0;
  padding: 0 20px; }
  @media print, screen and (max-width: 759.9px) {
    .p-home-product-summary .c-product-summary .u-kome {
      padding: 0; } }

      .p-home-step.p-home-background::after {
  background-color: #F5F5F5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(-5deg);
  width: 100%;
  z-index: 1; }

.c-step-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;}
  @media print, screen and (max-width: 759.9px) {
    .c-step-wrap {
      display: block; } }
  .c-step-wrap > * {
    align-items: center;
    display: flex;
    flex-direction: column; }
    @media print, screen and (max-width: 759.9px) {
      .c-step-wrap > * {
        display: block; } }

.c-step {
  margin: 0 60px 0 0;
  max-width: 253px;
  position: relative; }
  @media print, screen and (max-width: 759.9px) {
    .c-step {
      margin: 0 auto 45px; } }
  .c-step::after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #3B7DA4 50.5%) no-repeat 0 0/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #3B7DA4 50.5%) no-repeat 100% 100%/100% 50%;
    content: "";
    height: 25px;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translate(0, -50%);
    width: 12px; }
    @media print, screen and (max-width: 759.9px) {
      .c-step::after {
        bottom: -35px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translate(-50%, 0) rotate(90deg); } }
  .c-step:last-child {
    margin: 0; }
    @media print, screen and (max-width: 759.9px) {
      .c-step:last-child {
        margin: 0 auto; } }
    .c-step:last-child::after {
      content: none; }
  .c-step h4 {
    background-color: #2989d8;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    padding: 3px;
    text-align: center;
    width: 109px; }
  .c-step-image {
    background-color: #DCDCDC;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    margin-top: 24px;
    min-height: 450px; }
  .c-step-text {
    color: #333;
    font-size: 17.07px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 22px; }


    .p-home-question {
      padding: 45px 0 80px; }
      @media print, screen and (max-width: 759.9px) {
        .p-home-question {
          padding: 35px 24px 40px; } }
      .p-home-question .c-accordion:not(:last-child) {
        margin-bottom: 16px; }

    .c-accordion {
      background-color: #fff;
      border: 1px solid #EEE;
      border-radius: 8px; }
      .c-accordion:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
      .c-accordion-title {
        align-items: center;
        color: #333;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        line-height: 1.75;
        padding: 10px 40px 10px 22px;
        position: relative; }
        @media print, screen and (max-width: 759.9px) {
          .c-accordion-title {
            display: block;
            font-size: 14.22px;
            padding: 7px 16px 10px; } }
        .c-accordion-title::after {
          border-bottom: 2px solid #757575;
          border-right: 2px solid #757575;
          content: "";
          display: block;
          height: 8px;
          margin-left: auto;
          position: absolute;
          right: 22px;
          top: 50%;
          transform: rotate(45deg) translate(0, -50%);
          transition: all 0.3s;
          width: 8px; }
          @media print, screen and (max-width: 759.9px) {
            .c-accordion-title::after {
              margin: 5px auto 0;
              position: static; } }
        .c-accordion-title span {
          color: #757575;
          font-size: 24px;
          margin-right: 30px; }
          @media print, screen and (max-width: 759.9px) {
            .c-accordion-title span {
              display: block;
              margin: 0 0 6px; } }
      .c-accordion-contents {
        max-height: 0;
        overflow: hidden;
        position: relative;
        transition: all 0.3s;
        visibility: hidden; }
        .c-accordion-contents::before {
          background-color: #EEE;
          content: "";
          display: block;
          height: 1px;
          left: 22px;
          position: absolute;
          top: 0;
          width: calc(100% - 22px * 2 - 17px - 8px); }
          @media print, screen and (max-width: 759.9px) {
            .c-accordion-contents::before {
              left: 50%;
              transform: translate(-50%, 0);
              width: calc(100% - 16px * 2); } }
        .c-accordion-contents p {
          align-items: center;
          color: #333;
          /*display: flex;*/
          font-size: 16px;
          line-height: 1.75;
          padding: 20px 22px; }
          @media print, screen and (max-width: 759.9px) {
            .c-accordion-contents p {
              display: block;
              font-size: 14.22px;
              padding: 7px 16px 10px; } }
          .c-accordion-contents p span {
            color: #757575;
            font-size: 24px;
            margin-right: 30px; }
      .c-accordion.is-active .c-accordion-contents {
        max-height: 1500px;
        transition: all 0.3s;
        visibility: visible; }
      .c-accordion.is-active .c-accordion-title::after {
        transform: rotate(-135deg);
        transition: all 0.3s; }

        .c-banner {
          background-color: #20208c;
          padding: 35px; }
          @media print, screen and (max-width: 759.9px) {
            .c-banner {
              padding: 34px 24px; } }
          .c-banner-inner {
            display: flex;
            margin: 0 auto;
            max-width: 948px; }
            @media print, screen and (max-width: 759.9px) {
              .c-banner-inner {
                display: block;
                max-width: 380px; } }
.c-banner-left {
width: 48%;
}
.c-banner-right {
width: 52%;
}
@media print, screen and (max-width: 759.9px) {
.c-banner-left, .c-banner-right {
width: 100%;
}
}
          .c-banner-left {
            margin-right: 15px; }
            .c-banner-left p:not(:first-child) {
              color: #fff;
              font-size: 15px;
              line-height: 1.5;
			  font-weight:normal;}
            .c-banner-left p:not(:last-child) {
              margin-bottom: 30px; }
              @media print, screen and (max-width: 759.9px) {
                .c-banner-left p:not(:last-child) {
                  margin-bottom: 40px; } }
            .c-banner-left p:first-child {
              margin-bottom: 10px;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;}
              @media print, screen and (max-width: 759.9px) {
                .c-banner-left p:first-child {
                  margin-bottom: 20px; } }
/*            .c-banner-left p:nth-child(2n) {
              font-weight: bold; }*/
              .c-banner-left p:last-child a {
                color: #fff;
                text-decoration: underline; }
            .c-banner-left-title {
              color: #fff;
              font-size: 35px;
              line-height: 1.5; }
          @media print, screen and (max-width: 759.9px) {
            .c-banner-right {
              margin-top: 40px; } }
          .c-banner-right img {
            display: block;
            max-width: 429px; }
            @media print, screen and (max-width: 759.9px) {
              .c-banner-right img {
                display: block; } }
          .c-banner-right p {
            color: #fff;
            font-size: 16px;
            line-height: 1.5;
            text-align: right;
			margin-bottom: 12px;}
            @media print, screen and (max-width: 759.9px) {
              .c-banner-right p {
                margin-top: 40px;
                text-align: center; } }

.c-banner-right p a{color: #ffca34;}

                @media print, screen and (max-width: 759.9px) {
                  .c-banner-right .sp_left{
                    text-align:left; } }

        .c-banner-right p a{
          text-decoration:underline;
          font-size:16px;
        }

        .bobun-no {
         display:none;
        }

/*        .advertising-model-bobun-no {
         display:none;
        }*/

        .bobun-no.show,
        .advertising-model-bobun-no.show{
         display:block;
        }

.agency-infomation-area {
	justify-content: center;
	background-color: #cccccc;
	color: black;
	padding: 3px 0;
	font-size: 14px;
}

.information-box__wrapper{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	display: flex;
}

.agency-infomation-area .information-box {
	padding: 10px 20px;
	width: 50%;
    box-sizing: border-box;
}

@media print, screen and (max-width: 759.9px) {
.information-box__wrapper{
	width: 100%;
	max-width:none;
	min-width:unset;
	display: block;
}
.agency-infomation-area .information-box {
	padding: 10px 20px;
	width: 100%;
    box-sizing: border-box;
}
}

.agency-infomation-area .information-box .address .residence {
  margin-left: 10px;
}

@media print, screen and (max-width: 759.9px) {
  .agency-infomation-area {
    display: block;
  }
  .agency-infomation-area .information-box:first-child {
    margin: auto;
  }
}

.advertising-model-label {
  display:none;
}
.advertising-model-label.show {
  font-size: 18px;
  display: flex;
  justify-content: center;
  padding: 15px;}
.advertising-model-label.show a{
  font-size: 18px;}

.l-footer {
  background-color: #fff;
  padding: 40px 15px; }
  @media print, screen and (max-width: 759.9px) {
    .l-footer {
      padding: 24px 15px; } }
  .l-footer p {
    margin: 0 auto;
    max-width: 164px; }
    @media print, screen and (max-width: 759.9px) {
      .l-footer p {
        max-width: 125px; } }

/*add NTA*/
#Gnav .tags {
    z-index: 201;
}
#smp_header img {
    vertical-align: middle;
    width: auto;
}
/*#pc_footer {
    margin-bottom: 100px;
}*/
/*#smp_footer {
    margin-bottom: 60px;
}*/

@media print, screen and (min-width: 760px) {
#smooth_menu{
	width: 100%;
    max-width: 970px;
    margin: 18px auto 50px;
    background: #FFF;
    font-size: 18px;
}
#smooth_menu li{
	width: 16.66666%;
    display: block;
    float: left;
	text-align: center;
}
#smooth_menu li a{font-size:18px;}
}

#insurance-fee{
	width: 40%;
    background: #FFF;
    padding: 10px 0;
    position: absolute;
    bottom: 18%;
    left: 30%;
    right: 30%;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}

@media print, screen and (min-width: 970px) {
#insurance-fee{
	width: 32%;
    left: 34%;
    right: 34%;
}
}

#insurance-fee .adding-warranty {
	color: #FFF;
    background: #343474;
    display: block;
    font-size: 13px;
    font-weight: bold;
	width: 300px;
    margin: auto;
}
#plus_covid-19 {
	width:100%;
	max-width:970px;
	border: 2px solid #343474;
	margin: 1%;
	background: #FFF;
	box-sizing:border-box;
	text-align: center;
}
#plus_covid-19 dt {
	background: #343474;
    color: #FFF;
    padding: 5px 0;
    font-weight: bold;
}
#plus_covid-19 dd {
    padding: 10px;
	font-size: 14px;
}
#plus_covid-19 dd strong{
	font-size: 16px;
	display: inline-block;
	width: 100%;
    margin-bottom: 5px;
}
.example-fee dt{margin-bottom: 5px;}
.example-fee dd{
	color: #C00;
    font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: right;
	display:flex;
	align-items: center;
}
.example-fee b{
    display: inline-block;
    width: 60%;
	color: #222;
	font-weight: normal;
	line-height: 1;
}
.example-fee span{width:40%;}
.example-fee dd:last-child {
	text-align: center;
    display: block;
}
p.other_q_and_a {
    border: 1px solid #888;
    margin: 2%;
    padding: 10px;
    width: 96%;
    box-sizing: border-box;
}
p.peace-of-mind-at{
	width: 100%;
    max-width: 970px;
    margin: 0 auto 35px;
}

.other_top_btn_ins{
    width: 40%;
    margin: auto;
	position: relative;
}

.other_top_btn_ins:after{
    background: url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    position: absolute;
    top: 33%;
    right: 5%;
}

.travel_cancel_ins__bar,
.js-accordion-contents_btn_about_covid-19{
	background: #343474;
    color: #FFF;
    padding: 10px;
	position: relative;
    font-size: 22.78px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.js-accordion-contents_btn_about_covid-19:after{
	background-color: unset;
	content: "+";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 20%;
    left: 92%;
}
.open.js-accordion-contents_btn_about_covid-19:after{
	content: "-";
}

@media print, screen and (max-width: 759.9px) {
.travel_cancel_ins__bar,
.js-accordion-contents_btn_about_covid-19{
    padding: 5px;
}
.js-accordion-contents_btn_about_covid-19:after{
    top: 32%;
}
#insurance-fee .adding-warranty {width: 100%;}
#insurance-fee{
	width: 90%;
    height: 130px;
    background: #FFF;
    padding: 10px;
    position: absolute;
    top: 120px;
    left: 5%;
    right: 5%;
    z-index: 1;
    text-align: center;
}

#smooth_menu{
	border: 2px solid #999;
	margin: 1%;
	padding: 10px 0;
}

#smooth_menu ul{
	width:50%;
	float:left;
}
#smooth_menu ul:nth-of-type(1){border-right: 1px solid #999;}
#smooth_menu li{padding: 5px 0 5px 12px;}
#plus_covid-19 {
	border: 2px solid #343474;
	margin: 1%;
	background: #FFF;
}
#plus_covid-19 dt {
	background: #343474;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}
#plus_covid-19 dd {
    padding: 10px;
	font-size: 14px;
}
#plus_covid-19 dd strong{
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: center;
    margin-bottom: 5px;
}
.example-fee dt{margin-bottom: 5px;}
.example-fee dd{
	color: #C00;
    font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.example-fee b{
    display: inline-block;
    width: 65%;
	color: #222;
	font-weight: normal;
}

p.other_q_and_a {
    border: 1px solid #888;
    margin: 2%;
    padding: 10px;
    width: 96%;
    box-sizing: border-box;
}

.other_top_btn_ins{
    width: 72%;
	height: 50px;
    margin: auto;
}
#pagetop {
    bottom: 64px;
	z-index: 201;
}
#pagetop img{
    width:32px;
	height:33px;
}
}
@media print, screen and (min-width: 760px) {
p.other_q_and_a {
	border: 1px solid #888;
    margin: 2% auto;
    padding: 10px;
    width: 750px;
    box-sizing: border-box;
    text-align: center;
}
#pagetop {
    bottom: 130px;
	z-index: 201;
}
}

.ImCmpBanner_Wrapper {z-index: 200!important;}

    .sp {
      display: none;
    }

    .c-block-list li {
      padding: 10px !important;
    }

    .c-card-secondary .c-card-contents {
      padding: 24px 5px !important;
    }

    .c-card-secondary .c-card-icon-list {
      flex-wrap: initial !important;
    }

    .accordion-cards-wrapper {
      margin: 0 auto;
      max-width: 948px;
      padding: 0 0 60px 0;
      position: relative;
      z-index: 200;
    }

    .accordion-cards-wrapper .accordion-card {
      border-radius: 0px !important;
    }

    .accordion-cards-wrapper .accordion-card .card-key-visual img {
      border-radius: 0px !important;
    }

    @media print,
    screen and (max-width: 759.9px) {
      .sp {
        display: block;
      }

      .pc {
        display: none;
      }

      .div-grey-sp {
        background: #f5f5f5;
      }

      .list-card-title {
        background: #f5f5f5;
      }

      .icon-list-cards-wrapper {
        background: #f5f5f5;
        padding: 5%;
      }

      .c-card-secondary .c-card-icon-list p {
        font-size: 12px !important;
      }

.p-home-product-summary:nth-of-type(5) table{
	background: linear-gradient(to right, #20208c 0%, #6E4093 100%);
    padding: 2px;
    border-radius: 5px;
    display: block;
}
.p-home-product-summary:nth-of-type(5) table th{
	padding: 5px;
    border-top: none;
    /*border-bottom: 2px solid #20208c;*/
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    display: flex;
}
.p-home-product-summary:nth-of-type(5) table th p{
	width: fit-content;
    margin: auto;
}
.p-home-product-summary:nth-of-type(5) table th img{
	width: 48px;
	margin-right: 5px;
}
.p-home-product-summary:nth-of-type(5) table td{
	background-color: #fff;
    border-radius: 0 0 3px 3px;
	padding: 0 0 10px;
}
.p-home-product-summary:nth-of-type(5) table td:before{
	content:"";
	width:100%;
	height:2px;
	display:block;
	background: linear-gradient(to right, #20208c 0%, #6E4093 100%);
	margin-bottom: 10px;
}
.p-home-product-summary:nth-of-type(5) table ul{padding: 0 10px 0px 30px;}

    }

    @media print,
    screen and (min-width: 769px) {

      .icon-list-on-card .card-item .item-content {
        border: 2px solid #333333;
        box-shadow: none;
        background: none;
        padding: 18px 15px;
      }

      .icon-list-on-card .card-item .item-content .list-text {
        margin: 0;
        font-size: 18px;
      }

      .icon-list-on-card .card-item .item-content img {
        display: none;
      }

      .p-home-product-summary table th {
        padding: 11px 25px;
        text-align: center;
        font-weight: bold;
      }

.p-home-product-summary:nth-of-type(5) table{
	background: linear-gradient(to right, #20208c 0%, #6E4093 100%);
    padding: 2px;
    border-radius: 5px;
    display: block;
}
.p-home-product-summary:nth-of-type(5) table th{
	width: 114px;
    padding: 5px;
    border-top: none;
    border-right: 2px solid #20208c;
	background-color: #fff;
	border-radius: 3px 0 0 3px;
}
.p-home-product-summary:nth-of-type(5) table td{
	width: 808px;
	background-color: #fff;
	border: none;
	border-radius: 0 3px 3px 0;
}

      .p-home-product-summary table th .ratio {
        font-size: 30px;
      }

      .accordion-cards-wrapper {
        justify-content: space-between;
      }

      .accordion-cards-wrapper .accordion-card {
        width: 32%;
        margin: 0 !important;
      }

      .list-card-title {
        z-index: 200;
        position: relative;
      }

      .icon-list-cards-wrapper {
        position: relative;
      }

      .icon-list-cards-wrapper::after {
        background-color: #f5f5f5;
        content: "";
        height: 230%;
        left: 0;
        position: absolute;
        top: -130px;
        transform: skewY(-5deg);
        width: 100%;
        z-index: 1;
      }

      .icon-list-on-card {
        z-index: 200;
        position: relative;
      }
    }

/*tripaここから*/
#link07{
	background-color: #F5F5F5;
	padding: 24px 0;
}
#useWrap {
    padding: 10px;
    margin-bottom: 30px;
}
#useWrap div {
    overflow: hidden;
    padding: 10px;
    margin: 0;
    background: #FFF;
    float: none !important;
    width: auto !important;
    border-bottom: 1px dashed #CCC;
}
#useWrap div p {
    float: left;
    margin: 0 20px 0 0;
    width: 150px;
    height: 120px;
	overflow:hidden;
	position:relative;
}
#useWrap div dl {
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
}
#useWrap div dl dt {
    margin: 0 0 10px 0;
    padding: 0;
}
#useWrap div dl dt a{font-size: 18px;}
#useWrap div dl dd{font-size:14px;}
@media print, screen and (max-width: 759.9px) {
#useWrap{
	padding:10px;
	margin-bottom:30px;
}
#useWrap div{
	overflow:hidden;
	margin:0;
	background:#FFF;
	float:none!important;
	width:auto!important;
	border-bottom:1px dashed #CCC
}
#useWrap div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}
#useWrap div p img{
	width:100%;
	height:auto;
}
#useWrap div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}
#useWrap div:last-child{border-bottom:none}
#useWrap div dl dt{
	margin:0 0 10px;
	padding:0;
}
#useWrap div dl dt a{font-size: 14px;}
#useWrap div dl dd{font-size:12px;}
}
/*tripaここまで*/

/*add20221020 multiple_reservations*/
@media print, screen and (max-width: 759.9px) {
#multiple_reservations_box {
    padding: 5px 0;
    font-size: 0.9em;
}
#multiple_reservations_box > p {
    font-size: 1em;
    line-height: 1.2;
}
#multiple_reservations_box > p img {width: 18px;}

/*modal*/
#multiple_reservations_box_modal {
	top: 2%;
    width: 100%;
    z-index: 9502;
    position: fixed;
	display: none;
}
#multiple_reservations_box_modal_in {
	position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #222;
}
#multiple_reservations_box_modal_in .multiple_reservations_box_in-close{
	color: #fff;
    overflow: visible;
    cursor: pointer;
    background: #222;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    box-shadow: none;
    touch-action: manipulation;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
	right: 0;
    top: 0;
    text-decoration: none;
    font-size: 24px;
}
#multiple_reservations_box_modal_in > p {
	line-height: 1.3;
    font-size: 0.8em;
}
#multiple_reservations_box_modal_in > div {
/*    box-shadow: 0px 0px 3px #999;
	margin: 10px;*/
	padding: 5px;
    text-align: center;
}
#multiple_reservations_box_modal_in > div p {
	font-weight: bold;
    line-height: 1.2;
}
#multiple_reservations_box_modal_in > div img {width:90%;}

/*table*/
#multiple_reservations_table {
	padding: 35px 20px 20px;
	margin-bottom: 5%;
}
#multiple_reservations_table table{
	width: 100%;
    font-size: 10px;
	margin-bottom: 5%;
}
#multiple_reservations_table td,
#multiple_reservations_table th {
	padding: 5px;
	height: 48px;
}
#multiple_reservations_table .ok{
	font-size: 1.4em;
    font-weight: bold;
    color: #20208c;
}
#multiple_reservations_table .ng{
	font-size: 1.4em;
    font-weight: bold;
    color: #cc0000;
}
#multiple_reservations_table tr th {font-weight: bold;}
#multiple_reservations_table tr th img {
	width: 24px;
    margin-right: 5px;
}
#multiple_reservations_table tr th,
#multiple_reservations_table tr td {
	width: 31%;
	border-right: 1px dotted #ccc;
	text-align:center;
}
#multiple_reservations_table tr th:last-child,
#multiple_reservations_table tr td:last-child {border-right: none;}
#multiple_reservations_table tr th:nth-of-type(1) {
	width: 125px;
    text-align: left;
}
#multiple_reservations_table .fc10{
	text-align: left;
	font-size:10px;
}
#multiple_reservations_table tr:first-child{border-bottom: 2px solid #888;}
#multiple_reservations_table tr:nth-of-type(2),
#multiple_reservations_table tr:nth-of-type(3),
#multiple_reservations_table tr:nth-of-type(4),
#multiple_reservations_table tr:nth-of-type(5){border-bottom: 1px solid #888;}
#multiple_reservations > div {
	width: 98%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    margin: 5% 1%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}
#multiple_reservations > div p {
    font-weight: bold;
	margin-bottom: 10px;
}
#multiple_reservations > div img {width:210px;}
}

@media print, screen and (min-width: 760px) {
#multiple_reservations_box {
    padding: 5px 0;
    font-size: 0.9em;
}
#multiple_reservations_box > p {
    font-size: 1em;
    line-height: 1.2;
}
#multiple_reservations_box > p img {width: 18px;}

/*modal*/
#multiple_reservations_box_modal {
	top: 12%;
    width: 100%;
    z-index: 9502;
    position: fixed;
	display: none;
}
#multiple_reservations_box_modal_in {
	position: relative;
    width: 700px;
    margin: 0 auto;
    padding: 20px 40px;
    background-color: #fff;
    box-sizing: border-box;
}
#multiple_reservations_box_modal_in .multiple_reservations_box_in-close{
	color: #fff;
    overflow: visible;
    cursor: pointer;
    background: #222;
    /* border: 0; */
    -webkit-appearance: none;
    display: block;
    /* outline: none; */
    /* box-shadow: none; */
    touch-action: manipulation;
    width: 28px;
    height: 28px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    /* text-decoration: none; */
    text-align: center;
    /* padding: 0 0 18px 10px; */
    /* font-style: initial; */
    font-size: 26px;
}
#multiple_reservations_box_modal_in > div {
    box-shadow: 0px 0px 3px #999;
	margin: 10px 0;
    padding: 15px;
    text-align: center;
}
#multiple_reservations_box_modal_in > div p {
    font-size: 1em;
    font-weight: bold;
	margin-bottom: 10px;
}
#multiple_reservations_box_modal_in > div img {width: 210px;}

/*table*/
#multiple_reservations_table {margin-bottom: 5%;}
#multiple_reservations_table table{
	width: 100%;
    font-size: 16px;
	margin-bottom: 5%;
}
#multiple_reservations_table td,
#multiple_reservations_table th {
	padding: 5px;
    text-align: center;
    height: 60px;
}
#multiple_reservations_table .ok{
	font-size: 1.2em;
    font-weight: bold;
    color: #20208c;
}
#multiple_reservations_table .ng{
	font-size: 1.2em;
    font-weight: bold;
    color: #cc0000;
}
#multiple_reservations_table tr th {font-weight: bold;}
#multiple_reservations_table tr th img {
	width: 40px;
    margin-right: 10px;
}
#multiple_reservations_table tr th,
#multiple_reservations_table tr td {
	width: 18%;
	border-right: 1px dotted #ccc;
}
#multiple_reservations_table tr th:last-child,
#multiple_reservations_table tr td:last-child {border-right: none;}
#multiple_reservations_table tr th:nth-of-type(1) {width: 28%;}
#multiple_reservations_table .fc12{
	text-align: left;
	font-size:12px;
}
#multiple_reservations_table tr:first-child{border-bottom: 3px solid #888;}
#multiple_reservations_table tr:nth-of-type(2),
#multiple_reservations_table tr:nth-of-type(3){border-bottom: 1px solid #888;}
#multiple_reservations {
	display: flex;
	margin: 1% 0;
}
#multiple_reservations > div {
	width: calc(100% / 3);
    box-shadow: 0px 0px 3px #999;
    margin: 1%;
    padding: 10px;
    text-align: center;
}
#multiple_reservations > div p {
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 10px;
}
}

.c-sidebar-overlay2 {
	width: 100%;
    height: 150%;
    position: fixed;
    background: rgba(0,0,0,.7);
    display: none;
    left: 0;
    overflow: hidden;
    top: -1px;
    background: rgba(0,0,0,.7);
	z-index: 9501;
}

/*add20221020 multiple_reservations ここまで*/

/*特集ここから*/
#link08{
	margin-bottom: 50px;
    padding: 24px 0;
}
#link08 .accordion-cards-wrapper {width:100%;}
#link08 .accordion-cards-wrapper .accordion-card {
	width: calc(25% - 20px);
	max-width:200px;
	margin: 0 10px !important;
}
#link08 .accordion-cards-wrapper .accordion-card .card-contents {
    height: 80px;
    padding: 10px;
}
#link08 .accordion-cards-wrapper .accordion-card .card-contents *{
	margin:0;
	padding: 0;
	font-weight: normal;
	font-size: 17px;
}

@media print, screen and (max-width: 759.9px) {
body{overflow-x: hidden;}
#link08 .accordion-cards-wrapper_box {
    width: 100%;
    overflow-x: scroll;
}
#link08 .accordion-cards-wrapper {
    width: 840px;
    display: flex;
}
#link08 .accordion-cards-wrapper .accordion-card {
	width:200px;
    margin: 0 5px 20px!important;
    box-shadow: 1px 5px 5px rgb(0 0 0 / 5%), 2px 5px 5px rgb(0 0 0 / 6%), 3px 5px 5px rgb(0 0 0 / 7%);
}
#link08 .accordion-cards-wrapper .accordion-card .card-contents *{font-size: 16px;}
#link08 .accordion-cards-wrapper_box::-webkit-scrollbar {height: 5px;}
#link08 .accordion-cards-wrapper_box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333333;
}
#link08 .accordion-cards-wrapper_box::-webkit-scrollbar-track {
    margin: 0 5px;
    background: #e7e7e7;
    border-radius: 5px;
}
}

.fs50{font-size:50%!important;}
#popup_switch{display: none}
#popup_switch + .popup.side{display: none}
.popup.open{
    z-index: 201;
    top: auto;
    left: 0;
    margin: 0 auto;
    position: fixed;
    border: none;
    border-radius: 0;
    font-size: 24px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.4) 0 6px 15px 0;
	background-color: #FFF;
	position: fixed;
	bottom: 10px;
	left: 10px;
	text-align:center;
    transition: 0.5s;
}
.crossmark {
	width: 24px;
    height: 24px;
    border-radius: 12px;
	font-size: 17px;
	display: block;
	z-index: 9;
	position: absolute;
	cursor: pointer;
	top: -9px;
	right: -9px;
    background: #222;
    color: #fff;
}

@media screen and (max-width: 759.9px) {
.popup.open {
    width: 150px;
    height: 150px;
	padding: 20px 5px 5px;
}
}

@media screen and (min-width: 760px) {
.popup.open {
	z-index: 201;
    width: 200px;
    height: 200px;
    top: auto;
    left: 0;
    margin: 0 auto;
    padding: 40px 10px 10px;
    position: fixed;
    border: none;
    border-radius: 0;
	font-size: 24px;
	transition: 0.5s;
}
.popup.open .c-btn.js-sidebar-btn {
	width: 180px!important;
}
}
/*close*/
#popup_switch:checked + .popup.side{
	z-index: 201;
    background: -webkit-linear-gradient(top left, #c00, #a10000);
    background: -o-linear-gradient(top left, #c00, #a10000);
    background: linear-gradient(to bottom right, #c00, #a10000);
    border-radius: 0 4px 4px 0;
    color: #FFF;
    display: grid;
    padding: 10px 0;
    width: 50px;
    min-width: 50px;
    box-sizing: border-box;
    bottom: 25px;
    left: 0;
    position: fixed;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
    transition: 0.5s;
}
#popup_switch:checked ~ .popup.open{display: none}