/* @import url('http://example.com/example_style.css'); */

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* style_main start*/
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

body {
  background: #fff;
	padding: 0px;
	margin: 0px;
	line-height: 1.6;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}

.main {
  margin: 27px 0 40px;
}

.info {
    color: #223e69;
    margin-bottom: 30px;
}

.info .image {
    text-align: center;
}

.info .image img {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 16px;
    }
    
    .main {
        margin: 17px 0 58px;
        min-height: 580px!important;
    }
    
    .info {
        margin-bottom: 60px;
    }
    
    .info .image {
        margin-bottom: 10px;
    }
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto!important;
    float: none!important;
}

.header {
    background: #ffffff;
    padding: 5px 10px;
}

.header img {
    width: 100px!important;
    background: #ffffff;
    padding: 4px 0px;
}

.footer {
    padding: 40px 10px;
    color: #ffffff;
    background: #223e69;
    text-align: center;
    font-size: 12px;
}

.breadcrumb {
    padding: 0 24px;
    margin-bottom: 27px;
}

.breadcrumb span {
    display: inline-block;
    color: #ffffff;
    background: #223e69;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: bold;
}

.heading1 {
	font-size: 27px;
	color: #223e69;
	text-align: center;
	margin: 0 0 20px;
}

.heading1 span {
    display: block;
}

.heading2 {
	font-size: 19px;
	color: #223e69;
	margin: 0 0 15px;
}

.mainTxt {
	font-size: 19px;
	color: #223e69;
	text-align: center;
	margin: 0 0 23px;
	font-weight: bold;
}

.box-info {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 23px;
}

.box-info a {
    color: #000000;
}

@media screen and (min-width: 768px) {
    .header {
        padding: 5px 17px;
    }
    .header img {
        width: auto!important;
    }
    .breadcrumb {
        margin-bottom: 70px;
    }
    .heading1 {
    	font-size: 40px;
    }
    
    .heading2 {
    	font-size: 32px;
    	margin-bottom: 25px;
    }
    
    .mainTxt {
    	font-size: 20px;
    	margin-bottom: 47px;
    }
    
    .box-info {
        padding: 23px;
        margin-bottom: 50px;
    }
}

