/**
* CSS @imports must be at the top of the file      
* Add them above this section.                             
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* ==========================================================================
HS COS Boilerplate v1.5.3                                
========================================================================== */

/* This responsive framework is required for all styles. */

/* Missing Template at Path: \'UltimateConversion_August2018\/Code_Files\/UC_August2018-modules.css\' */

/* ==========================================================================

Index:         

1. BASE STYLES   
- Variables
- Macros
- Base
- Typography

2. COS STRUCTURE
- Structure
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. MISCELLANEOUS

7. MOBILE MEDIA QUERIES

========================================================================== */


/* ==========================================================================


1. BASE STYLES                                             


========================================================================== */


/* ==========================================================================
Variables                                               
========================================================================== */


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Typography */
          /*  */
                         /*  */
                          /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/* Colors */
    /*  */
    /*  */
    /*  */

/* Header */


/* Hero Background Color */


/* Form Styling */


/* Button */



/* Footer */



/* Headings */












/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/

 

/** 
* Example of how to apply the above macro (ignore the jinja comment tags):
*
* a {
*   color: red;
*   font-size: 12px;
*    
* }
*/




/* ==========================================================================
Base                                                    
========================================================================== */


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #000000;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.56;
}

/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

.container-fluid .row-fluid .page-center{
  display: block;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
}

a { 
  color: #2299a9;
  text-decoration: none;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #2299a9; 
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}



/* ==========================================================================
Typography
========================================================================== */


/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 23px;
  letter-spacing: 0.4px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {

  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2, h3, h4{
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 50px;
  color: #000000;
  line-height: 1.20;
  margin: 0 0 0px;
  letter-spacing: -.5px;
  word-spacing: -3px;
  text-shadow: 2px 1px 4px rgba(255,255,255,0.8);
  width:100%;
}

h2 {
  font-size: 26px;
  color: #000000;
  margin: 20px 0px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
  border-left: 5px solid #ff0000;
  padding-left: 10px;
}

h3 {
  font-size: 22px;
  color: #000000;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 1px;
}

h4{
  font-size: 20px;
  color:#000000;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* hタグ SP用 */

@media(max-width:767px){
  h1 {
    font-size: calc(50px * 0.8);
    margin:10px 
  }
  h2 {
    font-size: calc(26px * 0.8);
  }
}
  
/* Lists */
ul, ol {}
ul {
  margin-top: 0;
  margin-left: 15px;
}
ul ul, ul ol, ol ol, ol ul {}

li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}





/*-----------Header------*/

.header {
  background: #ffffff
    border: 0;
  padding: 18px 0;
}

.ucLpHeader {
  -webkit-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
  position: relative;
  padding: 17px 50px 18px;
}

.ucLpHeader .row-fluid .page-center {
  max-width: 100%;
  position: relative;
}

/*-----------footer------*/

.footer {
  background: #fff;
  padding: 0 0;
}
.footer-top {
  background-color: #39464e;
  padding: 44px 0 35px;
}
.footer-image {
  margin-top: 6px;
}

.footer-top-center p {
  line-height: 1.2;
}
.address {
  color: #fff;
}

.footer-bottom {
  padding: 30px 0 37px;
}
.footer-bottom span {
  letter-spacing: 0;
  font-weight: normal;
}
.footer-bottom a {
  color: #000000;
}
.footer .widget-type-raw_html {
  min-height: 0 !important;
}

.footer-bottom .right {
  text-align: right;
}


/*-------Custom Modules ------*/

/*-----------certificate------*/

.certificates-section {
  padding: 30px 0 51px;
  text-align: center;
}
.certificates-section {
  background: #fff;
  color: inherit;
}
.certificates-section .page-center {
  position: relative;
}

.certificates-section .page-center >div:before {
  background: #2299a9;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.certificates-section .page-center >div {
  margin: 0 -50px;
}
.certificates-section .certificate-name span {
  text-transform: none;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
  line-height: 1.25;
}

.certificates-section .certificate-wrapper>div {
  max-width: 180px;
  margin: 0 auto;
}

.certificate-wrapper .widget-type-linked_image .cell-wrapper {
  float: none;
  min-height: 120px;
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.certificate-wrapper .hs_cos_wrapper_type_linked_image {
  display: table-cell;
  vertical-align: bottom;
}

.certificate-wrapper {
  padding-bottom: 20px;
  padding-top: 36px;
}

.certificates-section img {
  margin-bottom: 0;
}

/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

.body-container .widget-type-form:not(.noBgStyle) {
  border-radius: 3px;
  background: #39464e;
  display: block;
  padding: 24px 24px 25px;
}


.body-container form {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 15px;
}
.body-container h3.form-title:empty{
  display:none;
}
.body-container h3.form-title {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  margin-top: 0;
}
/* Form Field */
body .hs-form-field {
  position: relative;
  margin-bottom: 10px;
}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
  font-size: 14px;
  line-height: 26px;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  display: inline-block;
}
body .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label{
  position: absolute;
  height: 50px;
  left: 0;
  top: 0;
  line-height: 21px;
  padding-left: 8px;
  padding-top: 14px;
  transition:all 0.3s ease;
  pointer-events: none;
  visibility: visible;
}
.hs-form-field.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  padding-top: 0px;
  font-size: 8px;
  font-weight: 600;
  visibility: visible;
}
.hs-form-field.error:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  color: #d0021b;
}
.hs-form-field.error.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox) > label {
  color: #000000;
}

