.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-2fc68dbe-3735-4b91-8ab7-49a59701cdfd {
  min-height: 50px;
}








#s-2fc68dbe-3735-4b91-8ab7-49a59701cdfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fc68dbe-3735-4b91-8ab7-49a59701cdfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-25a3a3f5-aa56-4d74-a275-34e7085cc9b2 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}







  #s-25a3a3f5-aa56-4d74-a275-34e7085cc9b2 img.shogun-image {
    

    
    
    
  }


#s-25a3a3f5-aa56-4d74-a275-34e7085cc9b2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7 {
  margin-top: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7 {
  display: none;
}
#s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7, #wrap-s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7 { display:none !important; }}@media (max-width: 767px){#s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7 {
  display: none;
}
#s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7, #wrap-s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7 { display:none !important; }}
#s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f {
  display: none;
}
#s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f, #wrap-s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f {
  display: none;
}
#s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f, #wrap-s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f { display:none !important; }}@media (max-width: 767px){#s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f {
  display: none;
}
#s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f, #wrap-s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f { display:none !important; }}
#s-e6efeb3b-000a-4ec1-8d89-e8acbe40cd1f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-53250f1d-d23c-4440-9969-2b809cbf51b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-53250f1d-d23c-4440-9969-2b809cbf51b4 {
  display: none;
}
#s-53250f1d-d23c-4440-9969-2b809cbf51b4, #wrap-s-53250f1d-d23c-4440-9969-2b809cbf51b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53250f1d-d23c-4440-9969-2b809cbf51b4 {
  display: none;
}
#s-53250f1d-d23c-4440-9969-2b809cbf51b4, #wrap-s-53250f1d-d23c-4440-9969-2b809cbf51b4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53250f1d-d23c-4440-9969-2b809cbf51b4 {
  display: none;
}
#s-53250f1d-d23c-4440-9969-2b809cbf51b4, #wrap-s-53250f1d-d23c-4440-9969-2b809cbf51b4 { display:none !important; }}
#s-53250f1d-d23c-4440-9969-2b809cbf51b4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-5ae8daff-0b60-4c7a-a500-40e901c5653b {
  min-height: 50px;
}








#s-5ae8daff-0b60-4c7a-a500-40e901c5653b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae8daff-0b60-4c7a-a500-40e901c5653b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d455f894-103d-42b8-9547-f9a6c131483d {
  margin-top: -18px;
text-align: center;
}

#s-d455f894-103d-42b8-9547-f9a6c131483d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-335bf627-5092-4168-a247-a549af843f89 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
max-width: 700px;
}

#s-52be4fd5-0b3e-4bc6-bce3-9c388b455dbd {
  min-height: 50px;
}








#s-52be4fd5-0b3e-4bc6-bce3-9c388b455dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52be4fd5-0b3e-4bc6-bce3-9c388b455dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68c6ff56-0280-422d-86d5-ff7043d9b2a0 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-f1367798-f724-4588-85f9-dacd5f51eec7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 75px;
background-color: rgba(50, 170, 250, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f1367798-f724-4588-85f9-dacd5f51eec7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1367798-f724-4588-85f9-dacd5f51eec7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1367798-f724-4588-85f9-dacd5f51eec7-root {
    text-align: center;
  }


#s-f1367798-f724-4588-85f9-dacd5f51eec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1367798-f724-4588-85f9-dacd5f51eec7-root {
    text-align: center;
  }


#s-f1367798-f724-4588-85f9-dacd5f51eec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1367798-f724-4588-85f9-dacd5f51eec7-root {
    text-align: center;
  }


#s-f1367798-f724-4588-85f9-dacd5f51eec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1367798-f724-4588-85f9-dacd5f51eec7-root {
    text-align: center;
  }


#s-f1367798-f724-4588-85f9-dacd5f51eec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1367798-f724-4588-85f9-dacd5f51eec7-root {
    text-align: center;
  }


#s-f1367798-f724-4588-85f9-dacd5f51eec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a087fbaa-dc6a-4ca7-9546-463bc8fbfcda {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-bc459e06-0fc0-4373-80f3-2a5cec262303 {
  min-height: 50px;
}








#s-bc459e06-0fc0-4373-80f3-2a5cec262303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc459e06-0fc0-4373-80f3-2a5cec262303.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-513ebd0b-ca9a-4337-b00c-ac48704b13f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-513ebd0b-ca9a-4337-b00c-ac48704b13f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-2fc94576-d21c-429e-86be-010d5adfcc29 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-94baefde-bf75-46db-bdd2-d1bd98b0aa59 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-94baefde-bf75-46db-bdd2-d1bd98b0aa59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-94baefde-bf75-46db-bdd2-d1bd98b0aa59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94baefde-bf75-46db-bdd2-d1bd98b0aa59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-94baefde-bf75-46db-bdd2-d1bd98b0aa59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94baefde-bf75-46db-bdd2-d1bd98b0aa59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-94baefde-bf75-46db-bdd2-d1bd98b0aa59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94baefde-bf75-46db-bdd2-d1bd98b0aa59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-ce2a29aa-22de-4f31-abf1-f8a01ab17914 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
text-align: center;
}







  #s-ce2a29aa-22de-4f31-abf1-f8a01ab17914 img.shogun-image {
    

    
    
    
  }


#s-ce2a29aa-22de-4f31-abf1-f8a01ab17914 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f6e7176-4c28-4733-b1a3-202d67b4db80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
max-width: 700px;
}

#s-3bf36cbc-e07d-463d-98d0-60ea3ec547a6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 600px;
}

