<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("//fonts.googleapis.com/css?family=Roboto:400,500");

html {
  color: #000;
  background: #FFF;
}

/*
	TODO remove settings on BODY since we can't namespace it.
	*/
/*
	TODO test putting a class on HEAD.
	- Fails on FF.
	*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
	*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/*GLOBAL********************/
html {
  height: 100%;
}

body {
  height: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  word-break: break-all;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

a {
  color: #2A3054;
  text-decoration: none;
  outline: none;
  display: block;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  vertical-align: middle;
}

a:hover {
  opacity: .7;
}

/*back to top --------------------------------------*/
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}

#back-top a {
  width: 60px;
  display: block;
  text-align: center;
}

#back-top span {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 7px;
  background: url(../images/backtoTop_img.png) no-repeat center center;
  cursor: pointer;
}

.bottomBnrArea {
  text-align: center;
  padding: 30px 0 80px;
}

/* ===========================
  layout
=========================== */
.content {
  padding-bottom: 50px;
  background-color: #F7F5ED;
}

.container {
  width: 960px;
  margin: 0 auto;
}

.heading {
  padding: 10px 0 60px;
  position: relative;
}

.heading .lead {
  font-weight: 500;
}

/* ===========================
  header
=========================== */
body #benesse-header .benesse-header__logo a {
  font-size: 0;
  display: block !important;
}

#benesse-header .benesse-header__inner,
#benesse-footer .benesse-footer__inner {
  /*width: 960px !important;*/
  max-width: 960px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gnav {
  border-top: 1px solid #cbcbcb;
}

.gnav__top {
  height: 84px;
  line-height: 84px;
}

.gnav__top .container {
  height: 100%;
}

.gnav__top .logo {
  float: left;
  display: block;
  box-sizing: border-box;
}

.gnav__top .menu {
  float: right;
}

.gnav__top .menu__item {
  float: left;
  font-size: 14px;
  margin-right: 30px;
}

.gnav__top .menu__item&gt;a {
  font-weight: 700;
}

.gnav__top .menu__item.first {
  margin-right: 30px;
  position: relative;
}

.gnav__top .menu__item.first .child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 84px;
  left: 50%;
  margin-left: -135px;
  width: 270px;
  padding-top: 15px;
  transition: opacity 0.2s ease-in-out;
}

.gnav__top .menu__item.first .child .inner {
  background: #fff;
  position: relative;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.gnav__top .menu__item.first .child .inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -15px;
  left: 50%;
  margin-left: -9px;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}

.gnav__top .menu__item.first .child a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #2A3054;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(../../common/images/ico-arrow-menu-child.png);
}

.gnav__top .menu__item.first .child a.handbook {
  padding-top: 6px;
  line-height: 18px;
}

.gnav__top .menu__item.first .child a:hover {
  opacity: 1;
  color: #fff;
  background-color: #0978d3;
  background-image: url(../../common/images/ico-arrow-menu-child-w.png);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gnav__top .menu__item.first:hover .child {
  visibility: visible;
  opacity: 1;
}

.gnav__top .btn {
  width: 140px;
  font-size: 13px;
}

.gnav__top .btn img {
  margin-top: -1px;
}

.gnav__top .contactBtn {
  font-size: 13px;
}

.gnav__bottom {
  background: #2A3054;
  color: #fff;
  height: 60px;
}

.gnav__bottom .contact__title {
  float: left;
  width: 325px;
  margin-right: 35px;
  height: 60px;
}

.gnav__bottom .contact__title .text {
  float: left;
  font-weight: 700;
  line-height: 60px;
}

.gnav__bottom .contact__title .label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  background: #0977D3;
  line-height: 1;
  padding: 4px 10px 4px;
  margin-left: 10px;
}

.gnav__bottom .contact__title img {
  float: right;
}

.gnav__bottom .contact__phone {
  float: left;
  width: 320px;
}

.gnav__bottom .contact__phone img {
  float: left;
  margin: 13px 15px 0 0;
}

.gnav__bottom .contact__phone .text {
  margin-top: 13px;
}

.gnav__bottom .contact__phone .number {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.gnav__bottom .contact__phone .worktime {
  font-size: 10px;
  line-height: 1;
}

.gnav__bottom .contact__mail {
  font-family: 'Roboto', sans-serif;
  display: block;
  width: 280px;
  color: #fff;
  float: left;
}

.gnav__bottom .contact__mail img {
  float: left;
  margin: 13px 15px 0 0;
}

.gnav__bottom .contact__mail .text {
  line-height: 60px;
}

.breadcrumb {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 14px;
}

.breadcrumb a {
  display: inline-block;
  height: 14px;
}

.breadcrumb a img {
  margin-top: -4px;
}

.breadcrumb .separator {
  display: inline-block;
  margin: 0 .5em;
}

/* ===========================
  footer
=========================== */
footer .products {
  padding: 40px 0 30px;
  background: #f8f8f8;
}

footer .products__title {
  line-height: 1;
  font-weight: 700;
  font-size: 0;
  text-align: center;
  margin-bottom: 35px;
  color: #2A3054 !important;
}

footer .products__title .logo {
  height: 25px;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}
footer .products__title span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1rem;
}
footer .products__list {
  text-align: center;
  font-size: 0;
}
footer .products__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 140px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .products__item img {
  margin-bottom: 5px;
}

footer .products__item .name {
  color: #0978d3;
  line-height: 1.5;
}

footer .products__item.handbook {
  /* width: 96px; */
}

footer .products .okulink {
  color: #55559A;
}

footer .products .movenote {
  color: #d7063b;
}

footer .products .drill {
  color: #28A453;
}

footer .products .karte {
  color: #57c1ee;
}

footer .products .evit {
  color: #1f2446;
}

footer .products .hanashiai {
  color: #BE0168;
}

footer .products .handbook {
  color: #EA6143;
}

footer .products .programming {
  color: #3970b8;
}

footer .banners {
  padding: 40px 0;
}

footer .banners__item {
  display: block;
  width: 450px;
  height: 120px;
}

footer .banners__item img.fig {
  float: left;
  width: 180px;
}

footer .banners__item .text-center {
  float: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 120px;
  width: 270px;
  height: 120px;
}

footer .banners__item .text-center img {
  margin-top: -5px;
}

footer .status {
  background: #23273C;
  line-height: 43px;
}

footer .status a {
  color: #fff;
  font-size: 14px;
}

footer .status a img {
  margin-left: 8px;
  vertical-align: -1px;
}

footer .termsLinkArea {
  text-align: center;
}

footer .termsLinkArea a {
  display: inline-block;
  padding-left: 10px;
  color: #0070cb;
  background: url(../../../headfoot/img/icon-arrow@2x.png) left center / 6px 6px no-repeat !important;
}

footer .contactArea {
  padding: 30px 0;
}

footer .contactArea p.phoneInfo {
  letter-spacing: -.4em;
  text-align: center;
}

footer .contactArea p.phoneInfo &gt; span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  color: #2a3054;
}

footer .contactArea .mainTitle {
  font-size: 15px;
  font-weight: bold;
}

footer .contactArea .sub {
  font-size: 12px;
  margin-left: 10px;
}

footer .contactArea .number {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 20px;
}

footer .contactArea .number img {
  margin-right: 5px;
}

footer .contactArea .detail {
  font-size: 10px;
  margin-left: 10px;
}

footer .contactArea p.note {
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
  color: #666;
}
footer .to-server .btn.large {
  padding: 0 20px;
}


/* ===========================
  common
=========================== */
.two-cols {
  margin-bottom: 40px;
}

.two-cols__left {
  float: left;
  width: 450px;
}

.two-cols__right {
  float: right;
  width: 450px;
}

.three-cols {
  margin-bottom: 50px;
}

.three-cols__left {
  float: left;
  width: 300px;
  margin-right: 30px;
}

.three-cols__center {
  float: left;
  width: 300px;
  margin-right: 30px;
}

.three-cols__right {
  float: left;
  width: 300px;
}

div {
  box-sizing: border-box;
}

h1 {
  color: #2A3054;
  font-size: 2.875rem;
  line-height: 1;
  font-weight: 700;
}

h2 {
  color: #2A3054;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 700;
}

h2.underline {
  color: #2A3054;
  padding: 0 0 21px;
  min-width: 600px;
  border-bottom: 1px solid #2A3054;
  position: relative;
  display: inline-block;
  margin: 0 auto 60px;
}

h2.underline:after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  background: #2A3054;
  width: 100%;
  height: 1px;
}