form .hs-richtext {
  margin-bottom: 10px;
  color: #000000;
}
/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  background: #f5f5f5;
  border: none;
  border-bottom: 2px solid #000000;
  outline: none;
  color: #000000;
  height: 50px;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  padding: 8px 8px 0;
  line-height: 21px;
  transition:border 0.3s ease;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  border-color: #24A3B2;
}

/* Separate Styles for Multiple Line Inputs */

body textarea {
  height: 120px;
  padding-top: 14px;
  width: 100% !important;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {
  vertical-align: -11%;
}
body input[type="checkbox"] {
  vertical-align: -11%;
}

h3.form-title{
  color:#fff
}
/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
.body-container ::-webkit-input-placeholder { /* Webkit Browsers */
  color: transparent;
  opacity: 1;
}
.body-container :-moz-placeholder { /* Firefox 18- */
  color: transparent;
  opacity: 1;
}
.body-container ::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
  opacity: 1; 
}
.body-container :-ms-input-placeholder { /* IE10 */
  color: transparent;
  opacity: 1; 
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
  font-size: 10px;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}
ul.hs-error-msgs.inputs-list label {
  font: inherit;
  color: inherit;
}

body input.error {
  background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/error-icon.png?t=1530209499772);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  border-color: #d0021b;
  color: #d0021b;
  margin-bottom: 10px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  background: #ddd;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="radio"]:checked + span:before {
  border: 2px solid #000000;
  background: #fff;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  outline: none;
  display: block;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 4px;
  background: #ddd;
  outline: none;
  color: #000000;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  color: #fff;
  transition: all .2s;
  font: normal normal normal 14px/1 FontAwesome;
  letter-spacing: 0;
  top: 6px;
  left: 2px;
  width: 14px;
  height: 14px;
  display: block;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + span:after {
  color: #999;
}
[type="checkbox"]:disabled + span {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + span:before,
[type="checkbox"]:not(:checked):focus + span:before {
  /*border: 2px dotted blue;*/
}
[type="checkbox"]:checked + span:before {
  background: #000000;
  border-color:   #000000;
}


/*--------------Hero Section----------------*/
.ucHeroSection {
  padding-top: 20px;
  padding-bottom: 20px;
  position:relative;
}
.ucHeroSection:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: #c9c9c940;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0% 100%);
  z-index: -1;
}
.ucHeroSection:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        to top left,
        transparent,
        transparent 16px,
        #c9c9c940 4px,
        #c9c9c940 30px
    );
    clip-path: polygon(70% 100%, 100% 70%, 100% 100%);
    opacity: 0.5;
    z-index: -1;
}

