@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------
	Base
--------------------------------------------------*/
/*--------------------------------------------------
	Common
--------------------------------------------------*/
/*--------------------------------------------------
    colors
--------------------------------------------------*/
/*--------------------------------------------------
    mixin
--------------------------------------------------*/
/*--------------------------------------------------
    Clearfix
--------------------------------------------------*/
.clear {
  clear: both;
}

*:after {
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
  /* clearfix IE6, 7 */
}
.clearfix:after {
  content: "";
  /* clearfix */
}

html,
body {
  width: 100%;
  background: #FFF;
}

html,
body {
  /*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif;*/
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";"
  font-size: 62.5%;
  line-height: 1.8;
  color: #323232;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}
body > img {
  display: none;
}

a {
  color: #036ead;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
a:focus {
  outline: none;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

* {
  margin: 0;
}

/*--------------------------------------------------
	Module
--------------------------------------------------*/
.header__inner, .hero__inner, .sec__inner {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hero, .sec {
  padding-right: 5%;
  padding-left: 5%;
  box-sizing: border-box;
}

/*	Common module
--------------------------------------------------*/
.col img {
  width: 100%;
  height: auto;
}

.caption {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin: 20px 0 30px;
}

.content-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.content-title > span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
}
.content-title > span._small {
  font-size: 17px;
  font-size: 1.7rem;
}
.office .content-title {
  color: #38a085;
}
.comm .content-title {
  color: #e97d4e;
}
.list__wrapper .content-title, .sec-features .content-title {
  text-align: center;
  color: #FFF;
}
.list__wrapper .content-title > span, .sec-features .content-title > span {
  background: #036ead;
}
.sec-download .content-title {
  color: #e97d4e;
  font-size: 30px;
  font-size: 3rem;
}
.sec-example .content-title {
  margin-bottom: 20px;
  color: #30719f;
}

.bg-c {
  background: #ffffed;
}

.bg-b {
  background: #ebf8fc;
}

.dn-pc {
  display: none;
}

/*--------------------------------------------------
	Header
--------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 100;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.header__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 70px;
  margin: auto;
}

.site-logo > a {
  display: block;
  width: 200px;
  height: auto;
  background: url(/common/images/logo.svg) no-repeat 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.product-logo > a {
  display: block;
  width: 360px;
  height: 35px;
  background: url(../images/site_title.png) no-repeat 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*--------------------------------------------------
	Footer
--------------------------------------------------*/
.footer {
  width: 100%;
  height: 100px;
  background: #053250;
}
.footer p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
  line-height: 100px;
}

/*--------------------------------------------------
	Page Top
--------------------------------------------------*/
.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  margin: 0;
  /*background: url(../images/icon_pagetop.png) no-repeat center center;*/
  background-size: cover;
  z-index: 999;
}
.pagetop:hover {
  cursor: pointer;
}

/*--------------------------------------------------
	Contact Button
--------------------------------------------------*/
.nav-contact-btn > a {
  display: block;
  width: 180px;
  height: 70px;
  margin: -4px auto 0;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  background: #333;
  /*border-radius: 3px;*/
  /*box-shadow: 0px 4px 0px 0px #245578;*/
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.nav-contact-btn > a:hover {
  opacity: .75;
}

/*--------------------------------------------------
	Container Module
--------------------------------------------------*/
.container {
  padding-top: 70px;
}

/*	Hero
--------------------------------------------------*/
.hero {
  overflow: hidden;
  width: 100%;
  /*height: 700px;*/
  color: #036ead;
  background: #FFF;
  /*background: url(../images/bg_hero.jpg) no-repeat center right;*/
  background-size: cover;
}
.hero__inner {
  position: relative;
  height: 100%;
  padding: 90px 0 0;
}
.hero-head {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 5px;
text-align: center;
}
.hero-head span {
  display: inline-block;
  margin: 4px 10px 0 0;
  padding: 5px 10px;
  color: #FFF;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  background: #036ead;
}
.hero-title {
  margin: 60px 0;
}
.hero-title p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 4px;
}
.hero-title img {
  width: 530px;
  height: auto;
}
.hero-text {
  width: 530px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
}

/*	Section
--------------------------------------------------*/
.sec {
  overflow: hidden;
}
.sec__inner {
  padding: 60px 0;
}
.sec-download .sec__inner {
  padding-bottom: 50px;
}
.sec-title {
  margin: 60px 0 22px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #036ead;
}
.sec-title > span {
  padding-bottom: 0.75rem;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(233, 125, 78, 0.75) 65%);
}
.sec-lead {
  margin: 0 auto 60px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align:left;
  font-weight: bold;
  color: #1b1b1b;
  line-height: 36px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sec-title > span {
    padding-bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(233, 125, 78, 0.75) 40%);
  }
}
/*	sec-results
--------------------------------------------------*/
.split-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.split-grid > .col {
  position: relative;
  -webkit-flex-basis: 49.6%;
  flex-basis: 49.6%;
  box-sizing: border-box;
  padding: 40px;
  font-weight: bold;
}
.split-grid > .col:before {
  position: absolute;
  content: "";
  top: 60%;
  left: 50%;
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.split-grid > .col.office {
  background: #38a085;
}
.split-grid > .col.office:before {
  width: 370px;
  height: 342px;
  background: url(../images/icon_office.png) no-repeat center center;
  background-size: cover;
}
.split-grid > .col.comm {
  background: #e97d4e;
}
.split-grid > .col.comm:before {
  width: 370px;
  height: 309px;
  background: url(../images/icon_comm.png) no-repeat center center;
  background-size: cover;
}

.faq {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}
.faq dt, .faq dd {
  position: relative;
  padding-left: 38px;
}
.faq dt:before, .faq dd:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -2px;
  left: 0;
}
.faq dt {
  margin-bottom: 10px;
}
.faq dt:before {
  background: url(../images/icon_q.svg) no-repeat center center;
}
.faq dt > span {
  opacity: .65;
}
.faq dd:before {
  background: url(../images/icon_a.svg) no-repeat center center;
}
.faq dd > img {
  display: block;
  width: auto;
  height: 50px;
  margin-top: 10px;
}
.faq dd + dt {
  margin-top: 40px;
}

