/* -------------------- web fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* -------------------- */

@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    overflow: hidden;
}

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

html {
    overflow-y: scroll;
    width: 100%
}

body {
    width: 100%
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
{
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans Japanese", 'Helvetica', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    color: #333333;
    -webkit-text-size-adjust: 100%;
    font-size: 1.5rem;
    background-size: contain;
    line-height: 2em;
    width: 100%;
    /* min-width: 1224px; */
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #248da5;
}

ol {
    list-style: decimal outside;
    margin-left: 20px;
}

ol li {
    padding-bottom: 7px;
    line-height: 1.5rem;
}

*::selection {
    background: rgba(0, 226, 255, 0.6);
}

*::-moz-selection {
    background: rgba(0, 226, 255, 0.6);
}

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


/* -------------------- */

.main-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 32px 0 0 0;
}

.header-left {
    margin-left: 5%;
    width: 15%;
    float: left;
    color: #FFF;
}

.header-middle {
    text-align: center;
    width: 65%;
    float: left;
}

.header-middle img {
    max-width: 65%;
}

.header-right {
    text-align: right;
    width: 10%;
    color: #FFF;
    transition: all 0.3s;
}

.header-right a {
    color: #FFF;
    transition: all 0.3s;
    }

.header-right-black {
    color: #000;
    transition: all 0.3s;
}

.header-right-black a {
    color: #000;
    transition: all 0.3s;
}

