@charset "UTF-8";

/* Document
 * ========================================================================== */

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

:root{
  --breakpoint-xxs: 0;
  --breakpoint-xs: 501px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1025px;
  --breakpoint-lg: 1201px;
  --breakpoint-xlg: 1401px;
}

html{
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html,body {
  position: relative;
  height: 100%;
}
body {
  line-height: 1;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden !important;
}
body, button, input, optgroup, select, textarea {
  font-family: MyriadPro-Regular, Myriad Pro Regular, MyriadPro, Myriad Pro, Helvetica, Arial, sans-serif
}

.inner-contents{
  max-width: calc(var(--breakpoint-lg) - 1px);
  margin: auto;
}

body label[tabindex], body a{
  cursor: pointer;
}

body ul li{
  list-style: none;
}

body label>i[class^="gg-"]{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

body img{
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}

body main a,
body footer a{
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

body main a:hover,
body footer a:hover{
  text-decoration: underline;
}
body main a{
  text-decoration: underline;
}
body main a:hover{
  text-decoration: none;
}
/*
body a:active{
  transform: translateY(1px);
}

*/

body main{
  position: relative;
  font-size : 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: hidden;
}

body h2, body *[role="heading"][aria-level="2"]{
  font-size:3.2rem;
  line-height:1.2;
  margin: 0 0 20px 0;
  font-weight: bold;
}
body h3, body *[role="heading"][aria-level="3"]{
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 10px 0;
  font-weight: bold;
}
/* Header
 * ========================================================================== */
 
header {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0;
  background: var(--color-white);
  border-bottom: #aaa 1px solid;
}
header .header-logo{
  display: inline-block;
  position: relative;
}
header .header-content-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 11rem;
  width: 100%;
  max-width: calc(var(--breakpoint-lg) + 41px);
  text-align: left;
  margin: auto;
}
html.sm header .header-content-wrap{
  height:9rem;
}
html.xs header .header-content-wrap,
html.xxs header .header-content-wrap{
  height: 6rem;
}
header .header-content-top{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 7.4rem;
}
html.sm header .header-content-top{
  height: 6rem;
}
html.xs header .header-content-top,
html.xxs header .header-content-top{
  height:auto;
}
header .header-logo-wrap{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
header .header-logo-wrap .header-logo{
  display: flex;
  color: #00519c;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  height: 5.8rem;
  justify-content: space-between;
  margin-left: 20px;
  flex-direction: column;
  align-items: flex-start;
}
html.sm header .header-logo-wrap .header-logo{
  height: 4.7rem;
  font-size: 1.4rem;
}
html.sm header.et-fixed-header .header-logo-wrap .header-logo {
  height: 4.4rem !important;
}
html.xxs header .header-logo-wrap .header-logo,
html.xs header .header-logo-wrap .header-logo{
  flex-direction: column;
  align-items: flex-start;
  height: 4.4rem !important;
  font-size: 1.4rem;
}
header.et-fixed-header .header-logo-wrap .header-logo{
  height: auto !important;
  font-size: 1.4rem !important;
}
html.xxs header .header-logo-wrap .header-logo img,
html.xs header .header-logo-wrap .header-logo img,
header.et-fixed-header .header-logo-wrap .header-logo img,
html.sm header.et-fixed-header .header-logo-wrap .header-logo img,
html.xxs header.header-logo-wrap .header-logo img,
html.xs header.header-logo-wrap .header-logo img{
  width: 11.5rem;
  max-width: 11.5rem;
  min-width: 11.5rem;
}
header .header-logo-wrap .header-logo img{
  width: 14rem;
  max-width: 14rem;
}
html.sm header .header-logo-wrap .header-logo img{
  width: 12.8rem;
  max-width: 12.8rem;
}
html:not(.xs):not(.xxs) header.et-fixed-header .header-content-wrap{
  height: 10.5rem !important;
  justify-content: end;
}
html.sm header.et-fixed-header .header-content-wrap{
  height: 9.5rem !important;
}
header .button-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
html.xxs header .button-content,
html.xs header .button-content{
  padding-left: 10px;
}
header .button-login{
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  height: 100%;
}
header .request-form{
  margin-right: 5px;
}
html.xxs header .request-form,
html.xs header .request-form{
  display:none;
}
header .request-form.btn-wrap a.btn-standard.sizeSS{
  font-size: 1.4rem;
  white-space: nowrap;
  margin-bottom: 0;
}
header .smart-security-login{
  margin-right: 15px;
}
html.xxs header .smart-security-login,
html.xs header .smart-security-login{
  display:none;
}
html.xxs header .header-content-top .topbar-links,
html.xs header .header-content-top .topbar-links {
  display: none;
}
header .smart-security-login a,
header .topbar-links a {
  height: 3.3rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
header .smart-security-login a,
header .navigation-list .navigation-item a,
header .topbar-links a {
  position:relative;
  text-decoration: none;
}
html:not(.mobile):not(.xs):not(.xxs) header .language-selectbutton:after,
html:not(.mobile):not(.xs):not(.xxs) header .smart-security-login a:after,
html:not(.mobile):not(.xs):not(.xxs) header .navigation-list .navigation-item a:after,
html:not(.mobile):not(.xs):not(.xxs) header .topbar-links a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #65c7dc;
  transition: width .3s;
  position: absolute;
}
html:not(.mobile):not(.xs):not(.xxs) header .language-selectbutton:after,
html:not(.mobile):not(.xs):not(.xxs) header .smart-security-login a:after,
html:not(.mobile):not(.xs):not(.xxs) header .topbar-links a:after{
  bottom:0;
}
header .navigation-list .navigation-item a:after{
  bottom:-4px;
}
html:not(.mobile):not(.xs):not(.xxs) header .navigation-list .navigation-item a.underlined:after,
html:not(.mobile):not(.xs):not(.xxs) header .language-selectbutton:hover:after,
html:not(.mobile):not(.xs):not(.xxs) header .smart-security-login a:hover:after,
html:not(.mobile):not(.xs):not(.xxs) header .navigation-list .navigation-item a:hover:after,
html:not(.mobile):not(.xs):not(.xxs) header .topbar-links a:hover:after{
   width:100%;
}
html:not(.mobile):not(.xs):not(.xxs) header .language-selectbutton:active,
html:not(.mobile):not(.xs):not(.xxs) header .smart-security-login a:active,
html:not(.mobile):not(.xs):not(.xxs) header .navigation-list .navigation-item a:active,
html:not(.mobile):not(.xs):not(.xxs) header .topbar-links a:active {
  transform: translateY(1px);
}
header .smart-security-login a svg{
  }
header .smart-security-login a svg{
  margin-right: 7px;
  height: 16px;
}
header .button-login .smart-security-login a svg path{
  fill: var(--color-ultramarine);
}
header #drawer-check:checked ~ .header-content-top .drawer-check-wrap i:first-child{
  display: none;
}
header #drawer-check:checked ~ .header-content-top .drawer-check-wrap i:last-child{
  display: block;
}
header #drawer-check ~  .header-content-top .drawer-check-wrap i:last-child{
  display: none;
}
header .drawer-check-wrap{
  margin-right: 15px;
  margin-left: 5px;
  display: flex;
}
html:not(.xs):not(.xxs) header .drawer-check-wrap{
  display:none;
}
header .drawer-check-wrap label{
  position: relative;
  width: 30px;
  height: 32px;
  margin-top: 2px;
}
html.xs header .header-content-bottom,
html.xxs header .header-content-bottom{
  width: 100%;
  position: absolute;
  transform: scaleY(0);
  /*transition: transform 0.26s ease;*/
  transform-origin: top;
  overflow-y: hidden;
  background: var(--color-ultramarine);
  left: 0;
  right: auto;
  top: 6rem;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  height: calc( 100vh - 6rem );
  overflow-x: hidden;
  overflow-y: auto;
  z-index:1;
}
header #drawer-check:checked ~ .header-content-bottom{
  transform: scaleY(1);
  transition: transform 0.26s ease;
}
header .header-content-bottom .btn-wrap a img{
  margin-right: 8px;
}
header .navigation-list{
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  margin: 0 20px;
  max-height: 4.6rem;
  height: 4.6rem;
  align-items: center;
}
html.sm header .navigation-list{
  max-height: 3.7rem;
  height: 3.7rem;
}
html.xs header .navigation-list,
html.xxs header .navigation-list{
  margin: 0px;
  display: block;
  max-height: none;
  height: auto;
}
header .navigation-list .navigation-item{
  display: flex;
}
html.sm header .topbar-links,
html.md header .topbar-links,
html.lg header .topbar-links,
html.xlg header .topbar-links {
  display: flex;
  column-gap: 12px;
}
html.sm header .topbar-links li,
html.md header .topbar-links li,
html.lg header .topbar-links li,
html.xlg header .topbar-links li {
  padding-right: 12px;
  border-right: #aaa 1px solid;
}
html.sm header .topbar-links li:last-child,
html.md header .topbar-links li:last-child,
html.lg header .topbar-links li:last-child,
html.xlg header .topbar-links li:last-child {
  margin-right: 12px;
}
html.xs header .navigation-list .navigation-item,
html.xxs header .navigation-list .navigation-item{
  border-bottom: 1px solid #eee;
  position: relative;
  margin: 0;
}
header .navigation-list .navigation-item a{
  color: #333;
  margin: 0 15px 0 0;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  text-align:center;
  word-break: keep-all;
}
html.xs header .navigation-list .navigation-item a,
html.xxs header .navigation-list .navigation-item a{
  color: var(--color-white);
  padding: 1em calc(20px + 1em) 1em 1em;
  font-size: 1.8rem;
  text-align: left;
  width: 100%;
  margin-right: 0;
}
html.sm header .navigation-list .navigation-item a{
  font-size: 1.2rem !important;
  margin-right:10px
}
html.md header .navigation-list .navigation-item a{
  font-size: 1.5rem !important;
  margin-right:10px
}
header .navigation-list .navigation-item:last-child a,
html.sm header .navigation-list .navigation-item:last-child a,
html.md header .navigation-list .navigation-item a{
  margin-right:0
}
html.xs header .navigation-list .navigation-item a i,
html.xxs header .navigation-list .navigation-item a i{
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
html:not(.xs):not(.xxs) header .navigation-list .navigation-item a i {
  display:none;
}
html:not(.xs):not(.xxs) header .navigation-bottom{
  display:none;
}
html header .navigation-bottom .btn-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 25px 0 50px;
}
html header .navigation-bottom .btn-wrap a{
  font-size: 1.8rem;
}
html header .navigation-bottom .btn-wrap a svg {
  height: 21px;
  margin-right: 7px;
}
html header .navigation-bottom .btn-wrap a svg path {
  color: var(--color-white);
}
html:not(.xs):not(.xxs) .header-content-wrap{
  transition: height 0.26s 0s ease;
}
html:not(.xs):not(.xxs) .et-fixed-header .button-login-wrap{
  display:none;
}
html:not(.xs):not(.xxs) .et-fixed-header  .button-content{
  justify-content: end;
}
html:not(.xs):not(.xxs) .et-fixed-header .header-content-wrap{
  height:10rem;
}
html.sm .et-fixed-header .header-content-wrap {
    height: 9.5rem;
}
.et-fixed-header .header-logo-wrap .header-logo img,
html.sm .et-fixed-header .header-logo-wrap .header-logo img,
html.xs .header-logo-wrap .header-logo img,
html.xxs .header-logo-wrap .header-logo img{
  width:140px;
  max-width:140px;
  min-width:140px;
}

/* tool-tip
 * ========================================================================== */

.res-tooltip-box-wrapper{
  padding-right: 20px;
}
html.xs .res-tooltip-box-wrapper,
html.xxs .res-tooltip-box-wrapper{
  padding-right: 0;
}
.res-tooltip-box-wrapper .language-selectbutton {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  position: relative;
  height:3.3rem;
}
.res-tooltip-box-wrapper input ~ div.language-selectbutton i{
  left: auto;
}
.res-tooltip-box-wrapper input ~ div.language-selectbutton i:nth-last-child(2){
  display:block;
}
.res-tooltip-box-wrapper input ~ div.language-selectbutton i:last-child{
  display:none;
}
.res-tooltip-box-wrapper input:checked ~ div.language-selectbutton i:nth-last-child(2){
  display:none;
}
.res-tooltip-box-wrapper input:checked ~ div.language-selectbutton i:last-child{
  display:block;
}
.res-tooltip-box-wrapper #language-tooltip {
  position:relative;
}
.res-tooltip-box-wrapper .tooltip-box:before {
  content: "";
  border: solid transparent;
  position: absolute;
  border-width: 10px;
  border-bottom-color: var(--color-ultramarine);
  right: 0;
  left: 0;
  top: -20px;
  width: 20px;
  margin: auto;
}
.res-tooltip-box-wrapper .tooltip-box {
  position: absolute;
  top: 0px;
  width: calc( 100% + 20px);
  background: var(--color-white);
  border: var(--color-ultramarine) 2px solid;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  margin: 0;
  left: -18px;
}
.res-tooltip-box-wrapper input:checked ~ div .tooltip-box{
  top: 10px;
  visibility: visible;
  opacity: 1;
}
.res-tooltip-box-wrapper .tooltip-box li a{
  color:var(--color-ultramarine);
  display: flex;
  align-items: center;
  justify-content: center;
}
.res-tooltip-box-wrapper .tooltip-box li a img{
  height: 100%;
  margin-right: 10px;
}
.res-tooltip-box-wrapper .tooltip-box dl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.res-tooltip-box-wrapper .tooltip-box dt{
  text-align: center;
  background: var(--color-ultramarine);
  color: var(--color-white);
  padding: 12px 6px;
}
.res-tooltip-box-wrapper .tooltip-box dd{
  padding: 0;
  margin: 0;
}
.res-tooltip-box-wrapper .tooltip-box dd ul{
  padding-left: 0px;
}
.res-tooltip-box-wrapper .tooltip-box dd li{
  padding: 12px 6px;
  position: relative;
}
.res-tooltip-box-wrapper .tooltip-box dd li:not(:last-child) {
    padding-bottom: 6px;
}