h3 {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.lead {
  margin: 30px 0 0;
  line-height: 1;
  color: #2A3054;
}

.box__title {
  height: 70px;
  line-height: 70px;
  margin-bottom: 0;
  text-align: center;
}

.box__body {
  background: #fff;
  padding: 30px;
}

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

.text-indent {
  text-indent: -.5em;
}

.d-block {
  display: block;
}

.bg-white {
  background: #fff;
}

.bg-navy {
  background: #2A3054;
  color: #fff;
}

a.btn {
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

a.btn.large {
  height: 60px;
  line-height: 60px;
}

a.btn.small {
  height: 40px;
  line-height: 40px;
}

a.btn.navy {
  background: #2A3054;
}

a.btn.blue {
  background: #0977D3;
}

a.btn.small .ico-arrow-btn-header {
  vertical-align: baseline;
}


.badge {
  border: 2px solid #000;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 26px;
  display: inline-block;
  border-radius: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}

.badge.white {
  border-color: #fff;
}

.badge.tokkyo {
  border: 1px solid #fff;
  background: transparent;
  line-height: 28px;
}

.badge.tokkyo img {
  margin-right: 4px;
}

.font-size-0 {
  font-size: 0px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.min-height-auto {
  min-height: auto !important;
}

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

/* 動画 サムネイル */
.movie__thumbs {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.movie__thumbs::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.movie__thumbs::after {
  content: "";
  display: block;
  width: 81px;
  height: 81px;
  background: url(../../common/images/btn-play.png) 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.movie__thumbs img {
  vertical-align: bottom;
}

body.top .content {
  padding-bottom: 0;
}

body.top .content a.btn.small {
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

body.top .gnav {
  position: relative;
}

body.top .gnav__top {
  position: relative;
  z-index: 1;
}

body.top .gnav__bottom {
  width: 100%;
  z-index: 0;
}

body.top .main-visual .inner {
  height: 780px;
  background: #fff url(../../images/bg-main-visual.jpg) no-repeat top center;
  background-size: cover;
}

body.top .main-visual .inner .container {
  height: 700px;
  position: relative;
}

body.top .main-visual .inner .container .wrap {
  width: 423px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -260px;
}

body.top .main-visual .inner .container .wrap .title .text {
  font-size: 13px;
  line-height: 1;
  color: #0075c1;
  text-indent: -.5em;
  margin-bottom: 20px;
}

body.top .main-visual .inner .container .wrap .title .logo {
  margin-bottom: 30px;
}

body.top .main-visual .inner .container .wrap .copy {
  font-size: 24px;
  line-height: 40px;
  margin: -8px 0;
  color: #514e4e;
  letter-spacing: .33em;
}

body.top .main-visual .inner .container .wrap .movieLink {
  margin: 20px 0 0 -9px
}
body.top .main-visual .inner .container .wrap .movieLink a {
  position: relative;
  display: inline-block;
}
body.top .main-visual .inner .container .wrap .movieLink a .newIcon {
  position: absolute;
  right: 0px;
  top: -17px;
}

body.top .info {
  background: #F7F5ED;
  padding: 75px 0 50px;
  overflow: hidden;
}

body.top .info h2 {
  color: #0978d3;
  margin-bottom: 35px;
  line-height: 44px;
  font-size: 24px;
  font-weight: 400;
}

body.top .info p {
  font-size: 14px;
  line-height: 28px;
  margin: -7px 0;
}

body.top .info .btns {
  margin-top: 40px;
  white-space: nowrap;
}

body.top .info .btns .btn:first-child {
  margin-right: 20px;
}

body.top .info .btn {
  width: auto;
  padding: 0 30px 0 25px;
}

body.top .info .two-cols {
  position: relative;
}

body.top .info .two-cols__left {
  width: auto;
}

body.top .info .two-cols__left p {
  width: 400px;
}

body.top .info .two-cols__right {
  width: auto;
  position: absolute;
  top: 23px;
  right: 15px;
}

body.top section.products {
  padding: 85px 0 100px;
  background: #fff url(../../images/bg-products.jpg) no-repeat top center;
  background-size: cover;
}

body.top section.products h2 {
  margin-bottom: 50px;
}

body.top section.products .two-cols {
  margin-bottom: 20px;
}

body.top section.products .two-cols__left {
  padding-left: 60px;
}

body.top section.products .two-cols__right {
  padding-right: 60px;
}

body.top section.products .product {
  display: block;
  color: #333;
}

body.top section.products .product__left {
  float: left;
  width: 80px;
}

body.top section.products .product__right {
  float: right;
  width: 290px;
  padding-top: 6px;
}

body.top section.products .handbook .product__right {
  padding-top: 0;
}

body.top section.products .product .title {
  color: #2A3054;
  font-size: 21px;
  font-weight: bold;
  line-height: 40px;
  padding-right: 20px;
  background: url(../../common/images/ico-arrow-navy.png) no-repeat right center;
  display: inline-block;
}

body.top section.products .product.handbook .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
  margin-right: -20px;
}

body.top section.products .product p {
  font-size: 14px;
  line-height: 20px;
}

body.top h2.underline {
  min-width: 330px;
  font-size: 28px;
}

body.top section.cases {
  background: #F7F5ED;
  padding: 80px 0;
}

body.top section.cases .case__icon {
  font-size: 0;
}

body.top section.cases .case__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

body.top section.cases .case__detail {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

body.top section.cases .case__description {
  font-size: 14px;
  line-height: 24px;
}

body.top section.cases .btn {
  width: 200px;
}

body.top section.cases .btn img {
  margin-top: -2px;
}

/* ===========================
  products common
=========================== */
body.product .content {
  padding-bottom: 0;
}

body.product .heading {
  height: 210px;
}

body.product .heading .breadcrumb,
body.product .heading .breadcrumb a,
body.product .heading h1,
body.product .heading .lead {
  color: #fff;
}

body.product .heading .wrap-badge h1 {
  float: left;
  line-height: 1em;
}

body.product .heading .wrap-badge .badge {
  float: left;
  vertical-align: middle;
  margin-top: 8px;
}

body.product .heading .wrap-badge .badge.tokkyo {
  color: #fff;
}

body.product .heading .lead {
  line-height: 1.6;
  margin: 15px 0 0;
}

body.product .heading .icon {
  float: left;
  width: 120px;
}

body.product .heading .text {
  padding-top: 10px;
  float: left;
}

body.product .heading .screenshot {
  float: right;
  width: 200px;
}

body.product h2 {
  font-size: 28px;
}

body.product h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

body.product .info {
  padding: 60px 0 50px;
}

body.product .info p {
  line-height: 1.875;
}

body.product .info h2 {
  position: relative;
  display: inline-block;
  padding-right: 188px;
}

body.product .info h2 span {
  position: absolute;
  top: 0;
  right: 0;
}

body.product .info h2:after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 140px;
  background: #ccc;
}

body.product .steps {
  padding: 55px 0 80px;
}

body.product .steps h2 {
  margin-bottom: 25px;
  line-height: 40px;
}

body.product .steps p {
  line-height: 1.875;
  margin-top: -7px;
}

body.product .steps .badge-l {
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  line-height: 36px;
  margin-right: 20px;
  vertical-align: bottom;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

body.product .steps .badge-l .number {
  margin-left: 5px;
  font-size: 30px;
  vertical-align: bottom;
}

body.product .steps .lead {
  font-size: 20px;
  margin-bottom: 40px;
}

body.product .steps .step {
  position: relative;
}

body.product .steps .step:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
  border-top: 20px solid #ccc;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  z-index: 1;
}

body.product .steps .step:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -20px;
  bottom: -18px;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  z-index: 2;
}

body.product .steps .step.last {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

body.product .steps .step.last:before,
body.product .steps .step.last:after {
  display: none;
}

body.product .functions {
  padding: 60px 0 80px;
}

body.product .functions p {
  font-size: 14px;
  line-height: 24px;
  margin-top: -5px;
}

body.product .scenes {
  padding: 60px 0 70px;
}

body.product .scenes p {
  font-size: 14px;
  line-height: 24px;
  margin-top: -5px;
}

body.product .movies {
  padding: 50px 0 80px;
}

body.product .movies h2 {
  height: 47px;
  line-height: 47px;
  margin-bottom: 50px;
  padding-left: 60px;
  display: inline-block;
}

body.product .movies .movie {
  width: 450px;
  margin-bottom: 20px;
}

body.product .movies p {
  font-size: 14px;
  line-height: 24px;
  margin-top: -5px;
}

body.product footer .products {
  background: #f8f8f8;
}

/* ===========================
  products index
=========================== */
body.products .heading {
  height: 210px;
  background: #fff url(../../products/images/products-heading_2003.jpg) no-repeat center right;
}

body.products .heading .lead {
  line-height: 20px;
  font-size: 14px;
}

body.products .content h2 {
  font-size: 24px;
  line-height: 44px;
  color: #0978d3;
  text-align: center;
  position: relative;

}

body.products section {
  padding: 80px 0 60px;
}

body.products section .lead {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin-bottom: 42px;
}

body.products .two-cols {
  margin-bottom: 45px;
}

body.products .underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}
body.products .underline:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #f1eb3c;
  position: absolute;
  bottom:5px;
  z-index: -1;
}
body.products p &gt; .underline:after {
  height: 6px;
  bottom:3px;
}
body.products .product {
  display: block;
  cursor: pointer;
}

body.products .product__left {
  float: left;
  width: 145px;
}

body.products .product__right {
  float: right;
  width: 305px;
}

body.products .product .title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
  padding-right: 22px;
  color: #2a3054;
  background-image: url(../images/ico-arrow-black.png);
}

body.products .product p {
  font-size: 13px;
  line-height: 21px;
}


body.products .product .badge {
  font-size: 13px;
  color: #fff;
  border: none;
  line-height: 25px;
  height: 25px;
  border-radius: 12.5px;
  margin-bottom: 10px;
}

body.products .okulink .badge {
  background: #55559A;
}

body.products .movenote .badge {
  background: #d7063b;
}

body.products .drill .badge {
  background: #28A453;
}

body.products .hanashiai .badge {
  background: #BE0168;
}

body.products .hanashiai .badge {
  background: #BE0168;
}

body.products .programming .badge {
  background: #3970b8;
}

body.products .gtanken .badge {
  background: #3254a3;
}

body.products .rpdca .badge {
  background: #00aecb;
}

body.products .karte .badge {
  background: #57c1ee;
}

body.products .lab .badge {
  background: #ec7c8a;
}

body.products .box h3 {
  background: #2a3054;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

body.products .box__top {
  border: 2px solid #2a3054;
  border-bottom: none;
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 30px 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body.products .box__top a {
  display: block;
  color: #3e3a39;
}

body.products .box__top__left {
  width: 560px;
}

body.products .box__top__left .product-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body.products .box__top__left .product-wrap + .product-wrap {
  margin-top: 34px;
}
body.products .box__top__left .product-wrap a {
  width: 50%;
}

body.products .box__top__right {
  width: 280px;
}

body.products .box__top__right a + a {
  margin-top: 34px;
}

body.products .box-frame {
  font-size: 0;
}

body.products .box__bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
}

body.products .box__bottom a {
  display: block;
  color: #3e3a39;
}

body.products .box__bottom__left,
body.products .box__bottom__right {
  width: 461px;
  border: 2px solid #2a3054;
  border-top: none;
  background: #fff;
  padding: 30px 40px 35px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

body.products .box__bottom hr {
  border: none;
  border-top: 1px solid #2a3054;
  margin: 24px 0 16px;
}

body.products .box__bottom h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: #3e3a39;
  border-left: 4px solid #2a3054;
  padding-left: 6px;
  margin-bottom: 20px;
}

body.products .box__bottom h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1;
}

body.products .box__bottom .reserchs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

body.products .box__bottom .reserch {
  width: 160px;
  color: #3e3a39;
}

body.products .box__bottom .reserch.left img {
  margin-top: 2px;
}

body.products .box__bottom .reserch .img-wrap {
  height: 83px;
  margin-bottom: 6px;
}

body.products .box__bottom .reserch p {
  line-height: 1;
  font-size: 13px;
}

body.products .box__bottom__right a + a {
  margin-top: 20px;
}

body.products .note {
  font-size: 13px;
  line-height: 21px;
  color: #888;
}

body.products .note span a {
  display: inline;
  color: #888;
}

body.products .note span + span {
  margin-left: 20px;
}

/* ===========================
  okulink
=========================== */
body.okulink .heading {
  background: #55559A;
}

body.okulink h1,
body.okulink h2,
body.okulink h3,
body.okulink .lead,
body.okulink .badge.white {
  color: #55559A;
}

body.okulink .info {
  padding-bottom: 30px;
}

body.okulink .info h2:after {
  background: #55559A;
}

body.okulink .info h2 + p {
  margin-bottom: 10px;
}

body.okulink .steps .badge {
  border-color: #55559A;
}

body.okulink .steps .badge.tokkyo {
  background: #55559A;
  color: #fff;
  border: none;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin: -6px 0 0 30px;
  vertical-align: middle;
}

body.okulink .steps .step {
  border-bottom: 1px solid #bfbfd4;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

body.okulink .steps .step:before {
  border-top: 20px solid #bfbfd4 !important;
}

body.okulink .steps .step.step4 p {
  text-indent: -.5em;
}

body.okulink .functions h3 {
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
}

body.okulink .functions .fnc1 h3 {
  background: url(../../products/okulink/images/fnc1-ico.png) center left no-repeat;
}

body.okulink .functions .fnc2 h3 {
  background: url(../../products/okulink/images/fnc2-ico.png) center left no-repeat;
}

body.okulink .functions .fnc3 h3 {
  background: url(../../products/okulink/images/fnc2-ico.png) center left no-repeat;
}

body.okulink .functions .fnc4 h3 {
  background: url(../../products/okulink/images/fnc4-ico.png) center left no-repeat;
}

body.okulink .functions .fnc5 h3 {
  background: url(../../products/okulink/images/fnc5-ico.png) center left no-repeat;
}

body.okulink .functions .fnc6 h3 {
  background: url(../../products/okulink/images/fnc6-ico.png) center left no-repeat;
}

body.okulink .functions .fnc7 h3 {
  background: url(../../products/okulink/images/fnc7-ico.png) center left no-repeat;
}

body.okulink .functions .fnc8 h3 {
  background: url(../../products/okulink/images/fnc8-ico.png) center left no-repeat;
}

body.okulink .functions p {
  min-height: 72px;
  margin-bottom: 20px;
}
body.okulink .functions p .note{
  font-size: 12px;
  color: #999;
}

body.okulink .functions p.bottomNote {
  clear: both;
  margin-top: 40px;
  min-height: auto;
}

body.okulink .scenes {
  background: #EDF1F5;
}

body.okulink .scenes p {
  margin-bottom: 20px;
}

body.okulink .movies h2 {
  background: url(../../products/okulink/images/movies-ico.png) center left no-repeat;
}

body.okulink h2.underline {
  border-bottom: 1px solid #55559A;
}

body.okulink h2.underline:after {
  background: #55559A;
}

/* ===========================
  movenote
=========================== */
body.movenote .heading {
  background: #d7063b;
}

body.movenote h1,
body.movenote h2,
body.movenote h3,
body.movenote .lead,
body.movenote .badge.white {
  color: #d7063b;
}
body.movenote h3 .tokkyo {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  margin-left: 20px;
}

body.movenote .info {
  padding-bottom: 40px;
}

body.movenote .info h2:after {
  background: #d7063b;
}

body.movenote .info h2 + p {
  margin-bottom: 40px;
}

body.movenote .steps .badge {
  border-color: #d7063b;
}

body.movenote .steps .step {
  border-bottom: 1px solid #EBBAC7;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

body.movenote .steps .step:before {
  border-top: 20px solid #EBBAC7 !important;
}

body.movenote .steps .step.step2 .font-size-12 {
  margin-top: 10px;
}

body.movenote .functions h2.underline {
  width: 700px;
}

body.movenote .functions p {
  margin-bottom: 25px;
}

body.movenote .functions .badge {
  border-color: #d7063b;
}

body.movenote .functions .badge.tokkyo {
  background: #d7063b;
  color: #fff;
  border: none;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin: -6px 0 0 30px;
  vertical-align: middle;
}

body.movenote .functions .box__body {
  padding: 30px 0 20px;
}

body.movenote .functions .box__body h3 {
  line-height: 30px;
}

body.movenote .functions .box__body .two-cols__left {
  padding-left: 30px;
}

body.movenote .functions .box__body .two-cols__right {
  padding-right: 30px;
}

body.movenote .functions .box__body .two-cols__right h3 {
  margin-bottom: 27px;
}

body.movenote .functions .box__body .font-size-12 {
  line-height: 1;
}

body.movenote .scenes {
  background: #FDF1F1;
}

body.movenote .scenes p {
  min-height: 72px;
  margin-bottom: 15px;
}

body.movenote .scenes p.font-size-12 {
  line-height: 1;
  margin: -7px 0 19px;
}

body.movenote .movies {
  padding-bottom: 60px;
}

body.movenote .movies .d-block {
  width: 450px;
  margin: 0 auto;
}

body.movenote .movies h2 {
  background: url(../../products/movenote/images/movies-ico.png) center left no-repeat;
}

body.movenote .movies .note {
  font-size: 13px;
  color: #888;
  margin-top: 20px;
}

body.movenote h2.underline {
  border-bottom: 1px solid #d7063b;
}

body.movenote h2.underline:after {
  background: #d7063b;
}

/* ===========================
  drill
=========================== */
body.drill .heading {
  background: #28A453;
}

body.drill h1,
body.drill h2,
body.drill h3,
body.drill .lead,
body.drill .badge.white {
  color: #28A453;
}

body.drill .info h2:after {
  background: #28A453;
}

body.drill .cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

body.drill .cols3 .col {
  width: 300px;
}

body.drill .info {
  padding-bottom: 40px;
}

body.drill .info p {
  margin: 0 0 50px;
}

body.drill .feature p {
  font-size: 14px;
  line-height: 24px;
  margin: -5px 0;
}

body.drill .feature1 .cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

body.drill .feature1 .cols3 .col {
  width: 300px;
  margin-bottom: 30px;
}

body.drill .feature1 .cols3 .col.col06 {
  padding-top: 28px;
}

body.drill .feature1 .left {
  width: 234px;
  float: left;
}

body.drill .feature1 .right {
  width: 199px;
  float: right;
}

body.drill .feature1 .caption {
  line-height: 1;
}

body.drill .feature1 .sakana-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

body.drill .feature1 .sakana01 img {
  height: 177px;
}

body.drill .feature1 .sakana02 {
  font-size: 0;
  font-weight: bold;
  margin-left: 20px;
}

body.drill .feature1 .sakana02 img {
  height: 80px;
  margin-bottom: 5px;
}

body.drill .feature1 .sakana02 .caption {
  font-size: 12px;
  line-height: 18px;
}

body.drill .feature1 h4 {
  line-height: 1;
  margin-bottom: 10px;
}

body.drill .feature1 .img-wrap {
  position: relative;
}

body.drill .feature1 .img-wrap:after{
  content: "";
  background: url(../../products/drill/images/feature-arrow.png) no-repeat top left;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 22px;
  margin-top: -11px;
}

body.drill .feature3 h4 {
  line-height: 26px;
  margin: -6px 0 7px;
}

body.drill .feature3 h4 .badge {
  border: none;
  font-size: 12px;
  color: #231815;
  background: #F4DA28;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  vertical-align: text-bottom;
  margin-left: 10px;
}

body.drill .feature4 .cols {
  display: flex;
  align-items: stretch;
}
body.drill .feature4 .col {
  width: 450px;
}
body.drill .feature4 .col02 {
  position: relative;
}

body.drill .feature4 .col02 .fig1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

body.drill .feature4 .col02 .fig2 {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}

body.drill .feature5 h4 {
  line-height: 1;
  margin-bottom: 10px;
}

body.drill .feature5 .img-wrap {
  position: relative;
}

body.drill .feature5 .img-wrap:after{
  content: "";
  background: url(../../products/drill/images/feature-arrow.png) no-repeat top left;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 22px;
  margin-top: -11px;
}

body.drill .functions {
  background: #eff5eb;
  padding-bottom: 60px;
}

body.drill .functions .lead {
  margin-top: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

body.drill .functions h2 span {
  font-size: .6em;
}

body.drill .functions h3 {
  line-height: 30px;
}

body.drill .functions .badge {
  border-color: #28A453;
}

body.drill .functions .badge.tokkyo {
  background: #28A453;
  color: #fff;
  border: none;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin: -6px 0 0 30px;
  vertical-align: middle;
}

body.drill .functions h2.underline {
  position: relative;
}

body.drill .functions h2.underline .seal {
  position: absolute;
  bottom: 15px;
  right: -40px;
}

body.drill .functions .rightImg {
  overflow: hidden;
}
body.drill .functions .rightImg img {
  float: right;
  margin-left: 20px;
}
body.drill .functions .rightImg p {
  overflow: hidden;
  width: 230px;
}
body.drill .functions .two-cols.topBorder {
  border-top: 3px solid #28A453;
  padding-top: 40px;
}

body.drill .functions .box {
  border: 2px solid #28A453;
  border-radius: 8px;
  padding: 0 30px 30px;
  background: #fff;
}

body.drill .functions .box h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  height: 60px;
  margin-bottom: 0;
}

body.drill .functions .box h2 span:first-child {
  font-size: 21px;
  margin-right: 20px;
}

body.drill .functions .box h2 span:last-child {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

body.drill .functions .box h2 span:last-child:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

body.drill .functions .box h2 span:last-child:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}

body.drill .functions .box h3 {
  background: #B4DAB5;
  color: #333;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding-left: 1em;
}

body.drill .functions .box .col01 {
  width: 580px;
}

body.drill .functions .box .col01 h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  margin-bottom: 15px;
}

body.drill .functions .box .col01 h3 span:last-child {
  font-size: 14px;
  font-weight: normal;
}

body.drill .functions .box .col01 .q {
  border-bottom: 1px solid #28A453;
  padding: 5px 0 5px 0;
  line-height: 21px;
  padding-left: 25px;
  position: relative;
  font-size: 13px;
  margin-bottom: 15px;
}

body.drill .functions .box .col01 .q:before {
  content: "Q";
  color: #28A453;
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 0;
  margin-top: -.8em;
}

body.drill .functions .box .col01 .img-wrap {
  text-align: right;
}

body.drill .functions .box .col01-01,
body.drill .functions .box .col01-02 {
  width: 275px;
}

body.drill .functions .box .col02 {
  width: 280px;
}

body.drill .functions .box__note {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

body.drill h2.underline {
  width: 700px;
  border-bottom: 1px solid #28A453;
}

body.drill h2.underline:after {
  background: #28A453;
}

body.drill .feature3 h2.underline {
  width: 870px;
}

body.drill .feature3 h2.underline img {
  vertical-align: text-bottom;
  margin-right: 15px;
}

body.drill h4 {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

body.drill .bullet {
  color: #28A453;
}

body.drill .font-size-12 {
  line-height: 20px !important;
}

body.drill .nativeArea {
  background: #fff;
  padding: 60px 0 20px;
}

body.drill .native dt {
  font-size: 18px;
  font-weight: bold;
}

body.drill .native dd {
  margin: 20px 0 0 1em;
}

/* ===========================
  Classi
=========================== */
body.classi .heading {
  background: #1E2446;
}

body.classi h1,
body.classi h2,
body.classi h3,
body.classi .lead,
body.classi .badge.white {
  color: #1E2446;
}

body.classi .heading .lead {
  margin-top: 23px;
}

body.classi .info {
  padding-bottom: 0;
}

body.classi .info p {
  font-size: 20px;
  line-height: 40px;
  margin: -10px 0;
}

body.classi .info img {
  margin: 0 -10px;
}

body.classi .feature p {
  font-size: 14px;
  line-height: 24px;
  margin: -5px 0;
}

body.classi .feature1 h3 {
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
  background: url(../../products/classi/images/feature1-ico.png) center left no-repeat;
}

body.classi .feature1 h4 {
  font-weight: 700;
  color: #31a7da;
  line-height: 1;
}

body.classi .feature2 h3 {
  font-size: 26px;
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
}

body.classi .feature2 .okulink h3 {
  color: #55559A;
  background: url(../../common/images/ico-c-okulink-s.png) center left no-repeat;
}

body.classi .feature2 .movenote h3 {
  color: #d7063b;
  background: url(../../common/images/ico-c-movenote-s.png) center left no-repeat;
}

body.classi .feature2 .drill h3 {
  color: #28A453;
  background: url(../../common/images/ico-c-drill-s.png) center left no-repeat;
}

body.classi .feature2 img {
  margin-bottom: 25px;
}

body.classi .feature2 h4 {
  color: #2A3054;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

body.classi .title-box {
  background: #1E2446;
  padding: 40px;
  color: #fff;
  position: relative;
}

body.classi .title-box h2 {
  font-size: 40px;
  color: #fff;
  height: 44px;
  line-height: 44px;
  padding-left: 69px;
}

body.classi .title-box h2 .badge {
  padding: 0 25px;
  vertical-align: middle;
  margin-top: -6px;
}

body.classi .title-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

body.classi .title-box:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -25px;
  width: 0;
  height: 0;
  border-top: 25px solid #1E2446;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

body.classi .bottom-box {
  background: #fff;
  height: 120px;
}

body.classi .bottom-box .left {
  float: left;
  width: 300px;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

body.classi .bottom-box .left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #1E2446;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  z-index: 1;
}

body.classi .bottom-box .left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  z-index: 2;
}

body.classi .bottom-box .right {
  float: right;
  width: 660px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  line-height: 30px;
  padding: 30px 0 0 30px;
}

body.classi .evit {
  background: #eaf2fb;
  padding-top: 60px;
}

body.classi .evit h2 {
  background: url(../../products/classi/images/evit-ico.png) center left no-repeat;
}

body.classi .lab {
  background: #eaf2fb;
  padding: 60px 0 65px;
}

body.classi .lab h2 {
  background: url(../../products/classi/images/lab-ico.png) center left no-repeat;
}

body.classi .lab h3 {
  background: url(../../products/classi/images/lab-ico-h3.png) center left no-repeat;
  padding-left: 40px;
  height: 31px;
  line-height: 31px;
}

body.classi .functions {
  background: #eff5eb;
  padding-bottom: 60px;
}

body.classi .functions .lead {
  margin-top: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

body.classi .functions h3 {
  line-height: 30px;
}

body.classi .functions p {
  margin-bottom: 20px;
}

body.classi .functions .badge {
  border-color: #1E2446;
}

body.classi .functions .badge.tokkyo {
  background: #1E2446;
  color: #fff;
  border: none;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin: -6px 0 0 30px;
  vertical-align: middle;
}

body.classi .functions .fnc1 p {
  min-height: 96px;
}

body.classi h2.underline {
  border-bottom: 1px solid #1E2446;
  margin-bottom: 50px;
}

body.classi h2.underline:after {
  background: #1E2446;
}

body.classi h4 {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

body.classi .bullet {
  color: #1E2446;
}

body.classi .font-size-12 {
  line-height: 20px !important;
}

/* ===========================
  hanashiai
=========================== */
body.hanashiai .heading {
  background: #BE0168;
}

body.hanashiai h1,
body.hanashiai h2,
body.hanashiai h3,
body.hanashiai .lead,
body.hanashiai .badge.white {
  color: #BE0168;
}

/* 共通設定 &gt; ヘッダー &gt; サブテキスト（右ブロック） */
body.hanashiai .heading .subText {
  color: #fff;
  height: 81px;
  padding-top: 24px;
  padding-left: 26px;
  border-left: 1px solid #fff;
  float: right;
}
/* 共通設定 &gt; ヘッダー &gt; サブテキスト（右ブロック） &gt; テキスト */
body.hanashiai .heading .subText__heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 8px 0 20px;
}

body.hanashiai .info {
  padding-bottom: 60px;
}

body.hanashiai .info h2 {
  padding: 0;
  text-indent: -.5em;
}

body.hanashiai .info h2:after {
  display: none;
}

body.hanashiai .info p {
  text-indent: -.5em;
}

body.hanashiai .steps {
  padding: 0 0 60px;
}

body.hanashiai .steps .container {
  position: relative;
  z-index: 1;
}

body.hanashiai .steps .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 18px;
  background: #BE0168;
  z-index: -1;
}

body.hanashiai .steps p {
  font-size: 14px;
  line-height: 24px;
  margin: -5px 0;
}

body.hanashiai .steps .badge {
  color: #BE0168;
  border-color: #BE0168;
  margin: 0 0 20px;
}

body.hanashiai .steps .step:before {
  display: none;
}

body.hanashiai .steps .step:after {
  top: 50%;
  left: auto;
  margin: -18px 0 0 0;
  right: -44px;
  width: 0;
  height: 0;
  border-left: 18px solid #85bade;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

body.hanashiai .steps .step h2 {
  line-height: 1;
  margin-bottom: 20px;
}

body.hanashiai .steps .step h2 span {
  display: inline-block;
  font-size: .8em;
  margin-bottom: 6px;
}

body.hanashiai .steps .step3:before,
body.hanashiai .steps .step3:after {
  display: none;
}

body.hanashiai .bullet {
  font-weight: 500;
}

body.hanashiai .bullet span {
  color: #BE0168;
}

body.hanashiai .box__title {
  color: #fff;
  background: #BE0168;
  line-height: 70px !important;
  margin-bottom: 0 !important;
}

body.hanashiai .box__body {
  padding-left: 0;
  padding-right: 0;
}

body.hanashiai .box__body p {
  font-weight: 14px;
  line-height: 24px;
  margin: -5px 0;
}

body.hanashiai .box__body .two-cols__left {
  padding-left: 30px;
}

body.hanashiai .box__body .two-cols__right {
  width: 460px;
  padding-right: 30px;
}

body.hanashiai .box__body .two-cols__right p {
  text-indent: -.5em;
}

body.hanashiai h4 {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

body.hanashiai .bullet {
  color: #BE0168;
}

/* ===========================
  handbook
=========================== */
body.handbook .heading {
  background: #EA6143;
}
body.handbook .heading .wrap-badge {
  position: relative;
  top:-5px;
}
body.handbook .heading .wrap-badge .badge {
  float: none;
  margin-left: 30px;
  position: relative;
  top:-5px;
}


/* 共通設定 &gt; ヘッダー &gt; サブテキスト（右ブロック） */
body.handbook .heading .subText {
  color: #fff;
  height: 81px;
  padding-top: 24px;
  padding-left: 26px;
  border-left: 1px solid #fff;
  float: right;
}
/* 共通設定 &gt; ヘッダー &gt; サブテキスト（右ブロック） &gt; テキスト */
body.handbook .heading .subText__heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 8px 0 20px;
}
body.product.handbook .heading .text {
  padding-top: 0;
}
body.handbook .heading h1 {
  line-height: 1!important;
}

body.handbook .heading h1 span.top {
  font-size: .7em;
}

body.handbook .heading h1 span.bottom {
  font-size: .5em;
  position: relative;
  top:-5px;
}

body.handbook .heading .lead {
  margin-top: 12px;
}

body.handbook h1,
body.handbook h2,
body.handbook h3,
body.handbook .lead,
body.handbook .badge.white {
  color: #EA6143;
}

body.handbook .info {
  padding-bottom: 60px;
}

body.handbook .info h2 {
  padding: 0;
  text-indent: -.5em;
}

body.handbook .info h2:after {
  display: none;
}

body.handbook .info p {
  text-indent: -.5em;
}

body.handbook .info .two-cols__right {
  text-align: right;
}

body.handbook .info .two-cols__right img {
  margin-right: 90px;
}

body.handbook .steps {
  padding: 0 0 80px;
}

body.handbook .steps .container {
  position: relative;
  z-index: 1;
}

body.handbook .steps .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 18px;
  background: #EA6143;
  z-index: -1;
}

body.handbook .steps .badge {
  color: #EA6143;
  border-color: #EA6143;
  margin: 0 0 20px;
}

body.handbook .steps .step:before,
body.handbook .steps .step:after {
  display: none;
}

body.handbook .steps .step h2 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
}

body.handbook .steps .step h2 span.top {
  display: inline-block;
  font-size: .8em;
  margin-bottom: 6px;
}

body.handbook .steps .step h2 span.bottom {
  font-size: .9em;
}

body.handbook .steps .step3:before,
body.handbook .steps .step3:after {
  display: none;
}

body.handbook .bullet {
  color: #EA6143;
  margin-right: -.5em;
}

body.handbook .box__title {
  color: #fff;
  background: #EA6143;
  line-height: 70px !important;
  margin-bottom: 0 !important;
}

body.handbook .box__body {
  padding-left: 0;
  padding-right: 0;
}

body.handbook .box__body p {
  font-size: 14px;
  line-height: 24px;
  margin: -5px 0;
}

body.handbook .box__body .two-cols__left {
  padding-left: 30px;
}

body.handbook .box__body .two-cols__right {
  padding-right: 30px;
}

body.handbook .note {
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
}

body.handbook .note .bullet {
  margin-right: 0;
}

body.handbook .note .text-s {
  font-size: 12px;
}

body.handbook .movies h2 {
  background: url(../../products/handbook/images/movies-ico.png) center left no-repeat;
}

body.handbook .movies {
  padding-bottom: 60px;
}

body.handbook .movies .d-block {
  width: 450px;
  margin: 0 auto;
}

/* ===========================
  speakingquest &amp; chellenge english for school
=========================== */
body.speakingquest .heading {
  background: #0081cc;
}
body.speakingquest.challenge .heading {
  background: #00bed2;
}
body.speakingquest h2,
body.speakingquest h3,
body.speakingquest .badge.white {
  color: #0081cc;
}
body.speakingquest.challenge h2,
body.speakingquest.challenge h3,
body.speakingquest.challenge .badge.white {
  color: #099dad;
}
body.speakingquest h3 .tokkyo {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  margin-left: 20px;
}

body.speakingquest .bg-white{
  background-color: #fff;
}

body.speakingquest .info {
  padding-bottom: 70px;
}

body.speakingquest .info h2:after {
  background: #0081cc;
}
body.speakingquest.challenge .info h2:after {
  background: #00bed2;
}

body.speakingquest .info h2 + p {
  margin-bottom: 55px;
}

body.speakingquest .info-detail {
  padding-top: 50px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}

body.speakingquest .info-detail .logo {
  margin-bottom: 50px;
  text-align: center;
}

body.speakingquest .info-detail .chara {
  width: 261px;
  height: 168px;
  position: absolute;
  top:-30px;
  right:20px;
}

body.speakingquest .info-detail .wrap {
  padding: 0 30px 50px;
}

body.speakingquest .info-detail .wrap .movie {
  width: 400px;
  float: left;
  text-align: center;
}

body.speakingquest .info-detail .wrap .future-list {
  width: 440px;
  float: right;
  border-top: 1px solid #0081cc;
}

body.speakingquest .info-detail .wrap .future-list li {
  padding: 20px 0 20px 108px;
  border-bottom: 1px solid #0081cc;
  font-weight: 700;
  background: url(../../products/speakingquest/images/icon_point01_s.png) center left no-repeat;
}

body.speakingquest .info-detail .wrap .future-list .list02 {
  background-image: url(../../products/speakingquest/images/icon_point02_s.png);
}

body.speakingquest .info-detail .wrap .future-list .list03 {
  background-image: url(../../products/speakingquest/images/icon_point03_s.png);
}

body.speakingquest .info-detail .wrap .future-list {
  border-top: 1px solid #099dad;
}
body.speakingquest.challenge .info-detail .wrap .future-list li {
  padding: 20px 0 20px 108px;
  border-bottom: 1px solid #099dad;
  font-weight: 700;
  background: url(../../products/speakingquest/challengeenglish/images/icon_point01_s.png) center left 10px no-repeat;
}
body.speakingquest.challenge .info-detail .wrap .future-list .list02 {
  background-image: url(../../products/speakingquest/challengeenglish/images/icon_point02_s.png);
}
body.speakingquest.challenge .info-detail .wrap .future-list .list03 {
  background-image: url(../../products/speakingquest/challengeenglish/images/icon_point03_s.png);
}


body.speakingquest .info-detail .pdf-link a {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #2a3054;
  border-radius:0 0 16px 16px;
}

body.speakingquest h2.underline {
  border-bottom: 1px solid #0081cc;
}
body.speakingquest.challenge h2.underline {
  border-bottom: 1px solid #099dad;
}

body.speakingquest h2.underline:before {
  content:"";
  display: block;
  width: 152px;
  height: 72px;
  background: url(../../products/speakingquest/images/icon_point01_l.png) center top no-repeat;
  position: absolute;
  top:0;
  left:50%;
  margin-left: -76px;
}

body.speakingquest .point02 h2.underline:before {
  background: url(../../products/speakingquest/images/icon_point02_l.png) center top no-repeat;
}

body.speakingquest .point03 h2.underline:before {
  background: url(../../products/speakingquest/images/icon_point03_l.png) center top no-repeat;
}

body.speakingquest.challenge .functions h2.underline {
  padding-top: 130px;
}
body.speakingquest.challenge h2.underline:before {
  content:"";
  display: block;
  width: 110px;
  height: 110px;
  background: url(../../products/speakingquest/challengeenglish/images/icon_point01.png) center top no-repeat;
  position: absolute;
  top:0;
  left:50%;
  margin-left: -55px;
}
body.speakingquest.challenge .point02 h2.underline:before {
  background: url(../../products/speakingquest/challengeenglish/images/icon_point02.png) center top no-repeat;
}
body.speakingquest.challenge .point03 h2.underline:before {
  background: url(../../products/speakingquest/challengeenglish/images/icon_point03.png) center top no-repeat;
}

body.speakingquest h2.underline:after {
  background: #0081cc;
}
body.speakingquest.challenge h2.underline:after {
  background: #099dad;
}

body.speakingquest .functions h2.underline {
  padding-top: 100px;
  width: 700px;
  line-height: 1.5;
  position: relative;
}

body.speakingquest .functions p {
  margin-bottom: 25px;
}

body.speakingquest .functions .two-cols {
  margin-bottom: 60px;
}

body.speakingquest .functions .two-cols h3 {
  margin-top: 60px;
  margin-bottom: 25px;
  line-height: 1.4;
}
body.speakingquest .functions .two-cols h3.short {
  margin-top: 10px;
}

body.speakingquest .functions .two-cols p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

body.speakingquest .functions .two-cols .note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.4;
}

body.speakingquest .button-area a {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-color: #2a3054;
  border-radius: 4px;
}

body.challenge .point03 .two-cols h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 21px;
  color: #333;
}
body.challenge .point03 .two-cols .text {
  margin-bottom: 30px;
}

body.speakingquest .voice {
  padding: 80px 0;
}

body.speakingquest .voicebox{
  background-color: #fff;
}

body.speakingquest .voicebox h2 {
  margin-bottom: 40px;
  background-color: #0081cc;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

body.speakingquest .voicebox-body {
  margin-bottom: 60px;
  padding: 0 40px 60px;
}

body.speakingquest .voicebox-body .box-wrap{
  margin-bottom: 40px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body.speakingquest .voicebox-body .box-wrap:last-child{
  margin-bottom: 0;
}
body.speakingquest .voicebox-body h3 {
  margin-bottom: 20px;
  text-align: center;
}
body.speakingquest .voicebox-body .box {
  width: 420px;
  padding: 20px;
  border-radius: 16px;
  border:1px solid #0081cc;
}

body.speakingquest .voicebox-body .box .title {
  margin-bottom: 20px;
  font-weight: 700;
  color: #0081cc;
}
body.speakingquest .voicebox-body .box .title:before {
  content:'';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #0081cc;
  border-radius: 16px;
  margin-right: 10px;
}

body.speakingquest .voicebox h2 img{
  vertical-align: middle;
}

body.speakingquest.challenge .introText a,
body.speakingquest.challenge .future-list a {
  display: inline;
  color: #099dad;
  text-decoration: underline;
}

body.speakingquest .functions .two-cols .pageLink {
  margin-top: 30px;
}
body.speakingquest .functions .two-cols .pageLink a {
  padding-right: 20px;
  background: url(../../common/images/ico-arrow-navy.png) no-repeat right center;
  background-size: 8px;
  display: inline-block;
  color: #099dad;
}

body.case .content .btn.small {
  width: 300px;
}

body.case .content .btn.large {
  width: 310px;
}

.wrap-btn {
  position: relative;
}

.wrap-btn .btn {
  position: absolute;
  right: 0;
  top: 0;
}

.cases .case {
  margin-bottom: 50px;
}

.cases .case__title {
  color: #2A3054;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
}

.cases .case__detail {
  font-size: 14px;
  font-weight: 500;
  margin: 1em 0;
  line-height: 1.4;
}

.cases .case__description {
  font-size: 14px;
  margin-bottom: 1em;
}

.student .box__title {
  font-size: 28px;
}

.student .box__title img {
  vertical-align: text-bottom;
}

.student .box__title img.left {
  margin-right: 20px;
}

.student .box__title img.right {
  margin-left: 15px;
}

.student .box__body {
  padding: 40px 0 0;
}

.student .box__body p {
  color: #2A3054;
  font-size: 24px;
  font-weight: 700;
}

.teacher .box__title {
  font-size: 28px;
}

.teacher .box__title img {
  margin: -5px 0 0 2px;
  vertical-align: middle;
}

.teacher .box__body {
  padding: 30px 0 30px;
}

.teacher .two-cols__left {
  padding-left: 30px;
}

.teacher .two-cols__right {
  padding-right: 30px;
}

.teacher__title {
  color: #2A3054;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.teacher__detail {
  font-size: 14px;
}

.teacher__description {
  font-size: 14px;
  font-weight: 500;
}

.teacher span.blue {
  color: #31A7DA;
  font-weight: bold;
}

.spec {
  width: 100%;
  margin-bottom: 10px;
  display: table;
}

.spec__heading {
  box-sizing: border-box;
  color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: 200px;
  display: table-cell;
  font-weight: 500;
}

.spec__content {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  width: 760px;
  display: table-cell;
  line-height: 1.5;
}

.spec__content p {
  margin-bottom: .7em;
}

.kyozai .spec__heading {
  background: #2A3054;
}

.dosa .spec__heading {
  background: #47A9E4;
}

.hosoku {
  font-size: 12px;
}


/* ===========================
  karte-evit
=========================== */
/* カルテ &gt; 共通設定 */
body.karte-evit h1,
body.karte-evit h2,
body.karte-evit h3,
body.karte-evit .lead,
body.karte-evit .badge.white {
  color: #57c1ee;
}

body.karte-evit .underline {
  width: 700px;
  border-bottom: 1px solid #57c1ee;
}

body.karte-evit .underline:after {
  background: #57c1ee;
}

/* 共通設定 &gt; ヘッダー &gt; サブテキスト（右ブロック） */
body.karte-evit .heading .subText {
  color: #fff;
  height: 81px;
  padding-top: 24px;
  padding-left: 26px;
  border-left: 1px solid #fff;
  margin-top: 7px;
  float: right;
}
  /* 共通設定 &gt; ヘッダー &gt; サブテキスト（右ブロック） &gt; テキスト */
  body.karte-evit .heading .subText__heading {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 8px 0 20px;
  }



body.karte-evit .heading {
  background: #57c1ee;
}

/* outlineブロック */
body.karte-evit .outline {
  padding: 19px 0 100px;
}

/* outlineブロック &gt; 見出し文 */
body.karte-evit .outline .outline__leadCopy {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 21px;
}
  body.karte-evit .outline .outline__leadCopyNote {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    margin: 0 0 70px;
  }
  body.karte-evit .outline .outline__container {
    text-align: center;
  }
    body.karte-evit .outline .outline__container + .outline__container {
      margin-top: 47px;
    }
    body.karte-evit .outline .outline__heading {
      color: #57c1ee;
      font-size: 28px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      margin: 0 auto 43px;
    }
      body.karte-evit .outline .outline__headingIcon {
        display: block;
        margin: 0 auto 10px;
      }
    body.karte-evit .outline p {
      color: #333;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
      text-align: left;
    }
    body.karte-evit .outline .is-feature01 .outline__image {
      text-align: center;
      margin-top: 67px;
    }
    body.karte-evit .outline .is-feature02 .outline__image {
      text-align: center;
      margin-top: 43px;
    }
      body.karte-evit .outline p.outline__image img {
        vertical-align: bottom;
      }
  /* カルテ &gt; 注意書き */
  body.karte-evit .outline .outline__note {
      font-size: 12px;
      line-height: 2;
      margin-top: 23px;
  }

/* Evit */
body.karte-evit .p-evit {
  padding: 0 0 20px;
}

body.karte-evit .p-evit .heading {
  background: #1f2446;
  padding-top: 50px;
}
body.karte-evit .p-evit .evit-detail {
  margin: 67px 0 0;
}
  body.karte-evit .p-evit .evit-detail__item {
    width: 450px;
  }
    body.karte-evit .p-evit .evit-detail__item:nth-of-type(2n+1) {
      float: left;
    }
    body.karte-evit .p-evit .evit-detail__item:nth-of-type(2n) {
      float: right;
    }
  body.karte-evit .p-evit .evit-detail__heading {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 23px;
  }
  body.karte-evit .p-evit .evit-detail__caption {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    margin: 20px 0 0;
  }
  body.karte-evit .bullet {
    color: #1f2446;
  }


/* ===========================
  programming
=========================== */
/* プログラミング &gt; 共通設定 */
body.programming h1,
body.programming h2,
body.programming h3,
body.programming .lead,
body.programming .bullet,
body.programming .badge.white {
  color: #036eb8;
}

body.programming .heading {
  background: #c1db53;
}

/* ヘッダー &gt; サブテキスト（右ブロック） */
body.programming .heading .subText {
  color: #fff;
  padding: 5px 0 5px 26px;
  border-left: 1px solid #fff;
  float: right;
}
/* ヘッダー &gt; サブテキスト（右ブロック） &gt; テキスト */
body.programming .heading .subText__heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  margin: 0;
}
/* ヘッダー &gt; サブテキスト（右ブロック） &gt; テキスト小 */
body.programming .heading .subText__small {
  font-size: 12px;
  font-weight: normal;
}

body.programming .heading .subText__heading a {
  display: inline;
  color: #fff;
}

body.programming .heading .subText__heading a img {
  margin-left: 4px;
  vertical-align: -1px;
}

body.programming .underline {
  width: 700px;
  border-bottom: 1px solid #036eb8;
  margin-bottom: 0;
}

body.programming .underline:after {
  background: #036eb8;
}

/* プログラミング &gt; 概要 */
body.programming .outline {
  padding: 18px 0 80px;
}
  body.programming .outline__leadCopy {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 28px;
  }
  body.programming .outline__note {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 84px;
  }
  body.programming .outline__illustration {
    background: url(../../products/programming/images/outline-illustration-heading.png) center top no-repeat;
    padding-top: 55px;
  }
    body.programming .outline__illustration p {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
      margin: 0;
    }
    body.programming .outline__illustration p + p {
      margin-top: 18px;
    }
    body.programming .outline__illustrationItem.is-preparation {
      width: 626px;
      float: left;
      position: relative;
    }
      body.programming .outline__illustrationItem.is-preparation::before {
        content: "";
        display: block;
        width: 18px;
        height: 36px;
        background: url(../../products/programming/images/outline-illustrationItem-arrow.png) 0 0/contain no-repeat;
        position: absolute;
        top: 67px;
        right: -26px;
      }
      body.programming .preparation-01 {
        width: 298px;
        float: left;
      }
      body.programming .preparation-02 {
        width: 300px;
        height: 254px;
        background: url(../../products/programming/images/outline-img-02.png) 0 0 no-repeat;
        padding: 14px 20px 20px;
        float: right;
      }
        body.programming .preparation-02 .preparation-heading {
          color: #221815;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 0.9px;
          margin: 0 0 5px;
        }
        body.programming .preparation-02 .list__container {}
          body.programming .preparation-02 .list__item {
            color: #3e3a39;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.88;
            padding-left: 1.25em;
            position: relative;
          }
          body.programming .preparation-02 .list__item::before {
            content: "●";
            position: absolute;
            top: 0;
            left: 0;
          }
    body.programming .outline__illustrationItem.is-lesson {
      width: 300px;
      float: right;
    }

/* プログラミング &gt; 特徴 */
body.programming .feature {
  text-align: center;
  padding: 0 0 2px;
}
  body.programming .feature + .feature {
    padding-top: 56px;
  }

  body.programming .feature__heading {
    color: #036eb8;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.79;
    text-align: center;
    margin: 0 0 42px;
  }
    body.programming .feature__headingIcon {
      font-size: 20px;
      font-weight: normal;
      line-height: 1;
      display: block;
      box-sizing: border-box;
      width: 190px;
      height: 38px;
      background-color: #ffffff;
      padding-top: 6px;
      border: solid 2px #0978d3;
      border-radius: 19px;
      margin: 0 auto 12px;
    }
  body.programming .feature__leadCopy {
    text-align: left;
  }
    body.programming .feature01 .feature__leadCopy {
        margin-bottom: 51px;
    }
    body.programming .feature02 .feature__leadCopy {
        margin-bottom: 67px;
    }
    body.programming .feature03 .feature__leadCopy {
        margin-bottom: 39px;
    }
  body.programming .feature__heading-Lv2 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
  }

/* プログラミング &gt; 機能 */
body.programming .teachingMaterials {
  padding: 30px 0 61px;
}
  body.programming .teachingMaterials__heading {
    text-align: center;
    margin: 0 0 68px;
  }
    body.programming .teachingMaterials__heading .underline {
      width: 600px;
    }
  body.programming .teachingMaterials__container {

  }
    body.programming .teachingMaterials__container + .teachingMaterials__container {
      margin-top: 35px;
    }
    body.programming .teachingMaterials__item {
      width: 294px;
      float: left;
      margin-left: 36px;
    }
      body.programming .teachingMaterials__item:nth-child(3n+1) {
        margin-left: 0;
      }
    body.programming .teachingMaterials__heading-Lv2 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.17;
      margin: 0 0 24px;
    }
    body.programming .teachingMaterials__text {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
      height: 91px;
      margin: 0;
    }
    body.programming .teachingMaterials__image {
        text-align: center;
    }

/* プログラミング &gt; カリキュラム */
body.programming .curriculum {
  padding: 0 0 78px;
}
  body.programming .curriculum__heading {
    text-align: center;
    margin-bottom: 47px;
  }
  body.programming .curriculum__heading-Lv2 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 25px;
  }
  body.programming .curriculum__leadCopy {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 46px;
  }
  body.programming .curriculum-step__container {
    background: url(../../products/programming/images/curriculum-step-bg.png) center top no-repeat;
    padding: 55px 58px 52px;
  }
    body.programming .curriculum-step__item {
      text-align: center;
      width: 338px;
    }
      body.programming .curriculum-step__item.item-01 {
        float: left;
        position: relative;
      }
      body.programming .curriculum-step__item.item-01::before {
        content: "";
        display: block;
        width: 18px;
        height: 36px;
        background: url(../../products/programming/images/outline-illustrationItem-arrow.png) 0 0/contain no-repeat;
        position: absolute;
        top: 67px;
        right: -92px;
      }
      body.programming .curriculum-step__item.item-02 {
        float: right;
      }
    body.programming .curriculum-step__img {
      margin: 0 0 8px;
    }
    body.programming .curriculum-step__heading {
      color: #0978d3;
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
    }
    body.programming .curriculum-step__heading-step {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      padding:0 !important;
      border:0 !important;
      height: 1px !important;
      width: 1px !important;
      overflow: hidden;
    }
    body.programming .curriculum-step__heading-sub {
      color: #333;
      font-size: 14px;
      font-weight: normal;
      line-height: 1;
      display: inline-block;
      padding-top: 19px;
    }
  body.programming .curriculum-stepUp {

  }
    body.programming .curriculum-stepUp__heading {
      color: #fff;
      font-size: 28px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      box-sizing: border-box;
      background: #0978d3;
      height: 70px;
      padding-top: 21px;
    }
    body.programming .curriculum-stepUp__imgBox {
      height: 180px;
      background: #fff url(../../products/programming/images/curriculum-stepUp-bg.png) left bottom no-repeat;
      padding: 27px 42px 0 499px;
    }
    body.programming .curriculum-stepUp__title {
      color: #0978d3;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      margin: 0 0 22px;
    }
    body.programming .curriculum-stepUp__text {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
    }