#s-7c945fa5-699a-4e30-bb8d-c86bd664e004 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c945fa5-699a-4e30-bb8d-c86bd664e004 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-b5895e7b-b8f5-4bf7-b8c7-c2f5c2bffec5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5895e7b-b8f5-4bf7-b8c7-c2f5c2bffec5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-30e27bce-c3d4-4403-bacd-2a2736d66ccd {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-d0518b1f-1e6d-4237-94d6-215b26e39e94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0518b1f-1e6d-4237-94d6-215b26e39e94 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-02cc67ce-5c66-47b4-8851-79e8ff1331f1 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-9848b36a-cc0c-4a57-91a9-a2ff79b6b5a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9848b36a-cc0c-4a57-91a9-a2ff79b6b5a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-e1f25e7f-90f6-41a2-943e-e45d52006741 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1f25e7f-90f6-41a2-943e-e45d52006741 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-8001548f-c546-4cda-86d8-1ba60e18eaf3 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-edacea32-ed81-4126-a3f8-820f2dd9f4ad {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-62c34735-0cf1-4319-9b51-4b0289642861 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62c34735-0cf1-4319-9b51-4b0289642861 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-feb2c8a7-daec-4060-bea9-2598901adefd {
  background-repeat: no-repeat;
background-size: 140px 52px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-feb2c8a7-daec-4060-bea9-2598901adefd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb2c8a7-daec-4060-bea9-2598901adefd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69a13f93-b953-418c-87b4-d0ab9c3c8200 {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69a13f93-b953-418c-87b4-d0ab9c3c8200 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-2428875a-a9a1-4934-ba78-46abfd3c0acb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-b4f9e0a8-1701-4503-88f4-908348d716f0 {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}







  #s-b4f9e0a8-1701-4503-88f4-908348d716f0 img.shogun-image {
    

    
    
    
  }


#s-b4f9e0a8-1701-4503-88f4-908348d716f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ade1902d-954e-42e3-b3f4-0e2b0f77e056 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-337e3258-bc64-4cf2-9548-abd927d5afaf {
  min-height: 50px;
}








#s-337e3258-bc64-4cf2-9548-abd927d5afaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-337e3258-bc64-4cf2-9548-abd927d5afaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9025b828-e9e2-4420-b109-40432b20c48a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9025b828-e9e2-4420-b109-40432b20c48a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9025b828-e9e2-4420-b109-40432b20c48a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9025b828-e9e2-4420-b109-40432b20c48a {
  
}
}@media (max-width: 767px){#s-9025b828-e9e2-4420-b109-40432b20c48a {
  
}
}







#s-9025b828-e9e2-4420-b109-40432b20c48a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9025b828-e9e2-4420-b109-40432b20c48a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8d29819c-6a58-45db-89fd-1404d1159c4b {
  background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 150px;
max-width: 960px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-8d29819c-6a58-45db-89fd-1404d1159c4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d29819c-6a58-45db-89fd-1404d1159c4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d29819c-6a58-45db-89fd-1404d1159c4b {
  
}
}@media (max-width: 767px){#s-8d29819c-6a58-45db-89fd-1404d1159c4b {
  
}
}







#s-8d29819c-6a58-45db-89fd-1404d1159c4b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8d29819c-6a58-45db-89fd-1404d1159c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31d5ce32-d986-4b98-9f29-868108c12af8 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-31d5ce32-d986-4b98-9f29-868108c12af8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31d5ce32-d986-4b98-9f29-868108c12af8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31d5ce32-d986-4b98-9f29-868108c12af8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31d5ce32-d986-4b98-9f29-868108c12af8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31d5ce32-d986-4b98-9f29-868108c12af8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31d5ce32-d986-4b98-9f29-868108c12af8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31d5ce32-d986-4b98-9f29-868108c12af8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-31d5ce32-d986-4b98-9f29-868108c12af8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b5346f33-2149-44e0-8230-3b1147dbee81 {
  box-shadow:0px 10px 100px 0px rgba(69, 78, 149, 0.33);
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(69, 78, 149, 1);
border-style: solid;
border-radius: 0px;
min-height: 100px;
opacity: 1;
background-color: rgba(204, 102, 153, 1);
}