/* title-content
 * ========================================================================== */

.title-content{
  background-color: var(--color-ultralightgray);
}
.title-content .title-box{
  max-width: calc(var(--breakpoint-lg) - 1px);
  margin: auto;
}
.title-content .title-box h1{
  padding: 40px 20px;
  margin: 0;
  color: var(--color-ultramarine);
  font-size:5rem;
}
.title-content.title-hidden{
  font-size:0;
  margin:0;
  padding:0;
  opacity:0;
  height:0;
}
html.xs .title-content .title-box h1,
html.xxs .title-content .title-box h1{
  padding: 30px 20px;
  font-size: 3.2rem;
  line-height: 1;
}

/* breadcrumb
 * ========================================================================== */

.breadcrumb{
  max-width: calc(var(--breakpoint-lg) - 1px);
  margin: auto;
}
.breadcrumb .breadcrumb-list{
  padding: 0 20px;
}
.breadcrumb .breadcrumb-list li{
  font-size: 1.4rem;
  position:relative;
  display: inline-block;
}
.breadcrumb .breadcrumb-list li:not(:last-child):after{
  content: "";
  display: block;
  box-sizing: border-box;
  border-right: 1px solid;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  border-color: currentColor;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb .breadcrumb-list li a{
  color: var(--color-ultramarine);
  text-decoration: underline;
}

/* mainvis-float-box
 * ========================================================================== */
 
.mainvis-float-box{
  position: absolute;
  z-index: 2;
  width: 100%;
}
.mainvis-float-box #mainvis-float-content{
  background: rgb(0,81,156,0.8);
  padding: 0 0 0 2rem;
  display:flex;
  justify-content: center;
}
.mainvis-float-box #mainvis-float-content label{
  min-width: 20px;
  margin-right: 6px;
  position: relative;
}
.mainvis-float-box #mainvis-float-check:checked ~ #mainvis-float-content{
  display:none;
}
.mainvis-float-box #mainvis-float-text{
  font-size: 1.4rem;
  color: var(--color-white);
  line-height: 1;
  margin: 14px 6px 14px 0;
}
.mainvis-float-box #mainvis-float-text p,
.mainvis-float-box #mainvis-float-text a {
  color: #fff;
}


/* button
 * ========================================================================== */