/* プログラミング &gt; 評価基準ム */
body.programming .criterion {
  padding: 0 0 81px;
}
  body.programming .criterion__heading {
    text-align: center;
    margin-bottom: 43px;
  }
  body.programming .criterion__leadCopy {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 46px;
  }
  body.programming .criterion__image {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    width: 800px;
    margin: 0 auto 54px;
  }
    body.programming .criterion__image img {
      vertical-align: bottom;
      margin-bottom: 20px;
    }
    body.programming .criterion__image a {
      display: inline-block;
    }
  body.programming .criterion-more {

  }
    body.programming .criterion-more__heading {
      color: #fff;
      font-size: 28px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      box-sizing: border-box;
      background: #0978d3;
      height: 70px;
      padding-top: 21px;
    }
    body.programming .criterion-more__textBox {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
      background: #fff;
      padding: 25px 30px;
    }

/* プログラミング &gt; 評価基準ム */
body.programming .point {
  padding: 0 0 137px;
}
  body.programming .point__heading {
    text-align: center;
    margin-bottom: 42px;
  }
  body.programming .point__text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    margin: 0 0 38px;
  }
  body.programming .point__heading-Lv2 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 17px;
  }


/* ===========================
  ミライシード導入動画
=========================== */
/* ミライシード導入動画 &gt; 共通設定 */
body.movie h1,
body.movie h2,
body.movie h3,
body.movie .lead,
body.movie .bullet,
body.movie .badge.white {
  color: #2a3054;
}