.balloon {
  position: relative;
  width: 70%;
  margin: 50px auto 60px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.balloon:before {
  position: absolute;
  content: "▲";
  width: 0;
  height: 0;
  top: -20px;
  left: 50%;
  margin-left: -15px;
  font-size: 30px;
  font-size: 3rem;
  color: #FFF;
  line-height: 1;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.balloon p {
  position: relative;
  padding: 40px;
  color: #362e2b;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  border-radius: 10px;
  z-index: 5;
}

.download-bnr {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}
.download-bnr-body {
  -webkit-flex-basis: 73%;
  flex-basis: 73%;
  background: #FFF;
  border: 1px solid #e97d4e;
  box-sizing: border-box;
}
.download-bnr-title {
  padding: 15px 20px 10px;
  color: #e97d4e;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.download-bnr-title span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
.download-bnr-text {
  padding: 0 20px 15px;
  color: #362e2b;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
}
.download-bnr-btn {
  -webkit-flex-basis: 27%;
  flex-basis: 27%;
}
.download-bnr-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #e97d4e;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.download-bnr-btn a:hover {
  background: #e35c21;
}
.download-bnr-btn img {
  margin-top: 30px;
}
.download-bnr-btn span {
  display: block;
  margin-top: 10px;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

/*	sec-text
--------------------------------------------------*/
.sec-text {
  /*background: url(../images/bg_text.jpg) no-repeat center center;*/
  background-size: cover;
}
/*.sec-text p {
  color: #FFF;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  text-shadow: 0 0 10px #036ead;
}*/

/*	sec-merit
--------------------------------------------------*/
.sec-merit {
  background: url(../images/bg_plaid.png) center center;
}

.list__wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 50px 0;
  text-align: center;
  background: rgba(213, 209, 153, 0.3);
}

.check-list {
  width: 44rem;
  margin: 0 auto 60px;
  padding-left: 40px;
}
.check-list > li {
  position: relative;
  color: #535353;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.check-list > li:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 32px;
  top: -2px;
  left: -54px;
  background: url(../images/icon_check.svg) no-repeat center center;
}
.check-list > li + li {
  margin-top: 35px;
}


.fig-list_gaiyou {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%
}

.fig-list_gaiyou > li {
}
.fig-list_gaiyou > li p {
  margin-top: 1em;
}
.fig-list_gaiyou > li:nth-child(1) {
  /*color: #e97d4e;*/
-webkit-flex-basis: 39.5%;
flex-basis: 39.5％;
  /*margin: 0 30px;*/
/*max-width:365px;*/
/*margin: 0 40px 0 0 ;*/
  /*font-size: 18px;*/
  /*font-size: 1.8rem;*/
  /*font-weight: bold;*/
  line-height: 1.4;
}

.fig-list_gaiyou > li:nth-child(2) {
  /*color: #38a085;*/
-webkit-flex-basis: 60.5%;
flex-basis: 60.5%;
  /*margin: 0 30px;*/
max-width:auto;
margin: 0 0 0 109px;
  /*font-size: 18px;*/
  /*font-size: 1.8rem;*/
  /*font-weight: bold;*/
  line-height: 1.4;
}


.img_gaiyou{
  margin:0 auto;
  max-width:555px;
  text-align:center;
}

.fig-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.fig-list > li {
  -webkit-flex-basis: 33%;
  flex-basis: 33.33333333％;
  /*margin: 0 30px;*/
margin: 0 40px 0 0 ;
  /*font-size: 18px;*/
  /*font-size: 1.8rem;*/
  /*font-weight: bold;*/
  line-height: 1.4;
width:calc(33.3333333% - 40px / 3);
}
.fig-list > li p {
  margin-top: 1em;
}
.fig-list > li:nth-child(1) {
  /*color: #e97d4e;*/
}
.fig-list > li:nth-child(2) {
  /*color: #38a085;*/
}
.fig-list > li:nth-child(3) {
  /*color: #30719f;*/
margin-right:0;
}

.strength__wrapper {
  text-align: center;
}

.strength-grid {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.strength-grid > .col {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  padding: 40px 0 20px;
}
.strength-grid > .col.tech {
  margin-right: 60px;
  background: url(../images/bg_tech.jpg) no-repeat center center;
  background-size: cover;
}
.strength-grid > .col.soln {
  margin-left: 60px;
  background: url(../images/bg_soln.jpg) no-repeat center center;
  background-size: cover;
}
.strength-grid:after, .strength-grid:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  top: 50%;
  left: 50%;
  background: #036ead;
}
.strength-grid:before {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.strength-grid:after {
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.strength-title {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-shadow: 0 0 10px #000;
}
.strength-title > span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.strength-list {
  padding: 25px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #FFF;
  opacity: .9;
}
.tech .strength-list {
  color: #30719f;
}
.soln .strength-list {
  color: #38a085;
}

.strength-lead {
  margin: 60px 0;
  color: #036ead;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.strength-catch {
  position: relative;
  width: 680px;
  height: 120px;
  margin: 0 auto;
}
.strength-catch-flame {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: solid 4px #036ead;
  box-sizing: border-box;
  z-index: 5;
}
.strength-catch-body {
  position: absolute;
  width: 630px;
  height: 120px;
  top: 50%;
  left: 50%;
  background: #FFF;
  box-sizing: border-box;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.strength-catch-body > p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  color: #036ead;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}

/*	sec-download
--------------------------------------------------*/
.sec-download {
  background: url(../images/bg_download.jpg) no-repeat center center;
  background-size: cover;
}

.download-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.download-grid > .col {
  position: relative;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.download-grid > .col p {
  font-weight: bold;
  text-align: justify;
}

.download-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.download-btn > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 390px;
  padding: 50px 0;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1px;
  background: #e97d4e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.download-btn > a:hover {
  background: #e35c21;
}
.download-btn > a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/*	sec-features
--------------------------------------------------*/
.features__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.features-item {
  width: 47.5%;
  margin-bottom: 2%;
  /*background: #FFF;*/
}

.features-item-title {
  padding: 15px 25px;
  color: #FFF;
  background: #6e94b0;
}

.features-item-title h4 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
}
.features-item-title p {
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.features-item-body {
  /*display: -webkit-flex;*/
  /*display: flex;*/
  padding: 20px 0 20px 0;
}

.features-item-text {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
.features-item-text > b {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.features-item-fig {
  width: 15%;
}

/*	sec-example
--------------------------------------------------*/
.sec-example {
  position: relative;
  color: #FFF;
  font-weight: bold;
  background: url(../images/bg_ex.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.sec-example:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMzLjMzMzMzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY3JSIgc3RvcC1jb2xvcj0iIzJiMjcyMiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjI3MjIiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33.33333%, rgba(0, 0, 0, 0)), color-stop(66.66667%, rgba(43, 39, 34, 0.8)), color-stop(100%, rgba(43, 39, 34, 0.8)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(43, 39, 34, 0.8), rgba(43, 39, 34, 0.8));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(43, 39, 34, 0.8), rgba(43, 39, 34, 0.8));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(43, 39, 34, 0.8), rgba(43, 39, 34, 0.8));
}
.sec-example .sec__inner {
  position: relative;
  z-index: 5;
}

.example {
  margin-bottom: 60px;
}
.example > span {
  display: inline-block;
  margin-right: 6px;
  padding: 0 6px;
  color: #FFF;
  background: #30719f;
  border-radius: 50%;
}

.infl-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}

.infl-item {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  margin-bottom: 50px;
}
.infl-item:nth-child(3) {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  margin-bottom: 0;
}
.infl-item-text {
  margin-bottom: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}
.infl-item-text > span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
.infl-item-fig {
  font-size: 30px;
  font-size: 3rem;
}
.infl-item-fig > img {
  width: auto;
  height: 40px;
  margin-right: 10px;
  vertical-align: inherit;
}
.infl-item-fig:after {
  content: "";
  width: 210px;
  height: 4px;
  background: #FFF;
}

/*	sec-btn
--------------------------------------------------*/
.sec-btn .sec__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn {
  margin: 0 50px;
}
.btn > a {
  position: relative;
  display: block;
  width: 330px;
  height: 100px;
  padding: 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn > a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  border-width: 2px;
  border-style: solid;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product-btn > a {
  color: #1b1b1b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMDkxNTA2IiB5MT0iMC4xNTg0OTQiIHgyPSItMC4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjRmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(210deg, #e4e4e4, #f3f4f5);
  background-image: -webkit-linear-gradient(210deg, #e4e4e4, #f3f4f5);
  background-image: linear-gradient(-120deg, #e4e4e4, #f3f4f5);
  border: 1px solid #d2d2d2;
}
.product-btn > a:after {
  border-color: transparent #7d7d7d #7d7d7d transparent;
}
.product-btn > a:hover {
  opacity: .6;
}
.product-btn > a img {
  display: inline-block;
  width: 140px;
  height: auto;
  vertical-align: sub;
  margin-right: 10px;
}

.contact-btn {
  margin-top: 15px;
}

.contact-btn > a {
  color: #FFF;
  background: #333;
}
.contact-btn > a:after {
  border-color: transparent #FFF #FFF transparent;
}
.contact-btn > a:hover {
  opacity: .75;
}

/*--------------------------------------------------
	Margin
--------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/*--------------------------------------------------
  News
--------------------------------------------------*/

.section {
  position: relative;
}

.section.bg-deep-blue {
  margin-bottom: 0;
}

.section.bg-deep-blue::before {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 81%;
  background: #ffffff;
  content: "";
  z-index: 0;
}

.section.bg-deep-blue_2::before {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  /*background: #ebf8fc;*/
  background: #fff;
  content: "";
  z-index: 0;
}

.section-inner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 1;
}

.text_color {
  color:#036ead;
}

#header-renewal {
  display: none;
}

.link_kanren {
  font-size:13px;
}

.link_kanren a {
  color: #323232;
}

.link_kanren a:hover {
  color: #036ead;
}

.img_border {
  border:1px solid #0864a3;
}

.cont_text {
  font-size: 15px;
  line-height: 2em;
}

/*top*/
.main_title_box {
  margin-bottom: 40px;
  text-align: center;
}

.main_title_sub {
  font-size: 44px;
  text-align: center;
}

.main_title {
  font-size: 72px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}

.main_title_catch {
  font-size: 28px;
  text-align: center;
  color: #333;
}

.catch {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #036ead;
  font-size: 28px;
}

.pc_main_box {
  padding-left: 5%;
  padding-top: 0;
  padding-right: 5%;
  padding-bottom: 0;
  box-sizing: border-box;
  padding-top: 0;
}

.pc_main_img {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  width: 1100px;
  box-sizing: border-box;
}

/*title*/
.head_title{
  font-size: 28px;
}

h2 {
  padding-bottom: 15px;
  font-weight: 700;
  color: #036ead;
  font-size: 24px;
}

h3 {
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
  color: #036ead;
  font-size: 16px;
  text-align: left;
  border: 1px solid #036ead;
  background-color: #fff;
}

.title_border {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #036ead;
}

.sub_title_kanren {
  padding: 10px 10px;
  margin-top: 30px !important;
  margin-bottom: 10px;
  font-weight: 700;
  color: #036ead;
  border-left: 1px solid #cfd6d8;
  font-size: 13px;
}

.sub_title_gaiyou_2 {
  padding: 10px;
  width: 100%;
  color: #333;
  background-color: #b1dbab;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.sub_title_gaiyou {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  color: #333;
  border: 1px solid #595757;
  background-color: #c0dcb0;
  font-size: 18px;
  font-weight: 700;
}

.bg_shiten_1 {
  background: #fedb3b;
}

.bg_shiten_2 {
  background: #8cc2dc;
}

.bg_shiten_3{
  background: #d3e5a0;
}


/*list*/
ul.carbon_list{
}

ul.carbon_list li{
  list-style: none;
  font-size: 13px;
  line-height: 2em;
}

ul.carbon_list li:before{ 
  content:"●"
}

/*contact*/
.contact_box{
  margin: 0 auto;
  padding: 0;
  position: relative;
  /*width: 1100px;*/
  height: 100%;
  box-sizing: border-box;
}

.contact_text_pc {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  box-sizing: border-box !important;
  line-height: 30px !important;
}

.contact_text_sub {
  font-size:21px;
}

.contact_text_main {
  font-size: 32px;
  font-weight: 700;
}

.contact_bg{
  background: url(../images/bg_carbon-neutral_contact.jpg) no-repeat center center;
  background-size: cover;
}

/*other*/
.tc {
  text-align:center !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.plr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.plr5 {
  padding-left: 5%;
  padding-right: 5%;
}

.mb45 {
  margin-bottom: 45px;
}

.bg_w {
  background: #fff;
}

.bg_g {
  background: #ccc;
}

.w1100 {
  max-width: 1100px;
}

/*footer*/
footer#footer-area {
    display: none;
}

.footer {
    width: 100%;
    height: 100px;
    background: #333;
}

/*--------------------------------------------------
	Media Queries
--------------------------------------------------*/
@media (max-width: 767px) {
  html,
  body {
    min-width: 100%;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .dn-pc {
    display: block;
  }

  .header__inner, .hero__inner, .sec__inner {
    width: 100%;
  }

  .header__inner {
    height: 55px;
    padding-left: 15px;
  }

  .footer {
    height: 30px;
  }
  .footer p {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 30px;
  }

  .pagetop {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 40px;
  }

  .site-logo > a {
    width: 150px;
  }

  .product-logo {
    display: none;
  }

  .sec__inner {
    padding: 40px 0;
  }
  .sec-title {
    margin-top: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  
  .content-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .content-title > span._small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec-download .content-title {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
  }

  .nav-contact-btn > a {
    width: 90px;
    height: 55px;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 55px;
    border-radius: 0;
    box-shadow: 0px 0px transparent;
  }
  .nav-contact-btn > a:hover {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    box-shadow: 0px 0px transparent;
  }

  .container {
    padding-top: 55px;
  }

  .hero {
    position: relative;
    height: auto;
    padding: 0;
    background-size: auto;
  }
  .hero:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
  }
  .hero__inner {
    padding: 30px 5%;
  }
  .hero-head {
    font-size: 20px;
    font-size: 2rem;
  }
  .hero-head span {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .hero-title {
    margin: 30px 0;
  }
  .hero-title p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .hero-title img {
    width: 80%;
    height: auto;
  }
  .hero-text {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .split-grid {
    display: block;
  }
  .split-grid > .col {
    width: 100%;
    padding: 20px;
  }
  .split-grid > .col.office:before {
    width: 300px;
    height: 277px;
  }
  .split-grid > .col.comm:before {
    width: 300px;
    height: 250px;
  }

  .faq {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .faq dt, .faq dd {
    padding-left: 30px;
  }
  .faq dt:before, .faq dd:before {
    width: 22px;
    height: 22px;
  }
  .faq dt {
    margin-bottom: 0;
  }
  .faq dd > img {
    height: 35px;
  }
  .faq dd + dt {
    margin-top: 30px;
  }

  .balloon {
    width: 100%;
    margin-bottom: 40px;
  }
  .balloon p {
    padding: 6%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .balloon p > br {
    display: none;
  }

  .download-bnr {
    display: block;
    width: 100%;
  }
  .download-bnr-body {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .download-bnr-title {
    text-align: center;
  }
  .download-bnr-btn {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .download-bnr-btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0;
  }
  .download-bnr-btn a:hover {
    background: #e97d4e;
  }
  .download-bnr-btn img {
    margin: 0 10px 0 0;
    width: 40px;
    height: auto;
  }
  .download-bnr-btn span {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .download-bnr-btn span br {
    display: none;
  }

  /*.sec-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }*/

  .list__wrapper {
    margin-bottom: 40px;
    padding: 10px 10px 40px;
  }

  .check-list {
    width: 24rem;
    margin-bottom: 50px;
  }
  .check-list > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .check-list > li:before {
    width: 32px;
    height: 25px;
    top: -2px;
    left: -40px;
  }

  .fig-list {
    display: block;
  }
  .fig-list > li {
    width: 70%;
    margin: 0 auto;
  }
  .fig-list > li + li {
    margin-top: 40px;
  }

  .strength-grid {
    display: block;
    width: 100%;
  }
  .strength-grid > .col {
    width: 100%;
    padding: 30px 0 20px;
  }
  .strength-grid > .col.tech {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .strength-grid > .col.soln {
    margin-left: 0;
  }

  .strength-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .strength-title > span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .strength-list {
    padding: 15px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .strength-lead {
    margin: 40px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .strength-lead br {
    display: none;
  }

  .strength-catch {
    width: 100%;
    height: 140px;
  }
  .strength-catch-flame {
    border-width: 2px;
  }
  .strength-catch-body {
    width: 90%;
    height: 140px;
  }
  .strength-catch-body > p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .download-grid {
    display: block;
  }
  .download-grid > .col {
    width: 100%;
  }

  .download-btn {
    position: static;
    margin-top: 40px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .download-btn > a {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .download-btn > a:hover {
    background: #e97d4e;
  }

  .features__wrapper {
    display: block;
  }

  .features-item {
    width: 100%;
  }
  .features-item + .features-item {
    margin-top: 10px;
  }

 

  .features-item-title {
    padding: 10px 20px;
    color: #FFF;
  }
  .features-item-title h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .features-item-title p {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .features-item-text {
    width: 100%;
  }

  .features-item-fig {
    display: none;
  }

  .sec-example:after {
    background-image: none;
    background-color: rgba(43, 39, 34, 0.75);
  }
  .sec-example .sec__inner {
    text-align: center;
  }

  .example {
    margin-bottom: 30px;
  }

  .infl-body {
    display: block;
    width: 100%;
  }

  .infl-item {
    width: 100%;
  }
  .infl-item-fig:after {
    margin: 0 auto;
  }

  .sec-btn .sec__inner {
    display: block;
    padding-bottom: 60px;
  }

  .btn {
    width: 100%;
    margin: 0 auto;
  }
  .btn > a {
    width: auto;
    padding: 0 15px;
  }
  .btn > a:after {
    right: 20px;
    margin-top: -5px;
  }
  .btn + .btn {
    margin-top: 15px;
  }
  .btn:hover {
    opacity: 1;
  }
  .hero {
      background-position: center;
  }
  .hero-title img {
      width: 100%;
  }
  .hero:before {
      background: transparent;
  }
      .main_title_box {
      margin-bottom: 20px;
      text-align: center;
  }
    
  .main_title_sub {
      font-size: 22px;
      text-align: center;
  }

  .main_title {
      font-size: 32px;
      text-align: center;
      font-weight: 700;
      line-height: normal;
  }

  .main_title_catch {
      margin-top: 20px;
      font-size: 18px;
      text-align: center;
      color: #333;
  }
  
  .catch {
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 700;
      color: #036ead;
      font-size: 20px;
  }

  .sec-lead {
      margin-bottom: 10px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: normal;
  }
    
  .sec-lead > br {
      display: none;
  }

  h2{
      margin-top: 40px;
      padding-bottom: 15px;
      font-weight: 700;
      color: #036ead;
      font-size: 18px;
  }

  .sub_title_gaiyou{
      margin-bottom: 10px;
      margin-bottom: 10px;
      padding: 10px;
      width: 100%;
      color: #333;
      border: 1px solid #595757;
      background-color: #c0dcb0;
      font-size: 14px;
      font-weight: 700;
  }

  ul.carbon_list {
      margin-bottom: 20px;
  }

  .features-item-body {
      display: block;
      padding: 10px 0;
  }

  .fig-list > li {
      width: 100%;
      margin: 0 auto;
  }

  .contact_box{
      margin: 0 auto;
      padding: 0;
      position: relative;
      height: 100%;
      box-sizing: border-box;
  }

  .sec-btn_sp {
      padding-right: 0px;
      padding-left: 0px;
  }

  .sec__inner_contact_sp{
      padding-top: 60px;
      background: url(../images/bg_carbon-neutral_contact.jpg) no-repeat center center;
      background-size: cover;
  }

  .contact-btn_sp {
      padding-right: 5%;
      padding-left: 5%;
  }

  .contact_text_sp {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      box-sizing: border-box !important;
      color: #182980;
      text-align: left;
      line-height: 20px !important;
  }

  .contact_text_sub {
      font-size: 14px;
  }

  .contact_text_main {
      font-size: 16px;
      font-weight: 700;
  }

  .pt0 {
      padding-top: 0 !important;
  }

  .lh25{
      line-height:25px;
  }
  .footer_sp {
      /*padding-top: 35px;*/
  }
  .dis_sp {
      display: block;
  }
  .dis_pc {
      display: none;
  }
}

@media (min-width: 767px) {
  .dis_sp {
      display: none;
  }
  .dis_pc {
      display: block;
  }
}