.btn-wrap{
  text-align:center;
}
.btn-wrap a, .btn-wrap label, .btn-wrap input{
  padding: 0.5rem 4rem;
  color: var(--color-white);
  text-decoration: none;
  /*white-space:nowrap;*/
  display: inline-block;
  /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
}
.btn-wrap a:hover, .btn-wrap label:hover, .btn-wrap input:hover{
  /*box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);*/
  box-shadow: 0px 5px 9px -1px rgb(0 0 0 / 25%), 0px 9px 18px 0px rgb(0 0 0 / 18%), 0px 2px 27px 0px rgb(0 0 0 / 16%);
}
.btn-wrap a:active, .btn-wrap label:active, .btn-wrap input:active{
  transform: translateY(1px);
}
.btn-border-double{
  border: 2px double var(--color-white);
}
.btn-wrap label{
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  border-width: 1px;
}
.btn-wrap label .gg-right-arrow-head{
  right: auto;
}
.btn-wrap label:hover .gg-right-arrow-head{
  animation-name: iu;
  animation-duration: .5s;
  animation-timing-function: ease-out;
}
@keyframes iu {
  50% {transform: rotate(0deg) translateX(3px);}
  to {transform: rotate(0deg) translate(0)}
}
html:not(.xs):not(.xxs) .btn-wrap label.hover-tx-ultramarine:hover .gg-right-arrow-head:after{
  color: var(--color-ultramarine);
}
html .gform_wrapper.gravity-theme .gform_footer, 
html .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
}
html .gform_wrapper.gravity-theme .gform_footer .gform_button {
  margin-left: auto;
  margin-right: auto;
}
.gform_button {
  padding: 0 6rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center; 
}
.btn-wrap .btn-sizeL {
  padding: 0 6rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-wrap .btn-sizeM{
  padding: 0 3rem;
  height: 4.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-wrap .btn-sizeS{
  padding: 0 2rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.gform_button {
  padding: 0 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight:bold;
  line-height: 1;
  font-size:1.6rem;
  margin: 0 0 3px; 
  background-color: var(--color-ultramarine);
  color: var(--color-white);
  border-radius: 100vh;
  border: 0; 

}
.gform_button:hover {
  opacity: 0.7;
}
.res-form-box .gform_footer {
  text-align: center;
}
.res-form-box .gform_button {
  width: 570px;
  max-width: calc(100% - 20px);  
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
}
.btn-wrap a.btn-standard,
.btn-wrap label.btn-standard,
.btn-wrap input.btn-standard{
  padding: 0 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight:bold;
  line-height: 1;
  font-size:1.6rem;
  margin: 0 0 3px;
}
.btn-wrap input.btn-standard{
  border:0;
}
.btn-wrap .btn-standard:hover{
  opacity:0.7;
}

.btn-wrap a.btn-outline,
.btn-wrap input.btn-outline,
.btn-wrap label.btn-outline{
  padding: 0 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight:bold;
  line-height: 1;
  font-size:1.6rem;
  background-color: var(--color-white);
  border:2px solid var(--color-ultramarine);
  color:var(--color-ultramarine);
  margin: 0;
}
.btn-wrap .btn-outline:hover{
  background:var(--color-ultramarine) !important;
  border-color:var(--color-ultramarine) !important;
  color:var(--color-white) !important;
}

.btn-wrap .btn-standard.sizeSS,
.btn-wrap .btn-outline.sizeSS{
  padding: 0 30px;
  width: auto;
  min-width: 120px;
  height: 30px;
  max-width: calc(100% - 40px);
}
.btn-wrap .btn-standard.sizeS,
.btn-wrap .btn-outline.sizeS{
  padding: 0 30px;
  width:auto;
  min-width:160px;
  height:40px;
  max-width:calc(100% - 40px);
}
.btn-wrap .btn-standard.sizeM,
.btn-wrap .btn-outline.sizeM{
  padding: 0 30px;
  width:auto;
  min-width:200px;
  height:50px;
  max-width:calc(100% - 40px);
}
.btn-wrap .btn-standard.sizeL,
.btn-wrap .btn-outline.sizeL{
  padding: 0 30px;
  width:auto;
  min-width:320px;
  height:60px;
  max-width:calc(100% - 40px);
}
@media print, screen and (max-width: 400px){
  .btn-wrap .btn-standard.sizeL,
  .btn-wrap .btn-outline.sizeL{
    min-width: calc(100vw - 80px);
  }
}
.btn-wrap .btn-standard.sizeLL,
.btn-wrap .btn-outline.sizeLL{
  padding: 0 30px;
  width:auto;
  min-width:570px;
  height:60px;
  max-width:calc(100% - 40px);
}
@media print, screen and (max-width: 650px){
  .btn-wrap .btn-standard.sizeLL,
  .btn-wrap .btn-outline.sizeLL{
    min-width: calc(100vw - 80px);
  }
}
html.xs .btn-wrap .btn-standard,
html.xxs .btn-wrap .btn-standard,
html.xs .btn-wrap .btn-outline,
html.xxs .btn-wrap .btn-outline{
  padding: 0 1rem;
}

.btn-wrap a.btn-pagetop{
  padding: 0;
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid var(--color-ultramarine) !important;
  font-weight: bold;
  color: var(--color-ultramarine) !important;
}
html:not(.mobile) .btn-wrap a.btn-pagetop:hover{
  background:var(--color-ultramarine) !important;
  border-color:var(--color-ultramarine) !important;
  color: var(--color-white) !important;
  background-color: var(--color-ultramarine) !important;
}

.btn-wrap a.btn-pagetop i{
  margin: 0 auto;
}
.btn-wrap .btn-pagetop i ~ span{
  margin: -5px auto 0;
  font-size: 1.4rem;
}
html:not(.mobile) .btn-wrap .btn-pagetop:hover i:after{
  border-color:var(--color-white) !important;
}
.btn-wrap .btn-pagetop:hover .gg-top-arrow-head{
  animation-name: au;
  animation-duration: .5s;
  animation-timing-function: ease-out;
}
@keyframes au {
  50% {transform: rotate(0deg) translateY(-3px);}
  to {transform: rotate(0deg) translate(0)}
}

.btn-wrap .btn-disabled{
  box-shadow: none !important;
  background-color: var(--color-darkgray) !important;
  opacity:1 !important;
  transform: none !important;
  pointer-events: none;
}
.btn-download-wapper dl{
  padding: 0;
}
.btn-download-wapper dt{
  font-size: 1.6rem;
  font-weight: bold;
}
.btn-download-wapper dd{
  display: inline-block;
  margin-inline-start: unset;
  padding: 20px 10px;
}
.btn-download-wapper img{
  height: 52px;
}
}
.btn-download-wapper.res-card-box-summary-txt{
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: center;
}
.btn-download-wapper.res-card-box-summary-txt a{
  margin:20px 0 !important;
}
.btn-download-wapper a:hover,
.btn-sns-wapper a:hover{
  opacity:0.7;
}

/* section
 * ========================================================================== */

section > .section-content,
article > .section-content,
aside > .section-content,
div > .section-content{

}
.section-content-body section > .section-content,
.section-content-body article > .section-content,
.section-content-body aside > .section-content,
.section-content-body div > .section-content{
  padding-bottom:0;
}
.section-content > .section-content-head,
.section-content > .section-content-bottom{
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 20px 0px;
}
.section-content > .section-content-head h2 + p,
.section-content > .section-content-head *[role="heading"][aria-level="2"] + p,
.section-content > .section-content-head p + h2,
.section-content > .section-content-head p + *[role="heading"][aria-level="2"]{
  margin-top: 0;
}
.section-content > .section-content-head h2 + p,
.section-content > .section-content-head *[role="heading"][aria-level="2"] + p{
  margin-bottom: 16px; 
}
html.xs .section-content > .section-content-head h2,
html.xxs .section-content > .section-content-head h2,
html.xs .section-content > .section-content-head *[role="heading"][aria-level="2"],
html.xxs .section-content > .section-content-head *[role="heading"][aria-level="2"]{
  line-height: 1;
}
html.xs .section-content > .section-content-head p,
html.xxs .section-content > .section-content-head p{
  margin-top: 10px;
}
.section-content > .section-content-main-image{
  padding:0 20px;
}
.section-content > .section-content-main-image > div{
  position:relative;
  text-align: center;
}
.section-content > .section-content-body{
  padding:0 20px;
}
.section-content > .section-content-bottom{
  text-align:left;
  padding-top:0px;
  display: block;
}
.section-content > .section-content-bottom .section-content-bottom-comment{
  width:100%;
  margin: 0;
}

.section-content.landing-content .res-card-box-inner {
  align-items: flex-start;
}
.section-content.landing-content .res-card-box-form p {
  font-style: italic;
  opacity: 0.7;
}
html:not(.sm):not(.xs):not(.xxs) .section-content.landing-content .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-summary {
  padding: 30px;
}
html:not(.md):not(.lg):not(.xlg) .section-content.landing-content .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-summary {
  padding: 15px;
}

html:not(.sm):not(.xs):not(.xxs) .landing-content .res-card-box-form {
  margin-right: 0;
  margin-left: auto;
}

section > .section-content .max-fit-content,
article > .section-content .max-fit-content,
aside > .section-content .max-fit-content,
div > .section-content .max-fit-content{
  max-width: fit-content;
  max-width: -moz-fit-content;
  display: block;
  margin: auto;
  width: 100%;
}
section > .section-content .switch-toggle-from-here ~ div,
article > .section-content .switch-toggle-from-here ~ div,
aside > .section-content .switch-toggle-from-here ~ div,
div > .section-content .switch-toggle-from-here ~ div{
  border: none;
  display: block;
  height: 0 !important;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  overflow-y: hidden;
}
section > .section-content .switch-toggle-from-here:checked ~ div,
article > .section-content .switch-toggle-from-here:checked ~ div,
aside > .section-content .switch-toggle-from-here:checked ~ div,
div > .section-content .switch-toggle-from-here:checked ~ div{
  height: auto !important;
  opacity: 1;
  visibility: visible;
  overflow-y: visible;
}
.section-content .section-content > *{
  padding-left: 0;
  padding-right: 0;
}

.section-content .btn-wrap .res-card-box-item-button{
  margin-top : 30px;
}
.section-content .res-card-box-item-button input:not(:checked) + *{
  display:block;
}
.section-content .res-card-box-item-button input:not(:checked) + * + *{
  display:none;
}
.section-content .res-card-box-item-button input:checked + *{
  display:none;
}
.section-content .res-card-box-item-button input:checked + * + *{
  display:block;
}

.section-content .res-card-box .icon {
  margin-bottom: 1.5rem;
}

.section-content .res-card-box #map {
  height: 100%;
  width: 100%;
}

/* res-card-box
 * ========================================================================== */

.res-cp-box-wrapper{
  display:flex;
  flex-wrap:wrap;
}
.res-cp-box-wrapper .res-card-box{
  position: relative;
  height: auto;
  /*box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);*/
  /*border: 1px solid rgba(0, 0 ,0, 0.3);*/
}
.res-cp-box-wrapper .res-card-box.res-box-border{
  border: 1px solid rgba(0, 0 ,0, 0.2);
}
.res-cp-box-wrapper .res-card-box.res-box-shadow{
  box-shadow: 0px 3px 15px rgb(0 0 0 / 20%) !important;
}
.res-cp-box-wrapper.btn-wrap a.res-card-box.btn-standard:focus{
  position: relative;
  outline:none;
}
.res-cp-box-wrapper.btn-wrap a.res-card-box.btn-standard:focus:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid gray;
}
.res-cp-box-wrapper .res-card-box.res-card-box-item-row{
  box-shadow: none;
  border-bottom: 1px solid;
  width: 100%;
  margin: 0 20px 0px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.section-content .section-content .res-cp-box-wrapper .res-card-box.res-card-box-item-row{
  margin-left: 0;
  margin-right: 0;
}
.res-cp-box-wrapper .res-card-box.res-card-box-item-row:first-child{
  border-top: 1px solid;
}

html.xs .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs{
  box-shadow: none;
  border-bottom: 1px solid;
  width: 100%;
  margin: 0 20px 0px;
}
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs:first-child,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs:first-child{
  border-top: 1px solid;
}
html.xs .res-cp-box-wrapper[class*="cp-item-"] .res-card-box.res-card-box-item-row-xs,
html.xxs .res-cp-box-wrapper[class*="cp-item-"] .res-card-box.res-card-box-item-row-xs {
  width: 100% !important;
  margin: 0 0 -11px !important;
  box-shadow: none;
  border-left: 0;
  border-right: 0 !important;
  border-top: 0;
}
html.xs .res-cp-box-wrapper[class*="cp-item-"] .res-card-box.res-card-box-item-row-xs .res-card-box-inner,
html.xxs .res-cp-box-wrapper[class*="cp-item-"] .res-card-box.res-card-box-item-row-xs .res-card-box-inner{
  flex-direction: row;
  height: 100%;
}
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-item-row-sm{
  box-shadow: none;
  border-bottom: 1px solid;
  width: 100%;
  margin: 0 20px 0px;
}
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-item-row-sm:first-child{
  border-top: 1px solid;
}
html.sm .res-cp-box-wrapper[class*="cp-item-"] .res-card-box.res-card-box-item-row-sm {
  width: 100% !important;
  margin: 0 0 -21px !important;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
html.sm .res-cp-box-wrapper[class*="cp-item-"] .res-card-box.res-card-box-item-row-sm .res-card-box-inner{
  flex-direction: row;
  height: 100%;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-item-row-md,
  box-shadow: none;
  border-bottom: 1px solid;
  width: 100%;
  margin: 0 20px 0px;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-item-row-md:first-child{
  border-top: 1px solid;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper[class*="cp-item-"] .res-card-box.res-card-box-item-row-md {
  width: 100% !important;
  margin: 0 0 -11px !important;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper[class*="cp-item-"] .res-card-box.res-card-box-item-row-md .res-card-box-inner{
  flex-direction: row;
  height: 100%;
}
.res-cp-box-wrapper .res-card-box .res-card-box-inner{
  display: flex;
  width: 100%;
  text-decoration: none;
  flex-direction: column;
  position: relative;
  margin: auto;
  height: 100%;
  overflow: hidden;
}
.res-cp-box-wrapper .res-card-box a.res-card-box-inner{
  align-items: stretch;
  z-index: 0;
  padding:0;
  border-radius: 0;
  line-height: 1.5;
}

.res-cp-box-wrapper .res-card-box.btn-wrap a.res-card-box-inner:active{
  transform: none;
}
.res-cp-box-wrapper .res-card-box.btn-wrap a.res-card-box-inner:focus{
  position: relative;
  outline:none;
}
.res-cp-box-wrapper .res-card-box.btn-wrap a.res-card-box-inner:focus:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid gray;
}
.res-cp-box-wrapper .res-card-box .res-card-box-image img.res-card-box-border,
.res-cp-box-wrapper .res-card-box .res-card-box-image svg.res-card-box-border{
  border-radius: 5px;
  border: 1px solid #ccc;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  height: calc(100% - 20px);
}
.res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-contain{
  object-fit: contain;
}
.res-cp-box-wrapper .res-card-box .res-card-box-image img.res-card-box-border.res-card-box-contain,
.res-cp-box-wrapper .res-card-box .res-card-box-image svg.res-card-box-border.res-card-box-contain{
  max-height: 250px;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-inner,
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-sm .res-card-box-inner,
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-inner,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-inner{
  flex-direction: row;
  height: 100%;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-image,
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-sm .res-card-box-image,
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image{
  width: 35%;
  padding: 0 0 0 15px;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper.image-left .res-card-box.res-card-box-horizonal-md .res-card-box-image {
  padding-left: 0!important;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper.image-right .res-card-box.res-card-box-horizonal-md .res-card-box-image {
  padding-right: 0!important;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-image img.res-card-box-border,
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-image svg.res-card-box-border,
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-sm .res-card-box-image img.res-card-box-border,
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-sm .res-card-box-image svg.res-card-box-border,
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image img.res-card-box-border,
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image svg.res-card-box-border,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image img.res-card-box-border,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image svg.res-card-box-border{
  width: 100%;
  margin: auto;
  height: 100%;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary{
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-summary,
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-sm .res-card-box-summary,
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-summary,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-summary{
  padding: 5px;
  margin: 10px;
  height: auto;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper.image-left .res-card-box.res-card-box-horizonal-md .res-card-box-summary {
  padding-left: 15px!important;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper.image-right .res-card-box.res-card-box-horizonal-md .res-card-box-summary {
  padding-right: 15px!important;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.btn-wrap.res-card-box-horizonal-md a.res-card-box-inner .res-card-box-summary,
html.sm .res-cp-box-wrapper .res-card-box.btn-wrap.res-card-box-horizonal-sm a.res-card-box-inner .res-card-box-summary,
html.xs .res-cp-box-wrapper .res-card-box.btn-wrap.res-card-box-horizonal-xs a.res-card-box-inner .res-card-box-summary,
html.xxs .res-cp-box-wrapper .res-card-box.btn-wrap.res-card-box-horizonal-xs a.res-card-box-inner .res-card-box-summary{
  padding: 10px 5px;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-image ~ .res-card-box-summary,
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-sm .res-card-box-image ~ .res-card-box-summary,
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image ~ .res-card-box-summary,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image ~ .res-card-box-summary{
  width: 65%;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-date{
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl,
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt {
  margin: 0;
  font-size: 1.5rem;
  display: flex;
  flex-flow: column wrap;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt.tx-align-center {
  margin-left: auto;
  margin-right: auto;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt.tx-align-center img {
  margin-left: auto;
  margin-right: auto;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary .lead,
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt .lead {
  font-size: 1.9rem;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl.tx-align-left {
  align-items: flex-start;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl.tx-align-right {
  align-items: flex-end;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl + .res-card-box-summary-txt {
  margin-top: 1.5rem;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt p,
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt ul,
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt ol {
  margin-bottom: 1.5rem;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt p:last-child,
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt ul:last-child,
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt ol:last-child {
  margin-bottom: 0;
}
.res-toggle-switch .res-card-box-image {
  max-width: 75%;
  margin-top: 20px;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-summary-ttl,
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-sm .res-card-box-summary-ttl,
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-summary-ttl,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-summary-ttl{
  position: relative;
}
.res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl a,
.res-cp-box-wrapper .res-card-box .res-card-box-summary-txt a{
  margin: 0 3px;
}
.res-cp-box-wrapper .res-card-box .res-card-box-morelink{
  margin: auto 0 0;
  padding-top: 5px;
  align-items: center;
}
.res-cp-box-wrapper .res-card-box .res-card-box-morelink a{
  font-size: 1.4rem;
  cursor: pointer;
  display: inline-flex;
  vertical-align: bottom;
}
.res-cp-box-wrapper .res-card-box .res-card-box-morelink .gg-right-arrow-head{
  left: -5px;
}
.res-cp-box-wrapper .res-card-box .res-card-box-morelink a:hover .gg-right-arrow-head{
  animation-name: iu;
  animation-duration: .5s;
  animation-timing-function: ease-out;
}
.res-cp-box-wrapper .res-card-box .res-card-box-image img,
.res-cp-box-wrapper .res-card-box .res-card-box-image svg{
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-label{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  padding: 2px 5px;
  background-color: #f9c500;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
}
.res-cp-box-wrapper .res-card-box .res-card-box-circle-label{
  padding: 2px 5px;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  font-size: 0;
  background: var(--color-ultramarine);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 0;
}
.res-cp-box-wrapper .res-card-box .res-card-box-circle-label:first-child{
  margin-top: -65px;
  height: 60px;
  width: 60px;
}
html.xs .res-cp-box-wrapper .res-card-box .res-card-box-circle-label,
html.xxs .res-cp-box-wrapper .res-card-box .res-card-box-circle-label{
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
html.xs .res-cp-box-wrapper .res-card-box .res-card-box-circle-label:first-child,
html.xxs .res-cp-box-wrapper .res-card-box .res-card-box-circle-label:first-child{
  margin-top: -15px !important;
  margin-bottom: 15px !important;
}
.res-cp-box-wrapper .res-card-box .res-card-box-circle-label img{
  width: auto;
  height: 100%;
}

html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-md .res-card-box-image .res-card-box-image-label,
html.sm .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-sm .res-card-box-image .res-card-box-image-label,
html.xs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image .res-card-box-image-label,
html.xxs .res-cp-box-wrapper .res-card-box.res-card-box-horizonal-xs .res-card-box-image .res-card-box-image-label{
  top: 15px;
  left: 15px;
}
html:not(.sm):not(.xs):not(.xxs) .res-cp-box-wrapper .res-card-box:not(.res-card-box-horizonal-md) .res-card-box-image .res-card-box-border + .res-card-box-image-label,
html.sm .res-cp-box-wrapper .res-card-box:not(.res-card-box-horizonal-sm) .res-card-box-image .res-card-box-border + .res-card-box-image-label,
html.xs .res-cp-box-wrapper .res-card-box:not(.res-card-box-horizonal-xs) .res-card-box-image .res-card-box-border + .res-card-box-image-label,
html.xxs .res-cp-box-wrapper .res-card-box:not(.res-card-box-horizonal-xs) .res-card-box-image .res-card-box-border + .res-card-box-image-label{
  top: 20px;
  left: 20px;
}
.res-cp-box-wrapper.cp-item-md-1,
.res-cp-box-wrapper.cp-item-md-2,
.res-cp-box-wrapper.cp-item-md-3,
.res-cp-box-wrapper.cp-item-md-4,
.res-cp-box-wrapper.cp-item-md-5,
.res-cp-box-wrapper.cp-item-md-6,
.res-cp-box-wrapper.cp-item-md-7{
  gap: 20px;
  padding: 0 20px;
}
.section-content .section-content .res-cp-box-wrapper.cp-item-md-1,
.section-content .section-content .res-cp-box-wrapper.cp-item-md-2,
.section-content .section-content .res-cp-box-wrapper.cp-item-md-3,
.section-content .section-content .res-cp-box-wrapper.cp-item-md-4,
.section-content .section-content .res-cp-box-wrapper.cp-item-md-5,
.section-content .section-content .res-cp-box-wrapper.cp-item-md-6,
.section-content .section-content .res-cp-box-wrapper.cp-item-md-7{
  padding-left: 0px;
  padding-right: 0px;
}
.res-cp-box-wrapper.cp-item-md-1 .res-card-box{
  display: block;
  width: 100%;
}
.res-cp-box-wrapper.cp-item-md-2 .res-card-box{
  display: block;
  width: calc(50% - 10px);
}
.res-cp-box-wrapper.cp-item-md-3 .res-card-box{
  display: block;
  width: calc(33% - 11px);
}
.res-cp-box-wrapper.cp-item-md-4 .res-card-box{
  display: block;
  width: calc(25% - 15px);
}
.res-cp-box-wrapper.cp-item-md-5 .res-card-box{
  display: block;
  width: calc(20% - 16px);
}
.res-cp-box-wrapper.cp-item-md-6 .res-card-box{
  display: block;
  width: calc(17% - 21px);
}
.res-cp-box-wrapper.cp-item-md-7 .res-card-box{
  display: block;
  width: calc(15% - 26px);
}
html.sm .res-cp-box-wrapper.cp-item-sm-1 .res-card-box{
  width: 100%;
}
html.sm .res-cp-box-wrapper.cp-item-sm-2 .res-card-box{
  width: calc(50% - 11px);
}
html.sm .res-cp-box-wrapper.cp-item-sm-3 .res-card-box{
  width: calc(33% - 12px );
}
html.sm .res-cp-box-wrapper.cp-item-sm-4 .res-card-box{
  width: calc(25% - 15px);
}
html.sm .res-cp-box-wrapper.cp-item-sm-5 .res-card-box{
  width: calc(20% - 16px);
}
html.sm .res-cp-box-wrapper.cp-item-sm-6 .res-card-box{
  width: calc(17% - 21px);
}
html.sm .res-cp-box-wrapper.cp-item-sm-7 .res-card-box{
  width: calc(15% - 26px);
}
html.xs .res-cp-box-wrapper.cp-item-xs-1,
html.xxs .res-cp-box-wrapper.cp-item-xs-1,
html.xs .res-cp-box-wrapper.cp-item-xs-2,
html.xxs .res-cp-box-wrapper.cp-item-xs-2,
html.xs .res-cp-box-wrapper.cp-item-xs-3,
html.xxs .res-cp-box-wrapper.cp-item-xs-3{
  gap: 10px;
}
html.xs .res-cp-box-wrapper.cp-item-xs-1 .res-card-box,
html.xxs .res-cp-box-wrapper.cp-item-xs-1 .res-card-box,
html.xxs .res-cp-box-wrapper.cp-item-xs-2 .res-card-box{
  width: 100%;
}
html.xs .res-cp-box-wrapper.cp-item-xs-2 .res-card-box{
  width: calc(50% - 5px);
}
html.xs .res-cp-box-wrapper.cp-item-xs-3 .res-card-box,
html.xxs .res-cp-box-wrapper.cp-item-xs-3 .res-card-box{
  width: calc(33% - 6px);
}
.res-cp-box-wrapper.cp-item-between-0{
  row-gap: 20px !important;
  column-gap: 0 !important;
}
.res-cp-box-wrapper.cp-item-between-0 .res-card-box.res-box-border{
  box-shadow: none;
  border-top: 1px solid rgba(0, 0 ,0, 0.2);
  border-left: 1px solid rgba(0, 0 ,0, 0.2);
  border-bottom: 1px solid rgba(0, 0 ,0, 0.2);
}

html.xs .res-cp-box-wrapper.cp-item-between-0,
html.xxs .res-cp-box-wrapper.cp-item-between-0{
  row-gap: 10px !important;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-2 .res-card-box{
  width: 50%;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-2 .res-card-box:nth-child(2n+1):not(:last-child){
  z-index:1;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-2 .res-card-box:nth-child(2n+2):not(:last-child){
  z-index:0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-3 .res-card-box{
  width: calc(100% / 3);
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-3 .res-card-box:nth-child(3n+1):not(:last-child){
  z-index:2;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-3 .res-card-box:nth-child(3n+2):not(:last-child){
  z-index:1;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-3 .res-card-box:nth-child(3n+3):not(:last-child){
  z-index:0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-4 .res-card-box{
  width: 25%;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-4 .res-card-box:nth-child(4n+1):not(:last-child){
  z-index:3;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-4 .res-card-box:nth-child(4n+2):not(:last-child){
  z-index:2;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-4 .res-card-box:nth-child(4n+3):not(:last-child){
  z-index:1;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-4 .res-card-box:nth-child(4n+4):not(:last-child){
  z-index:0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-5 .res-card-box{
  width: 20%;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-5 .res-card-box:nth-child(5n+1):not(:last-child){
  z-index:4;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-5 .res-card-box:nth-child(5n+2):not(:last-child){
  z-index:3;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-5 .res-card-box:nth-child(5n+3):not(:last-child){
  z-index:2;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-5 .res-card-box:nth-child(5n+4):not(:last-child){
  z-index:1;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-5 .res-card-box:nth-child(5n+5):not(:last-child){
  z-index:0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-6 .res-card-box{
  width: calc(100% / 6);
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-6 .res-card-box:nth-child(6n+1):not(:last-child){
  z-index:5;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-6 .res-card-box:nth-child(6n+2):not(:last-child){
  z-index:4;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-6 .res-card-box:nth-child(6n+3):not(:last-child){
  z-index:3;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-6 .res-card-box:nth-child(6n+4):not(:last-child){
  z-index:2;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-6 .res-card-box:nth-child(6n+5):not(:last-child){
  z-index:1;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-6 .res-card-box:nth-child(6n+6):not(:last-child){
  z-index:0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box{
  width: calc(100% / 7);
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box:nth-child(7n+1):not(:last-child){
  z-index:6;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box:nth-child(7n+2):not(:last-child){
  z-index:5;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box:nth-child(7n+3):not(:last-child){
  z-index:4;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box:nth-child(7n+4):not(:last-child){
  z-index:3;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box:nth-child(7n+5):not(:last-child){
  z-index:2;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box:nth-child(7n+6):not(:last-child){
  z-index:1;
  border-right: 0;
}
html:not(.xxs):not(.xs):not(.sm) .res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box:nth-child(7n+7):not(:last-child){
  z-index:0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-1 .res-card-box{
  width: 100%;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-2 .res-card-box{
  width: 50%;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-2 .res-card-box:nth-child(2n+1):not(:last-child){
  z-index:1;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-2 .res-card-box:nth-child(2n+2):not(:last-child){
  z-index:0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-3 .res-card-box{
  width: calc(100% / 3);
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-3 .res-card-box:nth-child(3n+1):not(:last-child){
  z-index:2;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-3 .res-card-box:nth-child(3n+2):not(:last-child){
  z-index:1;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-3 .res-card-box:nth-child(3n+3):not(:last-child){
  z-index:0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-4 .res-card-box{
  width: 25%;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-4 .res-card-box:nth-child(4n+1):not(:last-child){
  z-index:3;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-4 .res-card-box:nth-child(4n+2):not(:last-child){
  z-index:2;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-4 .res-card-box:nth-child(4n+3):not(:last-child){
  z-index:1;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-4 .res-card-box:nth-child(4n+4):not(:last-child){
  z-index:0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-5 .res-card-box{
  width: 20%;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-5 .res-card-box:nth-child(5n+1):not(:last-child){
  z-index:4;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-5 .res-card-box:nth-child(5n+2):not(:last-child){
  z-index:3;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-5 .res-card-box:nth-child(5n+3):not(:last-child){
  z-index:2;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-5 .res-card-box:nth-child(5n+4):not(:last-child){
  z-index:1;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-5 .res-card-box:nth-child(5n+5):not(:last-child){
  z-index:0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-6 .res-card-box{
  width: calc(100% / 6);
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-6 .res-card-box:nth-child(6n+1):not(:last-child){
  z-index:5;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-6 .res-card-box:nth-child(6n+2):not(:last-child){
  z-index:4;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-6 .res-card-box:nth-child(6n+3):not(:last-child){
  z-index:3;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-6 .res-card-box:nth-child(6n+4):not(:last-child){
  z-index:2;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-6 .res-card-box:nth-child(6n+5):not(:last-child){
  z-index:1;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-6 .res-card-box:nth-child(6n+6):not(:last-child){
  z-index:0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-7 .res-card-box{
  width: calc(100% / 7);
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-7 .res-card-box:nth-child(7n+1):not(:last-child){
  z-index:6;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-7 .res-card-box:nth-child(7n+2):not(:last-child){
  z-index:5;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-7 .res-card-box:nth-child(7n+3):not(:last-child){
  z-index:4;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-7 .res-card-box:nth-child(7n+4):not(:last-child){
  z-index:3;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-7 .res-card-box:nth-child(7n+5):not(:last-child){
  z-index:2;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-7 .res-card-box:nth-child(7n+6):not(:last-child){
  z-index:1;
  border-right: 0;
}
html.sm .res-cp-box-wrapper.cp-item-between-0.cp-item-sm-7 .res-card-box:nth-child(7n+7):not(:last-child){
  z-index:0;
}
html.xs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-1 .res-card-box,
html.xxs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-1 .res-card-box,
html.xxs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-2 .res-card-box{
  width: 100%;
}
html.xs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-2 .res-card-box{
  width: 50%;
}
html.xs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-2 .res-card-box:nth-child(2n+1):not(:last-child),
html.xxs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-2 .res-card-box:nth-child(2n+1):not(:last-child){
  z-index:1;
  border-right: 0;
}
html.xs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-2 .res-card-box:nth-child(2n+2):not(:last-child),
html.xxs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-2 .res-card-box:nth-child(2n+2):not(:last-child){
  z-index:0;
}
html.xs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-3 .res-card-box,
html.xxs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-3 .res-card-box{
  width: calc(100% / 3);
}
html.xs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-3 .res-card-box:nth-child(3n+1):not(:last-child),
html.xxs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-3 .res-card-box:nth-child(3n+1):not(:last-child){
  z-index:2;
  border-right: 0;
}
html.xs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-3 .res-card-box:nth-child(3n+2):not(:last-child),
html.xxs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-3 .res-card-box:nth-child(3n+2):not(:last-child){
  z-index:1;
  border-right: 0;
}
html.xs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-3 .res-card-box:nth-child(3n+3):not(:last-child),
html.xxs .res-cp-box-wrapper.cp-item-between-0.cp-item-xs-3 .res-card-box:nth-child(3n+3):not(:last-child){
  z-index:0;
}

.res-cp-box-wrapper .res-card-box .res-card-box-image{
  position: relative;
}
.res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle{
  background-color: #f9c500;
  font-size: 0;
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  width: calc(6vw);
  height: calc(6vw);
  border-radius: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle img,
.res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle svg{
  position: absolute;
  width: 50%;
  height: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
}
html.xs .res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle,
html.xxs .res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle{
  top: -100%;
  right: -100%;
  width: calc(40vw);
  height: calc(40vw);
  max-width: none;
  max-height: none;
}
html.xs .res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle:first-child,
html.xxs .res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle:first-child{
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  bottom: -60px;
}
html.xs .res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle img,
html.xxs .res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle img,
html.xs .res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle svg,
html.xxs .res-cp-box-wrapper .res-card-box .res-card-box-image .res-card-box-image-circle svg{
  width: 25%;
  height: 25%;
  bottom: -38%;
  left: -38%;
}
.res-cp-box-wrapper .res-card-box .text-label{
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.section-content-main-image .res-cp-box-wrapper{
  justify-content: center;
  margin: 40px 0 0;
}
.section-content-main-image div + .res-cp-box-wrapper{
  margin-top:-70px;
}
html.xs .section-content-main-image div + .res-cp-box-wrapper,
html.xxs .section-content-main-image div + .res-cp-box-wrapper{
  margin-top: -15%;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box.square-box:before{
  content: "";
  padding-top: 100%;
  display: block;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-inner{
  position: absolute;
  top: 0;
  overflow: hidden;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary > *{
  margin: auto;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box{
  border-radius: 10px;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box .res-card-box-inner{
  overflow: visible;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl{
  justify-content: center;
  margin-top: 0;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-ttl{
  font-size: 20px !important;
  font-weight: normal;
  line-height: 1.2;
  min-height: 2em;
  overflow: hidden;
  align-items: center;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box .res-card-box-summary-txt{
  text-align:left;
  display: block;
}
.res-card-box .res-card-box-summary-txt ul,
.res-card-box .res-card-box-summary-txt ol {
  padding-left: 20px;
}
.res-card-box .res-card-box-summary-txt ul li {
  list-style-type: disc;
}
.res-card-box .res-card-box-summary-txt ol li {
  list-style-type: digit;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-txt{
  font-size: 1.8rem;
  line-height: 1;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box .res-card-box-summary-txt:first-child{
  margin-top:20px;
}
html.xs .section-content-main-image .res-cp-box-wrapper .res-card-box .res-card-box-summary-txt:first-child,
html.xxs .section-content-main-image .res-cp-box-wrapper .res-card-box .res-card-box-summary-txt:first-child{
  margin-top:40px;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-txt{
  font-size: 2.5rem;
  text-align:center;
}
.section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-txt.tx-bold{
  font-size: 4rem;
}
html.xs .section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary,
html.xxs .section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary{
  margin: 5px;
  padding: 0;
}
html.xs .section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-ttl,
html.xxs .section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-ttl,
html.xxs .section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-txt{
  font-size: calc(3.8vw * 0.9) !important;
}
html.xs .section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-txt.tx-bold,
html.xxs .section-content-main-image .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-txt.tx-bold{
  font-size: calc(5vw * 0.95) !important;
}

.res-toggle-box .res-toggle-contents .res-toggle-contents-inner{
  border: none;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 20px;
  transition: .5s;
  visibility: hidden;
  overflow-y: hidden;
}
.res-toggle-box input:checked ~ .res-toggle-contents .res-toggle-contents-inner,
.res-toggle-box input:checked ~ * .res-toggle-contents .res-toggle-contents-inner{
  height: auto;
  opacity: 1;
  padding: 10px 20px;
  visibility: visible;
  overflow-y: visible;
}
.res-cp-box-wrapper .res-toggle-box .res-toggle-contents .res-toggle-contents-inner{
  margin: -10px 0 0;
  padding-right: 0 !important;
}
.res-toggle-box .res-toggle-switch i{
  position: absolute;
  right: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.res-toggle-box input:not(:checked) ~ * .gg-math-minus,
.res-toggle-box input:not(:checked) ~ * .gg-top-arrow-head{
  display :none;
}
.res-toggle-box input:checked ~ * .gg-math-plus,
.res-toggle-box input:checked ~ * .gg-bottom-arrow-head{
  display :none;
}
.res-toggle-box .res-toggle-switch{
  width: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
}
.res-toggle-box .res-toggle-switch .res-card-box-summary{
  margin: 0;
  padding: 20px 40px 20px 20px;
}
.res-toggle-box .res-toggle-switch .res-toggle-contents{
  padding-right: 40px;
}

.res-cp-box-wrapper .res-card-vertical-middle{
  justify-content: center;
  padding: 10px 0 !important;
}
.res-cp-box-wrapper.toggle-accordion{
  padding: 20px;
}
.res-cp-box-wrapper.toggle-accordion>.res-card-box{
  box-shadow: none;
}
.res-cp-box-wrapper.toggle-accordion>.res-card-box .res-card-box-inner{
  height: auto;
}
.res-cp-box-wrapper.toggle-accordion>.res-card-box>.res-card-box-inner>.res-card-box-summary{
  padding: 18px 40px 18px 20px;
  position: relative;
  background: var(--color-ultramarine);
  border: var(--color-ultramarine) 2px solid;
}
.res-cp-box-wrapper.toggle-accordion>.res-card-box>input:checked ~ .res-card-box-inner>.res-card-box-summary{
  background: var(--color-white) !important;
  color: var(--color-ultramarine) !important;
}
.res-cp-box-wrapper.toggle-accordion>.res-card-box>.res-card-box-inner>.res-card-box-summary>.res-card-box-summary-ttl{
  justify-content: flex-start;
  margin-bottom: 0;
}
.res-cp-box-wrapper.toggle-accordion .res-card-box .res-toggle-contents .res-toggle-contents-inner{
  margin: 0;
  padding-left: 0 !important;
}
.section-content .res-cp-box-wrapper.toggle-accordion .res-toggle-contents .res-cp-box-wrapper,
.section-content .section-content > .res-cp-box-wrapper.toggle-accordion{
  padding-left: 0;
  padding-right: 0;
}
.section-content .float-textbox-wrap{
  visibility: visible !important;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px 30px 0px;
}
.section-content .float-textbox{
  position:absolute;
  padding: 0px 30px;
  bottom: 25%;
}
.section-content .float-textbox-wrap h1,
.section-content .float-textbox-wrap h2{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
.section-content .float-textbox-wrap h1 strong{
  font-size:5rem;
  line-height: 1;
}
.section-content .float-textbox-wrap h2 strong{
  font-size:100px;
  line-height: 1;
}
.section-content .float-textbox-wrap h1 span,
.section-content .float-textbox-wrap h2 span{
  display:block;
  font-size:22px;
  line-height: 1;
}
.section-content .float-textbox-wrap h1 span img,
.section-content .float-textbox-wrap h2 span img{
  width:77px;
  height:51px;
  margin-bottom:10px;
}
.section-content .float-textbox-wrap h1 + p,
.section-content .float-textbox-wrap h2 + p{
  width: 50%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  padding-top: 20px;
}
html.xs .section-content .float-textbox-wrap h1,
html.xxs .section-content .float-textbox-wrap h1,
html.xs .section-content .float-textbox-wrap h2,
html.xxs .section-content .float-textbox-wrap h2{
  text-align: left;
}
html.sm .section-content .float-textbox-wrap h1 strong{
  font-size:calc(5vw * 0.9);
}
html.sm .section-content .float-textbox-wrap h2 strong{
  font-size:calc(10vw * 0.9);
}
html.xs .section-content .float-textbox-wrap h1 strong,
html.xxs .section-content .float-textbox-wrap h1 strong{
  font-size:calc(10vw * 0.9);
}
html.xs .section-content .float-textbox-wrap h2 strong,
html.xxs .section-content .float-textbox-wrap h2 strong{
  font-size:calc(20vw * 0.9);
}
html.sm .section-content .float-textbox-wrap h1 span,
html.sm .section-content .float-textbox-wrap h2 span{
  font-size:calc(2vw * 0.9);
}
html.xs .section-content .float-textbox-wrap h1 span,
html.xxs .section-content .float-textbox-wrap h1 span,
html.xs .section-content .float-textbox-wrap h2 span,
html.xxs .section-content .float-textbox-wrap h2 span{
  font-size:calc(4vw * 0.9);
}
html.sm .section-content .float-textbox-wrap h1 + p,
html.sm .section-content .float-textbox-wrap h2 + p{
  padding-top: 10px;
  font-size:calc(1.5vw * 0.9);
  width: 80%;
}
html.xs .section-content .float-textbox-wrap h1 + p,
html.xxs .section-content .float-textbox-wrap h1 + p,
html.xs .section-content .float-textbox-wrap h2 + p,
html.xxs .section-content .float-textbox-wrap h2 + p{
  width: 100%;
  font-size: calc(3vw * 0.9);
  text-align: left;
  margin-top: 10px;
  display: inline-block;
  padding-top: 10px;
}
html.xs .section-content .float-textbox,
html.xxs .section-content .float-textbox{
  bottom: 15%;
}

.section-content-squarebox{
  max-width: 800px;
  margin: auto;
}
.section-content.squarebox-small .section-content-squarebox {
  max-width: 400px;
}
html:not(.xs):not(.xxs) .section-content-squarebox .res-cp-box-wrapper .res-card-box.square-box:before{
  content: "";
  padding-top: 100%;
  display: block;
}
html:not(.xs):not(.xxs) .section-content-squarebox .res-cp-box-wrapper .res-card-box.square-box .res-card-box-inner{
  position: absolute;
  top: 0;
  overflow: hidden;
}
.section-content-squarebox .res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl{
  justify-content: center;
  padding: 5px 0 0;
  line-height: 1;
}
html:not(.xs):not(.xxs) .section-content-squarebox .res-cp-box-wrapper .res-card-box.square-box .res-card-box-summary-ttl{
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  margin-top: 0;
}
html:not(.xs):not(.xxs) .section-content-squarebox .res-cp-box-wrapper .res-card-box .res-card-box-summary-txt{
  text-align:left;
  flex-grow: 1;
  margin-top: 0;
  line-height: 1.2;
}
html.xs .section-content-squarebox .res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl img,
html.xxs .section-content-squarebox .res-cp-box-wrapper .res-card-box .res-card-box-summary-ttl img{
  margin: 0;
  position: absolute;
  left: 20px;
}
html.xs .section-content-squarebox .res-cp-box-wrapper .res-card-box .res-card-box-summary-txt,
html.xxs .section-content-squarebox .res-cp-box-wrapper .res-card-box .res-card-box-summary-txt{
  text-align: left;
}
.section-content-body.res-cp-box-wrapper + .section-content-body.res-cp-box-wrapper:not(.swiper-wrapper){
  margin-top: 20px;
}

/* res-form-box
 * ========================================================================== */

.res-form-box-wrapper{
  padding: 0 !important;
}
html.xs .res-form-box-wrapper,
html.xxs .res-form-box-wrapper{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.res-form-box-wrapper .res-form-box{
  padding: 20px calc(100vw * 0.1 ) 0;
  width:100%;
}
html.xs .res-form-box-wrapper .res-form-box,
html.xxs .res-form-box-wrapper .res-form-box{
  padding: 0px;
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label, 
.gform_wrapper.gravity-theme .hidden_sub_label, 
.gform_wrapper.gravity-theme .screen-reader-text {

}
.gform_wrapper .field-captcha {
  height: 1px!important;
  width: 1px!important;
  overflow: hidden!important;
  display: block!important;
  opacity: 0!important;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group{
  border:none;
  margin-top: 16px;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group legend{
  display: inline-flex;
  align-items: baseline;
}

.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll{
  position: relative;
  margin-top: 2px;
  display: grid;
  gap: 1.6rem;
}

.gform_wrapper.gravity-theme input[type=email], 
.gform_wrapper.gravity-theme input[type=number], 
.gform_wrapper.gravity-theme input[type=password], 
.gform_wrapper.gravity-theme input[type=search], 
.gform_wrapper.gravity-theme input[type=tel], 
.gform_wrapper.gravity-theme input[type=text], 
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 0;
  background: var(--color-white);
  -webkit-tap-highlight-color: transparent;
  padding: 1.05rem 14px;
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  height: 5rem;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type="text"],
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type="email"],
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type="tel"],
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll textarea{
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 0;
  background: var(--color-white);
  -webkit-tap-highlight-color: transparent;
  padding: 1.05rem 14px;
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  height: 5rem;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type="text"]:focus,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type="email"]:focus,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type="tel"]:focus,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll textarea:focus{
  outline-color: #1976d2;
  outline-width: 1px;
  outline-style: solid;
  border-color: #1976d2;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .required{
  display: inline-block;
  margin: 0 8px 0 0;
  white-space: nowrap;
  padding-bottom: 6px;
}
html.xs .res-form-box-wrapper .res-form-box .res-form-controll-group .required,
html.xxs .res-form-box-wrapper .res-form-box .res-form-controll-group .required{
  padding-bottom: 0.2rem;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .required span{
  display: inline-block;
  padding: 4px 12px;
  color: var(--color-white);
  font-size: 1.4rem;
  background-color: var(--color-red);
  border-radius: 1.4rem;
  font-weight: bold;
}
html.xs .res-form-box-wrapper .res-form-box .res-form-controll-group .required span,
html.xxs .res-form-box-wrapper .res-form-box .res-form-controll-group .required span{
  font-size: 1.2rem;
  padding: 0 8px;
  border-radius: 1.2rem;
}
.res-form-box-wrapper .res-form-box .helper-text{
  display:block;
}
.res-form-box-wrapper .res-form-box .error-text{
  display:none;
}
.res-form-box-wrapper .res-form-box .error .helper-text{
  display:none;
}
.res-form-box-wrapper .res-form-box .error .error-text{
  display:block;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="text"],
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="email"],
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="tel"],
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error textarea{
  border-color: #d32f2f;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="text"]:focus,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="email"]:focus,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="tel"]:focus,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error textarea:focus{
  outline-color: #d32f2f;
  outline-width: 1px;
  outline-style: solid;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="text"] + span,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="email"] + span,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error input[type="tel"] + span,
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error textarea + span{
  color: #d32f2f;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll .error-message{
  display:none;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error .error-message{
  display:inline-flex;
  align-items: center;
  color:var(--color-red);
  font-weight: bold;
  line-height: 1;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.error .error-message i{
  margin-right:8px;
  color:currentColor;
  min-width: 20px;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type=checkbox] + label{
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.3;
  display: inline-block;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type=checkbox] + label:focus{
  
}
html.xs .res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type=checkbox] + label,
html.xxs .res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type=checkbox] + label{
  font-size: 1.5rem;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type=checkbox] + label:before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  bottom: 0;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  margin: auto;
  content: "";
  transition: background .3s cubic-bezier(.215,.61,.355,1), border .3s cubic-bezier(.215,.61,.355,1);
  border: 1px solid #ccc;
  border-radius: 3px;
  background: var(--color-white);
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type=checkbox]:checked + label:before{
  border: 1px solid var(--color-ultramarine);
  background: var(--color-ultramarine);
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type=checkbox]:checked + label:after{
  position: absolute;
  top: 0;
  bottom: 0.3rem;
  margin: auto;
  left: 0.7rem;
  width: 0.7rem;
  height: 1.3rem;
  content: " ";
  transform: rotate(45deg);
  border-right: 0.3rem solid var(--color-white);
  border-bottom: 0.3rem solid var(--color-white);
}
.res-form-box-wrapper .res-form-box .res-form-submit-buttom{
  text-align: center;
  margin-top: 25px;
}
.res-form-box-wrapper .res-form-box .res-form-submit-buttom a,
.res-form-box-wrapper .res-form-box .res-form-submit-buttom label,
.res-form-box-wrapper .res-form-box .res-form-submit-buttom input{
  width: 570px;
  max-width: calc(100% - 20px);
}
.res-form-box-wrapper .res-form-box .res-form-comment{
  font-size: 1.4rem;
  text-align: left;
  margin-top: 30px;
  padding: 0 15px;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type='radio'] + label{
  display: inline-flex;
  align-items: center;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type='radio']:checked + label:before {
  background-color: var(--color-ultramarine);
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll input[type='radio'] + label:before {
  content: "";
  display: block;
  bottom: 14px;
  z-index: 2;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: solid 3px #f5f5f5;
  border-radius: 50px;
  box-shadow: 0 0 0 2px var(--color-ultramarine);
  box-sizing: border-box;
  margin-left: 0.1px;
  transition: background-color 0.1s;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll select{
  font-size: 1.6rem;
  position: relative;
  width: 100% !important;
  height: 40px;
  padding: 0 26px 0 14px;
  cursor: pointer;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  height: 5rem;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll select:focus{
  outline-color: #1976d2;
  outline-width: 1px;
  outline-style: solid;
  border-color: #1976d2;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll .selec-wrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll .select-wrap:after{
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 5px auto 0px;
  content: '';
  transform: rotate(135deg);
  vertical-align: baseline;
  border-top: 2px solid var(--color-ultramarine);
  border-right: 2px solid var(--color-ultramarine);
  cursor: pointer;
}
.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll textarea{
  height:34rem;
  min-height:5rem;
}

.res-form-box-wrapper .res-form-box .res-form-controll-group .res-form-controll.res-form-vertically-order{
  display: inline-flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}

ul.icon-boxes {
  display: flex;
  flex-flow: row wrap;
}

ul.icon-boxes li {
  flex: 0 0 50%;
  width: 50%;
}

ul.icon-boxes li img {
  width: auto;
  height: 42px;
  margin-bottom: 10px;
}

/* tab-change
 * ========================================================================== */

.res-tab-change input#left-box-shown-check:checked ~ .left-box{
  display:block;
}
.res-tab-change input#left-box-shown-check:checked ~ .right-box{
  display:none;
}
.res-tab-change input#right-box-shown-check:checked ~ .left-box{
  display:none;
}
.res-tab-change input#right-box-shown-check:checked ~ .right-box{
  display:block;
}
.res-tab-change{
  padding:30px 0;
}
.res-tab-change .button-area{
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  padding: 0 20px;
  border-bottom: 2px solid var(--color-ultramarine);
}
html.xs .res-tab-change .button-area,
html.xxs .res-tab-change .button-area{
  gap: 10px;
}
.res-tab-change .button-area .tab-button{
  margin-bottom: -2px;
  background: var(--color-white);
  width: 50%;
  max-width: 500px;
}
.res-tab-change .button-area label{
  border: var(--color-ultramarine) 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: .2s;
  background: var(--color-white);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 1.8rem;
  border-bottom: 0;
  margin: 0 10px 10px 0;
  position: relative;
  padding: 0.5rem 2rem;
  padding-right: 40px;
}
html.xs .res-tab-change .button-area label,
html.xxs .res-tab-change .button-area label{
  font-size: 1.6rem;
}
.res-tab-change input#left-box-shown-check:checked ~ .button-area label[for="left-box-shown-check"]{
  color:var(--color-ultramarine);
}
.res-tab-change input#left-box-shown-check:checked ~ .button-area label[for="right-box-shown-check"]{
  color:var(--color-white);
  background:var(--color-ultramarine);
}
.res-tab-change input#right-box-shown-check:checked ~ .button-area label[for="right-box-shown-check"]{
  color:var(--color-ultramarine);
}
.res-tab-change input#right-box-shown-check:checked ~ .button-area label[for="left-box-shown-check"]{
  color:var(--color-white);
  background:var(--color-ultramarine);
}
.res-tab-change .button-area label span{
  text-align: center;
}
.res-tab-change .button-area label i{
  right: 8px;
  left: auto;
}
html.xs .res-tab-change .button-area label,
html.xxs .res-tab-change .button-area label {
  flex-direction: column;
  padding-right: 2rem;
}
html.xs .res-tab-change .button-area label i,
html.xxs .res-tab-change .button-area label i{
  position: relative;
  right:0;
}

/* anchor-scroll
 * ========================================================================== */

.anchor-scroll{
  padding-top:30px;
  text-align: center;
}
.anchor-scroll .button-area{
  display: inline-flex;
  justify-content: left;
  column-gap: 80px;
  row-gap: 10px;
  margin: 0 20px;
  padding: 2px 2px 5px 2px;
}
html.xs .anchor-scroll .button-area,
html.xxs .anchor-scroll .button-area{
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 10px;
  overflow: hidden;
}
.anchor-scroll .button-area a{
  font-size:2.4rem;
  align-items: center;
  position: relative;
  gap: 10px;
  text-decoration: none;
}
html.xs .anchor-scroll .button-area a,
html.xxs .anchor-scroll .button-area a{
  font-size:2rem;
}

.anchor-scroll .button-area a:not(:first-child):before {
  content: "";
  position: absolute;
  left: -40px;
  height: 70%;
  border: 1px solid var(--color-ultramarine);
}

html.xs .anchor-scroll .button-area a:not(:first-child):before,
html.xxs .anchor-scroll .button-area a:not(:first-child):before {
  left: -15px;
}
:target::before {
  content: "";
  display: block;
  height: 9.5rem;
  margin: -9.5rem 0 0;
}
html.sm :target::before {
  height: 8.5rem;
  margin: -8.5rem 0 0;
}
html.xs :target::before,
html.xxs :target::before {
  height: 6rem;
  margin: -6rem 0 0;
}
.anchor-scroll a:hover{
  position:relative;
  text-decoration: none;
}

html:not(.mobile) .anchor-scroll a:after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #65c7dc;
  transition: width .3s;
  position: absolute;
}
html:not(.mobile) .anchor-scroll a:after{
  bottom:0;
}
html:not(.mobile) .anchor-scroll a:after{
  bottom:-5px;
}
html:not(.mobile) .anchor-scroll a:hover:after{
   width:100%;
}
/*
html:not(.mobile) .anchor-scroll a:active{
  transform: translateY(1px);
}*/

/* res-cp-datalist
 * ========================================================================== */

.res-cp-datalist{
  text-align: center;
  display: flex;
  flex-direction: column;
}
.res-cp-datalist dd{
  text-align: left;
}
.res-cp-datalist dd{
  margin-left: 0;
}
.res-cp-datalist dd ul{
  padding: 0;
}
.res-cp-datalist dd li{
  margin-bottom:10px;
}
.res-cp-datalist dd ul.res-cp-datalist-decimal,
.res-cp-datalist dd ul.res-cp-datalist-disc,
.res-cp-datalist dd ul.res-cp-datalist-lower-alpha{
  padding-left: 20px;
}
.res-cp-datalist ul.res-cp-datalist-decimal li{
  list-style-type: decimal;
}
.res-cp-datalist ul.res-cp-datalist-disc li{
  list-style-type: disc;
}
.res-cp-datalist ul.res-cp-datalist-lower-alpha li{
  list-style-type: lower-alpha;
}

/* res-cp-icon-inquiry-box
 * ========================================================================== */

.res-cp-icon-inquiry-box{
  display: flex;
  margin-top: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 20px;
  justify-content: center;
}
html.xs .res-cp-icon-inquiry-box,
html.xxs .res-cp-icon-inquiry-box{
  gap: 15px;
}
.res-cp-icon-inquiry-box .res-cp-icon-inquiry{
  display: flex;
  flex-direction: column;
  width: min( 100%, 300px);
}

/* res-cp-size-full
 * ========================================================================== */
 
.res-cp-size-full{
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-top: 0;
  padding-right: calc((100vw - 100%) / 2) !important;
  padding-bottom: 0;
  padding-left: calc((100vw - 100%) / 2) !important;
  width: 100vw;
  max-width: none;
}

/* youtube-iframe-wrapper
 * ========================================================================== */

.youtube-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube-iframe-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* banner-area
 * ========================================================================== */

.banner-area a:hover{
  opacity:0.7;
}
.image-centered {
  display: flex;
  justify-content: center;
  padding: 0 20px 40px;
  gap: 20px;
}
html.xs .image-centered,
html.xxs .image-centered{
  flex-direction: column;
  align-items: center;
}

/* homesecurity-your-hands-area
 * ========================================================================== */

.homesecurity-your-hands-area .section-content{
  display:flex;
}
html.xs .homesecurity-your-hands-area .section-content,
html.xxs .homesecurity-your-hands-area .section-content{
  flex-direction: column;
}
html.xs .homesecurity-your-hands-area .section-content:first-child,
html.xxs .homesecurity-your-hands-area .section-content:first-child{
  display:none;
}
html:not(.xs):not(.xxs) .homesecurity-your-hands-area .section-content:last-child{
  display:none;
}
.homesecurity-your-hands-area .section-content-main-image{
  width: 40vw;
  padding: 20px;
  text-align: center;
}
.homesecurity-your-hands-area img{
  min-width: 180px;
  max-height:395px;
  width: 30vw;
  object-fit: contain;
  margin: auto;
}
.homesecurity-your-hands-area .section-content-head{
  align-items: center;
  width: 60vw;
}
html.xs .homesecurity-your-hands-area .section-content-head,
html.xxs .homesecurity-your-hands-area .section-content-head{
  width:auto;
}

/* seamless-control-area
 * ========================================================================== */

.seamless-control-area .seamless-control-button{
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px 30px;
}
html.xs .seamless-control-area .seamless-control-button,
html.xxs .seamless-control-area .seamless-control-button{
  padding: 20px;
}
.seamless-control-area .seamless-control-button .btn-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seamless-control-area .seamless-control-button .btn-wrap label{
  margin-bottom:0;
  margin-right: 0;
}
html.xs .seamless-control-area .seamless-control-button .btn-wrap label,
html.xxs .seamless-control-area .seamless-control-button .btn-wrap label{
  width: calc(50% - 6px);
  min-height: calc(1.4rem * 3);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.seamless-control-area .security-cameras svg{
  top: calc(100vw * 19 / 179);
  right: calc(100% * 12 / 176);
}
@media print, screen and (min-width: 901px){
  .seamless-control-area .security-cameras svg{
    top: calc(901px * 19 / 179);
    right: calc((901px * 12.3 / 176) + ((100vw - 900px - 20px) / 2));
  }
  html.lg .seamless-control-area .security-cameras svg,
  html.xlg .seamless-control-area .security-cameras svg{
    right: calc((100% * 31 / 176));
  }
}

.seamless-control-area .motion-detector svg{
  bottom: calc(100vw * 23 / 179);
  left: calc(100% * 71.5 / 179);
}

.seamless-control-area .entryway-contacts svg{
  top: calc(100vw * 20 / 179);
  left: calc(100% * 13.7 / 179);
}
@media print, screen and (min-width: 901px){
  .seamless-control-area .entryway-contacts svg{
    top: calc(901px * 20 / 179);
    left: calc((901px * 14 / 179) + ((100vw - 900px - 20px) / 2));
  }
  html.lg .seamless-control-area .entryway-contacts svg,
  html.xlg .seamless-control-area .entryway-contacts svg{
    left: calc(100% * 32.7 / 179);
  }
}

.seamless-control-area .wireless-keychain-remote svg{
  top: calc(100vw * 13 / 179);
  left: calc(100% * 104 / 179);
}
@media print, screen and (min-width: 901px){
  .seamless-control-area .wireless-keychain-remote svg{
    top: calc(901px * 13 / 179);
    left: calc((901px * 104 / 179) + ((100vw - 900px - 20px) / 2));
  }
  html.lg .seamless-control-area .wireless-keychain-remote svg,
  html.xlg .seamless-control-area .wireless-keychain-remote svg{
    left: calc(100% * 100 / 179);
  }
}

.seamless-control-area .motion-detector svg{
  bottom: calc(100vw * 22 / 179);
  left: calc(100% * 74.5 / 179);
}
@media print, screen and (min-width: 901px){
  .seamless-control-area .motion-detector svg{
    bottom: calc(901px * 22.5 / 179);
    left: calc((901px * 75 / 179) + ((100vw - 900px - 20px) / 2));
  }
  html.lg .seamless-control-area .motion-detector svg,
  html.xlg .seamless-control-area .motion-detector svg{
    left: calc(100% * 78.5 / 179);
  }
}

.seamless-control-area input#security-cameras-check:checked ~ div label[for="security-cameras-check"],
.seamless-control-area input#entryway-contacts-check:checked ~ div label[for="entryway-contacts-check"],
.seamless-control-area input#wireless-keychain-remote-check:checked ~ div label[for="wireless-keychain-remote-check"],
.seamless-control-area input#motion-detector-check:checked ~ div label[for="motion-detector-check"]{
  background-color: var(--color-white);
  color: var(--color-ultramarine)!important;
}
.seamless-control-area input#security-cameras-check:checked ~ div label[for="security-cameras-check"] i:after,
.seamless-control-area input#entryway-contacts-check:checked ~ div label[for="entryway-contacts-check"] i:after,
.seamless-control-area input#wireless-keychain-remote-check:checked ~ div label[for="wireless-keychain-remote-check"] i:after,
.seamless-control-area input#motion-detector-check:checked ~ div label[for="motion-detector-check"] i:after{
  border-color: var(--color-ultramarine)!important;
}
.seamless-control-area .seamless-plan-home{
  position: relative;
  text-align:center;
  margin-bottom: 20px;
  padding:0;
}
.seamless-control-area .seamless-plan-home img{
  width: 100%;
  max-width:900px;
}
html.xs .seamless-control-area .seamless-plan-home + .res-cp-box-wrapper,
html.xxs .seamless-control-area .seamless-plan-home + .res-cp-box-wrapper{
  gap: 0;
}
html.xs .seamless-control-area .seamless-plan-home + .res-cp-box-wrapper .res-card-box,
html.xxs .seamless-control-area .seamless-plan-home + .res-cp-box-wrapper .res-card-box{
  margin-bottom: 10px;
}
.seamless-control-area div svg{
  fill: none;
  stroke: rgb(144, 19, 254);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: absolute;
  width: calc(100% * 10 / 179);
}
@media print, screen and (min-width: 901px){
  .seamless-control-area div svg{
    width: calc(901px * 10 / 179);
  }
}
.seamless-control-area div svg circle{
  stroke: #59adc8;
  fill: #59adc8;
}
.seamless-control-area div line{
  stroke: rgb(0, 129, 171);
}
.seamless-control-area input#security-cameras-check:checked ~ div .security-cameras svg circle,
.seamless-control-area input#entryway-contacts-check:checked ~ div .entryway-contacts svg circle,
.seamless-control-area input#wireless-keychain-remote-check:checked ~ div .wireless-keychain-remote svg circle,
.seamless-control-area input#motion-detector-check:checked ~ div .motion-detector svg circle{
  stroke: rgb(0, 129, 171) !important;
  fill: #fff !important;
}
.seamless-control-area input#security-cameras-check:checked ~ div .security-cameras svg line,
.seamless-control-area input#entryway-contacts-check:checked ~ div .entryway-contacts svg line,
.seamless-control-area input#wireless-keychain-remote-check:checked ~ div .wireless-keychain-remote svg line,
.seamless-control-area input#motion-detector-check:checked ~ div .motion-detector svg line{
  stroke: rgb(0, 129, 171) !important
}

.seamless-control-area .res-cp-box-wrapper .res-card-box:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  background: #000;
  z-index: 1;
  pointer-events: none;
  left:0;
}
.seamless-control-area input#security-cameras-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.security-cameras-box,
.seamless-control-area input#entryway-contacts-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.entryway-contacts-box,
.seamless-control-area input#wireless-keychain-remote-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.wireless-keychain-remote-box,
.seamless-control-area input#motion-detector-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.motion-detector-box{
  pointer-events: none;
}
.seamless-control-area input#security-cameras-check:checked ~ .res-cp-box-wrapper .res-card-box.security-cameras-box:before,
.seamless-control-area input#entryway-contacts-check:checked ~ .res-cp-box-wrapper .res-card-box.entryway-contacts-box:before,
.seamless-control-area input#wireless-keychain-remote-check:checked ~ .res-cp-box-wrapper .res-card-box.wireless-keychain-remote-box:before,
.seamless-control-area input#motion-detector-check:checked ~ .res-cp-box-wrapper .res-card-box.motion-detector-box:before{
  display:none;
}
@media print, screen and (max-width: 767px){
  .seamless-control-area .res-cp-box-wrapper .res-card-box:before{
    display:none;
  }
  .seamless-control-area .res-cp-box-wrapper .res-card-box.security-cameras-box *,
  .seamless-control-area .res-cp-box-wrapper .res-card-box.entryway-contacts-box *,
  .seamless-control-area .res-cp-box-wrapper .res-card-box.wireless-keychain-remote-box *,
  .seamless-control-area .res-cp-box-wrapper .res-card-box.motion-detector-box *{
    transition: font-size 0.26s 0s ease, margin 0.26s 0s ease, padding 0.26s 0s ease, opacity 0s 0.26s ease;
  }
  .seamless-control-area input#security-cameras-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.security-cameras-box,
  .seamless-control-area input#entryway-contacts-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.entryway-contacts-box,
  .seamless-control-area input#wireless-keychain-remote-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.wireless-keychain-remote-box,
  .seamless-control-area input#motion-detector-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.motion-detector-box{
    margin-bottom: 0;
  }
  .seamless-control-area input#security-cameras-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.security-cameras-box *,
  .seamless-control-area input#entryway-contacts-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.entryway-contacts-box *,
  .seamless-control-area input#wireless-keychain-remote-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.wireless-keychain-remote-box *,
  .seamless-control-area input#motion-detector-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.motion-detector-box *{
    font-size: 0 !important;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: font-size 0s 0.26s ease, margin 0s 0.26s ease, padding 0s 0.26s ease, opacity 0.26s 0s ease;
  }
  .seamless-control-area input#security-cameras-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.security-cameras-box img,
  .seamless-control-area input#security-cameras-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.security-cameras-box i,
  .seamless-control-area input#entryway-contacts-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.entryway-contacts-box img,
  .seamless-control-area input#entryway-contacts-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.entryway-contacts-box i,
  .seamless-control-area input#wireless-keychain-remote-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.wireless-keychain-remote-box img,
  .seamless-control-area input#wireless-keychain-remote-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.wireless-keychain-remote-box i,
  .seamless-control-area input#motion-detector-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.motion-detector-box img,
  .seamless-control-area input#motion-detector-check:not(:checked) ~ .res-cp-box-wrapper .res-card-box.motion-detector-box i{
    /*display: none;*/
    margin: 0 auto 0;
    visibility: hidden;
    max-height: 0;
    border: 0;
    transition: all 0.26s cubic-bezier(1,0,1,-0.08);
  }
}

html:not(.mobile) .seamless-control-area .security-cameras svg:hover circle,
html:not(.mobile) .seamless-control-area .entryway-contacts svg:hover circle,
html:not(.mobile) .seamless-control-area .wireless-keychain-remote svg:hover circle,
html:not(.mobile) .seamless-control-area .motion-detector svg:hover circle{
  stroke: rgb(0, 129, 171) !important;
  fill: #fff !important;
}
html:not(.mobile) .seamless-control-area .security-cameras svg:hover line,
html:not(.mobile) .seamless-control-area .entryway-contacts svg:hover line,
html:not(.mobile) .seamless-control-area .wireless-keychain-remote svg:hover line,
html:not(.mobile) .seamless-control-area .motion-detector svg:hover line{
  stroke: rgb(0, 129, 171) !important;
}

/* smart-vision-basic-area
 * ========================================================================== */

.comparison-fire-safety-packages .smart-vision-basic-area .section-content-body.res-cp-box-wrapper {

}

html:not(.xxs):not(.xs):not(.sm) .comparison-fire-safety-packages .smart-vision-basic-area .section-content-body.res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box {
    width: calc(100% / 4);
}
html:not(.xxs):not(.xs):not(.sm) .comparison-fire-safety-packages .smart-vision-basic-area:nth-of-type(3) .section-content-body.res-cp-box-wrapper.cp-item-between-0.cp-item-md-7 .res-card-box {
    width: calc(100% / 5);
}

.smart-vision-basic-area .monthly-free{
  display: flex;
  flex-direction: row;
  padding: 30px 0;
  column-gap: 20px;
}
.smart-vision-basic-area .monthly-free-label{
  padding: 0px 10px;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
  align-self: center;
  white-space: nowrap;
}
.smart-vision-basic-area .monthly-free-price{
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-vision-basic-area .monthly-free-price span{
  font-size: 5rem;
  line-height: 1.6rem;
}
.smart-vision-basic-area .monthly-free-button{
  display:none;
  text-align: center;
  margin-left: -21px;
  position: relative;
}
.smart-vision-basic-area .monthly-free-button label{
  position: absolute;
  width: 37px;
  height: 37px;
  top: -18px;
  z-index: 99;
}
html.xs .smart-vision-basic-area .monthly-free,
html.xxs .smart-vision-basic-area .monthly-free{
  flex-direction: column;
  row-gap: 20px;
  padding: 0 30px;
}
html.xs .smart-vision-basic-area .monthly-free-label,
html.xxs .smart-vision-basic-area .monthly-free-label{
  border-bottom-left-radius: 100vh;
  border-top-left-radius: 100vh;
  margin-top: -1rem;
}
html.xs .smart-vision-basic-area .monthly-free-price,
html.xxs .smart-vision-basic-area .monthly-free-price{
  margin: 5px 0 -10px;
}
html.xs .smart-vision-basic-area .monthly-free-button,
html.xxs .smart-vision-basic-area .monthly-free-button{
  display:block;
}
.smart-vision-basic-area [id*="monthly-fee"] ~ div .monthly-free-button i:first-child{
  display: block;
}
.smart-vision-basic-area [id*="monthly-fee"] ~ div .monthly-free-button i:last-child{
  display: none;
}
.smart-vision-basic-area [id*="monthly-fee"]:checked ~ div .monthly-free-button i:first-child{
  display: none;
}
.smart-vision-basic-area [id*="monthly-fee"]:checked ~ div .monthly-free-button i:last-child{
  display: block;
}

html.xs .smart-vision-basic-area .monthly-free-text,
html.xxs .smart-vision-basic-area .monthly-free-text {
  padding-top: 20px;
  padding-bottom: 10px;
}

html.xs .smart-vision-basic-area .monthly-free-label + .monthly-free-text,
html.xxs .smart-vision-basic-area.monthly-free-label + .monthly-free-text {
  padding-top: 0;
}

html.md .smart-vision-basic-area .monthly-free-text,
html.lg .smart-vision-basic-area .monthly-free-text,
html.xlg .smart-vision-basic-area .monthly-free-text {
  padding-left: 20px;
}

html.md .smart-vision-basic-area .monthly-free-label + .monthly-free-text,
html.lg .smart-vision-basic-area .monthly-free-label + .monthly-free-text,
html.xlg .smart-vision-basic-area .monthly-free-label + .monthly-free-text {
  padding-left: 0;
}

html.xs .smart-vision-basic-area input[id*="monthly-fee"]:not(:checked) ~ .res-cp-box-wrapper,
html.xxs .smart-vision-basic-area input[id*="monthly-fee"]:not(:checked) ~ .res-cp-box-wrapper {
  row-gap: 0px !important;
}
html.xs .smart-vision-basic-area .res-cp-box-wrapper,
html.xxs .smart-vision-basic-area .res-cp-box-wrapper{
  transition: row-gap 0.26s cubic-bezier(1,0,1,-0.08);
}
html.xs .smart-vision-basic-area .res-cp-box-wrapper *:not(.gray-inner),
html.xxs .smart-vision-basic-area .res-cp-box-wrapper *:not(.gray-inner){
  transition: font-size 0.26s 0s ease, margin 0.26s 0s ease, padding 0.26s 0s ease, opacity 0s 0.26s ease;
}
html.xs .smart-vision-basic-area input[id*="monthly-fee"]:not(:checked) ~ .res-cp-box-wrapper *,
html.xxs .smart-vision-basic-area input[id*="monthly-fee"]:not(:checked) ~ .res-cp-box-wrapper *{
  font-size: 0;
  margin: 0 !important;
  opacity: 0;
  padding: 0;
  border: 0;
  transition: font-size 0s 0.26s ease, margin 0s 0.26s ease, padding 0s 0.26s ease, opacity 0.26s 0s ease;
}
html.xs .smart-vision-basic-area input[id*="monthly-fee"]:not(:checked) ~ .res-cp-box-wrapper * img,
html.xxs .smart-vision-basic-area input[id*="monthly-fee"]:not(:checked) ~ .res-cp-box-wrapper * img,
html.xs .smart-vision-basic-area input[id*="monthly-fee"]:not(:checked) ~ .res-cp-box-wrapper * i,
html.xxs .smart-vision-basic-area input[id*="monthly-fee"]:not(:checked) ~ .res-cp-box-wrapper * i{
  display: none;
}

.smart-vision-basic-area {
  padding-bottom: 30px;
}
.smart-vision-basic-area:last-child {
  padding-bottom: 0;
}
html.sm .smart-vision-basic-area .section-content,
html.xs .smart-vision-basic-area .section-content,
html.xxs .smart-vision-basic-area .section-content{
  margin: 20px 20px;
  border: 1px solid rgba(0, 0 ,0, 0.3);
  border-radius: 10px;
  padding-bottom:0;
}
.smart-vision-basic-area .section-content-bottom {
  margin: 0px 20px;
  border-left: 1px solid rgba(0, 0 ,0, 0.3);
  border-right: 1px solid rgba(0, 0 ,0, 0.3);
  border-bottom: 1px solid rgba(0, 0 ,0, 0.3);
  padding: 20px;
}
html:not(.xxs):not(.xs):not(.sm) .section-content-body .smart-vision-basic-area .section-content-bottom {
  margin-left: 0;
  margin-right: 0;
}

html.sm .smart-vision-basic-area .section-content-bottom,
html.xs .smart-vision-basic-area .section-content-bottom,
html.xxs .smart-vision-basic-area .section-content-bottom {
  margin: 20px 0 0;
  border: 0;
}
.smart-vision-basic-area .section-content:not(:first-child) .section-content-head{
  display:none;
}
html.sm .smart-vision-basic-area .section-content:not(:first-child) .section-content-head,
html.xs .smart-vision-basic-area .section-content:not(:first-child) .section-content-head,
html.xxs .smart-vision-basic-area .section-content:not(:first-child) .section-content-head{
  display:block;
}
.smart-vision-basic-area .res-cp-box-wrapper .res-card-box .res-card-box-image{
  padding: 0 !important;
}
html.sm .smart-vision-basic-area .res-cp-box-wrapper .res-card-box .res-card-box-image,
html.xs .smart-vision-basic-area .res-cp-box-wrapper .res-card-box .res-card-box-image,
html.xxs .smart-vision-basic-area .res-cp-box-wrapper .res-card-box .res-card-box-image{
  max-width: 100px;
}
.smart-vision-basic-area .res-cp-box-wrapper .res-card-box .res-card-box-image img,
.smart-vision-basic-area .res-cp-box-wrapper .res-card-box .res-card-box-image svg{
  width: 30%;
  object-fit: contain;
  margin: auto;
  height: 10rem;
}
.smart-vision-basic-area .res-cp-box-wrapper .res-card-box .res-card-box-summary{
  padding-top:0;
} 
html.sm .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-sm .res-card-box-image img,
html.sm .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-sm .res-card-box-image svg,
html.xs .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs .res-card-box-image img,
html.xs .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs .res-card-box-image svg,
html.xxs .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs .res-card-box-image img,
html.xxs .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs .res-card-box-image svg{
  width: 40%;
  height: 100%;
  min-width:50px;
}
html.sm .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-sm .res-card-box-summary,
html.xs .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs .res-card-box-summary,
html.xxs .smart-vision-basic-area .res-cp-box-wrapper .res-card-box.res-card-box-item-row-xs .res-card-box-summary{
  margin-top: 20px;
}
.smart-vision-basic-area .gray-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(224,224,224,0.7);
  z-index: 1;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
html:not(.xxs):not(.xs):not(.sm) .smart-vision-basic-area .res-cp-box-wrapper.cp-item-between-0{
  row-gap: 0 !important;
}
html:not(.xxs):not(.xs):not(.sm) .smart-vision-basic-area .res-cp-box-wrapper.cp-item-between-0[class*="cp-item-md-"] .res-card-box{
  border-top:none;
}

/* res-card-box-item-row-wrap
 * ========================================================================== */
.res-cp-box-wrapper.res-card-box-item-row-wrap .res-card-box{
  border-style: dashed !important
}
.res-cp-box-wrapper.res-card-box-item-row-wrap .res-card-box .res-card-box-summary-txt{
  font-size:1.8rem;
  display: inline-flex;
  margin-left: -20px;
  column-gap: 10px;
  align-items: center;
}
.res-cp-box-wrapper.res-card-box-item-row-wrap .res-card-box .res-card-box-summary-txt i{
  min-width: 22px;
}
.res-cp-box-wrapper.res-card-box-item-row-wrap .res-toggle-box .res-toggle-switch .res-toggle-contents-inner .res-card-box:last-child {
  border-bottom: 0;
  margin-bottom: -10px;
}

.res-cp-box-wrapper.res-card-box-item-row-wrap .res-toggle-box .res-toggle-switch .res-toggle-contents-inner i{
  right: 0;
  margin: 0;
  position: relative;
}
.res-cp-box-wrapper.res-card-box-item-row-wrap .res-toggle-box .res-toggle-switch .res-card-box-summary{
  padding-left: 0;
}
.res-cp-box-wrapper.res-card-box-item-row-wrap .res-card-box .res-card-box-summary-ttl{
  font-size: 1.8rem;
  margin-bottom: 0px;
}
.res-cp-box-wrapper.res-card-box-item-row-wrap .res-toggle-box .res-toggle-contents .res-toggle-contents-inner{
  padding-left: 0;
}
.res-cp-box-wrapper.res-card-box-item-row-wrap .res-toggle-box .res-toggle-switch .res-toggle-contents-inner .res-card-box-summary-txt {
    margin-left: 0;
}

/* res-cp-box-order-alternately
 * ========================================================================== */

.res-cp-box-order-alternately .res-cp-box-wrapper:not(.swiper-wrapper) .res-card-box{
  border: 0;
  box-shadow: none;
}
.res-cp-box-order-alternately .res-cp-box-wrapper:not(.swiper-wrapper):nth-child(odd) .res-card-box:first-child{
  order:1;
}
.res-cp-box-order-alternately .res-cp-box-wrapper:not(.swiper-wrapper):nth-child(odd) .res-card-box:last-child{
  order:0;
}
html.xs .res-cp-box-order-alternately .res-cp-box-wrapper:not(.swiper-wrapper):nth-child(odd) .res-card-box:first-child,
html.xxs .res-cp-box-order-alternately .res-cp-box-wrapper:not(.swiper-wrapper):nth-child(odd) .res-card-box:first-child{
  order:0;
}
html.xs .res-cp-box-order-alternatelyp .res-cp-box-wrapper:not(.swiper-wrapper):nth-child(odd) .res-card-box:last-child,
html.xxs .res-cp-box-order-alternatelyp .res-cp-box-wrapper:not(.swiper-wrapper):nth-child(odd) .res-card-box:last-child{
  order:1;
}
.res-cp-box-order-alternately .res-cp-box-wrapper:not(.swiper-wrapper) .res-card-box .res-card-box-summary:first-child{
  justify-content: center;
  padding: 10px 0 !important;
}

html.xs .res-cp-box-order-alternately .res-cp-box-wrapper:not(.swiper-wrapper) .res-card-box .res-card-box-summary,
html.xxs .res-cp-box-order-alternately .res-cp-box-wrapper:not(.swiper-wrapper) .res-card-box .res-card-box-summary{
  justify-content: center;
  padding: 20px 0;
}


/* why-secom
 * ========================================================================== */

.why-secom .section-content-head{
  visibility: hidden;
  position:absolute;
}
.why-secom .section-content-main-image + *{
  padding-top:50px;
}

.why-secom .section-content-main-image{
  padding:0 !important;
} 
.why-secom .section-content-main-image .res-cp-size-full{
  padding-right: 0 !important;
  padding-left: 0 !important;
} 
/* footer
 * ========================================================================== */

footer{
  padding-top: 0;
}
footer .footer-nav{
  padding: 0 20px;
  display: flex;
  max-width: calc(var(--breakpoint-lg) - 1px);
  margin: auto;
}
footer .footer-nav-item{
  width: calc(100% / 3);
}
footer .footer-nav-item:last-child img {
  width: 180px;
}
html.sm footer .footer-nav-item:last-child img {
  width: 140px;
}
html.sm footer .footer-nav-item:last-child .item-title,
html.md footer .footer-nav-item:last-child .item-title,
html.lg footer .footer-nav-item:last-child .item-title,
html.xlg footer .footer-nav-item:last-child .item-title {
  display: flex;
  justify-content: flex-end;
}
html.sm footer .footer-nav-item:last-child img,
html.md footer .footer-nav-item:last-child img,
html.lg footer .footer-nav-item:last-child img,
html.xlg footer .footer-nav-item:last-child img {
  padding-left: 20px;
}

html.xs footer .footer-nav,
html.xxs footer .footer-nav{
  flex-direction: column;
  padding: 0 10px;
}
html.xs footer .footer-nav-item,
html.xxs footer .footer-nav-item{
  width : 100%;
}
html.xs footer .footer-nav-item:not(:last-child),
html.xxs footer .footer-nav-item:not(:last-child){
  border-bottom: 1px solid #eee;
}
footer .item-title a,
footer .item-title label{
  font-size:1.8rem;
  display: inline-flex;
  margin: 20px 0;
  align-items: center;
  gap: 10px;
  position:relative;
}
footer .item-title a {
  margin: 0;
}
.footer-nav-item a {
  color: var(--color-white);
}
html:not(.xxs):not(.xs) footer .item-title label,
  pointer-events: none;
}
html.xs footer .item-title a,
html.xxs footer .item-title a,
html.xs footer .item-title label,
html.xxs footer .item-title label{
  display: flex;
}
footer .item-title a i,
footer .item-title label i{
  display:none;
}
footer .item-title label:hover{
  text-decoration: underline;
}
html.xs footer .item-title a i,
html.xxs footer .item-title a i{
  display:block;
  flex-grow: 1;
}
html.xs footer .item-title label i,
html.xxs footer .item-title label i{
  display: block;
  left: auto;
}
footer .footer-nav-item ul{
  padding-left: 60px;
  margin-top: 0;
  display:none;
}
html:not(.xxs):not(.xs) footer .footer-nav-item ul{
  display: block;
}
footer .footer-nav-item li{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
footer .footer-nav-item li a{
  display: inline-flex;
  align-items: center;
}
footer .footer-aside{
  padding:40px 0 ;
  display: flex;
  margin:0 20px;
  justify-content: center;
  border-bottom: 1px solid var(--color-darkgray);
  max-width: calc(var(--breakpoint-lg) - 1px);
  margin: auto;
}
footer .footer-aside + .footer-aside{
  border-bottom: 0;
}
footer .footer-aside-item{
  text-align:center
}
footer .footer-aside-item.btn-download-wapper dl{
  padding-bottom:0;
}
footer .footer-aside .banner-area .image-centered a {
  display: flex;
  flex-flow: column wrap;
}
footer .footer-aside .banner-area div > a > picture {
  width: 60%;
  flex: 1 0 60%;
  position: relative;
}
footer .footer-aside .banner-area div > a > div {
  width: 40%;
  flex: 1 0 40%;
}
footer .footer-aside .banner-area div > a > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
footer .footer-aside .banner-area div > a > .res-card-box-summary-txt {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.xxs footer .footer-aside .banner-area div > a > picture,
.xs footer .footer-aside .banner-area div > a > picture {
  width: 100%;
  flex: 1 0 100%;
}
.xxs footer .footer-aside .banner-area div > a > div,
.xs footer .footer-aside .banner-area div > a > div {
  width: 100%;
  flex: 1 0 100%;
}

footer .btn-sns-wapper{
  display: flex;
  gap: 20px;
  justify-content: center;
}
footer .btn-sns-wapper a{
  display: inline-block;
}
footer .footer-bottom{
  display: flex;
  margin:0 20px;
  justify-content: center;
}
footer .footer-bottom-item{
  text-align:center;
  display:flex;
  justify-content: center;
  margin-top:10px;
  font-size:1.2rem;
}
footer .footer-bottom-item .logo {
  height: 30px;
}
footer .footer-bottom-item:last-child{
  margin-top:0;
}
footer .footer-bottom-item .footer-copyright{
  margin:12px 0;
  font-size:12px;
}
footer .footer-bottom-item a:first-child{
  text-decoration:underline;
}
footer .footer-bottom-item a:first-child:hover{
  text-decoration:none;
}
html.xs footer .footer-nav-item input ~ .item-title i:nth-last-child(2),
html.xxs footer .footer-nav-item input ~ .item-title i:nth-last-child(2){
  display:block;
  position: relative;
}
html.xs footer .footer-nav-item input ~ .item-title i:last-child,
html.xxs footer .footer-nav-item input ~ .item-title i:last-child{
  display:none;
}
html.xs footer .footer-nav-item input:checked ~ .item-title i:nth-last-child(2),
html.xxs footer .footer-nav-item input:checked ~ .item-title i:nth-last-child(2){
  display:none;
}
html.xs footer .footer-nav-item input:checked ~ .item-title i:last-child,
html.xxs footer .footer-nav-item input:checked ~ .item-title i:last-child{
  display:block;
  position: relative;
}
html.xs footer .footer-nav-item input:checked ~ div ul,
html.xxs footer .footer-nav-item input:checked ~ div ul{
  display:block;
}
            
/* follow-button
 * ========================================================================== */
.follow-button-area{
  position: fixed;
  bottom: calc(50% - 12rem);
  z-index: 100;
  width: 9rem;
  margin-right: 0px;
  margin-left: auto;
  right: 0;
}
.follow-button-area .follow-button-wrap{
  display:flex;
  flex-direction: column;
  border-left: 2px var(--color-white) solid;
  border-top: 2px var(--color-white) solid;
  border-bottom: 2px var(--color-white) solid;
  background-color: var(--color-white);
}
.follow-button-area .follow-button-wrap .follow-button{
  width:100%;
}
.follow-button-area .follow-button-wrap .follow-button a{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  color: var(--color-white);
  text-decoration: none;
  padding: 10px;
  text-align: center;
  min-height: 80px;
  justify-content: center;
  border-bottom: 2px solid var(--color-white);
  gap: 5px 10px;
}
.follow-button-area .follow-button-wrap .follow-button a:hover{
  opacity:0.7;
}
.follow-button-area .follow-button-wrap .follow-button:last-child a{
  border-bottom: 0;
}
.follow-button-area .follow-button-wrap .follow-button svg {
  width: 30px;
}
html.xs .follow-button-area,
html.xxs .follow-button-area,
html.mobile .follow-button-area{
  width: 100%;
  bottom: 0;
  position: sticky;
}
html.xs .follow-button-area .follow-button-wrap,
html.xxs .follow-button-area .follow-button-wrap,
html.mobile .follow-button-area .follow-button-wrap{
  flex-direction: row;
  border-right: 2px var(--color-white) solid;
}
html.xs .follow-button-area .follow-button-wrap .follow-button a,
html.xxs .follow-button-area .follow-button-wrap .follow-button a,
html.mobile .follow-button-area .follow-button-wrap .follow-button a{
  border-right: 2px solid var(--color-white);
  border-bottom: 0;
  flex-direction: row;
}
html.xs .follow-button-area .follow-button-wrap .follow-button:last-child a,
html.xxs .follow-button-area .follow-button-wrap .follow-button:last-child a,
html.mobile .follow-button-area .follow-button-wrap .follow-button:last-child a{
  border-right: 0;
}
html.xs .follow-button-area .follow-button-wrap .follow-button a span,
html.xxs .follow-button-area .follow-button-wrap .follow-button a span,
html.mobile .follow-button-area .follow-button-wrap .follow-button a span{
  order: 1;
}

/* focus
 * ========================================================================== */
*:focus{
  outline-color: gray;
  outline-width: 2px;
  outline-style: solid;
}



html.xxs .text-image .res-card-box-image,
html.xs .text-image .res-card-box-image {
  order: 0!important;
}
html.xxs .text-image .res-card-box-summary,
html.xs .text-image .res-card-box-summary {
  order: 1!important;
  width: 100%!important;
}

html.xxs .text-image .res-card-box-image,
html.xs .text-image .res-card-box-image {
  width: 100%!important;
  max-width: 440px!important;
  margin: auto;
}