/* 導入動画 &gt; アイテムコンテナ */
body.movie .movies {
  padding: 20px 0 113px;
}

/* 導入動画 &gt; アイテムコンテナ */
body.movie .movie__item {
  margin: 0;
}
  body.movie .movie__item + .movie__item {
    margin-top: 50px;
  }


/* 導入動画 &gt; 説明テキスト &gt; アイコン */
body.movie .movie__icon {
  line-height: 1;
  margin: 0 0 17px;
}
  body.movie .movie__icon img {
    vertical-align: bottom;
  }


/* 導入動画 &gt; 説明テキスト &gt; タイトル */
body.movie .movie__title {
  color: #2A3054;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 14px;
}
/* 導入動画 &gt; 説明テキスト &gt; タイトル &gt; NEWアイコン */
body.movie .movie__title .icon-new {
  text-indent: -9999px;
  vertical-align: top;
  display: inline-block;
  width: 55px;
  height: 22px;
  background-color: #d61a1a;
  margin-top: 2px;
  margin-left: 16px;
  overflow: hidden;
  position: relative;
}
  body.movie .movie__title .icon-new::after {
    content: "NEW";
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-indent: 0;
    letter-spacing: 1.4px;
    white-space: nowrap;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
/* 導入動画 &gt; 説明テキスト &gt; 文章 */
body.movie .movie-description__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  margin: 0 0 19px;
}
/* 導入動画 &gt; 説明テキスト &gt; リスト */
body.movie .movie-description__list {}
/* 導入動画 &gt; 説明テキスト &gt; 箇条書き */
body.movie .movie-description__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  padding-left: 1.2em;
  position: relative;
}