#s-b5346f33-2149-44e0-8230-3b1147dbee81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5346f33-2149-44e0-8230-3b1147dbee81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8464ec27-cef9-4008-a029-0f0a3b04b31a {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8464ec27-cef9-4008-a029-0f0a3b04b31a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8464ec27-cef9-4008-a029-0f0a3b04b31a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8464ec27-cef9-4008-a029-0f0a3b04b31a {
  
}
}@media (max-width: 767px){#s-8464ec27-cef9-4008-a029-0f0a3b04b31a {
  
}
}
#s-8464ec27-cef9-4008-a029-0f0a3b04b31a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f321d57e-0f8d-4126-a1eb-4fded0b59c67 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-f321d57e-0f8d-4126-a1eb-4fded0b59c67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f321d57e-0f8d-4126-a1eb-4fded0b59c67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f321d57e-0f8d-4126-a1eb-4fded0b59c67 {
  
}
}@media (max-width: 767px){#s-f321d57e-0f8d-4126-a1eb-4fded0b59c67 {
  
}
}
@media (min-width: 0px) {
[id="s-f321d57e-0f8d-4126-a1eb-4fded0b59c67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f321d57e-0f8d-4126-a1eb-4fded0b59c67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f321d57e-0f8d-4126-a1eb-4fded0b59c67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f321d57e-0f8d-4126-a1eb-4fded0b59c67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f321d57e-0f8d-4126-a1eb-4fded0b59c67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f321d57e-0f8d-4126-a1eb-4fded0b59c67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f321d57e-0f8d-4126-a1eb-4fded0b59c67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-c438b786-1e03-4f93-bbb9-cae51f5ca86d {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(69, 78, 149, 1);
border-radius: 5px;
max-width: 800px;
opacity: 1;
text-align: center;
background-color: rgba(69, 78, 149, 1);
text-decoration: none;
}
#s-c438b786-1e03-4f93-bbb9-cae51f5ca86d:hover {border-style: solid !important;
border-color: rgba(153, 204, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(153, 204, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c438b786-1e03-4f93-bbb9-cae51f5ca86d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(153, 204, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c438b786-1e03-4f93-bbb9-cae51f5ca86d-root {
    text-align: center;
  }


#s-c438b786-1e03-4f93-bbb9-cae51f5ca86d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c438b786-1e03-4f93-bbb9-cae51f5ca86d-root {
    text-align: center;
  }


#s-c438b786-1e03-4f93-bbb9-cae51f5ca86d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c438b786-1e03-4f93-bbb9-cae51f5ca86d-root {
    text-align: center;
  }


#s-c438b786-1e03-4f93-bbb9-cae51f5ca86d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c438b786-1e03-4f93-bbb9-cae51f5ca86d-root {
    text-align: center;
  }


#s-c438b786-1e03-4f93-bbb9-cae51f5ca86d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c438b786-1e03-4f93-bbb9-cae51f5ca86d-root {
    text-align: center;
  }


#s-c438b786-1e03-4f93-bbb9-cae51f5ca86d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-958a1204-789a-4bcd-b28c-41a759a0e4f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-958a1204-789a-4bcd-b28c-41a759a0e4f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-4bc6602f-d5bf-48a3-99fd-2bc17f9ed376 {
  background-repeat: no-repeat;
background-size: 140px 43px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-4bc6602f-d5bf-48a3-99fd-2bc17f9ed376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bc6602f-d5bf-48a3-99fd-2bc17f9ed376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fa86ba8-92e4-483d-acdb-65f11219b7d2 {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fa86ba8-92e4-483d-acdb-65f11219b7d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-560b9d4b-42c8-428f-a77d-52c4e1e1848e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-5748726b-db67-424e-8143-98a459de419a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5748726b-db67-424e-8143-98a459de419a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f077526f-30b2-480e-9a8a-8580072ca4aa {
  background-repeat: no-repeat;
background-size: 140px 52px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-f077526f-30b2-480e-9a8a-8580072ca4aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f077526f-30b2-480e-9a8a-8580072ca4aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23caff77-0c27-46df-951a-c24482c5e559 {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-23caff77-0c27-46df-951a-c24482c5e559 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-858f27ef-625d-41ac-b6c9-dbd07d68e052 {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
min-height: 50px;
max-width: 700px;
}








#s-858f27ef-625d-41ac-b6c9-dbd07d68e052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-858f27ef-625d-41ac-b6c9-dbd07d68e052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c8f15ba-7206-411f-8f84-72bc6d2bcd1e {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-2c8f15ba-7206-411f-8f84-72bc6d2bcd1e img.shogun-image {
    

    
    
    
  }


#s-2c8f15ba-7206-411f-8f84-72bc6d2bcd1e .shogun-image-content {
  
    align-items: center;
  
}

#s-cf8bacc0-28c3-4e52-902a-c5f48684f33b {
  margin-left: 29%;
max-width: 700px;
}

#s-b179f06f-34c9-4c44-8b45-d5ba4a1c1f4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-b4349de5-f868-4949-a83c-a110f8e13b39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4349de5-f868-4949-a83c-a110f8e13b39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4c3f324e-44d7-4058-b5fe-a8636bc998cb {
  background-repeat: no-repeat;
background-size: 140px 43px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-4c3f324e-44d7-4058-b5fe-a8636bc998cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c3f324e-44d7-4058-b5fe-a8636bc998cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef1fc78b-46e9-41d2-a060-8a8f579f660a {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef1fc78b-46e9-41d2-a060-8a8f579f660a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-2a1f1ba3-3767-47d5-aab1-3ae61eb034c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-7faee5ef-4d05-4476-8f93-1dd3b6f9b457 {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
min-height: 50px;
max-width: 700px;
}








#s-7faee5ef-4d05-4476-8f93-1dd3b6f9b457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7faee5ef-4d05-4476-8f93-1dd3b6f9b457.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e311c55-3ca5-4e16-b941-74a0c4d20f72 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-4e311c55-3ca5-4e16-b941-74a0c4d20f72 img.shogun-image {
    

    
    
    
  }


#s-4e311c55-3ca5-4e16-b941-74a0c4d20f72 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c {
  margin-right: 58%;
max-width: 700px;
background-color: rgba(0, 0, 0, 0.42);
opacity: 1;
}
@media (min-width: 1200px){#s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c {
  display: none;
}
#s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c, #wrap-s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c {
  display: none;
}
#s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c, #wrap-s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c {
  display: none;
}
#s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c, #wrap-s-1b6fe2ad-7f8a-4319-80c6-59c078abdb0c { display:none !important; }}
#s-342e405b-1af2-45a1-b7f8-08113be17b9c {
  margin-right: 64%;