.ucHeroMain {
  padding-bottom: 0px;
}
.ucHeroMain + .ucHeroMain{
  border-bottom: 1px solid #869a9f;
}
.formWrapper {
  padding-right: 5%;
}
.ucHeroSection .ucHeroForm {
  position: relative;
}
.ucHeroSection .ucHeroForm:before {
  position: absolute;
  top: -70px;
  left: -100px;
  content: url(//www.campaigncreators.com/hubfs/Summer_Assets/down-right-arrow.png?t=1485995126711);
}
.ucHeroSection .ucHeroForm:after {
  position: absolute;
  bottom: -85px;
  left: -100px;
  content: url(//www.campaigncreators.com/hubfs/Summer_Assets/top-right-arrow.png?t=1485995126711);
}


.button,
.cta_button,
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  border: 1px solid;
  padding: 13px 70px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 2px;
  margin-top: 10px;
  background-color: transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border-color: #fff;
  color: #fff;
  max-width: 100%;
  width: 100%;
  line-height: 22px;
  background-color: #f15924;
  border-color: #f15924;
  color: #fff;
  outline: none;
}
.button:hover,
.cta_button:hover, 
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {
  background-color: transparent;
  color: #f15924;
}
.button:focus,
.cta_button:focus, 
body .hs-button.primary:focus, body input[type="submit"]:focus, body input[type="button"]:focus {
  background-color: transparent;
  color: #f15924;
}
.hs-cta-wrapper a { 
  -moz-box-sizing: border-box !important; 
  -webkit-box-sizing: border-box !important; 
  box-sizing: border-box !important;

}
.cta_button, 
.button {
  padding: 14px 15px 13px;
  width: auto;
  min-width: 250px;
}
.cta_button:hover,
.button:hover{
  border-color: #f15924;
}
.invert .cta_button,
a.button.invert{
  background-color: transparent;
  border-color: #f15924;
  color: #f15924;

}
.invert .cta_button:hover,
a.button.invert:hover{
  color: #fff !important;
  border-color: #fff !important;
  background-color: #f15924 !important;
}

ul.inputs-list.multi-container {
  margin: 0;
  padding: 0;
  list-style: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #b2be3e inset;
  color: #fff
}

legend {
  font-size: 11px;
}
.ucHeroRight {
  color: #fff;
}
.ucHeroRight p {
  margin-top: 0;
  line-height: normal;
}
.ucHeroRight img {
  display: block;
  margin: 0px auto 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  height: 300px;
}

/*
.ucHeroSection .widget-type-header {
  max-width: 780px;
}
*/

/*------------------Get Your Offer-----------------*/

.get-your-offer {
  padding: 40px 0;
}

.get-your-offer h3 {
  margin-top: 0;
  margin-bottom: 10px;
}


/*------------------Quote Module-----------------*/
.quote-module {
  margin: 20px 0;
  color: #000000;
  font-size: 20px;
  text-shadow: 2px 1px 4px rgba(255,255,255,0.8);
}

.quote-module .icon {
  display: table-cell;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

.quote-module .content {
  width: calc(100% - 120px);
  display: table-cell;
  vertical-align: middle;
}

.quote-module .content p {
  margin: 0;
}

.quote-module .row-fluid {
  display: table;
}

.quote-module .row-fluid:before,.quote-module .row-fluid:after {
  display: none;
}


.ucSupportSection {
  padding: 30px 0 15px;
}

.ucSupportSection p a {
  color: inherit;
}
/* .ucSupportSection h3 {
color: #2299a9;
margin-top: 0;
} */
.lp-testimonial-module {
  margin-bottom: 40px;
  margin-top: 15px;
  text-shadow: 1px 1px 0px rgba(255,255,255,1)
}

.lp-testimonial-module img {
  border-radius: 50%;
  margin-top: 10px;
  width:250px;
}

.lp-testimonial-module blockquote {
  margin: 0;
  font-size: 18px;
  padding-bottom: 23px;
}

.lp-testimonial-module blockquote:before {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #2299a9;
  margin-bottom: 15px;
  content: "";
}


.page-center.pt-35.pb-30 {
  padding-top: 35px;
  padding-bottom: 30px;
}

/*---------------Social Share Module--------------*/
.title {
  font-size: 20px;
  letter-spacing: 2px;
}
.social-share ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.social-share ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-share ul li a {
  width: 40px;
  height: 40px;
  border: 2px solid;
  color: #000000;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 17px;
  vertical-align: middle;
}
.social-share ul li a:hover{
  color:#2299a9;
} 

.certificates-section {
  overflow: hidden;
}

/*------------Speaker Bio---------------*/
.speakers-section2 {
  padding: 80px 0;
}
.speakers-section2 h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}


.hero-bottom {
  color: #fff;
  text-align: center;
  max-width: 100%;
  background: #9a312b;
  background: -moz-linear-gradient(top,#9a312b 1%,#c68884 100%);
  background: -webkit-linear-gradient(top,#9a312b 1%,#c68884 100%);
  background: linear-gradient(to bottom,#9a312b 1%,#c68884 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a312b',endColorstr='#c68884',GradientType=0);
  color: #fff;
  background: #c68884;
  background: -moz-linear-gradient(top,#c68884 0%,#9a312b 99%);
  background: -webkit-linear-gradient(top,#c68884 0%,#9a312b 99%);
  background: linear-gradient(to bottom,#c68884 0%,#9a312b 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c68884',endColorstr='#9a312b',GradientType=0);
  padding: 80px 0;
  background: #fff;
  position: relative;
  color: #fff;
  background: #fff
}

.hero-bottom:before {
  background: #c68884;
  background: -moz-linear-gradient(top,#c68884 0%,#9a312b 99%);
  background: -webkit-linear-gradient(top,#c68884 0%,#9a312b 99%);
  background: linear-gradient(to bottom,#c68884 0%,#9a312b 99%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .7;
  z-index: 0;
  background: #f15924;
  background: #000;
  background: #2299a9
}

.hero-bottom>div {
  position: relative;
  z-index: 1
}

.hero-bottom h2:after {
  margin: 0 auto;
  right: 0
}

.cm-events-archive {
  margin-bottom: 10px
}

.cm-events-archive .title {
  color: #2299a9;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .8px
}

.cm-events-archive .subtitle {
  color: #f15924;
  font-style: italic
}

.cm-events-archive .date {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  letter-spacing: .6px;
  color: #959595
}
.width230px {
  width: 230px;
}
.speakerBioPage .ucHeroSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.speakerBioPage h1 {
  margin-bottom: 50px;
}

.speakerBioPage .ucHeroSection .ucHeroForm:before {
  position: absolute;
  top: -70px;
  right: -70px;
  content: url(https://313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/arrow-right-top.png?t=1534750714870);
  left: auto;
}

.speakerBioPage .ucHeroSection .ucHeroForm:after {
  position: absolute;
  bottom: -75px;
  right: -70px;
  content: url(https://313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/arrow-right-bottom.png?t=1534750714870);
  left: auto;
}
.speakerBioPage .ucHeroMain {
  padding-bottom: 50px;
  border:none;
}
.speakerBioPage .formWrapper {
  padding-right: 0;
}
.speakerBioPage fieldset {
  max-width: 100% !important;
}
.speaker-bio-module {
  color: #fff
}
.speaker-bio-module .image {
  padding-top: calc(100% - 20px);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid rgba(0,0,0,0.2)
}

.speaker-bio-module .image img {
  width: auto;
  /* max-width:none; */
  /* max-height:100%; */
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  position: absolute;
}
.speaker-bio-module .title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-style: normal;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  margin: 15px 0
}

.speaker-bio-module a {
  color: #bcd7dc;
  border-bottom: 1px solid #bcd7dc
}

.speaker-bio-module .details {
  margin-top: 30px;
  font-size: 20px;
  line-height: 35px
}
@media (max-width:1080px){
  .widget-span.top-right {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .widget-span.top-left {
    width: 100%;
  }    
  .certificates-section .page-center >div {
    margin: 0;
  }    
  .social-share ul li {
    display: inline-block;
    margin: 0 5px;
  }
}
@media(max-width:1350px) {
  .speakerBioPage .ucHeroSection .ucHeroForm:before,
  .speakerBioPage .ucHeroSection .ucHeroForm:after{
    display:none;
  }
}
@media(max-width:1080px) and (min-width:768px){
  .footer-top-center {
    font-size: 18px;
  }
  .address {
    font-size: 18px;
  }
  .ucHeroSection .page-center{
    background-blend-mode:lighten;
  }
}
@media(max-width:767px){
  a.button {
    margin-bottom: 20px;
  }
  .ucHeroSection .formWrapper {
    padding-right: 0;
  }
  h1 {
    font-size: 38px;
    width:100%;
  }   
  .ucHeroSection .ucHeroForm {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ucHeroMain {
    padding-bottom: 20px;
  }
  .quote-module .icon {
    width: 70px;
  }    
  .lp-testimonial-module blockquote {
    margin-top: 30px;
  }    
  .lp-testimonial-module {
    text-align: center;
  }
  .certificate-wrapper.widget-span {
    width: 50%;
    float: left;
  }
  .footer-image {
    margin-bottom: 30px;
  }
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid .footer-bottom .page-center {
    padding-left: 0;
    padding-right: 0;
  } 
  .footer-bottom .right {
    text-align: left;
    margin-top: 10px;
  }
  .social-share {
    margin-top: 30px;
  }
  .ucHeroSection {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  background: ;
  padding-top: 20px;
  padding-bottom: 20px;
  background-blend-mode:lighten;
  }
}

@media(max-width:479px){
  .certificate-wrapper.widget-span {
    width: 100%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 20px;
  }
  .button, .hs-button {
    margin-top: 20px;
  }
}

/*------------自由追記 ここから下---------------*/

@media (max-width:767px) {

  .ucHeroMain .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .formWrapper .campaign_content p{
  padding-top:10px;
  margin-bottom: 5px;
  }
  .container2 {
    background-color: #e0e0e08f;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
    padding: 10px;
  }
  .ucHeroRight-holidays {
    max-width: 100%;
  }
}