body.movie .movie-description__item::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

/* ===========================
  rpdca
=========================== */
body.rpdca .heading {
  background: #00afcc;
}

body.rpdca .heading .box {
  float: right;
  font-size: 14px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00afcc;
  text-align: center;
  width: 250px;
  height: 90px;
  font-weight: bold;
}

body.rpdca .heading .box img {
  margin-left: 4px;
  vertical-align: -1px;
}

body.rpdca .heading .lead {
  margin-top: 22px;
}

body.rpdca .content h2 {
  color: #00afcc;
}

body.rpdca .cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body.rpdca .cols3 .col {
  width: 300px;
  position: relative;
}

body.rpdca h2.underline {
  border-color: #00afcc;
  text-align: center;
}

body.rpdca h2.underline:after {
  background: #00afcc;
}

body.rpdca .info {
  padding-bottom: 80px;
}
body.rpdca .info h2:after {
  background: #00afcc;
}

body.rpdca .info .top {
  position: relative;
}

body.rpdca .info .top img {
  position: absolute;
  top: -15px;
  right: 44px;
}

body.rpdca .info h3 {
  margin-top: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  background: #00afcc;
  padding: 0 26px;
  border-radius: 20px;
  display: inline-block;
}

body.rpdca .info .boxes__main {
  background: url(../../products/rpdca/images/boxes-main-bg.png) repeat-y top left;
}
body.rpdca .info .boxes__top {
  background: url(../../products/rpdca/images/boxes-top-bg.png) no-repeat top left;
  height: 30px;
}
body.rpdca .info .boxes__bottom {
  background: url(../../products/rpdca/images/boxes-bottom-bg.png) no-repeat top left;
  height: 30px;
  margin-bottom: 25px;
}