max-width: 700px;
background-color: rgba(0, 0, 0, 0.42);
opacity: 1;
}
@media (max-width: 767px){#s-342e405b-1af2-45a1-b7f8-08113be17b9c {
  display: none;
}
#s-342e405b-1af2-45a1-b7f8-08113be17b9c, #wrap-s-342e405b-1af2-45a1-b7f8-08113be17b9c { display:none !important; }}
#s-d28a9188-fe07-4d6f-a5ac-6eebaa280787 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-d3ecbad2-6d64-4b60-896a-7c5c8edce60a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3ecbad2-6d64-4b60-896a-7c5c8edce60a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6cb811ce-d74b-47f1-ab3a-21ca360f146f {
  background-repeat: no-repeat;
background-size: 140px 32px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-6cb811ce-d74b-47f1-ab3a-21ca360f146f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cb811ce-d74b-47f1-ab3a-21ca360f146f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-620104d8-9ede-4c4a-b30e-e50310dbcdf6 {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-620104d8-9ede-4c4a-b30e-e50310dbcdf6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-4bf978f8-7f3b-4119-a6aa-2977d1ba99db {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}







  #s-4bf978f8-7f3b-4119-a6aa-2977d1ba99db img.shogun-image {
    

    
    
    
  }


#s-4bf978f8-7f3b-4119-a6aa-2977d1ba99db .shogun-image-content {
  
    align-items: center;
  
}

#s-c831a9d9-b86a-4bc6-a4ba-3cd25b966d86 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-55ec9744-50e5-429e-a9ea-f87f37dd5712 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55ec9744-50e5-429e-a9ea-f87f37dd5712 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-51cdf787-fba2-4ab7-bf4b-5458df7732a4 {
  background-repeat: no-repeat;
background-size: 140px 53px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-51cdf787-fba2-4ab7-bf4b-5458df7732a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51cdf787-fba2-4ab7-bf4b-5458df7732a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdbcdb88-1ef1-4822-91ce-18853f58494d {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fdbcdb88-1ef1-4822-91ce-18853f58494d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-caf8def0-ad9c-4b7a-a2f9-9c5259643613 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-9cc854a5-015b-4b3f-9452-ee4bfb2b6c36 {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}







  #s-9cc854a5-015b-4b3f-9452-ee4bfb2b6c36 img.shogun-image {
    

    
    
    
  }


#s-9cc854a5-015b-4b3f-9452-ee4bfb2b6c36 .shogun-image-content {
  
    align-items: center;
  
}

#s-90012d7e-85d7-441d-b466-c4535fc6fe5a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-2256c84f-95a0-4293-80d8-4cecb23b6b95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2256c84f-95a0-4293-80d8-4cecb23b6b95 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5ba39acd-6af3-4607-a633-6b6027e42da8 {
  background-repeat: no-repeat;
background-size: 140px 43px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-5ba39acd-6af3-4607-a633-6b6027e42da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba39acd-6af3-4607-a633-6b6027e42da8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7a4c1cb-93c2-4bea-a488-9159b5468ade {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7a4c1cb-93c2-4bea-a488-9159b5468ade .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-4d0aeddc-7101-48ba-a117-86fa358316d8 {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}







  #s-4d0aeddc-7101-48ba-a117-86fa358316d8 img.shogun-image {
    

    
    
    
  }


#s-4d0aeddc-7101-48ba-a117-86fa358316d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0167484-0b99-41e7-8a09-cbc7e4893989 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-143a328e-139d-4bb4-958c-aedfa12c247b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-143a328e-139d-4bb4-958c-aedfa12c247b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0416b6ce-adaf-4c8a-ad24-57de166e4c78 {
  background-repeat: no-repeat;
background-size: 140px 32px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-0416b6ce-adaf-4c8a-ad24-57de166e4c78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0416b6ce-adaf-4c8a-ad24-57de166e4c78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7f60300-6960-4d9d-b905-1d16d5e14ba7 {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7f60300-6960-4d9d-b905-1d16d5e14ba7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-aad779fe-92f9-4c20-bc87-0d272a219346 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-4873e78d-6acb-4ad9-a63a-814c2636cad7 {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}







  #s-4873e78d-6acb-4ad9-a63a-814c2636cad7 img.shogun-image {
    

    
    
    
  }


#s-4873e78d-6acb-4ad9-a63a-814c2636cad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0fc6c66-7812-4049-804b-79124e4b959c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-97ed167c-2d43-4f48-b3b6-8b1b7c9f4e9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97ed167c-2d43-4f48-b3b6-8b1b7c9f4e9e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c13d8439-1a4e-45e2-9c2a-3ab9ce3d651f {
  background-repeat: no-repeat;
background-size: 140px 52px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-c13d8439-1a4e-45e2-9c2a-3ab9ce3d651f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c13d8439-1a4e-45e2-9c2a-3ab9ce3d651f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4d4631f-27d8-4ad1-a19f-9a6a941f9983 {
  margin-left: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4d4631f-27d8-4ad1-a19f-9a6a941f9983 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-ced3aa78-0d58-4713-a249-e7fa22e5dac4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-aec6119b-83f2-42e0-b636-28e82e84e0ba {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}







  #s-aec6119b-83f2-42e0-b636-28e82e84e0ba img.shogun-image {
    

    
    
    
  }


#s-aec6119b-83f2-42e0-b636-28e82e84e0ba .shogun-image-content {
  
    align-items: center;
  
}