.pattern img {
    filter: drop-shadow(0px 0px 4px #666);
}

.features {
    clear: both;
    margin-top: 90px;
    position: relative;
    width: auto;
    height: auto;
    
}

.spacer01 {
    margin-top: 90px;
}

.feature-image-box-left {
    width: 50%;
    height: 420px;
    float: left;
    overflow: visible;
}

.feature-image-box-right {
    width: 50%;
    height: 420px;
    float: right;
    overflow: visible;
}

.blue-background-left {
    width: 72%;
    height: 360px;
    float: left;
    background: -moz-linear-gradient(21.39% 7.08% -45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -webkit-gradient(linear, 21.39% 7.08%, 93.06% 114.58%, color-stop(0, rgba(108, 215, 255, 1)), color-stop(1, rgba(0, 159, 217, 1)));
    background: -o-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#009FD9' ,GradientType=0)";
    background: linear-gradient(135deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#009FD9', GradientType=1);
}

.blue-background-right {
    width: 72%;
    height: 360px;
    float: right;
    background: -moz-linear-gradient(21.39% 7.08% -45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -webkit-gradient(linear, 21.39% 7.08%, 93.06% 114.58%, color-stop(0, rgba(108, 215, 255, 1)), color-stop(1, rgba(0, 159, 217, 1)));
    background: -o-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#009FD9' ,GradientType=0)";
    background: linear-gradient(135deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#009FD9', GradientType=1);
}

.feature-title-english-left {
    font-family: 'Open Sans Condensed';
    font-weight: 200;
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0.55em;
    color: #FFF;
    padding: 24px 0 0 39%;
}

.feature-title-english-right {
    text-align: right;
    font-family: 'Open Sans Condensed';
    font-weight: 200;
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0.35em;
    color: #FFF;
    padding: 24px 39% 0 0;
}

.[class*='overlayed-image-'] {
    overflow: visible;
}

.overlayed-image-left {
    width: 36%;
    height: 320px;
    position: absolute;
    top: 100px;
    left: 14%;
    z-index: 2;
}

.overlayed-image-right {
    text-align: right;
    width: 36%;
    height: 320px;
    position: absolute;
    top: 100px;
    right: 14%;
    z-index: 2;
}

.feature-text-box-left {
    width: auto;
    padding: 0 5% 0 3%;
}

.feature-text-box-right {
    width: auto;
    padding: 0 3% 0 5%;
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.box-float-right {
    float: right;
}

.box-float-left {
    float: left;
}

.feature-title {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 100;
    line-height: 1.3em;
    color: #0C2044;
}

.feature-body {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 200;
    color: #63738E;
    width: 90%;
    margin: 0.8em 0 2em 0;
}

.feature-button {
    font-family: 'Open Sans Condensed';
    width: 240px;
    height: 2.6em;
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.7em;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 1.3em;
    transition: 0.4s;
    
    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(108, 215, 255, 1)), color-stop(1, rgba(60, 218, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8', GradientType=1);
}

.feature-button:hover {
    color: #248da5;
        
    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(118, 225, 255, 1)), color-stop(1, rgba(70, 228, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
}

.about-top {
    margin-top: 90px;
}

.about-blanctec {
    width: 100%;
    height: auto;
    padding-bottom: 6em;
    text-align: center;
    
    background-image: url(https://www.blanctec.co.jp/images/pc/ICE_background_blue.jpg);
    
    background-size: cover;
    
}

.product-and-technology {
    width: 100%;
    padding-top: 40px;
    height: 280px;
    text-align: center;

    background-image: url(https://www.blanctec.co.jp/images/pc/ICE_background_blue02.jpg);

    background-size: cover;

}

.content-title-english {
    width: 100%;
    font-family: 'Open Sans Condensed';
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.5em;
    margin-top: 96px;
}

.content-title {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1.3em;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-body {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 200;
    color: #fff;
    width: 50%;
    margin: 0 auto 2em auto;
}

.product-logo {
    width: 100%;
    text-align: center;
    margin-top: 90px;
}

.product-logo img {
    width: 24%;
}

.product-description {
    width: 80%;
    margin: 60px auto 0 auto;
}

.product-image {
    width: 50%;
    float: left;
}

.product-text-box {
    width: 50%;
}

.product-chart-box {
    width: 44.5%;
}

.product-disclaimer {
    margin-top: 1em;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #999;
}

.grey-background {
    padding-top: 1em;
    padding-bottom: 5em;
    background-image: url(https://www.blanctec.co.jp/images/pc/blue-dot.png);
}

.technology-sectiontitle-english {
    width: 100%;
    font-family: 'Open Sans Condensed';
    color: #85C6DE;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.5em;
    margin-top: 96px;
    text-align: center;
}

.technology-title-english {
    width: 100%;
    height: 9rem;
    font-family: 'Open Sans Condensed';
    color: #0C2044;
    font-size: 8rem;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 60px;
    
}

.technology-title {
    text-align: center;
    width: 80%;
    font-size: 3.6rem;
    margin: 0.5em auto 0 auto;
    font-weight: 100;
    line-height: 1.3em;
    color: #0C2044;
}

.technology-body {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 200;
    color: #63738E;
    width: 80%;
    margin: 0.8em auto 2em auto;
}

.technology-images img {
    width: 33.3%;
    float: left;
}

.technology-part-box {
    width: 80%;
    margin: 100px auto 60px auto;
}

.technology-part-box-left {
    width: 50%;
    float: left;
}

.technology-title.part{
    font-size: 2.8rem;
    margin: 0em auto 0 auto;
    font-weight: 100;
    line-height: 1.3em;
    text-align: left;
}

.technology-body.part{
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 200;
    margin: 0.8em auto 2em auto;
}

.technology-title.part2{
    font-size: 2.8rem;
    margin: 1.5em auto 0 auto;
    font-weight: 100;
    line-height: 1.3em;
    text-align: center;
}

.technology-title.part3{
    font-size: 2.8rem;
    width: 33.3%;
    margin: 3.5em auto 0 auto;
    font-weight: 100;
    line-height: 1.3em;
    text-align: center;
}

.technology-body.part2{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 200;
    margin: 0.8em auto 2em auto;
}

.technology-diagram {
    width: 70%;
    margin: 40px auto 0 auto;
}

.snow-condition-box {
    width: 80%;
    margin: 40px auto 40px auto;
}

.snow-condition {
    width: 25%;
    float: left;
    position: relative;
}

.snow-condition img {
    width: 100%;
}

.snow-condition img:hover {
    transition: 0.4s;
    opacity: 0.7;
}

.zoom-icon {
    position: absolute;
    max-width: 30px;
    bottom: 30px;
    right: 0px;
}

.snow-condition-text {
    font-weight: 200;
    text-align: center;
}

.ikeshime-video-box {
    width: 80%;
    margin: 0 auto 0 auto;
}

.ikeshime-video {
    width: 48%;
    float: left;
}

.ikeshime-video:last-child {
    width: 48%;
    margin-left: 4%;
}

.technology-video img {
    width: 80%;
}

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

.news-release-title-english {
    width: 100%;
    font-family: 'Open Sans Condensed';
    color: #85C6DE;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.5em;
    margin-top: 96px;
    text-align: center;
}

.news-release-box {
    width: 70%;
    margin: 32px auto 0 auto;
}

.news-release a{
    margin-top: 32px;
}

.each-box {
    width: 100%;
    overflow: auto;
}

.each-news {
    border-bottom: 1px solid #85C6DE;
    padding: 1em 0 1em 0;
}

.each-news:first-child {
    border-top: 1px solid #85C6DE;
    border-bottom: 1px solid #85C6DE;
    padding: 1em 0 1em 0;
}

.each-news-hidden-box .each-news:first-child {
    border-top: 0px solid #85C6DE;
    border-bottom: 1px solid #85C6DE;
    padding: 1em 0 1em 0;
}

.news-date {
    width: 15%;
    float: left;
    font-family: 'Open Sans Condensed';
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #95989A;
}

.news-title {
    width: 70%;
    float: left;
    color: #95989A;
}

.news-read-more {
    width: 15%;
    text-align: right;
    font-family: 'Open Sans Condensed';
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #009FD9;
}

.news-button-margin-top {
    margin-top: 30px;
}

.contact-us {
    width:auto;
    margin-top: 110px;
}

.contact-us-box {
    width: 100%;
    height: 120px;
    text-align: center;

    background-image: url(https://www.blanctec.co.jp/images/pc/ICE-background-contact.jpg);

    background-size: cover;

    transition: 0.2s;
}

.contact-us-box:hover {
    opacity: 0.6;
}


.contact-us-title {
    width: 100%;
    font-family: 'Open Sans Condensed';
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.5em;
    padding-top: 48px;
    z-index: 5;
}

.pattern-contact {
    width: 100%;
    height: 120px;
    background: url(https://www.blanctec.co.jp/images/pc/white_pattern.png);
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    float: left;
}

.footer-box {
    background-color: #0C2044;
    width: 100%;
    height: 500px;
}

.footer-content-box {
    width: 70%;
    margin: 80px auto 0 auto;
}

.footer-content01 {
    float: right;
    font-size: 1.2rem;
    color: #fff;
}

.footer-content01 a {
    color: #fff;
}

.footer-content01 a:hover {
    color: #85C6DE;
}

.footer-content02 {
    font-size: 1.2rem;
    color: #fff;
}

.footer-content02 a{
    color: #fff;
}

.footer-content02 img {
    max-width: 12em;
    margin-bottom: 30px;
}

.about-box {
    width: 80%;
    margin: 60px auto 0 auto;
}

.about-box.short {
    width: 70%;
}

.about-blanctec-box-right {
    width: 50%;
    float: right;
}

.about-blanctec-box-left {
    width: 50%;
}

.about-blanctec-header {
    font-size: 2.8rem;
    font-weight: 100;
    line-height: 1.3em;
    margin: 0em auto 0 auto;
    text-align: left;
    width: 80%;
    
}

.about-blanctec-body {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 200;
    margin: 0.8em auto 2em auto;
    width: 80%;
}

.about-blanctec-body.no-top-margin {
    margin: 0em auto 2em auto;
}

.sectiontitle-japanese {
    width: 80%;
    margin: 0.2em auto 0 auto;
    text-align: center;
    font-weight: 200;
    font-size: 2rem;
}

.company-profile-list li:first-child {
    width: 20%;
    float: left;
    text-align: right;
}

.company-profile-list li {
    width: 80%;
    float: left;
    text-align: center;

    border-top: 1px solid #85C6DE;
    padding: 0.4em 0 0.4em 0;
}

.about-box ul:last-child {
    border-bottom: 1px solid #85C6DE;
}

.address {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 200;
    margin-top: 1em;
}

.privacy-policy-box {
    width: 70%;
    margin: 60px auto 60px auto;
}

.privacy-policy-header {
    font-size: 2rem;
    line-height: 2em;
    font-weight: 500;
}

.privacy-policy-subheader {
    font-size: 1.6rem;
    line-height: 3em;
    font-weight: 500;
    margin-top: 0.8em;
}

.privacy-policy-body {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 200;
}

.privacy-policy-body.center {
    text-align: center;
}

.news-release-article-box {
    width: 55%;
    margin: 0 auto 0 auto;
}

.news-release-title {
    color: #85C6DE;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 96px auto 0 auto;
    text-align: center;
}

.news-release-date {
    margin: 0.2em auto 0 auto;
    text-align: center;
    font-weight: 200;
    font-size: 2rem;
}

.news-release-article {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 200;
    margin: 1.6em auto 0 auto;
}

.news-release-button {
    text-align: center;
    margin: 4em auto 0 auto;
}

.sns-buttons {
    margin: 2em auto 0 auto;
    text-align: center;
}


/* -------------------- slide show */
.slide-show {
    background-color: #fff;
}

.slide-show img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s;
}

.slide-show2 {
    background-color: #fff;
}

.slide-show2 img{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.6s;
}

/* -------------------- fadein */

/* 画面外*/
.fadein {
    opacity : 0;
    transform : translate(0, 80px);
    transition : all .5s;
}

/* 画面内*/
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* -------------------- nav menu */

.side-menu {
    position: fixed;
    background-color: #0C2044;
    width: 25%;
    height: 100%;
    left: -29.8%;
    padding-top: 120px;
    padding-left: 4.8%;
    z-index: 10;
    opacity: 0.1;
    transition: all 0.3s ease;
}

.side-menu li {
    font-family: 'Open Sans Condensed';
    font-size: 2.4rem;
    line-height: 1.3em;
    letter-spacing: 0.3em;
    margin-bottom: 1.4em;
}

.side-menu li a{
    color: #85C6DE;
    transition: all 0.2s;
}

.side-menu li a:hover{
    color: #fff;
}

.side-open {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    opacity: 0.9;
}


/* ----- button: non-active */

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 36px;
    height: 30px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 13px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.menu-trigger-black span{
    background-color: #000;
}

/* ----- button: active */

.menu-trigger.active span {
    background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1),
.menu-trigger.active span:nth-of-type(3) {
    width: 16px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translate(0px,7px) rotate(-45deg);
    transform: translate(0px,7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translate(0px,-7px) rotate(45deg);
    transform: translate(0px,-7px) rotate(45deg);
}


/* -------------------- ice particle */

.ice-particle-box {
    position: relative;
    z-index: -10;
    overflow: visible;
}

.ice-particle {
    position: fixed;
}

.ice-particle img {
    max-width: 100%;
    min-width: 100%;
    opacity: 0.5;
}

/* -------------------- tab switch */

.product-model li {
    text-align: center;
    width: 28%;
    background-color: #ddd;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 0.4em 0 0.4em 0;
    margin-right: 2%;
    transition: 0.2s;
}

.product-model li:hover {
    background-color: #a8d8ea;
    color: #fff;
}

.product-model .tab-active {
    background-color: #85C6DE;
    color: #fff;
}

.product-model {
    margin-bottom: 15px;
}

.product-spec-box {
    display: none;
    color: #999;
}

.product-spec-box.tab-content-active {
    display: block;
}

.product-spec li {
    width: 33%;
    float: left;

    border-top: 1px solid #85C6DE;
    padding: 0.4em 0 0.4em 0;
}

.product-spec-box ul:last-child {
    border-bottom: 1px solid #85C6DE;
}

/* -------------------- form reset */

input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* -------------------- form */

#contact-us-form {
    width: 50%;
    margin: 0 auto 0 auto;
}

#contact-us-form li{
    margin: 0em auto 1.6em auto;
}

.contact-us-form-label {
    width: 33%;
    float: left;
    padding-right: 0%;
    font-size: 1.4rem;
    padding-top: 0.5em;
    position: relative;
}

.required:after {
    content: "必須";
    font-size: .75em;
    background: #78abe6;
    color: #fff;
    padding: 0px 5px;
    margin-left: 5px;
    border-radius: 3px;
    position: absolute;
    right: 14px;
}

#contact-us-form input {
    width: 63%;
    height: 3em;
    border-radius: 5px;
    border: 1px solid #85C6DE;
    font-size: 1.6rem;
    padding: 0 0.5em 0 0.5em;
}
/*#contact-us-form input.btn_l {
    width: 49%;
    height: 3em;
    border-radius: 5px;
    border: 1px solid #85C6DE;
    font-size: 1.6rem;
    padding: 0 0.5em 0 0.5em;
}*/

input#family-name-kanji, input#first-name-kanji, input#first-name-katakana, input#family-name-katakana {
    width: 25%;
    margin-right: 2%;
}

#contact-us-form textarea {
    width: 63%;
    height: 18em;
    border-radius: 5px;
    border: 1px solid #85C6DE;
    font-size: 1.6rem;
    padding: 0.5em;
}

.contact-us-privacy-form {
    height: 20em;
    padding: 2em;
    overflow: auto;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: 40px 0 60px 0;
}

.submit-button {
    width: 100%;
}
.btn_center {
    text-align: center;
    margin: 3em;
}

#contact-us-form input.btn_l {
    width: 40%;
    height: 2.6em;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.7em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 1.3em;
    transition: 0.4s;

    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(108, 215, 255, 1)), color-stop(1, rgba(60, 218, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8', GradientType=1);
}

#contact-us-form input.btn_l:hover {
    color: #248da5;

    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(118, 225, 255, 1)), color-stop(1, rgba(70, 228, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
}
input#btn {
    width: 40%;
    margin: 0 auto 0 auto;
    display: block;
    height: 2.6em;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.7em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 1.3em;
    transition: 0.4s;

    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(108, 215, 255, 1)), color-stop(1, rgba(60, 218, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8', GradientType=1);
}

input#btn:hover {
    color: #248da5;

    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(118, 225, 255, 1)), color-stop(1, rgba(70, 228, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
}

.form_err {
    background: #ffe1ef;
    color: #f70074;
    margin-bottom: 16px;
    padding: 16px 8px;
}

/* -------------------- form conf */
#contact-us-form li.conf {
    margin: 0em auto 1.0em auto;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.6em;
}


.contact-us-form-label-conf {
    float: left;
    padding-right: 0%;
    font-size: 1.4rem;
    padding-top: 0.5em;
}
.contact-us-form-data-conf {
    padding-right: 0%;
    font-size: 1.4rem;
    padding-top: 0.5em;
}
.btn_conf {
    width: 100%;
}
.btn_l {
    width: 45%;
 }
#contact-us-form p.conf-values {
    width: 66%;
    font-size: 1.4rem;
    padding-top: 0.5em;
}
.fin-text {
    width: 100%;
    margin: 60px auto 60px auto;
}
a.btn_area {
    width: 40%;
    margin: 40px auto 0 auto;
    display: block;
    height: 2.6em;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.7em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 1.3em;
    transition: 0.4s;

    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(108, 215, 255, 1)), color-stop(1, rgba(60, 218, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8', GradientType=1);
}

a.btn_area:hover {
    color: #248da5;

    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(118, 225, 255, 1)), color-stop(1, rgba(70, 228, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
}

/* -------------------- form fin */
.font200 {
    font-weight: 200;
}

/* -------------------- show or hide on mobile */

.hide-on-mobile {
    display:block;
}

.show-on-mobile {
    display: none;
}

/* -------------------- loading */

.loader-box {
    display: block;
    position: relative;
    width: 180px;
    top: 46%;
    margin: 0 auto 0 auto;
}

.loader-header {
    margin-bottom: 20px;
}

.loader {
    text-align: center;
    z-index: 2000;
}

.loader-bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: -moz-linear-gradient(21.39% 7.08% -45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -webkit-gradient(linear, 21.39% 7.08%, 93.06% 114.58%, color-stop(0, rgba(108, 215, 255, 1)), color-stop(1, rgba(0, 159, 217, 1)));
    background: -o-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#009FD9' ,GradientType=0)";
    background: linear-gradient(135deg, rgba(108, 215, 255, 1) 0%, rgba(0, 159, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#009FD9', GradientType=1);
}

/* -------------------- facebook button */

.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

/* -------------------- for google map */

#blanctec-access-map div {
    overflow: visible;
}

/* -------------------- media query */

@media screen and (max-width: 1200px) {

    /* contents */

    .blue-background-left {
        width: 78%;
        height: 290px;
    }

    .feature-title-english-left {
        font-size: 2.2rem;
        line-height: 1.3em;
        letter-spacing: 0.45em;
        padding: 23px 0 0 21%;
    }

    .overlayed-image-left {
        width: 41%;
        height: 23.5%;
        top: 100px;
        left: 8%;
    }

    .blue-background-right {
        width: 78%;
        height: 290px;
    }

    .feature-title-english-right {
        font-size: 2.2rem;
        line-height: 1.3em;
        letter-spacing: 0.45em;
        padding: 23px 19% 0 0;
    }

    .overlayed-image-right {
        width: 41%;
        height: 23.5%;
        top: 100px;
        right: 8%;
    }

    .feature-title {
        font-size: 3rem;
        line-height: 1.4em;
        margin-top: 0;
        font-weight: 100;
    }
    
    .product-image {
        width: 40%;
        float: left;
    }

    .product-text-box {
        width: 60%;
    }

    .product-chart-box {
        width: 59.5%;
    }
    
    .news-release-article-box {
        width: 70%;
        margin: 0 auto 0 auto;
    }
    #contact-us-form {
        width: 60%;
        margin: 0 auto 0 auto;
    }
}


@media screen and (max-width: 960px) {
    
    /* side menu */
    
    .side-menu {
        width: 33%;
        height: 100%;
        left: -37.8%;
        padding-top: 120px;
        padding-left: 4.8%;
    }

    .side-menu li {
        font-size: 2.4rem;
        line-height: 1.3em;
        letter-spacing: 0.3em;
        margin-bottom: 1.4em;
    }
    
    /* contents */
    
    .blue-background-left {
        width: 78%;
        height: 240px;
    }
    
    .feature-title-english-left {
        font-size: 22px;
        line-height: 1.3em;
        letter-spacing: 0.45em;
        padding: 24px 0 0 15%;
    }
    
    .overlayed-image-left {
        width: 41%;
        height: 23.5%;
        top: 100px;
        left: 5%;
    }
    
    .blue-background-right {
        width: 78%;
        height: 240px;
    }

    .feature-title-english-right {
        font-size: 22px;
        line-height: 1.3em;
        letter-spacing: 0.35em;
        padding: 24px 10% 0 0;
    }

    .overlayed-image-right {
        width: 41%;
        height: 23.5%;
        top: 100px;
        right: 5%;
    }
    
    .feature-title {
        font-size: 2.4rem;
        line-height: 1.3em;
        margin-top: 0;
        font-weight: 100;
    }
    
    .technology-title-english {
        width: 100%;
        height: 9rem;
        font-size: 7rem;
        line-height: 1em;
        font-weight: 300;
        letter-spacing: 0.05em;
        margin-top: 60px;
    }
    
    .technology-title.part3{
        width: 40%;
    }
    
    .technology-diagram {
        width: 85%;
    }
    
    .snow-condition-box {
        width: 85%;
    }
    
    .product-image {
        width: 40%;
        float: left;
    }
    
    .product-text-box {
        width: 60%;
    }
    
    .product-chart-box {
        width: 59.5%;
    }
    
    .about-blanctec-header {
        font-size: 2.4rem;
        line-height: 1.3em;
        margin: 0em auto 0 auto;
    }
    
    .news-release-article-box {
        width: 70%;
        margin: 0 auto 0 auto;
    }
    
    /* form */
    
    #contact-us-form {
        width: 85%;
        margin: 0 auto 0 auto;
    }

    #contact-us-form li{
        width: 100%;
        margin: 1em auto 1em auto;
    }
    
    .contact-us-form-label {
        font-size: 1.3rem;
    }
    

}

@media screen and (max-width: 768px) {
    
    
    .hide-on-mobile {
        display:none;
    }

    .show-on-mobile {
        display: block;
    }

    
    /* side menu */
    
    .side-menu {
        width: 100%;
        height: 100%;
        left: -104.8%;
        padding-top: 110px;
        padding-left: 4.8%;
    }
    
    .side-menu li {
        font-size: 2.2rem;
        line-height: 1.2em;
        letter-spacing: 0.3em;
        margin-bottom: 1.4em;
    }
    
    /* header */
    
    .header-middle img {
        max-width: 65%;
    }
    
    /* contents */
    
    .feature-image-box-left {
        width: 100%;
        height: 420px;
        overflow: visible;
    }
    
    .feature-image-box-right {
        width: 100%;
        height: 420px;
        overflow: visible;
    }
    
    .blue-background-left {
        width: 80%;
        height: 18em;
    }
    
    .blue-background-right {
        width: 80%;
        height: 18em;
    }
    
    .feature-title-english-left {
        font-size: 2.4rem;;
        line-height: 1.3em;
        letter-spacing: 0.55em;
        padding: 20px 0 0 15%;
    }
    
    .feature-title-english-right {
        font-size: 2.2rem;;
        line-height: 1.3em;
        letter-spacing: 0.55em;
        padding: 20px 15% 0 0;
    }
    
    .overlayed-image-left {
        width: 80%;
        height: 23.5%;
        top: 100px;
        left: 10%;
        z-index: 2;
    }
    
    .overlayed-image-right {
        width: 80%;
        height: 23.5%;
        top: 100px;
        right: 10%;
        z-index: 2;
    }
    
    .slide-show img{
        width: 100%;
    }
    
    .slide-show2 img{
        width: 100%;
    }
    
    .feature-text-box-left {
        width: 80%;
        margin: 20% auto 0 auto;
        padding: 0;
    }
    
    .feature-text-box-right {
        width: 80%;
        margin: 20% auto 0 auto;
        padding: 0;
    }
    
    .feature-title {
        font-size: 2.2rem;
        line-height: 1.3em;
        margin-top: 1em;
        font-weight: 200;
    }
    
    .feature-body {
        font-size: 1.6rem;
        line-height: 1.6em;
        width: 100%;
        margin: 0.8em 0 2em 0;
    }
    
    .about-blanctec {
        width: 100%;
        height: auto;
        padding-bottom: 4em;
    }
    
    .content-title-english {
        width: 90%;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.5em;
        margin: 80px auto 0 auto;
    }
    
    .content-title {
        width: 100%;
        font-size: 2.8rem;
        line-height: 1.3em;
        margin-top: 0.2em;
        margin-bottom: 0.8em;
    }
    
    .content-body {
        font-size: 1.6rem;
        line-height: 1.6em;
        width: 80%;
        margin: 0 auto 2em auto;
    }
    
    .news-release-box {
        width: 90%;
        margin: 32px auto 0 auto;
    }
    
    .news-date {
        width: 18%;
        float: left;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    
    .news-title {
        width: 64%;
        float: left;
        text-align: left;
        font-size: 0.8em;
        line-height: 2.4em;
    }
    
    .news-read-more {
        width: 18%;
        font-size: 1.2rem;
        letter-spacing: 0em;
        color: #009FD9;
    }
    
    .contact-us {
        width:auto;
        margin-top: 100px;
    }
    
    .contact-us-box {
        width: 100%;
        height: 100px;
    }
    
    .pattern-contact {
        width: 100%;
        height: 100px;
    }
    
    .contact-us-title {
        width: 100%;
        font-size: 2rem;
        letter-spacing: 0.5em;
        padding-top: 38px;
    }
    
    .footer-content-box {
        width: 90%;
        margin: 3em auto 0 auto;
    }
    
    .footer-content01 {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }
    
    .footer-content02 {
        margin-top: 6em;
        clear: both;
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }
    
    .product-and-technology {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
        text-align: center;

    }
    
    .product-logo {
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }
    
    .product-logo img {
        width: 45%;
    }
    
    .product-description {
        width: 90%;
        margin: 60px auto 0 auto;
    }
    
    .product-image {
        width: 100%;
        float: none;
    }
    
    .product-text-box {
        width: 100%;
    }
    
    .center {
        text-align: center;
    }
    
    .product-chart-box {
        width: 100%;
    }
    
    .product-model li {
        font-size: 1.2rem;
        text-align: center;
        width: 32%;
        border-radius: 5px 5px 5px 5px;
        float: left;
        padding: 0.4em 0 0.4em 0;
        margin-right: 2%;
    }
    
    .product-model li:last-child {
        margin-right: 0%;
    }
    
    .product-spec li {
        width: 33%;
        float: left;
        font-size: 1.4rem;

        padding: 0.4em 0 0.4em 0;
    }
    
    .technology-sectiontitle-english {
        width: 100%;
        font-size: 2rem;
        letter-spacing: 0.5em;
        margin-top: 64px;
    }
    
    .technology-title-english {
        width: 100%;
        height: 3rem;
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 50px;
    }
    
    .technology-title {
        width: 90%;
        font-size: 2.4rem;
        margin: 0.5em auto 0 auto;
        font-weight: 200;
        line-height: 1.3em;
    }
    
    .technology-title.part{
        font-size: 2.4rem;
        margin: 0em auto 0 auto;
        font-weight: 200;
        line-height: 1.3em;
        text-align: center;
    }
    
    .technology-title.part2{
        font-size: 2.4rem;
        margin: 1.5em auto 0 auto;
        font-weight: 200;
        line-height: 1.3em;
        text-align: center;
    }
    
    .technology-body {
        font-size: 1.6rem;
        line-height: 1.6em;
        font-weight: 200;
        width: 90%;
    }
    
    .technology-part-box-left {
        width: 100%;
        float: none;
    }
    
    .grey-background {
        padding-top: 0.6em;
        padding-bottom: 2em;
        background-image: url(https://www.blanctec.co.jp/images/pc/blue-dot.png);
    }
    
    .technology-part-box {
        width: 80%;
        margin: 40px auto 40px auto;
    }
    
    .technology-diagram {
        width: 95%;
        margin: 40px auto 0 auto;
    }
    
    .snow-condition-box {
        width: 60%;
        margin: 40px auto 20px auto;
    }
    
    .snow-condition {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        position: relative;
    }
    
    .snow-condition-text {
        font-size: 0.8em;
        font-weight: 200;
        text-align: center;
    }
    
    .ikeshime-video-box {
        width: 80%;
        margin: 0 auto 2em auto;
    }
    
    .ikeshime-video {
        width: 100%;
        float: none;
    }
    
    .ikeshime-video:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: 4%;
    }
    
    .technology-video img {
        width: 100%;
    }
    
    .technology-title.part3{
        width: 60%;
        margin: 3.5em auto 0 auto;
    }
    
    .about-box {
        width: 90%;
        margin: 40px auto 0 auto;
    }
    
    .about-box.short {
        width: 90%;
    }
    
    .about-blanctec-box-right {
        width: 100%;
        float: none;
    }
    
    .about-blanctec-box-right img {
        width: 100%;
    }
    
    .about-blanctec-box-left {
        width: 100%;
    }
    
    .about-blanctec-header {
        font-size: 2.2rem;
        font-weight: 200;
        line-height: 1.3em;
        margin: 1em auto 0 auto;
        text-align: center;
        width: 80%;
    }
    
    .about-blanctec-body {
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.6em;
        font-weight: 200;
        margin: 0.8em auto 0em auto;
        width: 100%;
    }
    
    .company-profile-list {
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    
    .company-profile-list li:first-child {
        width: 20%;
        float: left;
        text-align: right;
        color: #aaa;
    }
    
    .company-profile-list li {
        width: 78%;
        float: left;
        text-align: center;

        border-top: 1px solid #85C6DE;
        padding: 0.8em 0 0.8em 1%;
    }
    
    .about-blanctec-body.no-top-margin {
        margin: 1em auto 0em auto;
    }
    
    .privacy-policy-box {
        width: 85%;
        margin: 0px auto 40px auto;
    }
    
    .news-release-article-box {
        width: 85%;
        margin: 0 auto 0 auto;
    }
    
    /* -------------------- form */

    #contact-us-form {
        width: 85%;
        margin: 0 auto 0 auto;
    }
    
    #contact-us-form li{
        width: 100%;
        margin: 0 auto 0 auto;
    }
    
    .contact-us-form-label {
        width: 100%;
        float: none;
        padding-right: 0%;
        font-size: 1.4rem;
        padding-top: 0.5em;
        margin: 0.4em auto;
    }
    
    input#family-name-kanji, input#first-name-kanji, input#first-name-katakana, input#family-name-katakana {
        max-width: 37%;
        margin-right: 2%;
    }
    
    #contact-us-form input {
        width: 95%;
        height: 3em;
        border-radius: 5px;
        border: 1px solid #85C6DE;
        font-size: 1.6rem;
        padding: 0 2% 0 2%;
    }
    
    #contact-us-form textarea {
        width: 95%;
        height: 18em;
        border-radius: 5px;
        border: 1px solid #85C6DE;
        font-size: 1.6rem;
        padding: 2%;
    }
    
    .required:after {
        content: "必須";
        font-size: .75em;
        background: #78abe6;
        color: #fff;
        padding: 0px 5px;
        margin-left: 5px;
        border-radius: 3px;
        position: absolute;
        right: auto;
    }
    
    .privacy-policy-body {
        font-size: 1.4rem;
        line-height: 1.6em;
        font-weight: 300;
        margin-top: 2em;
    }
    
    .contact-us-privacy-form {
        height: 20em;
        padding: 1em;
        margin: 40px 0 40px 0;
    }
    
    input#btn {
        width: 70%;
        margin: 0 auto 0 auto;
        display: block;
        height: 2.6em;
        position: relative;
        font-size: 1.6rem;
        line-height: 2.7em;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        border-radius: 1.3em;
        transition: 0.4s;
    }
    
    .feature-button {
        width: 200px;
    }
    
#contact-us-form input.btn_l {
    width: 100%;
    height: 2.6em;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.7em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 1.3em;
    transition: 0.4s;
    margin-bottom: 1em;

    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(108, 215, 255, 1)), color-stop(1, rgba(60, 218, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(108, 215, 255, 1) 0%, rgba(60, 218, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8', GradientType=1);
    }

#contact-us-form input.btn_l:hover {
    color: #248da5;

    background: -moz-linear-gradient(44.97% -8.99% -62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -webkit-gradient(linear, 44.97% -8.99%, 58.3% 147.26%, color-stop(0, rgba(118, 225, 255, 1)), color-stop(1, rgba(70, 228, 232, 1)));
    background: -o-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    background: -ms-linear-gradient(-62.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CD7FF', endColorstr='#3CDAE8' ,GradientType=0)";
    background: linear-gradient(152.89deg, rgba(118, 225, 255, 1) 0%, rgba(70, 228, 232, 1) 100%);
    }

/* -------------------- form conf */
#contact-us-form li.conf {
    margin: 0em auto 0.6em auto;
    }

}

@media screen and (max-width: 480px) {
    
    .feature-title-english-left {
        font-size: 2rem;;
        line-height: 1.5em;
        letter-spacing: 0.55em;
        padding: 20px 0 0 15%;
    }

    .feature-title-english-right {
        font-size: 2rem;;
        line-height: 1.5em;
        letter-spacing: 0.35em;
        padding: 20px 15% 0 0;
    }

}






