body.rpdca .info .boxes__bottom + .note {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}

body.rpdca .info .box {
  background: #fff url(../../products/rpdca/images/box-bg.png) no-repeat top left;
  border: 1px solid #00afcc;
  border-radius: 8px;
  padding: 36px 30px 30px 70px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body.rpdca .info .boxes__main .box:last-child {
  margin-bottom: 0;
}

body.rpdca .info .box__text {
  width: 490px;
}
body.rpdca .info .box__img {
  width: 330px;
  margin-left: 35px;
}

body.rpdca .info .box h4 {
  font-size: 0;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 22px;
}

body.rpdca .info .box h4 .en {
  font-size: 36px;
}

body.rpdca .info .box h4 .separator {
  font-size: 18px;
  margin: 0 9px 0 13px;
}

body.rpdca .info .box h4 .jp {
  font-size: 18px;
}

body.rpdca .info .box h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

body.rpdca .info .box p {
  font-size: 14px;
  line-height: 24px;
}

body.rpdca .info .box .note {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

body.rpdca .info .box01 h4 {
  color: #00afcc;
}

body.rpdca .info .box02 h4 {
  color: #0075c2;
}

body.rpdca .info .box03 h4 {
  color: #ed798e;
}

body.rpdca .info .box04 h4 {
  color: #f6ab00;
}

body.rpdca .info .box05 h4 {
  color: #37b48d;
}

body.rpdca .sec02 {
  background: #fff;
  padding: 70px 0 130px;
}
body.rpdca .sec02 h2.underline {
  min-width: 700px;
  margin-bottom: 48px;
}

body.rpdca .sec02 h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 13px;
  color: #666;
}

body.rpdca .sec02 h3 span {
  color: #00afcc;
  font-size: 20px;
  vertical-align: -1px;
}
body.rpdca .sec02 p {
  font-size: 14px;
  line-height: 24px;
}

body.rpdca .sec02 .block {
  margin-bottom: 85px;
}

body.rpdca .sec02 .block:last-child {
  margin-bottom: 0;
}

body.rpdca .sec02 .block01 .img-wrap {
  position: relative;
}

body.rpdca .sec02 .block01 .img-wrap:after{
  content: "";
  background: url(../../products/rpdca/images/sec02_block01_arrow.png) no-repeat top left;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 22px;
  margin-top: -11px;
}

body.rpdca .sec02 .block02 {
  margin-bottom: 55px;
}

body.rpdca .sec02 .block02 .text-center + p {
  margin-bottom: 40px;
}

body.rpdca .sec02 .block02 .cols .col:first-child {
  width: 500px;
}

body.rpdca .sec02 .block02 .cols .col:last-child {
  width: 450px;
}

body.rpdca .sec02 .block03 {
  border: 1px solid #00afcc;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 40px 35px;
}

body.rpdca .sec02 .block03 h2 {
  background: #00afcc;
  color: #fff;
  font-size: 21px;
  line-height: 60px;
  margin: 0 -40px 30px;
  text-align: center;
}

body.rpdca .sec02 .block03 .img-wrap {
  font-size: 0;
}

body.rpdca .sec02 .block04 .cols .col:nth-child(2) img {
  margin-right: -27px;
}

body.rpdca .sec03 {
  background: #e3f3f6;
  padding: 60px 0 70px;
}

body.rpdca .sec03 h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}