#s-33657b4c-f1f9-46cc-acf8-a0af63216f60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33657b4c-f1f9-46cc-acf8-a0af63216f60 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-06f1458a-14ef-4f51-a169-ded155c8770a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06f1458a-14ef-4f51-a169-ded155c8770a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-16f85827-7689-4071-b7fe-90945fa48aa1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-16f85827-7689-4071-b7fe-90945fa48aa1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-16f85827-7689-4071-b7fe-90945fa48aa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb5a8198-65ab-4244-9702-a152729057d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb5a8198-65ab-4244-9702-a152729057d6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-98d7ff42-8c06-4b8d-8328-ea30e7645193 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-be0a8a1a-8ba5-427d-b253-f4b525f22b55 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-be0a8a1a-8ba5-427d-b253-f4b525f22b55 img.shogun-image {
    

    
    
    
  }


#s-be0a8a1a-8ba5-427d-b253-f4b525f22b55 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9f51c7c-a39d-49a5-b9e8-b1d2b8d3feec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9f51c7c-a39d-49a5-b9e8-b1d2b8d3feec .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f0cf31f6-6330-4c8a-8813-45f9d150a26e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0cf31f6-6330-4c8a-8813-45f9d150a26e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-19365808-5a96-4f8c-a9de-4e0e7461261f {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-dfce8a39-1476-443f-a3af-b04c0ae04e53 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-dfce8a39-1476-443f-a3af-b04c0ae04e53 img.shogun-image {
    

    
    
    
  }


#s-dfce8a39-1476-443f-a3af-b04c0ae04e53 .shogun-image-content {
  
    align-items: center;
  
}

#s-08a93d67-cf58-466e-8859-a0b912f79df4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-f28c5aa3-8057-48cd-a084-16bf4e97a30f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-549472f0-c1dd-4462-b26b-eaa17398b43b {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-549472f0-c1dd-4462-b26b-eaa17398b43b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-549472f0-c1dd-4462-b26b-eaa17398b43b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-549472f0-c1dd-4462-b26b-eaa17398b43b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-549472f0-c1dd-4462-b26b-eaa17398b43b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-96426fe1-ac20-46a2-9282-ba571278c0d6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-96426fe1-ac20-46a2-9282-ba571278c0d6 img.shogun-image {
    

    
    
    
  }


#s-96426fe1-ac20-46a2-9282-ba571278c0d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e981541-7579-4b28-94f9-adce56d0f5ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-9e4b33b6-c1d1-4001-9d60-99fd1a326055 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-154b7933-dc80-4b16-af43-e5ab36e19d24 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-154b7933-dc80-4b16-af43-e5ab36e19d24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-154b7933-dc80-4b16-af43-e5ab36e19d24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-154b7933-dc80-4b16-af43-e5ab36e19d24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-154b7933-dc80-4b16-af43-e5ab36e19d24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a11ad77d-cf53-47b1-b3c9-e7cd31c1feb6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-a11ad77d-cf53-47b1-b3c9-e7cd31c1feb6 img.shogun-image {
    

    
    
    
  }


#s-a11ad77d-cf53-47b1-b3c9-e7cd31c1feb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a0b044c-82e7-4529-946c-771e533da452 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-22f21229-0d87-410a-9f79-7937ca6498a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-7e016076-00ab-42cb-aebd-dd6358313c80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e016076-00ab-42cb-aebd-dd6358313c80 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d75597b6-498a-4af3-bc23-af936b992327 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d75597b6-498a-4af3-bc23-af936b992327 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-54b0c315-d8fe-44eb-bfd6-31817079b72b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-10838c55-37d9-4055-88e1-79546f4f2c68 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 768px) {
[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-93e7c5f5-ba04-4e9f-8f35-f8bce28868ed {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-93e7c5f5-ba04-4e9f-8f35-f8bce28868ed img.shogun-image {
    

    
    
    
  }


#s-93e7c5f5-ba04-4e9f-8f35-f8bce28868ed .shogun-image-content {
  
    align-items: center;
  
}

#s-4d45ecaf-e4be-4a14-9767-2218af62bfd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 700px;
}

#s-ee1545b4-f2ae-408b-836e-2c855b1b6aa4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-ee1545b4-f2ae-408b-836e-2c855b1b6aa4 img.shogun-image {
    

    
    
    
  }


#s-ee1545b4-f2ae-408b-836e-2c855b1b6aa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-83715445-14d8-42be-80f7-ecb13328ff37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 700px;
}

#s-4eabcaef-a9cb-4bee-a793-458193414255 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-4eabcaef-a9cb-4bee-a793-458193414255 img.shogun-image {
    

    
    
    
  }


#s-4eabcaef-a9cb-4bee-a793-458193414255 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7ac3ec4-e77f-40f5-950f-a1062a4bf5e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-2ef917b4-84fe-4f94-90eb-2257c7e301db {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-2ef917b4-84fe-4f94-90eb-2257c7e301db img.shogun-image {
    

    
    
    
  }


#s-2ef917b4-84fe-4f94-90eb-2257c7e301db .shogun-image-content {
  
    align-items: center;
  
}

#s-f724a9d9-80ad-427c-81f7-94a8f6fceb2e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-262333bb-74b5-4504-9495-3648df0389e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-262333bb-74b5-4504-9495-3648df0389e4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-dc20fafc-3c54-499b-ba85-96a1a586c94c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc20fafc-3c54-499b-ba85-96a1a586c94c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-15c98f8d-72d8-40dc-b980-189711f2c5c9 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ae3ec1da-c4b4-405f-9eab-3c305d4be468 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-ae3ec1da-c4b4-405f-9eab-3c305d4be468 img.shogun-image {
    

    
    
    
  }