ul.attention {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul.attention span {
    color: #de0029;
}

fieldset {
    max-width: 100%!important;
}

.contactForm .form-title {
    display: none;
}

.contactForm fieldset .inputs-list.hs-error-msgs label {
    text-align: left;
}

.contactForm  fieldset.form-columns-2 .hs-form-field {
    width: 48%!important;
    float: left!important;
}

.contactForm  fieldset.form-columns-2 .hs-form-field:last-child {
    float: right!important;
}

.contactForm  fieldset.form-columns-3 .hs-form-field {
    width: 27%!important;
    float: left!important;
    margin-right: 10px;
}

.contactForm  fieldset.form-columns-1 label,
.contactForm  fieldset.form-columns-2 .hs-richtext,
.contactForm  fieldset.form-columns-3 .hs-richtext {
    font-size: 14px;
    font-weight: bold;
}

.contactForm .hs-input{
    padding: 10px;
    color: #223e69;
    border: 1px solid #223e69;
    background: #ffffff;
    width: 100%!important;
    margin-bottom: 10px;
}

.contactForm .hs-input,
.contactForm2 .hs-input {
    font-size: 16px;
}

.contactForm fieldset {
    margin: 0 auto;
}

.hs-form-field {
    overflow: hidden;
    margin-bottom: 30px;
}

.contactForm .inputs-list {
    font-size: 12px;
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
}

.contactForm .hs-form-booleancheckbox, 
.contactForm2 .hs-form-booleancheckbox {
    display: inline-block;
    width: auto;
	  margin-top:20px;
}

.contactForm .hs-form-booleancheckbox label,
.contactForm2 .hs-form-booleancheckbox label {
    cursor: pointer;
}

.contactForm .hs-form-booleancheckbox span,
.contactForm2 .hs-form-booleancheckbox span {
    color: #223e69;
}

.contactForm .input {
    margin-right: 0!important;
}

.hs_submit {
    text-align: center;
}

.hs_submit input {
    border: 0;
    background: #223e69;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    max-width: 387px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.hs_submit input:hover {
    background-color: #3798d0;
}

.contactForm fieldset.form-columns-1 input[type="radio"].hs-input,
.contactForm fieldset.form-columns-1 input[type="checkbox"].hs-input {
    width: auto!important;
}

.contactForm  fieldset.form-columns-1 textarea.hs-input,
textarea.hs-input {
    height: 175px;
}

.contactForm .hs-form-required,
.contactForm2 .hs-form-required,
.contactForm .hs-form-any,
.contactForm2 .hs-form-any {
/*     color: #de0029!important; */
  color: transparent;
}

.contactForm .terms {
   height: 150px; 
   overflow: auto; 
   text-align: left; 
   padding: 15px;
   background: #ffffff;
   border: 1px solid #223e69;
}

.contactForm .hs-error-msgs,
.contactForm2 .hs-error-msgs,
.contactForm2 .hs-error-msgs label {
    color: #de0029;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    margin: 0;
    clear: both;
}


.contactForm2 .hs-error-msgs label {
    margin-top: 1em;
    width: auto;
}

.inputs-list .hs-form-radio span,
.inputs-list .hs-form-checkbox span {
    font-weight: normal;
    font-size: 14px;
}

.contactForm .inputs-list .hs-form-checkbox {
    text-align: left;
}

.contactForm  fieldset.form-columns-1 .hs-form-radio,
.contactForm  fieldset.form-columns-1 .hs-form-checkbox,
.contactForm2 .hs-form-checkbox,
.contactForm2 .hs-form-radio {
    width: 45%;
    float: left;
    margin-right: 12px;
}

.contactForm  fieldset.form-columns-1 .hs-form-checkbox,
.contactForm2 .hs-form-checkbox {
    padding-left: 20px;
}

.contactForm  fieldset.form-columns-1 .hs-form-radio .hs-input,
.contactForm  fieldset.form-columns-1 .hs-form-checkbox .hs-input,
.contactForm2 .hs-form-checkbox .hs-input,
.contactForm2 .hs-form-radio .hs-input {
    margin-left: -20px;
    margin-right: 7px;
}

.contactForm  fieldset.form-columns-1 .hs-form-radio label,
.contactForm  fieldset.form-columns-1 .hs-form-checkbox label,
.contactForm2 .hs-form-checkbox label,
.contactForm2 .hs-form-radio label{
    width: auto;
    margin-right: 0;
    cursor: pointer;
}

.hs-form-radio-display {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hs-form-radio-display input {
    position: absolute;
    opacity: 0;
}


.hs-form-radio-display span {
    width: 100%;
    display: block;
    padding-left: 20px;
    background: url("https://3863743.fs1.hubspotusercontent-na1.net/hubfs/3863743/img/web/input.png") left top 3px no-repeat;
    position: relative;
}

.hs-form-radio-display span:after {
    content: "";
    position: absolute;
    display: none;
 	top: 7px;
 	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #223e69;
}

/* Show the indicator (dot/circle) when checked */
.hs-form-radio-display input:checked ~ span:after {
    display: block;
}

.form-columns-2 .hs-form-field label {
    display: none;
}

.contactForm2 .hs-input{
    padding: 10px;
    color: #223e69;
    border: 1px solid #223e69;
    background: #ffffff;
}
.contactForm2 ul.inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contactForm2 label {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.contactForm2 .hs-form-field {
    margin: 0 auto 30px!important;
    overflow: hidden;
}

.contactForm2 .hs-form-checkbox-display .hs-input {
    float: none;
    width: auto;
}

.contactForm .hs-error-msgs label,
.contactForm2 .hs-error-msgs label {
    display: block;
    font-size: 12px!important;
}

@media screen and (min-width: 768px) {
    .contactForm .hs-input {
        font-size: 20px;
        margin-bottom: 0;
    }
    
    .contactForm2 .hs-input {
        font-size: 20px;
        width: 70%;
    }
    
    .contactForm2 ul.inputs-list {
        width: 70%;
        float: right;
    }
    
    .contactForm  fieldset.form-columns-1 .input input[type="text"] {
        float: right;
    }
    
    .contactForm2 label {
        font-size: 20px;
        width: 26%;
        float: left;
        margin-right: 4%;
    }
    .contactForm  fieldset {
        max-width: 1000px!important;
        margin: 0 auto!important;
    }
    .hs-form-field {
        margin-bottom: 60px;
    }

    .contactForm  fieldset.form-columns-1 label,
    .contactForm  fieldset.form-columns-2 .hs-richtext,
    .contactForm  fieldset.form-columns-3 .hs-richtext {
        float: left;
        width: 26%;
        padding-right: 4%;
        font-size: 20px;
    }
    .contactForm  fieldset.form-columns-2 .hs-form-field {
        float: left;
        width: 34%!important;
    }
    
    .contactForm  fieldset.form-columns-1 .hs-form-radio,
    .contactForm  fieldset.form-columns-1 .hs-form-checkbox {
        width: 42%!important;
        text-align: left;
        margin-right: 20px;
    }
    
    .contactForm  fieldset.form-columns-1 .hs-form-radio label,
    .contactForm  fieldset.form-columns-1 .hs-form-checkbox label,
    .contactForm2 .hs-form-checkbox label,
    .contactForm2 .hs-form-radio label{
        width: auto;
        margin-right: 0;
    }
    
    .contactForm  fieldset.form-columns-1 .input {
        margin-right: 0!important;
    }
    
    .contactForm fieldset.form-columns-1 .hs-input {
        width: 70%!important;
    }
    
    .contactForm fieldset.form-columns-1 .hs-field-desc {
        width: auto!important;
    }
    
    
    .contactForm  fieldset.form-columns-1 .hs-error-msgs label {
        margin-left: 30%;
        font-size: 12px!important;
        width: 70%!important;
        margin-right: 0!important;
    }
    
    .contactForm  fieldset.form-columns-3 .hs-form-field {
        float: left;
        width: 12.33%!important;
        margin-right: 2%;
    }
    
    .contactForm  fieldset.form-columns-2 label {
        display: none;
    }
    
    .contactForm  fieldset.form-columns-2 .inputs-list label {
        display: block;
    }
    
    .hs-form-booleancheckbox-display {
        width: 100%!important;
    }
    
    .contactForm  fieldset.form-columns-1 textarea.hs-input,
    textarea.hs-input{
        /*width: 100%!important;*/
        height: 188px;
    }
    
    .contactForm fieldset.form-columns-1 textarea.hs-input,
    .contactForm2 fieldset.form-columns-1 textarea.hs-input,
    textarea.hs-input {
        width: 70%!important;
    }
    
    .contactForm .terms {
       padding: 30px 30px 0 30px; 
    }
    
    .contactForm .inputs-list {
        text-align: center;
        margin: 0;
    }
    
    .hs_submit input {
        font-size: 20px;
    }
    
    .inputs-list .hs-form-radio span,
    .inputs-list .hs-form-checkbox span {
        font-size: 16px;
    }
    
    .contactForm .hs-error-msgs label,
    .contactForm2 .hs-error-msgs label {
        margin-top: 10px;
    }
    
    .contactForm fieldset.form-columns-1 .hs_formtermsagree .hs-error-msgs label {
        margin-left: 0;
        width: 100%!important;
        text-align: center;
        margin-top: 0;
    }
    
}
.indent-1 {
padding-left:1em;
text-indent:-1em;
}
/* style_main end */

/* 202011 renew */

.body-container-wrapper {
  background: #fff;
}

.heading1,.heading2 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

.heading2 span {
    font-size: 16px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .heading1 {
    font-size: 28px;
  }
  
  .main {
    padding: 0 11px;
    margin: 0 0 40px;
  }
  
  .pc_only {
    display: none;
  }
}

.redbold_text {`
  color: #db1b31;
  font-weight: 700;
}

.contactForm fieldset.form-columns-1 label, 
.contactForm fieldset.form-columns-2 .hs-richtext, 
.contactForm fieldset.form-columns-3 .hs-richtext {
  font-size: 16px;
}

#hs_cos_wrapper_module_16046696997901308 {
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
  .image .row-number-1 .row-fluid {
    display: flex;
    justify-content: center;
  }
}

.req_parent {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .req_parent {
    margin: 0 0 20px 0;
  }
  
  .hs-form-field,
  .contactForm .hs-input {
    margin: 0;
  }
  
  .hs-richtext {
    margin: 0 0 20px;
  }
}

/* label required/optional */
/* fieldset .hs-form-field > label span:first-child:before,
fieldset .hs-main-font-element span:first-child:before, */
fieldset label > span:only-child:after,
fieldset .hs-richtext > span.withTag:after,
fieldset .hs-form-any:before {
  content: "任意";
  background: #999999;
  color: #fff;
  font-size: 14px;
  position: absolute;
  width: 42px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

/* fieldset .hs-form-field > label span.hs-form-required:before,
fieldset .hs-main-font-element span.hs-form-required:before { */
fieldset .hs-form-required:before {
  content: "必須";
  background: #db1b31;
  color: #fff;
  font-size: 14px;
  position: absolute;
  width: 42px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

.hs_formtermsagree .hs-form-required:before {
  display: none;
}

fieldset.formtermsagree .hs-main-font-element:before,
fieldset .hs_birthday_y label,
fieldset .hs_birthday_m label,
fieldset .hs_birthday_d label {
  display: none;
}

.form-columns-3 .hs-richtext > p {
  display: inline;
  padding: 0 0 0 60px;
}

.formTxt {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.contactForm .terms {
  margin: 30px 30px 0 30px;
}

/* logo */
.header-container-wrapper {
  background: #fff;
}

#hs_cos_wrapper_module_150708712567124 img {
  margin: 20px 0 0 20px;
}

@media screen and (max-width: 767px) {
  #hs_cos_wrapper_module_150708712567124 {
    display: flex;
  }
  
  #hs_cos_wrapper_module_150708712567124 img {
    width: 70px;
    height: 30px;
    margin: 8px auto 0;
  }
}

/* checkboxes */
.hs-fieldtype-booleancheckbox.field .input .hs-form-booleancheckbox label input,
.hs-fieldtype-checkbox.field .input .hs-form-checkbox label input {
  width: 16px !important;
  height: 16px;
  margin: 0 10px 0 0;
  border: 1px solid #223e69;
}

.contactForm fieldset.form-columns-1 .hs-form-checkbox {
  padding: 0;
}



/* required count */
.no_display {
  display: none;
}

.req_count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  position: fixed;
  border: 2px solid #223e69;
  color: #223e69;
  min-height: 117px;
  min-width: 160px;
  text-align: center;
  background: #f0f3f8;
  z-index: 1101;
  margin: 0 0 0 48px;
  bottom: 12px;
}

.req_count p:first-child {
  font-size: 16px;
  margin: 0;
}

.req_count p:nth-child(2) {
  font-size: 14px;
  margin: 0;
}

.req_count p:nth-child(2) span {
  font-size: 32px;
  color: #db1b31;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .req_count {
    margin: 0;
    min-height: 64px;
    max-width: 160px;
  }
  
  .req_count p:first-child {
    font-size: 10px;
  }
  
  .req_count p:nth-child(2) {
    font-size: 12px;
  }
  
  .req_count p:nth-child(2) span {
    font-size: 24px;
  }
  
  .req_count p:first-child {
    margin: 10px 0 0;
  }
}

fieldset > div:first-child > span:first-child,
.form-columns-1 label > span:first-child {
  padding: 0 0 0 60px;
  display: block;
  line-height: 2;
  color: #223e69;
  font-weight: normal;
}

.container {
    max-width: 1080px;
    padding: 0;
}

.contactForm fieldset.form-columns-2,
.contactForm fieldset.form-columns-1,
.contactForm fieldset.form-columns-3 {
  max-width: 1080px !important;
}

#hs_form_target_module_150726479801823 fieldset {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

#hs_form_target_module_150726479801823 fieldset:last-of-type {
  border-bottom: none;
}

#hs_form_target_module_150726479801823 fieldset.mailMori,
#hs_form_target_module_150726479801823 fieldset.formtermsagree {
  text-align: left;
}

#hs_form_target_module_150726479801823 fieldset.mailMori {
  padding: 0;
  border: none;
}

#hs_form_target_module_150726479801823 fieldset.formtermsagree {
  padding: 58px 0 0 0;
}

#hs_form_target_module_150726479801823 fieldset.formtermsagree .heading2 {
  font-size: 24px;
  text-align: left;
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

#hs_form_target_module_150726479801823 fieldset.mailMori .inputs-list,
#hs_form_target_module_150726479801823 fieldset.formtermsagree .hs-error-msg,
fieldset .hs_formtermsagree .inputs-list {
  text-align: left;
}

#hs_form_target_module_150726479801823 fieldset.formtermsagree .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}

/* .contactForm fieldset.form-columns-1 label, 
.contactForm fieldset.form-columns-2 .hs-richtext, 
.contactForm fieldset.form-columns-3 .hs-richtext, */
.hs-form-field,
.hs-richtext {
  position: relative;
}

.hs_modelhouse_date1_text,
.hs_modelhouse_date2_text,
.hs_modelhouse_date3_text {
  position: initial;
}
 
.contactForm .hs-input {
  border: 1px solid #ccc
  font-size: 16px;
  padding: 14px 10px;
}

.contactForm .hs-input::placeholder {
  color: #aaa;
}

@media screen and (min-width: 768px) {
  .hs-form-field {
    margin: 0;
  }
}

/* pdfs */
@media (min-width: 768px) {
  .catalog__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 40px;
  }
  
  .row-fluid .span4,
  .catalog__column {
    width: 30.7%;
  }
  
  .row-fluid [class*="span"],
  .catalog__column {
    margin: 0 0 0 40px;
  }

	.catalog__column:first-child {
		margin: 0;
	}
	
  /*
  .catalog__column:hover {
    cursor: pointer;
  }*/
  
  .catalog__column:hover a {
    background: #223e69;
    color: #fff;
  }
}

a#cta_button_3863743_a8fc12fb-8fd2-4bba-a0ef-70e8c7879c8f p {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .row-fluid .span4,
 .catalog__column {
    margin-top: 30px; 
  }
  
  .catalog__column:last-child {
    margin-bottom: 50px; 
  }
}

.catalog__container {
  width: 100%;
  text-align: center;
}

.catalog__lead_text {
	text-align: left;
	width: 63%;
}
@media screen and (max-width: 767px) {
	.catalog__lead_text {
		width: 100%;
	}
}

.row-fluid .span4,
.catalog__column {
  background: #eff2f7;
  font-weight: 700;
  color: #223e69;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.row-fluid .span4:hover {
  cursor: pointer;
}

.catalog__text {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin: 13px 0 12px 0;
}

.row-number-5 .hs_cos_wrapper_type_linked_image,
.catalog__image_container img {
  /* width: 70px; */
  height: 100px;
  display: flex;
  margin: 0 auto;
}

.row-number-5 .hs_cos_wrapper_type_linked_image a {
  display: flex;
}

.span4 .row-fluid-wrapper:first-child,
.catalog__image_container {
  background: #fff;
  min-height: 120px;
  display: flex;
  align-items: center;
}

.info .image img {
  margin: 0;
}
.catalog__column a {
  border: 1px solid #223e69;
  background: #fff;
  font-size: 13px;
  width: 100%;
  min-height: 42px;
  font-weight: bold;
  color: #223e69;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.row-fluid .span4 input {
  border: 1px solid #223e69;
  background: #fff;
  font-size: 13px;
  width: 100%;
  min-height: 42px;
  font-weight: bold;
  color: #223e69;
}

.row-fluid .span4 input:hover {
  cursor: pointer;
}

.row-fluid .span4:hover input {
  background: #223e69;
  color: #fff;
}

/* submit button */
.hs_submit {
  margin: 60px 0 120px;
}

.hs_submit input {
  background: #de0029;
}

.hs_submit input:hover {
  opacity: 0.8;
  background: #de0029;
}

@media screen and (max-width: 767px) {
  .hs_submit {
    margin: 40px 0 50px;
  }
  
  .contactForm .hs-form-booleancheckbox span {
    margin: 0;
  }
}

/* footer */
.footer {
  background: #223e69;
  padding: 10px;
}

.footer .row-fluid .span12 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* loader */
.span12.widget-span.widget-type-cell.main,
.span12.widget-span.widget-type-global_group.footer {
  display:none;
}

.span12.widget-span.widget-type-cell.complete {
  display:block;
}
.span12.widget-span.widget-type-cell.main_block {
  display:block;
}

.preload { 
  width:100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .preload {
    left: 41%;
  }
}

textarea {
    font-family: "Noto Sans JP", sans-serif;
}

.hs-dependent-field > div:nth-child(2),
.hs-dependent-field > div:nth-child(3),
.hs-dependent-field > div:nth-child(4),
.hs-dependent-field > div:nth-child(5),
.hs-dependent-field > div:nth-child(6),
.hs-dependent-field > div:nth-child(7),
.hs-dependent-field > div:nth-child(8){
  margin: 10px 0 0;
}

.hs-form-field.hs_hills_preferred_date_1st,
.hs-form-field.hs_hills_preferred_date_2nd,
.hs-form-field.hs_hills_preferred_date_3rd{
  overflow: visible;
}

.hs_owner_attached_file .input input {
	border: 0;
	padding-left: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 768px) {
	.hs_owner_attached_file .input {
		width: 70%;
		margin-left: auto;
	}  
}

/* br */
.sp {
    display: none !important;
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}