body.rpdca .sec03 .cols {
  align-items: center;
}

body.rpdca .sec03 .cols .col:first-child {
  width: 300px;
}

body.rpdca .sec03 .cols .col:last-child {
  width: 630px;
}

body.rpdca .sec03 p {
  font-size: 14px;
  line-height: 24px;
}

body.rpdca footer .products {
  background: #fff !important;
}

/* ===========================
  gtanken
=========================== */
body.gtanken .heading {
  background: #3254a4;
}

body.gtanken .heading .box {
  float: right;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3254a4;
  text-align: center;
  width: 250px;
  height: 90px;
  font-weight: bold;
}

body.gtanken .heading .lead {
  margin-top: 22px;
}

body.gtanken h2.underline {
  color: #3254a4;
  border-color: #3254a4;
  text-align: center;
  min-width: 700px;
  margin-bottom: 45px;
}

body.gtanken h2.underline:after {
  background: #3254a4;
}

body.gtanken h3 {
  color: #3254a4;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}

body.gtanken p {
  font-size: 14px;
  line-height: 24px;
}

body.gtanken .cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

body.gtanken .cols2 .col {
  width: 450px;
}

body.gtanken .sec01 {
  padding: 20px 0 110px;
}

body.gtanken .sec01 .lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  margin: 0 0 80px;
}