#s-ae3ec1da-c4b4-405f-9eab-3c305d4be468 .shogun-image-content {
  
    align-items: center;
  
}

#s-45c7e805-6277-4d14-a31c-7cf2e4447e13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-987b5f7f-32c1-460e-aeb6-51042e38268e .shogun-icon-wrapper {
  text-align: center;
}


#s-987b5f7f-32c1-460e-aeb6-51042e38268e .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(146, 30, 218, 1);
}

#s-3e11a4cb-8ea2-48bc-841a-83857b456de5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b77ca176-3777-430e-ba58-a0d0bb01ebd1 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-b77ca176-3777-430e-ba58-a0d0bb01ebd1 img.shogun-image {
    

    
    
    
  }


#s-b77ca176-3777-430e-ba58-a0d0bb01ebd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d384abfa-22a6-478c-9c6c-8c08dec07bc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-eaaf57c2-e423-466c-bac7-2c5ad17bb376 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaaf57c2-e423-466c-bac7-2c5ad17bb376 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-52949771-982a-4e24-9541-95f39b07dc55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52949771-982a-4e24-9541-95f39b07dc55 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-423bb378-d8b1-4fee-97d0-6ef450fd4a68 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-423bb378-d8b1-4fee-97d0-6ef450fd4a68 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-423bb378-d8b1-4fee-97d0-6ef450fd4a68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeff36c4-0a1c-4e2d-9968-ecbe33607e54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aeff36c4-0a1c-4e2d-9968-ecbe33607e54 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-848d30a5-068e-4945-807f-3a5eb1a09433 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-848d30a5-068e-4945-807f-3a5eb1a09433 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ecb7c62b-d20a-4697-98db-a193836bfddb {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-ecb7c62b-d20a-4697-98db-a193836bfddb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-ecb7c62b-d20a-4697-98db-a193836bfddb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ecb7c62b-d20a-4697-98db-a193836bfddb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ecb7c62b-d20a-4697-98db-a193836bfddb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-dfad3e0e-9af3-4f90-9e63-61fbeb9c473d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-dfad3e0e-9af3-4f90-9e63-61fbeb9c473d img.shogun-image {
    

    
    
    
  }


#s-dfad3e0e-9af3-4f90-9e63-61fbeb9c473d .shogun-image-content {
  
    align-items: center;
  
}

#s-939d782a-a874-4df9-87e7-39904005829a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-9905995a-24c9-47cd-8d21-808f3ff13dee {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-9905995a-24c9-47cd-8d21-808f3ff13dee img.shogun-image {
    

    
    
    
  }


#s-9905995a-24c9-47cd-8d21-808f3ff13dee .shogun-image-content {
  
    align-items: center;
  
}

#s-5ab6b515-b4f3-4f89-a7e3-cf3ec78c3fcc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-cac9079a-683c-4155-9929-bf2c59f66d55 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-cac9079a-683c-4155-9929-bf2c59f66d55 img.shogun-image {
    

    
    
    
  }


#s-cac9079a-683c-4155-9929-bf2c59f66d55 .shogun-image-content {
  
    align-items: center;
  
}

#s-a41aff04-5f9a-459e-9634-f8fa9e547df0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-00ae11e2-16d2-4b5f-86b8-0032a3ab9454 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-00ae11e2-16d2-4b5f-86b8-0032a3ab9454"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-00ae11e2-16d2-4b5f-86b8-0032a3ab9454"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-00ae11e2-16d2-4b5f-86b8-0032a3ab9454"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-00ae11e2-16d2-4b5f-86b8-0032a3ab9454"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-3197fd8a-244e-499a-9474-d8f832a2180c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-3197fd8a-244e-499a-9474-d8f832a2180c img.shogun-image {
    

    
    
    
  }


#s-3197fd8a-244e-499a-9474-d8f832a2180c .shogun-image-content {
  
    align-items: center;
  
}

#s-7bfdd371-9bc4-4c60-97ed-5efa3ca391ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-6aded3ec-3a63-45a8-bec6-87db0d66cdfe {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-6aded3ec-3a63-45a8-bec6-87db0d66cdfe img.shogun-image {
    

    
    
    
  }


#s-6aded3ec-3a63-45a8-bec6-87db0d66cdfe .shogun-image-content {
  
    align-items: center;
  
}

#s-eaf7a47d-a22a-4f26-a107-0f923f2bba04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-f326bb2c-6af9-4824-b5c6-234a6e4709da {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-f326bb2c-6af9-4824-b5c6-234a6e4709da img.shogun-image {
    

    
    
    
  }


#s-f326bb2c-6af9-4824-b5c6-234a6e4709da .shogun-image-content {
  
    align-items: center;
  
}

#s-06c53973-063f-454f-9e95-6c67c1dd6c64 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-1bb4ea51-59c5-43a7-9e6c-1f3ebbb1bcfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bb4ea51-59c5-43a7-9e6c-1f3ebbb1bcfb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0c67c39e-0278-4f30-8bf5-e18bb367c13e {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-0c67c39e-0278-4f30-8bf5-e18bb367c13e img.shogun-image {
    

    
    
    
  }


#s-0c67c39e-0278-4f30-8bf5-e18bb367c13e .shogun-image-content {
  
    align-items: center;
  
}

#s-986519aa-8f33-4a0e-b6e1-a909a427282c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-986519aa-8f33-4a0e-b6e1-a909a427282c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-896df03b-51f6-43d5-9678-c7c75970d397 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-0c6fd399-9d06-421e-8ec1-2ded162b1411 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-0c6fd399-9d06-421e-8ec1-2ded162b1411 img.shogun-image {
    

    
    
    
  }