body.gtanken .sec01 .block01 {
  margin-bottom: 25px;
}

body.gtanken .sec01 .block01 .cols {
  margin-top: 60px;
}

body.gtanken .sec01 .block01 .col {
  margin-bottom: 60px;
}

body.gtanken .sec01 .block01 h3 + p {
  margin-bottom: 25px;
}

body.gtanken .sec01 .block02 h2 {
  margin-bottom: 20px;
}

body.gtanken .sec01 .block02 .badges {
  font-size: 0;
  margin-bottom: 20px;
}

body.gtanken .sec01 .block02 .badge {
  color: #3254a4;
  border-color: #3254a4;
  height: 38px;
  font-size: 20px;
  padding: 0 26px;
  border-radius: 19px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

body.gtanken .sec01 .block02 .badge:first-child {
  margin-right: 10px;
}

body.gtanken .sec01 .block02 .badge span {
  padding: 0 .25em;
}

body.gtanken .sec01 .block02 .badges + p {
  color: #3254a4;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
}

body.gtanken .sec01 .block02 .cols {
  margin-top: 45px;
}

body.gtanken .sec01 .block02 h3 {
  font-size: 24px;
  line-height: 32px;
  margin: -4px 0 16px;
}

body.gtanken .sec01 .block02 .box {
  margin-top: 100px;
}

body.gtanken .sec01 .block02 .box h3 {
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 60px;
  background: #3254a4;
  margin-bottom: 0;
}

body.gtanken .sec01 .block02 .box h4 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin: 0 0 18px;
  line-height: 1;
}
body.gtanken .sec01 .block02 .box h4 span {
  color: #3254a4;
  font-size: 20px;
  vertical-align: -1px;
}

body.gtanken .sec01 .block02 .box__body {
  padding: 30px 40px;
}

body.gtanken .sec01 .block02 .box__body .table01 {
  margin-bottom: 25px;
}

body.gtanken footer .products {
  background: #fff !important;
}

/* ===========================
  lab
=========================== */

body.lab .heading {
  background: #ed7d8c;
}

body.lab .heading .lead {
  margin-top: 22px;
}

body.lab h2.underline {
  color: #e36076;
  border-color: #e36076;
  text-align: center;
  min-width: 700px;
  margin-bottom: 45px;
}

body.lab h2.underline:after {
  background: #e36076;
}

body.lab h3 {
  color: #e36076;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}

body.lab p {
  font-size: 14px;
  line-height: 24px;
}

body.lab .cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

body.lab .cols2 .col {
  width: 450px;
}

body.lab .sec01 {
  padding: 20px 0 100px;
}

body.lab .sec01 .lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  margin: 0 0 80px;
  text-indent: -.5em;
}

body.lab .sec01 .block01 .text-center + p {
  margin-bottom: 45px;
}

body.lab .sec01 .block01 h3 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

body.lab .sec01 .block01 h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 100%;
  height:4px;
  background: #e36076;
}

body.lab .sec01 .block01 h3 .badge {
  border-color: #e36076;
  position: relative;
  z-index: 1;
  font-size: 20px;
  height: 40px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  border-radius: 20px;
  font-weight: bold;
}

body.lab .sec01 .block01 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #e36076;
  line-height: 1;
  margin-bottom: 20px;
}

body.lab .sec01 .block01 .cols {
  margin-bottom: 60px;
}

body.lab .sec01 .block01 .cols.last {
  margin-bottom: 75px;
}

body.lab .sec01 .block01 .p01 {
  text-indent: -.5em;
  margin-bottom: 40px;
}

body.lab .sec01 .block01 .box01 {
  padding: 40px;
  background: #fff;
  margin-bottom: 90px;
}

body.lab .sec01 .block01 .box01 h4 {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 15px;
}

body.lab .sec01 .block01 .box01 h4 img {
  margin-right: 8px;
}

body.lab .sec01 .block01 .box02 {
  border: 1px solid #e36076;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

body.lab .sec01 .block01 .box02 h2 {
  background: #ed7d8c;
  text-align: center;
  font-size: 21px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 0;
}

body.lab .sec01 .block01 .box02__body {
  padding: 30px 40px 40px;
}

body.lab .sec01 .block01 .box02__body p {
  margin-bottom: 30px;
}

body.lab .sec01 .block01 .box02__body .cols {
  margin-bottom: 0;
}

body.lab footer .products {
  background: #fff !important;
}

/* /document miraiseedパンフレットダウンロードフォームページ */
body.document .heading {
  padding: 10px 0 30px;
}
body.document .content {
  padding-bottom: 100px;
}
body.document .formArea {
  padding: 30px 20px;
  background-color: #fff;
}
body.document h1 {
  margin-bottom: 20px;
  font-size: 2rem;
}
body.document .introArea {
  margin-bottom: 30px;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
body.document .introArea .imageArea {
  width: 110px;
}
body.document .introArea .imageArea img {
  box-shadow: 0px 6px 21px -11px rgba(0,0,0,0.45);
}

body.document .introArea .textArea {
  width: 840px;
}
body.document .introArea .textArea p {
  padding-left: 15px;
}
body.document .formArea .head {
  margin-bottom: 20px;
  padding: 0 10px 20px;
  border-bottom:1px solid #ccc;
}
body.document .formArea .head h2 {
  border-left:5px solid #2A3054;
  padding-left: 10px;
}
/* satoriのパーツを上書き */
body.document .formArea .satori__submit_group input[type="button"]{
  margin: 0 20px;
  padding: 10px 60px;
  color:#fff;
  border-radius: 4px;
  background-color: #0977D3;
  font-size: 18px;
}
body.document .formArea .satori__message {
  margin-bottom: 40px;
  font-size: 0.875rem;
}
body.document .formArea .satori__require {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: #d7063b;
}

body.document .formArea .satori__input_group.error input,
body.document .formArea .satori__input_group.error textarea {
  border-color: #d7063b;
}
body.document .formArea .satori__error_messages {
  color: #d7063b;
}</pre></body></html>