#s-0c6fd399-9d06-421e-8ec1-2ded162b1411 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1796686-790d-4975-afaa-2948a07baecf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1796686-790d-4975-afaa-2948a07baecf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-dd00e484-cc9f-4680-b730-7348ea35a7ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-48322a82-683d-4520-926e-f86c73c1ba5d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-48322a82-683d-4520-926e-f86c73c1ba5d img.shogun-image {
    

    
    
    
  }


#s-48322a82-683d-4520-926e-f86c73c1ba5d .shogun-image-content {
  
    align-items: center;
  
}

#s-497be393-1a04-4cd9-beab-06e4b715e58b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-497be393-1a04-4cd9-beab-06e4b715e58b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f03579d7-282d-4bcd-b9ea-c5f9f721bc21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-c3646155-a623-447b-a173-783a242e0fb1 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-c3646155-a623-447b-a173-783a242e0fb1 img.shogun-image {
    

    
    
    
  }


#s-c3646155-a623-447b-a173-783a242e0fb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a49ef79-b46c-463f-83bc-d8ea000915f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a49ef79-b46c-463f-83bc-d8ea000915f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-653d95aa-91f0-45fc-8f96-12fc91349e4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-653d95aa-91f0-45fc-8f96-12fc91349e4b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-305cd62e-f7b9-4178-9dcc-8cddca046a9d {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-305cd62e-f7b9-4178-9dcc-8cddca046a9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-305cd62e-f7b9-4178-9dcc-8cddca046a9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-305cd62e-f7b9-4178-9dcc-8cddca046a9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-305cd62e-f7b9-4178-9dcc-8cddca046a9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dcf8e72e-9915-4cbc-87b6-63b8ef455a35 .shogun-icon-wrapper {
  text-align: center;
}


#s-dcf8e72e-9915-4cbc-87b6-63b8ef455a35 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(146, 30, 218, 1);
}

#s-95f0ae94-6541-465d-be2a-cb5c128b3535 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95f0ae94-6541-465d-be2a-cb5c128b3535 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-67311092-8823-48d4-b4b0-ea017db3bde4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-99a0f40b-3608-4d73-a528-954a8ab4db85 .shogun-icon-wrapper {
  text-align: center;
}


#s-99a0f40b-3608-4d73-a528-954a8ab4db85 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(72, 122, 243, 1);
}

#s-4e4ddc20-22de-4073-a90c-de55b5190f87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e4ddc20-22de-4073-a90c-de55b5190f87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-640e6edb-2665-4cce-b0ae-4a9521d13882 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-18f1e39c-7a45-490f-92cc-ef86e106df29 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc75d6da-e0fa-4b49-8ac0-a6ff4c9c6d41 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc75d6da-e0fa-4b49-8ac0-a6ff4c9c6d41 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(218, 92, 30, 1);
}

#s-e6f041f7-f7e7-4038-b0cb-84144ec55779 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6f041f7-f7e7-4038-b0cb-84144ec55779 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-2142007c-7893-4083-b0c8-c154eef6c00d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-09ba9b84-f73c-4476-ace8-ed2eba6f80d9 .shogun-icon-wrapper {
  text-align: center;
}


#s-09ba9b84-f73c-4476-ace8-ed2eba6f80d9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(74, 228, 182, 1);
}

#s-6ab26cb6-47c8-4040-b6b4-06ce6be50f90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ab26cb6-47c8-4040-b6b4-06ce6be50f90 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-ebf536fd-da55-4d10-ae3d-f3645e06c117 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-139ac831-5347-4f38-8c43-4dd1697a7640 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-139ac831-5347-4f38-8c43-4dd1697a7640 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3cb910f1-2344-4577-8aa6-aee12a2a2aee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cb910f1-2344-4577-8aa6-aee12a2a2aee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-29792b0a-c94e-45e8-ae0d-f10958577c84 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-29792b0a-c94e-45e8-ae0d-f10958577c84 img.shogun-image {
    

    
    
    
  }


#s-29792b0a-c94e-45e8-ae0d-f10958577c84 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e0113f9-0416-4d11-a9fb-70ba2b15be33 {
  min-height: 50px;
}








#s-5e0113f9-0416-4d11-a9fb-70ba2b15be33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e0113f9-0416-4d11-a9fb-70ba2b15be33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-affb6f0e-ed58-4ded-a42c-500762ab4a80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-6db100cb-d905-4f86-bb94-8267b80db5ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6db100cb-d905-4f86-bb94-8267b80db5ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a4a6304a-2187-45f9-ac7c-0a8b69119919 {
  background-repeat: no-repeat;
background-size: 80px 60px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-a4a6304a-2187-45f9-ac7c-0a8b69119919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4a6304a-2187-45f9-ac7c-0a8b69119919.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20e4c2a3-a228-4588-9def-51fd53f557a3 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20e4c2a3-a228-4588-9def-51fd53f557a3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-fe973aff-75d5-4ae4-8642-6edb37ac3285 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-3b89405a-cc08-49d0-8bbf-1a0356a95d56 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}







  #s-3b89405a-cc08-49d0-8bbf-1a0356a95d56 img.shogun-image {
    

    
    
    
  }


#s-3b89405a-cc08-49d0-8bbf-1a0356a95d56 .shogun-image-content {
  
    align-items: center;
  
}

#s-474466bb-2115-4a75-ab16-0f527e6eb9e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-70752d42-7c8a-4c05-a67d-818e126f2830 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}







  #s-70752d42-7c8a-4c05-a67d-818e126f2830 img.shogun-image {
    

    
    
    
  }


#s-70752d42-7c8a-4c05-a67d-818e126f2830 .shogun-image-content {
  
    align-items: center;
  
}

#s-6420aa47-3092-434c-a773-a1bdf380ffa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6420aa47-3092-434c-a773-a1bdf380ffa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-83fecf06-335a-49b1-8be1-ef0d10661c5e {
  background-repeat: no-repeat;
background-size: 80px 60px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-83fecf06-335a-49b1-8be1-ef0d10661c5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83fecf06-335a-49b1-8be1-ef0d10661c5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b264095-ecda-4bb8-ad69-f3a23bbe9433 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b264095-ecda-4bb8-ad69-f3a23bbe9433 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-3a7f1d20-1e9c-4ddd-ab52-bacc9b619c68 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-fde4ec81-4b81-4b2f-98fb-5eb3070f554a {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}







  #s-fde4ec81-4b81-4b2f-98fb-5eb3070f554a img.shogun-image {
    

    
    
    
  }


#s-fde4ec81-4b81-4b2f-98fb-5eb3070f554a .shogun-image-content {
  
    align-items: center;
  
}

#s-4a51246f-0968-4014-907c-cc0a50d27b3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-25f0b3f3-101b-47ef-ae87-e9b720017afc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25f0b3f3-101b-47ef-ae87-e9b720017afc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d60441a2-1ad9-4f1a-967d-82c41d23d555 {
  background-repeat: no-repeat;
background-size: 80px 60px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-d60441a2-1ad9-4f1a-967d-82c41d23d555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d60441a2-1ad9-4f1a-967d-82c41d23d555.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7de58e01-5dd1-4bae-bd42-f46c3fc7d823 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7de58e01-5dd1-4bae-bd42-f46c3fc7d823 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-3f6c2942-b840-4f12-878c-9b7c6af82efa {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
opacity: 0.88;
}
#s-3f6c2942-b840-4f12-878c-9b7c6af82efa:hover {opacity: 0.8799999999999999 !important;}






  #s-3f6c2942-b840-4f12-878c-9b7c6af82efa img.shogun-image {
    

    
    
    
  }


#s-3f6c2942-b840-4f12-878c-9b7c6af82efa .shogun-image-content {
  
    align-items: center;
  
}

#s-ad8f4ecb-6a18-4a77-94ab-eb941e02eea9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 200px;
max-width: 600px;
}

#s-f4510fed-829c-4c7b-ab87-e84a4508a796 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4510fed-829c-4c7b-ab87-e84a4508a796 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-212b4287-daa1-44b2-9db1-5c5a509da252 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-212b4287-daa1-44b2-9db1-5c5a509da252 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-44c4d41b-35da-4d88-b190-fb8207d87231 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-00dd5efe-004b-4176-9829-7e658c822b4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00dd5efe-004b-4176-9829-7e658c822b4b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8fe1032c-8630-4ce3-b38b-a791462d2c64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fe1032c-8630-4ce3-b38b-a791462d2c64 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-315ef1ce-d7b3-4603-9508-d85baa269775 {
  min-height: 50px;
}








#s-315ef1ce-d7b3-4603-9508-d85baa269775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-315ef1ce-d7b3-4603-9508-d85baa269775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6617a888-950b-493e-80a7-8d12c5339273 {
  margin-top: -18px;
text-align: center;
}

#s-6617a888-950b-493e-80a7-8d12c5339273 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-1ecbd736-d48f-413e-8b06-7bbdfa760551 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
max-width: 700px;
}

#s-f47d3ea5-6f86-4c8d-b239-2ca2baa5d6d9 {
  min-height: 50px;
}








#s-f47d3ea5-6f86-4c8d-b239-2ca2baa5d6d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f47d3ea5-6f86-4c8d-b239-2ca2baa5d6d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de86ee47-fb02-4762-8ea7-8a424b62d84b {
  min-height: 50px;
}








#s-de86ee47-fb02-4762-8ea7-8a424b62d84b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de86ee47-fb02-4762-8ea7-8a424b62d84b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b78e4efa-5411-4be5-93c1-67b8e8d8939a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-42eda807-47af-451d-bec9-40ccd6b180ab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 75px;
background-color: rgba(50, 170, 250, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-42eda807-47af-451d-bec9-40ccd6b180ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42eda807-47af-451d-bec9-40ccd6b180ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42eda807-47af-451d-bec9-40ccd6b180ab-root {
    text-align: center;
  }


#s-42eda807-47af-451d-bec9-40ccd6b180ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42eda807-47af-451d-bec9-40ccd6b180ab-root {
    text-align: center;
  }


#s-42eda807-47af-451d-bec9-40ccd6b180ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42eda807-47af-451d-bec9-40ccd6b180ab-root {
    text-align: center;
  }


#s-42eda807-47af-451d-bec9-40ccd6b180ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42eda807-47af-451d-bec9-40ccd6b180ab-root {
    text-align: center;
  }


#s-42eda807-47af-451d-bec9-40ccd6b180ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42eda807-47af-451d-bec9-40ccd6b180ab-root {
    text-align: center;
  }


#s-42eda807-47af-451d-bec9-40ccd6b180ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cde541f5-cb22-4105-9081-92df24a98a1c {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-3b4bdc84-b622-4479-9c78-18ebe8e33c85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b4bdc84-b622-4479-9c78-18ebe8e33c85 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6d94b3f6-47ad-4558-aa64-1a98c5415b71 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
