<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*////// COLOR VARS //////*/
/*//////////////////////////////
		BG COLORS
//////////////////////////////*/
.dominant, .btn-m[type=reset] {
  background: #405a00 !important;
  color: #fff !important;
}

.action {
  background: #ed8000 !important;
  color: #fff !important;
}

.accent {
  background: #b6ddfa !important;
  color: #333 !important;
}

/*////// FONT VARS //////*/
.foot_inq .telLink a, .telephone .telLink a, .headNavFunc li a, .navFunc li a, .newsBox .newsScroll ul li a, .lnx {
  text-decoration: none;
  cursor: pointer;
  color: #223371;
}

.foot_inq .telLink a:hover, .telephone .telLink a:hover, .headNavFunc li a:hover, .navFunc li a:hover, .newsBox .newsScroll ul li a:hover, .lnx:hover, .foot_inq .telLink a:active, .telephone .telLink a:active, .headNavFunc li a:active, .navFunc li a:active, .newsBox .newsScroll ul li a:active, .lnx:active {
  color: #344eac;
  text-decoration: none;
}

.clearfix, .inner, #body, .parallel_item, .col-wrap, .disp-table, .box-bordered, .box-bordered-gry, .boxRegi ol, .box-thick-bordered, .box-bg-gry, .box-bg-gry2, .box-bg-primary, .box-bg-wht, .box, .box80, .regi_corp, .boxRegi, .inquiry, .news, .border_btm, .snsBtn_list, .banner_area, .trust_box, .price_list dl, .certification, .seminar_item {
  zoom: 1;
}

.clearfix:before, .inner:before, #body:before, .parallel_item:before, .col-wrap:before, .disp-table:before, .box-bordered:before, .box-bordered-gry:before, .boxRegi ol:before, .box-thick-bordered:before, .box-bg-gry:before, .box-bg-gry2:before, .box-bg-primary:before, .box-bg-wht:before, .box:before, .box80:before, .regi_corp:before, .boxRegi:before, .inquiry:before, .news:before, .border_btm:before, .snsBtn_list:before, .banner_area:before, .trust_box:before, .price_list dl:before, .certification:before, .seminar_item:before, .clearfix:after, .inner:after, #body:after, .parallel_item:after, .col-wrap:after, .disp-table:after, .box-bordered:after, .box-bordered-gry:after, .boxRegi ol:after, .box-thick-bordered:after, .box-bg-gry:after, .box-bg-gry2:after, .box-bg-primary:after, .box-bg-wht:after, .box:after, .box80:after, .regi_corp:after, .boxRegi:after, .inquiry:after, .news:after, .border_btm:after, .snsBtn_list:after, .banner_area:after, .trust_box:after, .price_list dl:after, .certification:after, .seminar_item:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after, .inner:after, #body:after, .parallel_item:after, .col-wrap:after, .disp-table:after, .box-bordered:after, .box-bordered-gry:after, .boxRegi ol:after, .box-thick-bordered:after, .box-bg-gry:after, .box-bg-gry2:after, .box-bg-primary:after, .box-bg-wht:after, .box:after, .box80:after, .regi_corp:after, .boxRegi:after, .inquiry:after, .news:after, .border_btm:after, .snsBtn_list:after, .banner_area:after, .trust_box:after, .price_list dl:after, .certification:after, .seminar_item:after {
  clear: both;
}

.hrBlocks li, .hrBlocksW li, .titleRecommend, .listRecommend {
  *float: left;
  *display: block;
}

/* LAYOUT */
.hidden {
  display: none;
}

.center {
  display: block;
  margin: 0 auto;
}

.left {
  float: left;
}

.right, .seeDetail {
  float: right;
}

.txtCenter {
  text-align: center;
}

.imgLeft, .company_kanban {
  float: left;
  margin: 0 1em 1em 0;
}

@media screen and (max-width: 767px) {
  .imgLeft, .company_kanban {
    float: none;
    display: block;
    margin: 24px auto;
  }
}

@media screen and (max-width: 480px) {
  .imgLeft, .company_kanban {
    margin: 16px auto;
  }
}

.imgRight {
  float: right;
  margin: 0 0 1em 1em;
}

@media screen and (max-width: 767px) {
  .imgRight {
    float: none;
    display: block;
    margin: 24px auto;
  }
}

@media screen and (max-width: 480px) {
  .imgRight {
    margin: 16px auto;
  }
}

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

.t-left {
  text-align: left;
}

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

.w20perc {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* BOX ADJUST */
.mT1em {
  margin-top: 1em !important;
}

.mR1em {
  margin-right: 1em !important;
}

.mB1em {
  margin-bottom: 1em !important;
}

.m-sauto {
  margin: 10px auto;
}

.m-t0 {
  margin-top: 0 !important;
}

.m-t10 {
  margin-top: 10px;
}

.m-r10 {
  margin-right: 10px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-l10 {
  margin-left: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-r15 {
  margin-right: 15px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-l15 {
  margin-left: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-r20 {
  margin-right: 20px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-l20 {
  margin-left: 20px;
}

.m-b40 {
  margin-bottom: 40px;
}

.p-10 {
  padding: 10px;
}

.p-t10 {
  padding-top: 10px;
}

.p-r10 {
  padding-right: 10px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-l10 {
  padding-bottom: 10px;
}

.b-t-gry {
  border-top: 1px solid #d5d5d5;
}

.b-r-gry {
  border-right: 1px solid #d5d5d5;
}

.b-b-gry {
  border-right: 1px solid #d5d5d5;
}

.ls-dot {
  list-style: disc;
}

/* BORDER COLOR */
.brdr-primary {
  border-color: #223371;
}

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

.brdr-gry1 {
  border-color: #f1f1f1;
}

/* BG COLOR */
.bg-primary {
  background: #223371;
  color: #fff;
}

.bg-dominant {
  background: #405a00;
  color: #fff;
}

.bg-eyecatch {
  background: #ed8000;
  color: #fff;
}

.bg-important {
  background: #5363b7;
  color: #fff;
}

.bg-accent {
  background: #80d2e0;
  color: #fff;
}

.bg-gry {
  background: #f1f1f1;
  color: #333;
}

/* FONT */
.font-xlarge {
  font-size: 167%;
  font-weight: bold;
}

.font-large {
  font-size: 129%;
  font-weight: bold;
}

.font-small {
  font-size: 79%;
}

.f-small {
  font-size: 60%;
}

.em-color {
  color: #ed8000;
}

.attention {
  color: #d90d33;
}

html {
  margin: 0;
  /* setting border: 0 hoses ie6 win window inner well border */
  padding: 0;
}

body {
  margin: 0;
  /* setting border: 0 hoses ie5 win window inner well border */
  padding: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

fieldset, img, object {
  border: 0;
  vertical-align: bottom;
}

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

caption, th {
  text-align: left;
}

ul {
  list-style-type: none;
}

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

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

abbr, acronym {
  border: 0;
}

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

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;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

/*\*/
a {
  outline: none;
}

/**
 * 99% for safari; 100% is too large
 */
select, input, button, textarea {
  font: 99%;
  font-weight: bold;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/**
 * Form
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow: hidden;
  position: relative;
  text-align: left;
  z-index: 0;
  font-size: 14px;
  /*IE8*/
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,'ヒラギノ角ゴ Pro W3', "メイリオ", sans-serif;
  color: #333;
}

* {
  box-sizing: border-box;
}

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

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

a:link, a:visited {
  color: #223371;
  text-decoration: none;
}

a:hover, a:active {
  cursor: pointer;
  color: #2e4598;
  text-decoration: none;
}

a:hover img, a:active img {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: .8;
}

table {
  border-bottom: 1px solid #f8f8f8;
}

@media screen and (max-width: 480px) {
  table {
    font-size: 1.3rem;
  }
}

caption {
  text-align: left;
  font-size: .7rem;
}

th, td {
  border: 1px solid #d5d5d5;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  th, td {
    padding: 4px;
  }
}

th {
  width: 16%;
  background: #f1f1f1;
  vertical-align: middle;
}

td label {
  display: inline-block;
  width: 4rem;
}

footer aside {
  padding-bottom: 70px;
}

em {
  color: #c00;
}

input[type="submit"],
input[type="button"] {
  border: none;
}

img {
  max-width: 100%;
}

sup {
  font-size: 1.2rem;
  vertical-align: top;
}

input[type="text"], input[type="password"], textarea {
  border: 1px solid #d5d5d5;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 8px;
}

input:hover[type="text"], input:hover[type="password"], textarea:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #e9e9e9;
}

input:focus[type="text"], input:focus[type="password"], textarea:focus {
  background: #e9e9e9;
}

input[type="submit"], input[type="reset"] {
  display: inline-block;
  margin-right: 1em;
}

input[type="reset"] {
  background: #b6ddfa;
  color: #333;
}

select {
  font-size: 1.6rem;
  font-weight: normal;
  height: 2em;
}

.inner, #body {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

#body {
  padding-top: 108px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #body {
    padding-top: 92px;
  }
}

@media screen and (max-width: 480px) {
  #body {
    padding-top: 44px;
  }
}

@media screen and (max-width: 1024px) {
  #body .inner, #body #body {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  #body .inner, #body #body {
    padding: 0 8px;
  }
}

.foot_inq {
  clear: both;
  margin: 3em auto;
  text-align: center;
}

.foot_inq .telNo {
  font-size: 4.4rem;
}

@media screen and (max-width: 480px) {
  .foot_inq .telNo {
    font-size: 3.8rem;
  }
}

.foot_inq .btn-l {
  margin: 0 auto .5em;
}

@media screen and (max-width: 480px) {
  .foot_inq .telLink {
    font-size: 1.2rem;
  }
}

.foot_inq .telLink a {
  text-decoration: none;
  color: #5363b7;
}

.content_outline {
  margin-top: -123px;
  padding-top: 123px;
}

@media screen and (max-width: 767px) {
  .content_outline {
    margin-top: -107px;
    padding-top: 107px;
  }
}

@media screen and (max-width: 480px) {
  .content_outline {
    margin-top: -59px;
    padding-top: 59px;
  }
}

/*====== ESSENTIAL ======*/
/* SPECIFIC STYLE */
.factNote {
  display: block;
  margin: 1em auto 3em;
  text-align: left;
  font-size: 1.1rem;
}

.em_color {
  margin-bottom: 1em;
  border: none;
  color: #d90d33;
  font-weight: bold;
}

/* INQUIRY TELEPHONE */
.telephone {
  position: fixed;
  bottom: 0;
  right: 10px;
  border: 2px solid #405a00;
  border-bottom: none;
  background-color: #fff;
  padding: 16px 10px 8px;
  opacity: 0.95;
  text-align: center;
  z-index: 9998;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.telephone p {
  line-height: 1.3;
}

.telephone .close {
  font-size: 1.1rem;
  background-color: #405a00;
  color: #fff;
  position: absolute;
  top: -2px;
  right: 0;
  cursor: pointer;
  padding: 2px 2px 2px 4px;
}

.telephone .close:hover {
  background-color: #537500;
}

.telephone .telTitle {
  font-size: 1.3rem;
}

.telephone .telNo {
  font-size: 3.2rem;
}

.telephone .telLink {
  font-size: 1.1rem;
}

.telephone .telLink a {
  text-decoration: none;
  color: #5363b7;
}

.list_point {
  border: 5px solid #e9e9e9;
  background: #fff;
  margin-bottom: 24px;
  padding: 16px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .list_point {
    padding: 16px 12px;
  }
}

.tit_point {
  position: relative;
  margin: -21px auto 8px;
  padding: 22px 0 0 43px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #ed8000;
}

@media screen and (max-width: 1024px) {
  .tit_point {
    padding: 22px 0 0 34px;
  }
}

.count_point {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid #ed8000;
  padding: 6px 0 0;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
}

.count_point span {
  font-size: 2.3rem;
  font-weight: bold;
}

.col-wrap.can_use {
  text-align: left;
}

.list_function {
  background: #f8f8f8;
  margin-bottom: 4px;
  padding: 16px;
  border: 1px solid #e9e9e9;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .list_function {
    margin-bottom: 0;
  }
}

.tit_function {
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
}

.tit_function:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-top: -12px;
  border-bottom: 4px solid #405a00;
  border-right: 4px solid #405a00;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.movieArea {
  max-width: 610px;
  margin: 10px auto 30px;
}

@media screen and (max-width: 600px) {
  .movieArea {
    margin: 10px auto;
  }
}

.movieBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.movieFrame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-dot li {
  position: relative;
  padding-left: 1.2em;
}

.list-dot li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.parallel_item {
  text-align: center;
}

.parallel_item li {
  display: inline-block;
  margin-bottom: 24px;
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  .parallel_item li {
    display: block;
    margin: 0 auto 16px;
    padding: 0;
  }
}

.icon_benefit {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ed8000;
  line-height: 1;
  text-align: center;
  color: #ed8000;
}

@media screen and (max-width: 600px) {
  .icon_benefit {
    padding: 3px 6px;
  }
}

@media screen and (max-width: 360px) {
  .icon_benefit {
    padding: 2px 4px;
  }
}

.btn-head-code, .btn-head-inquiry {
  position: relative;
  display: block;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn-head-code, .btn-head-inquiry {
    padding: 0 12px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-head-code, .btn-head-inquiry {
    height: 44px;
    line-height: 44px;
  }
}

@media screen and (max-width: 480px) {
  .btn-head-code, .btn-head-inquiry {
    padding: 0 6px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 360px) {
  .btn-head-code, .btn-head-inquiry {
    padding: 0 4px;
    font-size: 1.1rem;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 108px;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  #header {
    height: 92px;
  }
}

@media screen and (max-width: 480px) {
  #header {
    height: 44px;
  }
}

.head_apply {
  position: relative;
  z-index: 100;
  height: 40px;
  background: #e9e9e9;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .head_apply {
    float: right;
    background: transparent;
    height: 44px;
  }
}

.headTagline {
  width: 450px;
  overflow: hidden;
  float: left;
  padding: 13px 0 0 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 1.2rem;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .headTagline {
    width: 240px;
    padding-left: 4px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .headTagline {
    display: none;
  }
}

.headNavInquiry {
  float: right;
}

.headNavInquiry li {
  float: left;
}

.btn-head-code {
  background: #223371;
}

.btn-head-code:link, .btn-head-code:visited {
  color: #fff;
}

.btn-head-code:hover, .btn-head-code:active {
  background: #2e4598;
  text-decoration: none;
  color: #fff;
}

.btn-head-inquiry {
  background: #ed8000;
}

.btn-head-inquiry:link, .btn-head-inquiry:visited {
  color: #fff;
}

.btn-head-inquiry:hover, .btn-head-inquiry:active {
  background: #ff9921;
  text-decoration: none;
  color: #fff;
}

.btn-head-inquiry .icon_benefit {
  position: absolute;
  right: -10px;
  bottom: -12px;
  z-index: 2;
  box-shadow: 2px 2px 2px RGBa(200, 200, 200, 0.5);
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .btn-head-inquiry .icon_benefit {
    right: 7px;
  }
}

@media screen and (max-width: 600px) {
  .btn-head-inquiry .icon_benefit {
    padding: 3px 6px;
    right: 16px;
    bottom: -9px;
  }
}

@media screen and (max-width: 480px) {
  .btn-head-inquiry .icon_benefit {
    right: 5px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 360px) {
  .btn-head-inquiry .icon_benefit {
    right: 3px;
  }
}

.headNavFunc {
  float: right;
  padding-top: 13px;
}

@media screen and (max-width: 600px) {
  .headNavFunc {
    display: none;
  }
}

.headNavFunc li {
  display: inline;
  margin-right: 16px;
  font-size: 13px;
  /*IE8*/
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .headNavFunc li {
    margin-right: 8px;
    font-size: 12px;
    /*IE8*/
    font-size: 1.2rem;
  }
}

.headNavFunc li a {
  text-decoration: none;
}

.headLogo {
  position: relative;
  z-index: 100;
  display: block;
  float: left;
  margin: 4px 0 0 16px;
  width: 168px;
}

@media screen and (max-width: 767px) {
  .headLogo {
    margin: 5px 0 0 2px;
    width: 118px;
  }
}

@media screen and (max-width: 480px) {
  .headLogo {
    width: 110px;
  }
}

.gnavWrap {
  margin-top: 4px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .gnavWrap {
    float: none;
    clear: both;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .gnavWrap {
    display: none;
  }
}

.gnavi {
  position: relative;
  background: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .gnavi {
    font-size: 1.4rem;
  }
}

.gnavi li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .gnavi li {
    margin: 0 4px;
  }
}

.gnavi li a {
  display: block;
  padding: 24px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .gnavi li a {
    padding: 16px;
  }
}

@media screen and (max-width: 600px) {
  .gnavi li a {
    padding: 16px 8px;
  }
}

.gnavi li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 4px;
  background: #223371;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.gnavi li a:hover:after {
  width: 100%;
}

.gnavi li#gNavi1 a:hover:after {
  display: none;
}

.gnavi li .gnavSub {
  position: absolute;
  display: none;
  top: 60px;
  left: -28px;
  width: 200px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .gnavi li .gnavSub {
    top: 46px;
  }
}

.gnavi li .gnavSub li {
  width: 100%;
  margin: 0;
  border: none;
}

.gnavi li .gnavSub li a {
  padding: 16px 8px;
  border: 0;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.gnavi li .gnavSub li a small {
  vertical-align: top;
}

.gnavi li .gnavSub li:first-child a {
  border-top: 4px solid #223371;
}

.gnavi li .gnavSub li:hover a {
  background: #283c85;
  color: #fff;
}

#icon_menu {
  display: none;
  float: left;
  padding: 1px 4px 0 4px;
  color: #223371;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #icon_menu {
    display: block;
  }
}

#icon_menu:link, #icon_menu:visited {
  text-decoration: none;
  color: #223371;
}

#icon_menu:hover, #icon_menu:active {
  text-decoration: none;
}

#icon_menu:before {
  font-family: Material icons;
  content: "\E5D2";
  font-size: 3rem;
  line-height: 1;
}

#icon_menu:after {
  display: block;
  content: "menu";
  margin-top: -7px;
  font-size: 1rem;
}

.folding_menu {
  display: none;
  position: absolute;
  top: 44px;
  left: 0px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 1000;
}

.folding_menu li {
  display: block;
  border-bottom: 1px solid #ccc;
}

.folding_menu li a {
  display: block;
  width: auto;
  background: #fff;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

.folding_menu li a:hover, .folding_menu li a:active {
  background: #2e4598;
  text-decoration: none;
  color: #fff;
}

#footer {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-top: 10px 0 0;
}

.footNavi {
  width: 100%;
  margin-top: 3em;
  padding: 3rem 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .footNavi {
    padding: 16px 0 0;
  }
}

.footer_list {
  width: 100%;
  margin: 0.5em 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer_list {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
  }
  .footer_list:last-child {
    border: none;
  }
}

.footer_list dt {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  border-right: 1px solid #ddd;
  color: #666;
}

@media screen and (max-width: 767px) {
  .footer_list dt {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    border-right: none;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.footer_list dd {
  display: inline-block;
  margin-right: 0.6em;
}

@media screen and (max-width: 767px) {
  .footer_list dd {
    margin: .2em .8em .2em 0;
  }
}

.footer_list dd a {
  color: #223371;
  text-decoration: none;
}

.footer_list dd a:hover {
  color: #b6ddfa;
  text-decoration: underline;
}

#footSec-inner {
  padding: 10px 0;
  background: #e9e9e9;
  text-align: center;
}

#copyright {
  font-size: 1.2rem;
  color: #333;
}

.catch {
  margin: 24px;
  color: #c3c3c3;
  font-family: helvetica,arial,sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .catch {
    font-size: 2.4rem;
  }
}

.navFunc {
  position: absolute;
  top: 10px;
  right: 15px;
}

.navFunc li {
  display: inline;
  margin-right: 1em;
  font-size: 93%;
}

.navFunc li a {
  text-decoration: none;
}

.breadCrumb {
  padding: 16px 16px 0;
}

@media screen and (max-width: 767px) {
  .breadCrumb {
    padding: 8px 8px 0;
  }
}

.breadCrumb li {
  display: inline;
  color: #666;
}

.breadCrumb li:after {
  content: "&gt;";
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .breadCrumb li:after {
    margin: 0 4px;
  }
}

.breadCrumb li:last-child:after {
  content: "";
}

/*====== COMMON ======*/
/*////// COLOR VARS //////*/
/*//////////////////////////////
		BG COLORS
//////////////////////////////*/
.dominant, .btn-m[type=reset] {
  background: #405a00 !important;
  color: #fff !important;
}

.action {
  background: #ed8000 !important;
  color: #fff !important;
}

.accent {
  background: #b6ddfa !important;
  color: #333 !important;
}

/*////// FONT VARS //////*/
.col-wrap {
  padding: 0 8px;
  letter-spacing: -.4rem;
  text-align: center;
}

.col1-2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 8px;
  padding: 0 8px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .col1-2 {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
}

.col1-3 {
  display: inline-block;
  width: 33.33333%;
  vertical-align: top;
  margin-bottom: 8px;
  padding: 0 8px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .col1-3 {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
  .col1-3 &gt; div {
    max-width: 480px;
    margin: auto;
  }
}

.col1-4 {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-bottom: 8px;
  padding: 0 8px;
  letter-spacing: normal;
}

@media screen and (max-width: 600px) {
  .col1-4 {
    width: 50%;
  }
}

.col1-5 {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-bottom: 8px;
  padding: 0 8px;
  letter-spacing: normal;
}

@media screen and (max-width: 600px) {
  .col1-5 {
    width: 50%;
  }
}

.wrapImg {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}

.disp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.disp-table &gt; * {
  display: table-cell;
  width: 33.3%;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

.box-bordered, .box-bordered-gry, .boxRegi ol, .box-thick-bordered, .box-bg-gry, .box-bg-gry2, .box-bg-primary, .box-bg-wht {
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 16px;
}

.box:last-child, .box80:last-child, .regi_corp:last-child, .boxRegi:last-child, .inquiry:last-child, .news:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .box:last-child, .box80:last-child, .regi_corp:last-child, .boxRegi:last-child, .inquiry:last-child, .news:last-child {
    margin-bottom: 24px;
  }
}

.box-bordered {
  border: 1px solid #d9d9d9;
  background: #fff;
}

.box-bordered-gry, .boxRegi ol {
  border: 1px solid #cbcbcb;
  background: #f1f1f1;
}

.box-thick-bordered {
  border: 6px solid #e4e7de;
  background: #fff;
}

.box-bg-gry {
  background: #f1f1f1;
}

.box-bg-gry2 {
  background: #f8f8f8;
}

.box-bg-primary {
  background: #223371;
  color: #fff;
}

.box-bg-wht {
  background: #fff;
}

.box {
  margin: 16px;
}

@media screen and (max-width: 600px) {
  .box {
    margin: 16px 8px;
  }
}

.border_btm {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .border_btm {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.box80, .regi_corp, .boxRegi, .inquiry {
  width: 80%;
  margin: 1em auto;
  background: none;
}

@media screen and (max-width: 1024px) {
  .box80, .regi_corp, .boxRegi, .inquiry {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .box80, .regi_corp, .boxRegi, .inquiry {
    width: auto;
    margin: 16px;
  }
}

.box100, .caseBox {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  max-width: 1024px;
  overflow: hidden;
}

.hrBlocks, .hrBlocksW {
  margin: 2.5em auto;
  text-align: center;
  overflow: hidden;
}

.hrBlocks li, .hrBlocksW li {
  position: relative;
  display: inline-block;
  *margin-left: 1.5%;
  vertical-align: top;
}

.hrBlocks li a, .hrBlocksW li a {
  display: block;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: bold;
  color: #333;
  border-radius: 5px;
}

.hrBlocks li a:hover, .hrBlocksW li a:hover {
  opacity: .7;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.hrBlocks li a i, .hrBlocksW li a i {
  display: block;
  font-size: 4.5em;
  color: #fff;
}

.hrBlocks li span, .hrBlocksW li span {
  font-size: .7em;
  font-weight: normal;
  color: #f8f8f8;
}

.hrBlocks li {
  width: 23%;
}

.hrBlocks li a {
  height: 150px;
  background: #b6ddfa;
}

.hrBlocksW li {
  width: 32%;
}

.hrBlocksW li a {
  height: 180px;
  background: #89c000 !important;
}

.txtBox {
  margin-bottom: 24px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .txtBox {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .txtBox {
    margin-bottom: 16px;
  }
}

.opt_case {
  border: 1px solid #d5d5d5;
}

.opt_case &gt; * {
  display: table-cell;
  padding: 10px;
}

.opt_case .title {
  background: #f1f1f1 !important;
  font-size: 129%;
  font-weight: bold;
  vertical-align: middle;
  color: #333 !important;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .opt_case .title {
    display: block;
    font-size: 100%;
  }
}

.opt_case li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.opt_case li:before {
  margin-right: .5em;
  content: "\f00c";
  font-family: FontAwesome;
  color: #ccc;
}

.grid_flex {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .grid_flex {
    display: block;
  }
}

.grid_3col .grid_item {
  width: calc(33.3% - 5px);
}

@media screen and (max-width: 767px) {
  .grid_3col .grid_item {
    width: 100%;
  }
}

.grid_2col .grid_item {
  width: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  .grid_2col .grid_item {
    width: 100%;
  }
}

.btn-s, .btn-s-entry, .btn-m, .btn-l, .pagetop, .btnBack, .btn-feature, .seeDetail {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
  border-radius: 2px;
}

.btn-s {
  padding: 0.6em 0.6em;
  color: #fff;
  border: none;
  background: #223371;
  -webkit-box-shadow: 0 3px 0 #192552;
  box-shadow: 0 3px 0 #192552;
  min-width: 200px;
}

.btn-s:link, .btn-s:visited {
  color: #fff;
}

.btn-s:hover, .btn-s:active {
  cursor: pointer;
  background: #2e4598;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
}

.btn-s.icon i {
  margin-top: -1%;
  vertical-align: middle;
  font-size: 140%;
}

.btn-s:after {
  content: "\f105";
  font-family: fontAwesome;
  margin-left: 5px;
  line-height: 1;
}

.btn-s.icon:after {
  content: "";
}

.btn-s-entry {
  padding: 0.6em 1em;
  color: #fff;
  border: none;
  background: #ed8000;
  -webkit-box-shadow: 0 3px 0 #c46a00;
  box-shadow: 0 3px 0 #c46a00;
  min-width: 200px;
}

.btn-s-entry:link, .btn-s-entry:visited {
  color: #fff;
}

.btn-s-entry:hover, .btn-s-entry:active {
  cursor: pointer;
  background: #ff9921;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
}

.btn-s-entry.icon i {
  margin-top: -1%;
  vertical-align: middle;
  font-size: 140%;
}

.btn-s-entry:after {
  content: "\f105";
  font-family: fontAwesome;
  margin-left: 5px;
  line-height: 1;
}

.btn-s-entry.icon:after {
  content: "";
}

.btn-m {
  padding: 0.8em 1.5em;
  color: #fff;
  border: none;
  background: #ed8000;
  -webkit-box-shadow: 0 3px 0 #c46a00;
  box-shadow: 0 3px 0 #c46a00;
  max-width: 90%;
  min-width: 200px;
  font-size: 2rem;
  font-weight: bold;
}

.btn-m:link, .btn-m:visited {
  color: #fff;
}

.btn-m:hover, .btn-m:active {
  cursor: pointer;
  background: #ff9921;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
}

.btn-m.icon i {
  margin-top: -1%;
  vertical-align: middle;
  font-size: 140%;
}

@media screen and (max-width: 767px) {
  .btn-m {
    font-size: 1.6rem;
  }
}

.btn-l {
  padding: 0.8em 2em;
  color: #fff;
  border: none;
  background: #ed8000;
  -webkit-box-shadow: 0 4px 0 #c46a00;
  box-shadow: 0 4px 0 #c46a00;
  clear: both;
  width: 600px;
  max-width: 90%;
  display: block;
  margin: 2em auto;
  z-index: 3;
  font-size: 2rem;
}

.btn-l:link, .btn-l:visited {
  color: #fff;
}

.btn-l:hover, .btn-l:active {
  cursor: pointer;
  background: #ff9921;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
}

.btn-l.icon i {
  margin-top: -1%;
  vertical-align: middle;
  font-size: 140%;
}

@media screen and (max-width: 1024px) {
  .btn-l {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-l {
    width: 90%;
    padding: .8em 1em;
    font-size: 1.8rem;
  }
}

.pagetop {
  padding: 1em 4em;
  color: #fff;
  border: none;
  background: #223371;
  -webkit-box-shadow: 0 2px 0 #192552;
  box-shadow: 0 2px 0 #192552;
  margin: 2.5em auto;
  overflow: hidden;
}

.pagetop:link, .pagetop:visited {
  color: #fff;
}

.pagetop:hover, .pagetop:active {
  cursor: pointer;
  background: #2e4598;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
}

.pagetop.icon i {
  margin-top: -1%;
  vertical-align: middle;
  font-size: 140%;
}

.btnBox {
  clear: both;
  margin: 60px auto 72px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btnBox {
    margin: 48px auto 60px;
  }
}

.btnBox p {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .btnBox p {
    font-size: 1.6rem;
  }
}

.btnBox .btn-l {
  margin: 0 auto .5em;
}

.add_benefit {
  position: relative;
}

@media screen and (max-width: 360px) {
  .add_benefit.btn-l {
    margin-top: 20px;
  }
}

.add_benefit .icon_benefit {
  position: relative;
  top: -3px;
  left: -5px;
  margin-left: -15px;
  font-size: 1.4rem;
}

@media screen and (max-width: 360px) {
  .add_benefit .icon_benefit {
    position: absolute;
    top: -9px;
    left: 8%;
    font-size: 1.3rem;
  }
}

.btnBack {
  /* フォーム確認系のみで使用 */
  padding: 0.8em 1.5em;
  color: #666;
  border: none;
  background: #f1f1f1;
  -webkit-box-shadow: 0 3px 0 #dddddd;
  box-shadow: 0 3px 0 #dddddd;
  display: inline-block;
  background: #f8f8f8;
  max-width: 90%;
  min-width: 200px;
  font-size: 2rem;
  font-weight: bold;
}

.btnBack:link, .btnBack:visited {
  color: #666;
}

.btnBack:hover, .btnBack:active {
  cursor: pointer;
  background: white;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #666;
}

.btnBack.icon i {
  margin-top: -1%;
  vertical-align: middle;
  font-size: 140%;
}

@media screen and (max-width: 767px) {
  .btnBack {
    font-size: 1.6rem;
  }
}

.btn-feature {
  /* index.phpのみで使用 */
  padding: 1em 3em;
  color: 2rem;
  border: none;
  background: #223371;
  -webkit-box-shadow: 0 #fff 0 #192552;
  box-shadow: 0 #fff 0 #192552;
  display: block;
  margin: 2em auto;
}

.btn-feature:link, .btn-feature:visited {
  color: 2rem;
}

.btn-feature:hover, .btn-feature:active {
  cursor: pointer;
  background: #2e4598;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: 2rem;
}

.btn-feature.icon i {
  margin-top: -1%;
  vertical-align: middle;
  font-size: 140%;
}

.pageNavi {
  text-align: center;
}

.pageNavi a {
  color: #fff;
  text-decoration: none;
}

.sub_btn {
  position: relative;
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #223371;
  border-radius: 3px;
  font-size: 1.3rem;
  color: #223371;
}

.sub_btn:hover, .sub_btn:active {
  background: #223371;
  color: #fff;
}

.sub_btn i {
  vertical-align: middle;
  font-size: 110%;
}

.arrow:after {
  content: "\e315";
  font-family: 'Material icons';
  margin-right: -8px;
  vertical-align: middle;
  font-size: 116%;
}

.homeHead, .headLarge, .headMiddle, .headSmall, #kiyaku .headMiddle {
  margin-bottom: .6em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .homeHead, .headLarge, .headMiddle, .headSmall, #kiyaku .headMiddle {
    margin-bottom: 16px;
  }
}

.pageHead, .pageHeadSmall {
  margin: .5em;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  padding: 60px 16px;
  text-align: left;
  font-size: 3.2rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .pageHead[id^="main"], .pageHeadSmall[id^="main"] {
    background-image: none !important;
    background-color: #f0f2ed !important;
  }
}

@media screen and (max-width: 1024px) {
  .pageHead, .pageHeadSmall {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pageHead, .pageHeadSmall {
    margin-bottom: 16px;
    padding: 16px 8px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .pageHead, .pageHeadSmall {
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 480px) {
  .pageHead, .pageHeadSmall {
    margin: 0 8px;
    font-size: 2rem;
  }
}

.pageHead span, .pageHeadSmall span {
  display: block;
  font-size: .4em;
  font-weight: normal;
  line-height: 1em;
}

.pageHead .pagetitle, .pageHeadSmall .pagetitle {
  font-size: 1em;
  font-weight: bold;
}

.pageHeadSmall {
  margin: auto;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .pageHeadSmall {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .pageHeadSmall {
    font-size: 1.8rem;
  }
}

.mHeading, .caseHead, .caseMhead, .title_topic {
  border-left: 5px solid #223371;
  margin-bottom: 16px;
  padding: .5em 1em;
  line-height: 1.5;
  font-size: 1.8rem;
}

.homeHead {
  border-left: 6px solid #223371;
  font-size: 2.8rem;
  padding: .1em 0 .1em .5em;
}

.headLarge {
  clear: both;
  margin-bottom: 1em;
  padding: .25em 0 .25em .6em;
  border-left: 6px solid #223371;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .headLarge {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 600px) {
  .headLarge {
    font-size: 1.8rem;
  }
}

.headMiddle {
  font-size: 2.2rem;
}

@media screen and (max-width: 600px) {
  .headMiddle {
    margin-top: 5px;
    border: none;
    text-align: center;
    font-size: 1.8rem;
  }
}

.headSmall {
  font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
  .headSmall {
    margin-top: 5px;
    text-align: center;
    font-size: 1.5rem;
  }
}

.subHead {
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #666;
}

table.table_col3 td {
  width: 42%;
}

table.table_col4 td {
  width: 28%;
}

table.table_col5 td {
  width: 21%;
}

.snsBtn_list {
  text-align: center;
  margin-right: -20px;
}

.snsBtn_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

/*====== PAGE ======*/
#corp_home #body {
  max-width: inherit;
}

#body .inner, #body #body {
  margin-top: 32px;
}

@media screen and (max-width: 480px) {
  #body .inner, #body #body {
    margin-top: 24px;
  }
}

#body .inner:first-child, #body #body:first-child {
  margin-top: 0;
}

.content-block {
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .content-block {
    padding: 32px 0;
  }
}

.content-block:last-of-type {
  padding-bottom: 0;
}

.bg-colored {
  background: #f0f7f7;
}

.note {
  clear: both;
  text-align: right;
  font-size: 1.2rem;
  color: #666;
}

.marker_yellow {
  padding: 0 5px 5px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 68%, #f6e265 68%, #f6e265 100%);
}

.head_large {
  margin-bottom: .6em;
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .head_large {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .head_large {
    font-size: 2.2rem;
  }
}

.head_large .small {
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .head_large .small {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .head_large .small {
    font-size: 1.6rem;
  }
}

.head_middle {
  margin-bottom: .6em;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .head_middle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .head_middle {
    font-size: 1.8rem;
  }
}

.head_small {
  border-left: 6px solid #405a00;
  padding: 4px 0 4px 12px;
  margin-bottom: .6em;
  text-align: left;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .head_small {
    font-size: 1.6rem;
  }
}

.head_txt {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .head_txt {
    font-size: 1.6rem;
  }
}

.mv {
  position: relative;
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/home/bg_mv.png) no-repeat center center #f0f7f7;
  padding: 70px 0;
  max-height: 550px;
}

@media screen and (max-width: 1240px) {
  .mv {
    padding: 3vw 0;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/home/bg_mv_tab.png) no-repeat center center #f0f7f7;
    background-size: cover;
  }
}

.mv .mv_block {
  max-width: 560px;
  margin: auto;
  padding: 30px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 1024px) {
  .mv .mv_block {
    max-width: 510px;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv_block {
    max-width: 75vw;
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .mv .mv_block {
    max-width: 90%;
  }
}

.mv .mv_txt {
  font-size: 3rem;
  line-height: 1;
  color: #223371;
}

@media screen and (max-width: 767px) {
  .mv .mv_txt {
    font-size: 4vw;
  }
}

.mv .mv_txt .font-large {
  display: block;
  margin-top: 20px;
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: -0.3rem;
}

@media screen and (max-width: 1024px) {
  .mv .mv_txt .font-large {
    font-size: 6.5vw;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv_txt .font-large {
    font-size: 7.5vw;
  }
}

.mv .point_list {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .mv .point_list {
    margin: 10px 0;
  }
}

.mv .point_list .point_item {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 10px;
  border-radius: 50%;
  background: #f6e265;
  color: #223371;
}

@media screen and (max-width: 767px) {
  .mv .point_list .point_item {
    width: 110px;
    height: 110px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 480px) {
  .mv .point_list .point_item {
    width: 90px;
    height: 90px;
  }
}

.mv .point_list .point_item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv .point_list .point_item span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .mv .point_list .point_item span {
    font-size: 1.2rem;
  }
}

.mv .btn-l {
  margin: 0 auto;
  width: 420px;
}

.banner_area {
  padding: 40px 20px;
  background: #f0f7f7;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .banner_area {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 480px) {
  .banner_area {
    padding: 0 10px 10px;
  }
}

.banner-list {
  max-width: 1024px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 480px) {
  .banner-list {
    margin: 0;
  }
}

.banner-list li {
  width: calc(50% - 40px);
  float: left;
  margin: 0 20px;
}

@media screen and (max-width: 1024px) {
  .banner-list li {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .banner-list li {
    width: 100%;
    float: none;
    margin: 10px 0 0;
    padding: 0;
  }
}

.content-block.result {
  padding-top: 0;
  border-top: none;
}

.introduction_results {
  margin: 80px auto 40px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .introduction_results {
    margin: 40px auto;
  }
}

@media screen and (max-width: 480px) {
  .introduction_results {
    margin: 16px auto;
  }
}

.introduction_results .results_count {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 0.9;
  color: #223371;
}

@media screen and (max-width: 480px) {
  .introduction_results .results_count {
    font-size: 3rem;
  }
}

.introduction_results .results_count .font-small {
  color: #333;
  font-size: 3rem;
  font-weight: normal;
  margin: 0 5px 0 0;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .introduction_results .results_count .font-small {
    font-size: 2rem;
  }
}

.introduction_results .results_count .font-large {
  font-size: 8rem;
  letter-spacing: -2px;
}

@media screen and (max-width: 480px) {
  .introduction_results .results_count .font-large {
    font-size: 7rem;
  }
}

.box_list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .box_list {
    display: block;
    margin: auto;
  }
}

.box_list.box_list_2col {
  flex-wrap: wrap;
}

.box_item {
  width: calc(33% - 20px);
  padding: 30px 0 33px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box_item {
    margin: 20px auto 0;
    width: 310px;
  }
}

.box_list_2col .box_item {
  width: calc(50% - 15px);
  margin-top: 30px;
  padding: 10px 10px 33px;
}

@media screen and (max-width: 767px) {
  .box_list_2col .box_item {
    margin: 20px auto 0;
    width: 310px;
  }
}

.box_list_2col .box_item .btn-s {
  max-width: 280px;
  width: 100%;
  font-size: 1.6rem;
}

.box_item .box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .box_item .box_ttl {
    font-size: 1.6rem;
  }
}

.box_item .box_ttl.ttl_bg_arrow {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
  line-height: 1.6;
  background: #f2f2f2;
}

.box_item .box_ttl.ttl_bg_arrow:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #f2f2f2 transparent transparent transparent;
}

.box_item .box_desc {
  margin: 15px 0;
  font-size: 1.6rem;
}

.box_list_2col .box_item .box_desc {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .box_list_2col .box_item .box_desc {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .box_list_2col .box_item .box_desc {
    font-size: 1.6rem;
  }
}

.process_list {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .process_list {
    margin-bottom: 20px;
  }
}

.process_item .ttl_block:before, .process_item .ttl_block:after {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.process_item {
  margin-top: 10px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #f0f7f7 50%, #f0f7f7 100%);
}

@media screen and (max-width: 600px) {
  .process_item {
    margin: 10px 10px 0;
  }
}

.process_item .item_inner {
  max-width: 1024px;
  margin: auto;
}

.process_item .detail {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  background: #f0f7f7;
}

@media screen and (max-width: 767px) {
  .process_item .detail {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .process_item .detail {
    display: block;
  }
}

.process_item.bg_gray {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #f7f7f7 50%, #f7f7f7 100%);
}

.process_item.bg_gray .detail {
  background: #f7f7f7;
}

.process_item .ttl_block {
  position: relative;
  text-align: center;
  padding: 10px 35px 10px 10px;
  border-right: 1px solid #223371;
}

.process_item .ttl_block:before {
  right: -8px;
  border-top: 1px solid #223371;
  border-right: 1px solid #223371;
}

.process_item .ttl_block:after {
  right: -7px;
  background: #f0f7f7;
}

@media screen and (max-width: 767px) {
  .process_item .ttl_block {
    padding: 10px 15px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .process_item .ttl_block {
    margin-bottom: 15px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #223371;
  }
  .process_item .ttl_block:before, .process_item .ttl_block:after {
    top: inherit;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%) rotate(135deg);
  }
  .process_item .ttl_block:before {
    bottom: -16px;
  }
  .process_item .ttl_block:after {
    bottom: -15px;
  }
}

.process_item .ttl_icon {
  background: #223371;
  padding: 0 25px;
  font-size: 1.6rem;
  color: #fff;
}

.process_item .ttl_txt {
  margin-top: 10px;
  font-size: 2rem;
}

.process_item:nth-child(2) .detail {
  max-width: calc(1024px - 80px);
  margin-left: auto;
}

.process_item:nth-child(3) .detail {
  max-width: calc(1024px - 160px);
  margin-left: auto;
}

.desc_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 210px);
}

@media screen and (max-width: 767px) {
  .desc_block {
    width: calc(100% - 175px);
  }
}

@media screen and (max-width: 600px) {
  .desc_block {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.desc_link {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
}

.desc_link a {
  display: block;
  width: 280px;
  padding: 20px 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .desc_link a {
    width: 220px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 600px) {
  .desc_link a {
    width: 100%;
  }
}

.desc_link img {
  width: auto;
  height: 42px;
}

.head_large .desc_link {
  display: inline-block;
  width: 170px;
  margin-left: 10px;
  padding: 10px 0;
  border: none;
  vertical-align: middle;
}

.head_large .desc_link img {
  height: 38px;
}

.desc_case {
  width: 280px;
  text-align: center;
}

.desc_case img {
  margin: 10px 10px 0;
  width: 26px;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .desc_case {
    width: 100%;
    margin: 10px 0;
  }
}

.desc_txt {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .desc_txt {
    font-size: 1.8rem;
  }
}

.case_list img {
  width: 260px;
  height: auto;
}

.case_list + .case_list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .case_list + .case_list {
    margin: 0;
  }
}

.newsBox {
  margin: 1em 2em 3em;
  padding: 10px 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .newsBox {
    margin: 1em 0 3em;
    padding: 8px;
  }
}

.newsBox h2 {
  font-size: 1.8rem;
}

.newsBox .newsScroll {
  width: 100%;
  height: 9em;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .newsBox .newsScroll {
    height: 14em;
  }
}

.newsBox .newsScroll ul li {
  font-size: 1.4rem;
  line-height: 1.9 !important;
}

@media screen and (max-width: 767px) {
  .newsBox .newsScroll ul li {
    margin-bottom: 8px;
  }
}

.newsBox .newsScroll ul li span {
  margin-right: 10px;
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .newsBox .newsScroll ul li span {
    display: block;
    margin-right: 0;
    text-align: left;
  }
}

.logos {
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.trust_box {
  padding: 24px;
  border: 1px solid #d5d5d5;
  text-align: left;
}

.trust_box .head_middle {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .trust_box {
    padding: 16px;
  }
}

.trust_logoimg {
  float: left;
  margin-right: 24px;
}

@media screen and (max-width: 1024px) {
  .trust_logoimg {
    width: 80px;
    margin: 0 24px 24px 0;
  }
}

.convenience .anytime, .convenience .anywhere, .convenience .everyday {
  height: 168px;
  margin-bottom: 16px;
  line-height: 168px;
  text-align: center;
  text-shadow: 0 0 4px #a38354;
  font-size: 2.8rem;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .convenience .anytime, .convenience .anywhere, .convenience .everyday {
    height: 100px;
    line-height: 100px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .convenience .anytime, .convenience .anywhere, .convenience .everyday {
    font-size: 2.2rem;
  }
}

.convenience .anytime:before, .convenience .anywhere:before, .convenience .everyday:before {
  font-size: 160%;
  font-family: 'Material icons';
  font-weight: normal;
  vertical-align: middle;
}

.convenience {
  margin-top: 30px;
}

.convenience h3 {
  color: #ed8000;
}

.convenience .list_point {
  margin-bottom: 0;
  border: none;
}

.convenience .list_point img {
  width: inherit;
}

.convenience .anytime {
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/home/merit_anytime.jpg) no-repeat center center;
  background-size: cover;
}

.convenience .anytime:before {
  content: "\e8B3";
  margin: 0 9px 0 -8px;
}

.convenience .anywhere {
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/home/merit_anywhere.jpg) no-repeat center center;
  background-size: cover;
}

.convenience .anywhere:before {
  content: "\e8B4";
  margin: 0 0 0 -4px;
}

.convenience .everyday {
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/home/merit_everyday.jpg) no-repeat center center;
  background-size: cover;
}

.convenience .everyday:before {
  content: "\e86A";
  margin: 0 6px 0 -8px;
}

.convenience_img {
  background: #ddf5f7;
  margin-bottom: 8px;
  padding: 12px 12px;
  height: 94px;
  text-align: center;
}

.convenience_img img {
  max-height: 100%;
}

.check_list {
  position: relative;
  text-align: left;
}

.check_list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .check_list li {
    font-size: 1.4rem;
  }
}

.check_list li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  display: inline-block;
  width: 8px;
  height: 12px;
  border-bottom: 3px solid #ed8000;
  border-right: 3px solid #ed8000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

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

.features-list li {
  display: inline-block;
  width: 220px;
  padding: 0 8px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .features-list li {
    padding: 0;
    width: 168px;
  }
}

.icon_img {
  margin-top: 16px;
  padding: 0 8px;
}

.icon_img img {
  width: 150px;
}

.icon_lead {
  margin-top: 8px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .icon_lead br {
    display: none;
  }
}

.img_solution {
  width: 740px;
}

@media screen and (max-width: 767px) {
  .img_solution {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .img_solution {
    width: 340px;
  }
}

@media screen and (max-width: 360px) {
  .img_solution {
    width: 100%;
  }
}

.plan-box {
  position: relative;
  overflow: hidden;
  border: solid 3px #223371;
  background: #fff;
}

.plan-box .recommend {
  position: absolute;
  left: -38px;
  top: 6px;
  transform: rotate(-34deg);
  -webkit-transform: rotate(-34deg);
  min-width: 120px;
  background: #ed8000;
  padding: 2px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}

.plan-box .recommend + h3 {
  padding-left: 40px;
}

.plan-box h3 {
  padding: 10px;
  background: #223371;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .plan-box h3 {
    font-size: 1.4rem;
  }
}

.plan-box .price-inner {
  padding: 8px;
  text-align: center;
}

.plan-box .price {
  font-size: 1.8rem;
}

.plan-box .price span {
  font-weight: bold;
  font-size: 3.2rem;
}

.plan-box.ge {
  border-color: #405a00;
}

.plan-box.ge h3 {
  background: #405a00;
}

.case .slider {
  width: 840px;
  margin: 0 auto 64px;
}

@media screen and (max-width: 1024px) {
  .case .slider {
    width: inherit;
    margin: 0 35px 40px;
  }
}

.case .slick-next {
  width: 3.2rem;
  height: 3.2rem;
  right: -42px;
}

@media screen and (max-width: 1024px) {
  .case .slick-next {
    width: 2.8rem;
    right: -30px;
  }
}

.case .slick-next:before {
  font-size: 3.2rem;
}

@media screen and (max-width: 1024px) {
  .case .slick-next:before {
    font-size: 2.8rem;
  }
}

.case .slick-prev {
  width: 3.2rem;
  height: 3.2rem;
  left: -42px;
}

@media screen and (max-width: 1024px) {
  .case .slick-prev {
    width: 2.8rem;
    left: -30px;
  }
}

.case .slick-prev:before {
  font-size: 3.2rem;
}

@media screen and (max-width: 1024px) {
  .case .slick-prev:before {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .case .slick-dots {
    bottom: -30px;
  }
}

.case .slick-dots li.slick-active button:before {
  color: #223371;
  opacity: 1;
}

.case .slick-dots li button:before {
  color: #223371;
}

.case .slick-dots li button:hover:before {
  color: #223371;
  opacity: 1;
}

.case .caseSlide {
  background-color: #fff;
  padding: 24px 24px 16px;
  margin: 0 auto;
  border: 1px #ccc solid;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .case .caseSlide {
    padding: 24px 16px 16px;
  }
}

@media screen and (max-width: 767px) {
  .case .caseSlide {
    padding: 24px 16px 68px;
  }
}

.case .caseSlide img {
  float: right;
  width: 40%;
  max-width: 265px;
  margin: 0 0 0 24px;
}

@media screen and (max-width: 1024px) {
  .case .caseSlide img {
    margin: 0 0 16px 16px;
  }
}

@media screen and (max-width: 767px) {
  .case .caseSlide img {
    float: none;
    width: inherit;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 480px) {
  .case .caseSlide img {
    max-width: 100%;
  }
}

.case .caseSlide .linkBox {
  clear: both;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .case .caseSlide .linkBox {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    margin-top: 0;
  }
}

.case .caseSlide .linkBox .btn-s {
  width: 200px;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.case button.slick-next, .case button.slick-prev {
  margin-top: -1.6rem;
}

.case button.slick-next:before, .case button.slick-prev:before {
  color: #223371 !important;
  opacity: 1;
}

.case button.slick-next:hover:before, .case button.slick-next:active:before, .case button.slick-prev:hover:before, .case button.slick-prev:active:before {
  color: #2e4598 !important;
}

.interview {
  position: relative;
  padding: 34px 24px 24px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .interview {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  .interview {
    padding: 16px;
  }
}

.tit_interview {
  padding-right: 215px;
}

@media screen and (max-width: 767px) {
  .tit_interview {
    padding-right: 0;
  }
}

.tit_interview .head_middle {
  padding-left: 6px;
}

.img_interview {
  position: absolute;
  right: 24px;
  top: 10px;
  width: 225px;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .img_interview {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .img_interview {
    position: static;
    background: #f1f1f1;
    width: 120px;
    height: 120px;
    margin: 0 auto 16px;
    padding: 8px;
    border-radius: 50%;
  }
}

.interview_contents {
  position: relative;
  padding: 16px 0 40px;
  background: #fff;
  z-index: 4;
}

.interviewer {
  position: relative;
  margin-bottom: 24px;
  padding-left: 75px;
  line-height: 1.6;
  font-size: 1.6rem;
}

.interviewer strong {
  font-size: 124%;
}

.interviewer .trust_logoimg {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -25px;
  width: 40px;
}

.btn_detail {
  position: absolute;
  right: 24px;
  top: 194px;
}

.salse_offce .head_large {
  font-size: 2.8rem;
}

@media screen and (max-width: 1024px) {
  .salse_offce .head_large {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .salse_offce .head_large {
    font-size: 2rem;
  }
}

.salse_offce .btn-s {
  width: 90%;
  max-width: 320px;
}

.salse_offce .salse_office_detail {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1.3rem;
  text-align: left;
}

.salse_offce .salse_office_detail dt {
  font-weight: bold;
  font-size: 1.6rem;
}

.salse_offce .salse_office_detail:last-child {
  border: none;
}

.map_area {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.map_area iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.marks {
  clear: both;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
}

.marks li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  width: 80px;
}

.marks li:last-child {
  width: 142px;
}

.news dl {
  margin: 1em;
  padding-bottom: 1em;
  zoom: 1;
  /*for IE 5.5-7*/
}

.news dt {
  clear: both;
  float: left;
  width: 5em;
  padding-left: 24px;
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/common/arrow2.gif) no-repeat 8px 6px;
  font-size: 93%;
}

.news dd {
  overflow: hidden;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 100%;
}

.news dd a:visited {
  color: #7991b5;
  text-decoration: none;
}

.news dd a:active, .news dd a:hover, .news dd a:link {
  color: #666;
  text-decoration: none;
}

.news dd a:hover {
  text-decoration: underline;
}

* html .news dl {
  display: inline-block;
}

/* no ie mac �_*/
* html .news dl {
  height: 1%;
}

.news dl {
  display: block;
}

/* */
.pmark {
  clear: both;
  width: 60%;
  margin: 20px auto;
  overflow: hidden;
}

.pmark a {
  float: left;
  margin-right: 1em;
  vertical-align: middle;
}

.pmark p {
  margin: 2em 0 0 1em;
}

/* MAINVISUALS */
#mainService {
  background: #F3F3F5 url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_service.jpg) right top no-repeat;
}

#mainAdvantage {
  background: #F3F3F5 url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_feature.png) right top no-repeat;
}

#mainBusiness {
  background: #F3F6F7 url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_businessenglish.png) right top no-repeat;
}

#mainTest {
  background: #F3F6F7 url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_sptest.png) right top no-repeat;
}

#mainCounseling {
  background: #F3F6F7 url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_counseling.png) right top no-repeat;
}

#mainOffline {
  background: #F3F6F7 url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_offlinesession.png) right top no-repeat;
}

#mainMonitor {
  background: #F3F6F7 url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_monitor.png) right top no-repeat;
}

#mainAdditional {
  background: #F3F6F7 url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_additional.png) right top no-repeat;
}

#mainPrices {
  background: #fff url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_price.png) right top no-repeat;
}

#mainCase {
  background: #fff url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_case.jpg) right top no-repeat;
}

#mainSeminar {
  background: #fff url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_seminar.jpg) right top no-repeat;
}

#mainstudy_abroad {
  background: #fff url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_study_abroad.jpg) right top no-repeat;
}

#smartMethod {
  background: #fff url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_smart_method.jpg) right top no-repeat;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  padding: 40px 0;
}

#smartMethod small {
  font-size: 1.2rem;
  vertical-align: text-top;
}

@media screen and (max-width: 480px) {
  #smartMethod {
    font-size: 2rem;
    line-height: 1.4;
    padding: 20px 0;
  }
}

.titleRecommend, .listRecommend {
  display: table-cell;
  font-size: 129%;
  line-height: 2em;
  font-weight: bold;
  vertical-align: middle;
}

.boxRecommend {
  margin: 1em 2em;
}

.titleRecommend {
  position: relative;
  width: 200px;
  background: #b6ddfa;
  text-align: center;
}

.titleRecommend:after {
  content: "■";
  position: absolute;
  top: 35%;
  right: -15px;
  font-size: 3em;
  color: #b6ddfa;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.listRecommend {
  padding-left: 2em;
  font-size: 172%;
}

.featureBox {
  width: 100%;
}

.featureBox dl {
  font-weight: bold;
}

.featureBox dt {
  padding: 16px;
  background: #e9e9e9;
  line-height: 1.8;
  font-size: 2.2rem;
  color: #aaa;
  text-align: center;
  font-weight: bold;
}

.featureBox dt span {
  display: block;
  font-size: 1.6rem;
  color: #333;
}

.featureBox dd {
  padding: 16px;
  border: 1px solid #e9e9e9;
  font-weight: normal;
}

.featureBox dd i {
  color: #405a00;
}

.featureBox dd ul:before {
  content: "";
  font-size: 4em;
  color: #ddd;
  font-family: FontAwesome;
  display: block;
  text-align: center;
}

.featureBox .result {
  font-weight: bold;
}

/*///// UNIQUE:SPEAKINGTEST /////*/
.speakingTestBlock {
  margin-bottom: 4em;
  overflow: hidden;
}

.speakingTestBlock .speakingTestCont {
  float: left;
  width: 50%;
  margin: 1em auto;
}

.speakingTestBlock .speakingTestCont dt {
  font-weight: bold;
}

.speakingTestBlock .speakingTestCont ol {
  list-style-position: inside;
  margin-top: .5em;
  border-bottom: 1px solid #e9e9e9;
}

.speakingTestBlock .speakingTestCont ol li {
  border-top: 1px solid #e9e9e9;
  padding: .5em;
}

.test_images {
  display: block;
  margin: 1em auto;
}

table.compare_test_table {
  width: 100%;
  margin: 24px auto;
}

@media screen and (max-width: 767px) {
  table.compare_test_table {
    margin: 16px auto;
    font-weight: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  table.compare_test_table br {
    display: none;
  }
}

table.compare_test_table th {
  width: 16%;
}

table.compare_test_table td {
  width: 18%;
}

table.compare_test_table td.rarejob_detail {
  width: 30%;
  border-right: #ed8000 8px solid;
  border-left: #ed8000 8px solid;
  color: #ed8000;
}

@media screen and (max-width: 767px) {
  table.compare_test_table td.rarejob_detail {
    border-right-width: 4px;
    border-left-width: 4px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  table.compare_test_table td.rarejob_detail {
    font-size: 1.3rem;
  }
}

table.compare_test_table td.rarejob_detail.detail_first {
  border-top: #ed8000 8px solid;
}

@media screen and (max-width: 767px) {
  table.compare_test_table td.rarejob_detail.detail_first {
    border-top-width: 4px;
  }
}

@media screen and (max-width: 480px) {
  table.compare_test_table td.rarejob_detail.detail_first span {
    display: none;
  }
}

table.compare_test_table td.rarejob_detail.detail_last {
  border-bottom: #ed8000 8px solid;
}

@media screen and (max-width: 767px) {
  table.compare_test_table td.rarejob_detail.detail_last {
    border-bottom-width: 4px;
  }
}

.session-detail {
  width: 100%;
}

.session-detail td {
  text-align: left;
}

.service_flow {
  overflow: hidden;
  margin-bottom: 24px;
  padding: 0;
}

.service_flow:before, .service_flow:after {
  content: '';
  display: table;
}

.service_flow:after {
  clear: both;
}

.service_flow li {
  position: relative;
  width: 34%;
  min-height: 240px;
  float: left;
  background: #ddf5f7;
}

@media screen and (max-width: 767px) {
  .service_flow li {
    float: none;
    width: 100%;
    min-height: 0;
  }
}

.service_flow li:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: -9px;
  top: 50%;
  margin-top: -220px;
  border: 220px solid transparent;
  border-left: 36px solid  #fff;
}

@media screen and (max-width: 767px) {
  .service_flow li:after {
    border: none;
  }
}

.service_flow li &gt; * {
  position: relative;
  z-index: 3;
}

.service_flow li .flow_bg {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .service_flow li .flow_bg {
    margin: inherit;
  }
}

.service_flow li:first-child {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .service_flow li:first-child {
    width: 100%;
  }
}

.service_flow li:first-child:after {
  border: none;
}

.service_flow li:first-child .flow_bg {
  margin-left: 0;
}

.service_flow li:nth-child(even) {
  background: #fff;
}

.service_flow li:nth-child(even):after {
  border-left-color: #ddf5f7;
}

.flow_bg {
  position: relative;
  padding: 16px;
}

.flow_bg:before, .flow_bg:after {
  content: '';
  display: table;
}

.flow_bg:after {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .flow_bg {
    padding: 8px;
  }
}

.flow_tit {
  text-align: center;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
}

.flow_tit span {
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 12px;
  border-bottom: solid 6px #223371;
  font-size: 2.2rem;
  font-weight: bold;
  color: #223371;
}

@media screen and (max-width: 767px) {
  .flow_tit span {
    font-size: 1.8rem;
  }
}

.flow_tit span:after {
  content: "";
  display: block;
}

.flow_action {
  display: table;
  margin-bottom: 8px;
}

.flow_action dt, .flow_action dd {
  display: table-cell;
  vertical-align: middle;
}

.flow_action dt img {
  width: 46px;
}

.flow_action dd {
  padding-left: 8px;
  text-align: left;
}

.omotenashi_railway .material-icons {
  margin-right: 5px;
  padding-left: 10px;
  font-size: 2.2rem;
  vertical-align: middle;
  color: #75a12e;
}

.service_img_flow {
  text-align: center;
  counter-reset: num;
  margin-bottom: 10px;
}

.service_img_flow:before, .service_img_flow:after {
  content: '';
  display: table;
}

.service_img_flow:after {
  clear: both;
}

.img_flow_item {
  float: left;
  width: 33.3%;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .img_flow_item {
    width: 100%;
    float: inherit;
  }
  .img_flow_item + .img_flow_item {
    margin-top: 10px;
  }
}

.img_flow_arrow {
  overflow: hidden;
  background: #3c6eb3;
  height: 70px;
  width: calc(100% + 30px);
  display: table;
  vertical-align: middle;
  position: relative;
}

.img_flow_arrow span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .img_flow_arrow span {
    font-size: 1.8rem;
  }
}

.img_flow_arrow:before {
  content: counter(num);
  counter-increment: num;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 10px;
}

.img_flow_item:not(:first-child) .img_flow_arrow:before {
  left: 30px;
}

@media screen and (max-width: 767px) {
  .img_flow_item:not(:first-child) .img_flow_arrow:before {
    left: 10px;
  }
}

.img_flow_item:not(:first-child) .img_flow_arrow:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -100px;
  border: 100px solid transparent;
  border-left: 36px solid #285794;
}

@media screen and (max-width: 767px) {
  .img_flow_item:not(:first-child) .img_flow_arrow:after {
    display: none;
  }
}

.img_flow_item:nth-child(2) .img_flow_arrow {
  background: #285794;
}

.img_flow_item:nth-child(2) .img_flow_arrow:after {
  border-left: 36px solid #3c6eb3;
}

.img_flow_item:nth-child(3) .img_flow_arrow {
  background: #183d74;
}

.img_flow_ttl {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.img_flow_box {
  position: relative;
  padding: 10px;
}

.img_flow_box img {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .img_flow_box {
    max-width: 480px;
    margin: auto;
  }
}

.img_flow_item:not(:first-child) .img_flow_box:after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  background: #bcbcbc;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .img_flow_item:not(:first-child) .img_flow_box:after {
    display: none;
  }
}

.flow_box {
  margin-top: 10px;
  border-radius: 5px;
  background: #f3f3f2;
  min-height: 80px;
  padding: 10px;
}

.flow_box_ttl {
  font-size: 1.6rem;
  color: #1d326c;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .flow_box_ttl {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .flow_box_ttl {
    font-size: 1.6rem;
  }
}

.flow_box_txt {
  margin-top: 5px;
  line-height: 1.2;
}

.flow_box_txt.item_txt_2line {
  margin-top: 0;
}

.sptest_graph {
  margin-right: 300px;
}

@media screen and (max-width: 767px) {
  .sptest_graph {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .subbtnBox {
    text-align: center;
  }
}

.table_course {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table_course th {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .table_course td br {
    display: none;
  }
}

.table_course td.business {
  background-color: #223371;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .table_course td.business {
    width: 50%;
  }
}

.table_course td.daily {
  background-color: #405a00;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .table_course td.daily {
    width: 50%;
  }
}

.table_course td .img_course {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .table_course .btn-s {
    min-width: 0;
  }
}

.table_plan {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table_plan th {
    width: 19%;
  }
}

.table_plan td.title {
  background-color: #223371;
  color: #fff;
}

#mainPrices {
  background: #fff url(https://d1atgierv9op2.cloudfront.net/images/corporate/mv_price.png) no-repeat;
  text-align: left;
}

/* OTHER STYLE */
.vrtDlist {
  margin: 1em;
  height: auto;
}

.vrtDlist dt {
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: bold;
}

.vrtDlist dd {
  line-height: 2em;
}

.vrtDlist dd:last-child {
  margin-bottom: 1em;
}

#school .vrtDlist {
  height: 270px;
}

/* Payment_Plan */
.course {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 15px;
  padding: 24px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .course {
    padding: 16px;
  }
}

@media screen and (max-width: 480px) {
  .course {
    padding: 8px;
  }
}

.course .col-wrap {
  padding: 0;
}

.course .recommend {
  font-size: 13px !important;
  position: absolute;
  display: block;
  padding: 2px 3px;
  z-index: 100;
}

@media screen and (max-width: 600px) {
  .course .recommend {
    font-size: 9px !important;
    padding: 1px;
  }
}

.anshin_off {
  background-color: #FFF;
  padding: 38px 10px 5px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .anshin_off {
    padding: 0;
  }
}

.anshin_off .recommend {
  background-color: #ed8000;
  color: #fff;
  top: 30px;
  left: -6px;
}

.anshin_off .recommend_logoff {
  top: 120px;
}

.anshin_on {
  background-color: #e9e9e9;
  padding: 10px 10px 5px 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .anshin_on.col1-2 {
    margin-bottom: 0;
  }
}

.anshin_on h4 {
  font-size: 1.4rem;
  height: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .anshin_on h4 {
    margin-bottom: 5px;
    height: inherit;
    font-size: 1.3rem;
  }
}

.anshin_on .recommend {
  background-color: #d80c33;
  color: #fff;
  top: 30px;
  left: 6px;
}

.anshin_on .recommend_logoff {
  top: 120px;
}

.price_list {
  display: block;
  border: 2px #E4E4E4 solid;
  padding: 8px;
  margin-bottom: 5px;
  background-color: #fff;
  color: #333;
  position: relative;
}

.price_list.recommend01 {
  border: 2px #d80c33 solid;
}

.price_list.recommend02 {
  border: 2px #ed8000 solid;
}

.price_list.campaign {
  border: 2px #ed8000 solid;
}

.price_list:last-child {
  margin-bottom: 0px;
}

.price_list dt {
  width: 125px;
  height: 60px;
  display: block;
  float: left;
  border-right: 1px #E4E4E4 solid;
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  .price_list dt {
    width: 100px;
    height: 44px;
  }
}

.price_list dt .txt_plan {
  color: #2B335E;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: bold;
}

.price_list dt .txt_plan span {
  font-size: 3.2rem;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .price_list dt .txt_plan span {
    font-size: 2rem;
  }
}

.price_list dt .txt_lesson {
  background-color: #EEEEEE;
  text-align: center;
  font-size: 1.1rem;
}

.price_list dd.txt_price {
  line-height: 1.0;
  padding-top: 11px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .price_list dd.txt_price {
    padding-top: 8px;
  }
}

.price_list dd.txt_price span {
  font-size: 230%;
}

@media screen and (max-width: 480px) {
  .price_list dd.txt_price span {
    font-size: 180%;
  }
}

.course_header {
  overflow: hidden;
  margin-bottom: 16px;
}

.course_header h3 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .course_header h3 {
    font-size: 1.8rem;
  }
}

.course_img {
  float: left;
  width: 180px;
  height: auto;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .course_img {
    float: none;
    display: block;
    margin: 0 auto 16px;
  }
}

.course_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f7f7;
  padding: 20px 20px 20px 15px;
}

@media screen and (max-width: 767px) {
  .course_detail {
    display: block;
    padding: 0 15px 15px;
  }
}

.course_schedule {
  padding-right: 20px;
  border-right: 1px solid #223371;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .course_schedule {
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #223371;
  }
}

.course_schedule span {
  display: inline-block;
  margin: 0 3px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #223371;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .course_schedule span {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    font-size: 1.3rem;
  }
}

.schedule_item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .schedule_item {
    float: left;
    margin-top: 15px;
  }
}

.schedule_item + .schedule_item {
  margin-top: 15px;
}

.course_length {
  min-width: 175px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .course_length {
    padding: 10px 0;
  }
}

.course_length i {
  font-size: 3rem;
  vertical-align: sub;
}

.course_length strong {
  font-size: 2.6rem;
}

.course_price {
  padding: 25px 35px;
  border: 2px solid #e4e4e4;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.course_price strong {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .course_price {
    padding: 10px 20px;
  }
}

.material_ge, .material_biz {
  color: #FFF;
  line-height: 1.2;
  padding: 5px;
  font-size: 1.3rem;
  margin: 5px 5px 5px 0;
  display: inline-block;
}

.material_ge i, .material_biz i {
  font-size: 1.4rem;
  margin-right: 3px;
  vertical-align: text-top;
}

.material_ge {
  background-color: #8dc21f;
}

.material_biz {
  background-color: #223371;
}

.price_case_list {
  counter-reset: num;
}

.price_case_item {
  position: relative;
  padding: 20px;
  border: 1px solid #d5d5d5;
}

@media screen and (max-width: 480px) {
  .price_case_item {
    padding: 10px;
  }
}

.price_case_item + .price_case_item {
  margin-top: 20px;
}

.price_case_item:before {
  content: "0" counter(num);
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #223371;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 50px;
}

@media screen and (max-width: 480px) {
  .price_case_item:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
  }
}

.case_point_txt:before, .case_point_txt:after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.case_point {
  display: flex;
  align-items: center;
  padding: 12px 0;
  background: #f7f7f7;
}

@media screen and (max-width: 480px) {
  .case_point {
    padding: 8px 0;
  }
}

.case_point + .case_point {
  margin-top: 10px;
  background: #f0f7f7;
}

.case_point_ttl {
  width: 180px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .case_point_ttl {
    width: 160px;
    font-size: 1.4rem;
  }
}

.case_point_txt {
  position: relative;
  padding: 15px 0 15px 30px;
  border-left: 1px solid #223371;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .case_point_txt {
    width: calc(100% - 100px);
    padding: 15px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .case_point_txt {
    padding: 10px 10px 10px 15px;
    font-size: 1.4rem;
  }
}

.case_point_txt:before {
  left: -5px;
  border-top: 1px solid #223371;
  border-right: 1px solid #223371;
}

.case_point_txt:after {
  left: -6px;
  background: #f0f7f7;
}

.price_case {
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .price_case {
    display: block;
  }
}

.price_case_detail {
  margin-right: 20px;
  width: calc(100% - 390px);
}

@media screen and (max-width: 767px) {
  .price_case_detail {
    width: 100%;
  }
}

.case_detail_ttl span {
  margin-right: 10px;
  padding: 8px 12px;
  border: 1px solid #223371;
}

@media screen and (max-width: 767px) {
  .case_detail_ttl span {
    margin-right: 5px;
    padding: 4px 8px;
  }
}

.case_detail_ttl a {
  color: #4db9ff;
  font-size: 2rem;
  transition: all  0.2s ease;
}

.case_detail_ttl a:hover {
  opacity: .7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .case_detail_ttl a {
    font-size: 1.6rem;
  }
}

.case_detail_list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .case_detail_list {
    margin: 10px 0;
  }
}

.case_detail_list li {
  display: inline-block;
  min-width: 45%;
}

.price_case_num {
  position: relative;
  width: 370px;
}

@media screen and (max-width: 767px) {
  .price_case_num {
    width: 100%;
  }
}

.price_badge {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: #f6e265;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  line-height: 1.2;
  text-align: center;
  padding-top: 22px;
}

.price_badge span {
  display: block;
}

.price_badge strong {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .price_badge {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 5px;
    padding: 8px 0 10px;
  }
  .price_badge span {
    display: inline;
  }
}

.total_list {
  width: 280px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .total_list {
    width: 100%;
  }
}

.total_list li {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .total_list li {
    border-top: 1px solid #d5d5d5;
  }
}

.total_list li + li {
  border-top: 1px solid #d5d5d5;
}

.total_list i {
  margin-right: 15px;
  vertical-align: middle;
}

.total_list span + span {
  width: 90px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .total_list span + span {
    width: 50%;
  }
}

.compare_table {
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .compare_table {
    font-size: 1.3rem;
  }
}

.compare_table tr:last-child td.recommend {
  border-bottom: 3px solid #ed8000;
}

.compare_table th,
.compare_table td {
  padding: 8px 4px;
  border: 1px solid #d5d5d5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .compare_table th,
  .compare_table td {
    padding: 4px 2px;
  }
  .compare_table th br,
  .compare_table td br {
    display: none;
  }
}

.compare_table th {
  width: 16%;
}

@media screen and (max-width: 480px) {
  .compare_table th {
    width: 25%;
  }
}

.compare_table th.intention {
  font-size: 100%;
  background-color: #223371;
  color: #fff;
}

.compare_table th.bg_important {
  background: #ed8000;
  color: #fff;
}

.compare_table td.recommend {
  border-left: 3px solid #ed8000;
  border-right: 3px solid #ed8000;
  font-weight: bold;
}

.compare_table td.box_title {
  background-color: #f1f1f1;
  font-size: inherit;
  font-weight: normal;
}

.compare_table td.box_title.recommend {
  position: relative;
  border-top: 3px solid #ed8000;
  background: #ed8000;
  color: #fff;
}

.compare_table td.box_title.recommend span {
  display: inline-block;
  margin-right: 4px;
  padding: 2px 4px;
  background: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ed8000;
}

@media screen and (max-width: 600px) {
  .compare_table td.box_title.recommend span {
    position: absolute;
    left: 0;
    top: -30px;
    background: #ed8000;
    color: #fff;
  }
  .compare_table td.box_title.recommend span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -4px;
    display: inline-block;
    border: 5px solid transparent;
    border-top: 8px solid #ed8000;
  }
}

.compare_table td.bg_important {
  background: #ffd4a1;
}

.compare_table.box1-3 td {
  width: 28%;
}

@media screen and (max-width: 480px) {
  .compare_table.box1-3 td {
    width: 25%;
  }
}

.description_box {
  text-align: left;
  margin-bottom: 16px;
}

.anshin_detail {
  margin-top: 15px;
  text-align: left;
}

.anshin_detail .fa {
  display: block;
  float: left;
  margin: 10px 0;
  vertical-align: top;
  font-size: 3em;
  color: #8dc21f;
}

@media screen and (max-width: 480px) {
  .anshin_detail .fa {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
}

.anshin_detail dl {
  padding-left: 50px;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .anshin_detail dl {
    padding-left: inherit;
  }
}

.anshin_detail dl dt {
  font-weight: bold;
}

#anshin {
  margin-top: -115px;
  padding-top: 115px;
}

.caseBox p {
  margin-bottom: 1em;
  line-height: 1.65em;
}

.caseBox &gt; img,
.caseBox &gt; figure {
  float: right;
  margin: 0 0 1em 1em;
}

@media screen and (max-width: 767px) {
  .caseBox &gt; img,
  .caseBox &gt; figure {
    float: none;
    display: block;
    margin: 0 auto 1em;
    text-align: center;
  }
}

.caseBox &gt; img figcaption,
.caseBox &gt; figure figcaption {
  width: 300px;
  margin-top: 5px;
  text-align: center;
  font-size: 86%;
}

@media screen and (max-width: 767px) {
  .caseBox &gt; img figcaption,
  .caseBox &gt; figure figcaption {
    width: 100%;
  }
}

.caseHead, .caseMhead, .title_topic {
  border: none;
  padding: 0;
}

.caseHead {
  margin-bottom: .5em;
  font-size: 2rem;
}

.caseMhead, .title_topic {
  clear: both;
  margin-top: 32px;
  color: #333;
}

.caseMhead.qa:before {
  content: "Q:";
  margin-right: .5em;
}

.prof {
  margin-bottom: 16px;
  padding: 16px;
  background: #f1f1f1;
}

.prof dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.point {
  padding: 16px;
  border: 5px solid #e9e9e9;
}

@media screen and (max-width: 767px) {
  .point {
    padding: 8px;
    border-width: 3px;
  }
}

.point dt {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px;
  background: #ed8000;
  color: #fff;
  line-height: 1;
  font-size: 1.2rem;
  z-index: 0;
}

.point dt:after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -11px;
  display: block;
  border: 9px solid transparent;
  border-left: 25px solid #ed8000;
  transform: rotate(65deg);
  -webkit-transform: rotate(65deg);
  z-index: -1;
}

.point dd {
  position: relative;
  margin: 0 0 8px 8px;
  padding-left: 22px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .point dd {
    margin-bottom: 8px;
    font-size: inherit;
  }
}

.point dd:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  display: inline-block;
  width: 8px;
  height: 12px;
  border-bottom: 3px solid #ed8000;
  border-right: 3px solid #ed8000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.listBoxed {
  list-style: square inside;
  margin-bottom: 1em;
  border: 1px solid #d5d5d5;
  padding: 1em;
  background: #f1f1f1;
}

.listBoxed li {
  margin: .5em;
}

/*//////////////////////////////
        CASE LIST
//////////////////////////////*/
.summaryCases li {
  display: inline-block;
  width: 45%;
  padding: 1.5%;
  background: #edffc0;
  vertical-align: top;
}

.summaryCases li {
  margin: 0 0 1% 1%;
}

.summaryCases li dl {
  margin-top: 1em;
}

.summaryCases li dt {
  font-weight: bold;
}

.caseIntro dt, .casePurpose dt, .caseIntro dd, .casePurpose dd {
  display: inline-block;
}

.caseIntro dt:after, .casePurpose dt:after {
  content: ":";
}

.caseIntro dd, .casePurpose dd {
  margin-right: 1em;
}

.caseCont dt {
  border-bottom: 1px solid #405a00;
}

.caseCont dd {
  padding: .5em;
  line-height: 1.3em;
}

.caseCont dd p {
  margin-bottom: 1em;
}

.caseCont dd p:last-child {
  margin: 0;
}

.case_list .border_btm {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .company_kanban {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .company_kanban {
    width: inherit;
  }
}

.boxLinedBigPd {
  width: 80%;
  margin: 1em auto;
  border: 1px solid #d5d5d5;
  padding: 10em 2em;
  text-align: center;
}

.boxLined {
  margin: 1em 0;
  border: 1px solid #d5d5d5;
  padding: 1em;
  background: none;
}

.noteBox, .boxRegi .noticeBox {
  margin: 1em 0;
  border: 1px solid #d5d5d5;
  padding: 1em;
  background: #f8f8f8;
}

.noteBox dd, .boxRegi .noticeBox dd {
  margin: .25em 0 0 1em;
  font-size: 1.2rem;
}

.noteBox dd:before, .boxRegi .noticeBox dd:before {
  content: "■";
  margin-left: -1em;
}

.pageHeadForm {
  margin: 16px 0;
  text-align: center;
  padding: 1em;
  font-size: 3rem;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .pageHeadForm {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .pageHeadForm {
    font-size: 2rem;
  }
}

.certification {
  width: 580px;
  margin: 24px auto;
}

@media screen and (max-width: 767px) {
  .certification {
    width: 90%;
    margin: 16px auto;
  }
}

.certification ul {
  margin: 24px auto;
  list-style: inside square !important;
}

.certification form {
  margin: 24px auto;
  border: 1px solid #e9e9e9;
  padding: 24px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 6px;
}

.certification form input[type="text"] {
  font-size: 1.8rem;
}

.certification form input[type="submit"] {
  margin: inherit;
}

.regi_corp input {
  margin-bottom: 10px;
}

.regi_corp input[type="text"], .regi_corp input[type="password"] {
  padding: 8px;
  height: inherit;
}

@media screen and (max-width: 1024px) {
  .regi_corp input[type="text"], .regi_corp input[type="password"] {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .regi_corp input[type="text"], .regi_corp input[type="password"] {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .regi_corp input[type="text"], .regi_corp input[type="password"] {
    width: 100%;
  }
}

.regi_corp input[type="text"] {
  width: 70%;
}

@media screen and (max-width: 600px) {
  .regi_corp input[type="text"] {
    width: 80%;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .regi_corp input[type="text"] {
    width: 100%;
  }
}

.regi_corp textarea {
  max-width: 100%;
}

.regi_corp table {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .regi_corp table {
    display: block;
    padding: 8px;
    border: 1px solid #d5d5d5;
  }
}

@media screen and (max-width: 600px) {
  .regi_corp table tbody {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .regi_corp table tr {
    display: block;
  }
}

.regi_corp table th {
  width: 20%;
}

@media screen and (max-width: 600px) {
  .regi_corp table th {
    display: block;
    width: 100%;
    padding-top: 8px;
    background: none;
    border: none;
    text-align: left;
    font-weight: bold;
  }
}

.regi_corp table td {
  padding: 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .regi_corp table td {
    padding: 8px 16px;
  }
}

@media screen and (max-width: 600px) {
  .regi_corp table td {
    display: block;
    background: no-repeat;
    border: none;
  }
}

.regi_corp table td label {
  width: inherit;
}

.regi_corp table td img {
  margin: 24px 0;
  border: 1px solid #ddd;
}

.boxRegi ol {
  margin: 24px auto;
  list-style-position: inside;
}

.required {
  color: #d90d33;
  font-size: 90%;
}

.inquiry dl {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .inquiry dl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .inquiry dl {
    padding: 0 32px;
    border: 1px solid #e9e9e9;
  }
}

@media screen and (max-width: 480px) {
  .inquiry dl {
    padding: 0 24px;
  }
}

@media screen and (max-width: 360px) {
  .inquiry dl {
    padding: 0 16px;
  }
}

.inquiry dt {
  clear: both;
  float: left;
  display: block;
  padding: 24px 0;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .inquiry dt {
    float: none;
    padding: 16px 0;
  }
}

.inquiry dd {
  padding: 24px 0 24px 216px;
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width: 767px) {
  .inquiry dd {
    padding-left: 180px;
  }
}

@media screen and (max-width: 600px) {
  .inquiry dd {
    padding: 0 0 16px 0;
  }
  .inquiry dd:last-child {
    border: none;
  }
}

.inquiry .checkbox label {
  display: block;
  width: 70%;
  margin-bottom: 8px;
  padding: 8px;
  background: #f1f1f1;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .inquiry .checkbox label {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .inquiry .checkbox label {
    width: 100%;
  }
}

.inquiry .checkbox label:hover {
  background: #ddd;
}

.inquiry input[type="text"] {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .inquiry input[type="text"] {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .inquiry input[type="text"] {
    width: 100%;
  }
}

.inquiry input[type="text"].input_name {
  width: 8em;
}

.inquiry textarea {
  width: 70%;
  height: 7em;
}

@media screen and (max-width: 1024px) {
  .inquiry textarea {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .inquiry textarea {
    width: 100%;
  }
}

.inquiry .confirm dd:before {
  /* may be no need */
  content: ".";
  color: #fff;
}

.inquiry .txtCenter {
  margin: 2em 0;
}

.upperValidate {
  text-align: center;
  font-size: 18px;
  width: 80%;
  margin: 1em auto 0;
}

.form_outline {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .form_outline {
    text-align: left;
  }
}

.form_outline .info_tel {
  margin: 24px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
}

.form_outline .info_tel strong {
  font-size: 138.5%;
}

.benefit {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.benefit img {
  float: left;
  margin: 0 24px 0 0;
}

@media screen and (max-width: 600px) {
  .benefit img {
    float: none;
    display: block;
    margin: 0 auto 16px;
  }
}

.formZoho table {
  max-width: 730px;
  width: 100%;
  margin: auto;
  border: none;
  table-layout: fixed;
}

.formZoho input::-webkit-input-placeholder {
  color: #ccc !important;
}

.formZoho input::-moz-placeholder {
  color: #ccc !important;
}

.formZoho input:-ms-input-placeholder {
  color: #ccc !important;
}

.formZoho .input_ttl {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .formZoho .input_ttl {
    width: 100%;
    padding: 5px 10px 0;
  }
}

.formZoho .input_block {
  margin-right: 10px;
  display: inline-block;
}

.formZoho .input_block input {
  margin-right: 2px;
}

.formZoho .input_block.wide {
  display: block;
}

@media screen and (max-width: 767px) {
  .formZoho .input_block.wide input {
    display: inline-block;
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .formZoho .input_block.wide {
    display: flex;
    margin: 8px 0 0;
    align-items: center;
    line-height: 1.4;
  }
  .formZoho .input_block.wide label {
    min-width: 280px;
  }
}

.formZoho select {
  width: 100%;
}

.formZoho .input_txt {
  width: 100%;
}

.formZoho tr {
  padding: 10px 0;
  border-spacing: 0px;
  border-width: 0px;
}

.formZoho tr:not(:first-child) {
  border-bottom: 1px dotted #ccc;
}

.formZoho tr:last-child {
  border: none;
}

.formZoho td {
  padding: 10px;
  border-spacing: 0px;
  border-width: 0px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .formZoho td {
    display: block;
    padding: 0 10px 10px;
  }
}

.formZoho label {
  width: inherit;
}

.formZoho .btn_area {
  text-align: center;
  display: flex;
  justify-content: center;
}

.formZoho .btn_area input {
  display: block;
}

.formZoho .btn_reset {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 3px 0 #ccc;
}

.formZoho .btn_reset:hover {
  color: #333;
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .formZoho .btn_reset {
    min-width: 140px;
  }
}

.formZoho .btn-l {
  width: 300px;
  margin: 0;
  padding: 10px 0;
}

.formZoho .consent_blcok {
  border: none !important;
}

.formZoho .consent_blcok a {
  color: #428bca;
  font-weight: bold;
}

.formZoho .consent_blcok td {
  padding: 20px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .formZoho .consent_blcok td {
    display: flex;
    padding: 10px 16px 10px;
    align-items: center;
  }
}

.formZoho .consent_blcok .mT2 {
  display: inline-block;
}

.formZoho .consent_blcok .mT2 label,
.formZoho .consent_blcok .mT2 input {
  vertical-align: super;
}

.formZoho .consent_blcok .mL5 {
  margin-left: 15px;
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .formZoho .consent_blcok .mL5 {
    margin-left: 10px;
  }
}

.seminar_box {
  margin-bottom: 16px;
  border: 1px solid #ccc;
}

.seminar_box .sub_btn {
  float: right;
  margin-top: -44px;
}

.seminar_box .sub_btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .seminar_box .sub_btn {
    float: inherit;
    margin-top: 16px;
  }
}

.seminar_date {
  padding: 12px 16px;
  background: #f0f2ed;
  line-height: 1;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: normal;
}

.seminar_date .status {
  min-width: 60px;
  display: inline-block;
  margin-left: 6px;
  padding: 6px 8px;
  background: #223371;
  text-align: center;
  line-height: 1;
  font-size: 1.1rem;
  color: #fff;
}

.seminar_date .status.finish {
  background: #aaa;
}

.seminar_outline {
  padding: 16px 24px;
}

@media screen and (max-width: 600px) {
  .seminar_outline {
    padding: 16px;
  }
}

.seminar_item {
  margin-bottom: 12px;
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
}

.seminar_item:nth-of-type(even) {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .seminar_item {
    display: block;
    width: 100%;
  }
}

.seminar_item dt {
  float: left;
  width: 120px;
  display: block;
  margin-right: 12px;
  padding: 6px 8px;
  background: #f0f2ed;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .seminar_item dt {
    width: 90px;
  }
}

.seminar_item dd {
  padding: 6px 8px;
  font-size: 1.5rem;
}

.seminar_entry {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #aaa;
}

.seminar_detail {
  padding: 24px 0;
}

@media screen and (max-width: 600px) {
  .seminar_detail {
    padding: 16px 0;
  }
}

.seminar_detail_table {
  margin: 0 auto;
}

.seminar_detail_table th, .seminar_detail_table td {
  padding: 8px;
  text-align: left;
}

.seminar_detail_table th {
  width: 120px;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .seminar_detail_table th {
    width: 100px;
  }
}

.newsBox.seminar_news {
  margin: 1em 0;
}

@media screen and (max-width: 767px) {
  .newsBox.seminar_news {
    display: none;
  }
}

.newsBox.seminar_news .newsScroll {
  height: 5.5em;
}

/*///// UNIQUE:SERVICE /////*/
.rela {
  position: relative;
}

.pcpp-cycle-wrap {
  background: #f1f1f1;
  min-height: 400px;
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
}

.pcpp-cycle-wrap .pcppEvaluation {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pcpp-cycle-wrap .pcppEvaluation {
    display: none;
  }
}

.pcpp-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
}

.pcpp-thumb .btn {
  display: inline-block;
  position: relative;
  padding: 5px 20px 5px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 86%;
  font-weight: bold;
  background-color: #223371;
  box-shadow: 1px 2px 3px 1px rgba(100, 100, 100, 0.25);
  -webkit-appearance: none;
  min-width: 150px;
  box-sizing: border-box;
  color: #fff;
}

.pcpp-thumb .btn:after {
  content: "";
  position: absolute;
  top: 37%;
  right: 5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
}

@media only screen and (max-width: 620px) {
  .pcpp-thumb {
    position: relative;
    width: 180px;
    margin: 0 auto 10px;
  }
  .pcpp-thumb img {
    width: 100px;
  }
}

.pcpp-list {
  padding-left: 215px;
}

@media only screen and (max-width: 620px) {
  .pcpp-list {
    padding-left: 0;
  }
}

.pcpp-cycle {
  position: relative;
  padding: 5px 10px 5px 50px;
  min-height: 70px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.pcpp-cycle:first-child {
  margin-top: 0;
}

.pcpp-cycle:last-child:after {
  content: "";
}

.pcpp-cycle dt {
  color: #223371;
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 3px;
}

@media only screen and (max-width: 768px) {
  .pcpp-cycle dt {
    font-size: 123.1%;
  }
}

.icon-P:before, .icon-C:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  min-height: 58px;
  height: 100%;
  padding: 11px;
  display: block;
  background: #223371;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 250%;
  color: #fff;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

.icon-P:before {
  content: "P";
}

.icon-C:before {
  content: "C";
}

.studentGoal, .img_grahp .studentLevel {
  width: 100%;
  margin: 1em 0;
  font-size: 115%;
}

.studentGoal th, .img_grahp .studentLevel th, .studentGoal td, .img_grahp .studentLevel td {
  padding: 1em .5em;
}

.studentGoal tbody td, .img_grahp .studentLevel tbody td {
  text-align: left;
}

.studentGoal th, .img_grahp .studentLevel th {
  width: 200px;
}

.studentGoal th span, .img_grahp .studentLevel th span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .studentGoal, .img_grahp .studentLevel {
    font-size: 100%;
  }
  .studentGoal th, .img_grahp .studentLevel th, .studentGoal td, .img_grahp .studentLevel td {
    padding: .5em .2em;
  }
  .studentGoal tr th:nth-child(4), .img_grahp .studentLevel tr th:nth-child(4),
  .studentGoal tr td:nth-child(4),
  .img_grahp .studentLevel tr td:nth-child(4) {
    display: none;
  }
  .studentGoal th:nth-child(odd), .img_grahp .studentLevel th:nth-child(odd) {
    width: 25%;
  }
}

.img_grahp {
  padding-left: 231px;
}

@media screen and (max-width: 767px) {
  .img_grahp {
    padding-left: 0;
  }
}

.img_grahp .studentLevel {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .img_grahp .studentLevel {
    text-align: center;
    width: 100%;
  }
  .img_grahp .studentLevel th:nth-child(odd) {
    width: 40%;
  }
}

.studentLevel + img {
  margin-top: 1em;
}

.profileBox {
  overflow: hidden;
}

.b-gry {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3em;
}

li {
  list-style-type: none;
}

.imgcenter {
  float: left;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .imgcenter {
    text-align: center;
    float: none;
  }
}

.headLarge small {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: text-top;
}

.headMiddle small {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: text-top;
}

.problem .col-wrap {
  padding: 0;
}

.problem .col1-3 {
  border-radius: 5px;
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/smartmethod/icn_problem.png) no-repeat bottom 5px right 5px, #f2f2f2;
  background-size: 30px 40px;
  margin: 0 4px;
  padding: 20px 0;
  width: calc(33.3% - 8px);
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .problem .col1-3 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    padding: 15px 10px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.catch_area {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .catch_area {
    margin-bottom: 40px;
  }
}

.marker {
  background: #ddf5f7;
  font-weight: bold;
  padding: 2px;
}

.logo_smartmethod {
  max-width: 300px;
  margin: 50px auto;
}

.logo_smartmethod img {
  height: auto;
  vertical-align: top;
}

.txt_main {
  margin-top: 50px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .txt_main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .txt_main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 360px) {
  .txt_main {
    font-size: 1.4rem;
  }
}

.txt_main strong {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .txt_main strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .txt_main strong {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 360px) {
  .txt_main strong {
    font-size: 2rem;
  }
}

.txt_catch {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .txt_catch {
    margin-top: 30px;
  }
}

.img_modal {
  padding: 10px 10px 0;
}

.about_list li:first-child {
  position: relative;
}

.about_list li:first-child:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 30px;
  background: #e9e9e9;
  visibility: inherit;
}

@media screen and (max-width: 767px) {
  .about_list li:first-child:before {
    display: none;
  }
}

.about_list li:first-child:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 35px 0 35px;
  border-color: #e9e9e9 transparent transparent transparent;
  visibility: inherit;
}

@media screen and (max-width: 767px) {
  .about_list li:first-child:after {
    display: none;
  }
}

.about_smart {
  max-width: 800px;
  margin: auto;
}

.list_point {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .list_point a {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .list_point img {
    max-width: 300px;
    width: 100%;
  }
}

.lebel_set {
  margin-bottom: 50px;
  text-align: left;
}

.lebel_set th {
  background-color: #223371;
  color: #fff;
  width: 80px;
}

.lebel_set th:last-child {
  width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
  .lebel_set th {
    width: 50px;
  }
  .lebel_set th:last-child {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 480px) {
  .lebel_set th {
    width: 40px;
    font-size: 1rem;
  }
  .lebel_set th:last-child {
    width: calc(100% - 40px);
  }
}

.lebel_set td {
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .lebel_set td {
    font-size: 1.6rem;
  }
}

.lebel_set .cefr {
  background-color: #ddf5f7;
  color: #223371;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lebel_set .cefr {
    font-size: 2rem;
  }
}

.lebel_set .defining {
  font-size: 1.5rem;
  line-height: 1.2;
}

.detail_list {
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .detail_list {
    font-size: 1.4rem;
  }
}

.detail_item:not(:first-child) {
  margin-top: 10px;
}

.detail_item:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px 5px;
}

.speaking_index {
  padding: 0;
}

.speaking_index .txt {
  padding: 0;
  width: 40%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .speaking_index .txt {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .speaking_index .txt {
    width: 100%;
  }
}

.speaking_index .table {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .speaking_index .table {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .speaking_index .table {
    width: 100%;
  }
}

.speaking_index .table table {
  width: 100%;
  border: 1px solid #d5d5d5;
}

.speaking_index .table tr:nth-child(odd) td {
  background-color: #ddf5f7;
}

.speaking_index .table tr:not(:first-child) th {
  border-top: 1px solid #fff;
}

.speaking_index .table th {
  width: 180px;
  padding: 10px 15px;
  border: none;
  background-color: #223371;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
  .speaking_index .table th {
    width: 140px;
    font-size: 1.4rem;
    padding: 10px;
  }
}

.speaking_index .table th span {
  margin-left: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .speaking_index .table th span {
    font-size: 1rem;
  }
}

.speaking_index .table td {
  width: calc(100% - 180px);
  padding: 10px 25px;
  text-align: left;
  border: none;
}

@media screen and (max-width: 480px) {
  .speaking_index .table td {
    width: calc(100% - 140px);
    padding: 10px;
  }
}

.btnBox_smartmethod .headMiddle {
  font-size: 2rem;
}

.btnBox_smartmethod .headMiddle span {
  background: #223371;
  color: #fff;
  margin-right: 5px;
  padding: 3px 3px 3px 5px;
}

.btnBox_smartmethod p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .btnBox_smartmethod p {
    margin-bottom: 10px;
  }
}

.btnBox_smartmethod .btn-m {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btnBox_smartmethod .btn-m {
    max-width: 300px;
  }
}

.voice_img figure {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.voice_img figure img {
  width: 150px;
  height: auto;
}

.voice_ttl {
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}

.voice_txt {
  margin-top: 10px;
}

.voice_note {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 15px 30px;
  color: #223371;
  background: #f3f3f2;
  border-radius: 5px;
}

.voice_note .caution {
  margin-top: 10px;
}

.user_level {
  margin-top: 10px;
  padding: 10px 0;
  background: #ddf5f7;
  text-align: center;
  line-height: 1;
}

.user_level_ttl {
  font-size: 1.2rem;
  font-weight: bold;
}

.user_level_detail {
  display: flex;
  margin-top: 10px;
  font-size: 1.6rem;
  color: #223371;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_level_detail strong {
  font-size: 2.2rem;
}

.user_level_detail figure {
  width: 26px;
  margin: 0 10px;
}

.user_level_detail figure img {
  margin: 0;
  width: 100%;
  height: auto;
}

.smartmethod_case .company_kanban {
  max-width: 370px;
}

.smartmethod_case .caseHead {
  font-size: 1.8rem;
}

.smartmethod_case .btn-s {
  float: right;
}

@media screen and (max-width: 767px) {
  .smartmethod_case .btn-s {
    float: inherit;
    display: block;
    width: 200px;
    margin: 10px auto;
  }
}

.reason_img_area {
  margin-bottom: 20px;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .reason_img_area {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .reason_img_area img {
    width: 100%;
    max-width: 400px;
  }
}

.estimation_list {
  padding: 0;
}

.estimation_list .col1-3 {
  margin-bottom: 10px;
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .estimation_list .col1-3 {
    margin-bottom: 8px;
    padding: 0 4px;
  }
}

.estimation_item {
  padding: 5px;
  background: #ddf5f7;
}

.estimation_item img {
  padding: 10px 0;
  width: 60px;
  height: auto;
}

.authority_box img {
  max-width: 200px;
  height: auto;
  margin-bottom: 0;
}

.step_list {
  counter-reset: num;
}

@media screen and (max-width: 767px) {
  .step_list .col1-4 {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .step_list .box-bordered {
    padding: 5px;
  }
}

.step_ttl {
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}

.step_ttl:before {
  content: counter(num) ".";
  counter-increment: num;
}

.col2:before, .col2:after {
  content: '';
  display: table;
}

.col2:after {
  clear: both;
}

@media screen and (min-width: 1023px) {
  .col2 .col {
    width: 50%;
    float: left;
  }
  .col2 .col:first-child {
    padding-right: 16px;
  }
}

.login_form {
  max-width: 480px;
  margin: 0 auto 15px;
}

.textinput {
  width: 98%;
  padding: 1%;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
}

.errorMessage {
  color: #FF6600 !important;
  font-size: 13px;
}

.subtext {
  margin-bottom: 10px;
}

@media screen and (min-width: 479px) {
  .subtext {
    text-align: center;
  }
}

.btn_box {
  margin: 0 auto 20px;
  text-align: center;
}

.btn_rj.btn-fb {
  width: inherit;
  position: relative;
  background: #3664a2;
  border-color: #294c7c;
  color: #fff;
}

@media screen and (max-width: 360px) {
  .btn_rj.btn-fb {
    width: 100%;
    padding: .75rem .75rem;
    margin: 0;
  }
}

.btn_rj.btn-fb:hover {
  background: #3c70b5;
}

.btn_rj.btn-fb:after {
  right: 10px;
}

.btn_rj.btn-fb img {
  width: 15px;
  margin-right: 5px;
  margin-top: -3px;
}

.contentsBlock {
  padding: 20px 0 40px;
}

.contentsBlock__inner {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .contentsBlock__inner {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .contentsBlock__inner {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .contentsBlock__inner {
    padding: 0 10px;
  }
}

.contentsBlock__ttl {
  font-size: 3rem;
  text-align: center;
}

.contentsBlock__ttl span {
  display: block;
  padding-bottom: 6px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .contentsBlock__ttl--progos {
    font-size: 2.2rem;
  }
}

.contentsBlock__ttl--progos .ttlEng {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .contentsBlock__ttl--progos .ttlEng {
    font-size: 1.8rem;
  }
}

.contentsBlock__ttl--progos .ttlPowered {
  padding-top: 5px;
  font-size: 1.2rem;
}

.contentsBlock__ttl--progos .ttlPowered b {
  font-size: 1.6rem;
}

.sectionTtl {
  position: relative;
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 2.1rem;
}

@media screen and (max-width: 1024px) {
  .sectionTtl {
    margin: 0 15px 25px 15px;
    font-size: 1.9rem;
  }
}

.sectionTtl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #055baa 0%, #518dd4 100%);
}

.sectionTtl .subTtl {
  padding-left: 3px;
  font-weight: normal;
  font-size: 1.2rem;
}

.sectionTtl .subTtl b {
  font-size: 1.6rem;
}

.sectionTtl__sub {
  font-size: 1.6rem;
}

.noteTxt {
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
  color: #7a7a7a;
}

.noteTxt:before {
  content: '※';
  display: inline-block;
  line-height: 1;
  margin-right: 2px;
}

.appealBox {
  border: 1px solid #6da1d1;
  border-radius: 0;
  background: #f8fbfd;
  margin: 30px auto 0;
  padding: 20px;
  width: 600px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .appealBox {
    padding: 15px;
    width: calc(100% - 30px);
    line-height: 1.7;
  }
}

.appealBox__txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004a8e;
}

@media screen and (max-width: 767px) {
  .appealBox__txt {
    font-size: 1.4rem;
  }
}

.appealBox .noteTxt {
  color: #222;
}

.appealBox a {
  text-decoration: underline;
  color: #004a8e;
}

.learnerFriendlyBox {
  margin: 40px auto;
  padding: 25px 20px;
  width: 800px;
  text-align: center;
  border: 1px solid #dedede;
}

@media screen and (max-width: 1024px) {
  .learnerFriendlyBox {
    margin: 20px auto;
    width: calc(100% - 30px);
  }
}

.learnerFriendlyBox__ttl {
  font-size: 4.2rem;
  background: linear-gradient(to right, #055baa, #518dd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .learnerFriendlyBox__ttl {
    font-size: 3rem;
  }
}

.learnerFriendlyBox__ttl img {
  margin-right: 20px;
  vertical-align: middle;
}

.learnerFriendlyBox__catchTxt {
  margin: 10px 0 20px;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .learnerFriendlyBox__catchTxt {
    margin: 10px 0;
    font-size: 1.8rem;
  }
}

.learnerFriendlyBox__normalTxt {
  font-size: 1.7rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .learnerFriendlyBox__normalTxt {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
}

.featureWrapper {
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .featureWrapper {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .featureWrapper {
    padding: 10px 0;
  }
}

.featureWrapper:after {
  content: '';
  background: #f4f4f4;
  display: block;
  width: 300%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -100%;
}

.featureList {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.featureList__item {
  padding: 20px;
  width: 19.5%;
  height: 286px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .featureList__item {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .featureList__item {
    margin: 10px auto;
    padding: 30px 30px 20px;
    width: 85%;
    height: inherit;
  }
}

.featureList__item__ttl {
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004a8e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 20px;
}

@media screen and (max-width: 1024px) {
  .featureList__item__ttl {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .featureList__item__ttl {
    margin-bottom: 15px;
    height: inherit;
    font-size: 1.8rem;
  }
}

.featureList__item__txt {
  position: absolute;
  top: 70px;
  right: 20px;
  left: 20px;
}

.featureList__item__txt .noteTxt {
  margin-top: 3px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .featureList__item__txt {
    top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .featureList__item__txt {
    margin-bottom: 15px;
    position: static;
    font-size: 1.5rem;
  }
}

.featureList__item__icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .featureList__item__icon {
    position: static;
  }
}

.stepList {
  width: 70%;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .stepList {
    width: 85%;
    margin-top: 30px;
  }
}

.stepList__item {
  padding: 15px;
  border: 1px solid #6da1d1;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .stepList__item {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.stepList__item + .stepList__item {
  margin-top: 30px;
  position: relative;
}

.stepList__item + .stepList__item:before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d2d8c7 transparent transparent transparent;
  margin: auto;
}

.priceBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.priceBox__item {
  width: 47%;
  padding: 20px 30px 25px;
  background: linear-gradient(to right, #055baa, #518dd4);
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .priceBox__item {
    width: 48%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .priceBox__item {
    width: calc(100% - 30px);
  }
  .priceBox__item + .priceBox__item {
    margin-top: 20px;
  }
}

.priceBox__item__member {
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .priceBox__item__member {
    font-size: 1.6rem;
  }
}

.priceBox__item__member strong {
  font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
  .priceBox__item__member strong {
    font-size: 1.8rem;
  }
}

.priceBox__item__price {
  margin-top: 15px;
  padding: 12px 0;
  border-radius: 20px;
  background: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .priceBox__item__price {
    padding: 5px 0 10px;
    font-size: 1.6rem;
  }
}

.priceBox__item__price__num {
  padding-right: 10px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1024px) {
  .priceBox__item__price__num {
    font-size: 2.6rem;
  }
}

.priceBox__item__price__num.redTxt {
  color: #f8001d;
}

.priceBox__item__price span {
  vertical-align: middle;
}

.scoreReport {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .scoreReport {
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .scoreReport {
    display: block;
  }
}

.scoreReport__cap {
  padding-right: 30px;
  width: 63%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .scoreReport__cap {
    width: 74%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .scoreReport__cap {
    padding-right: 0;
    width: 100%;
  }
}

.scoreReport__cap:before {
  content: '';
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/speakingtest_progos/icon_arrow_grad.svg) no-repeat;
  background-size: 63px auto;
  width: 63px;
  height: 21px;
  display: block;
  position: absolute;
  top: 80px;
  right: -18px;
}

@media screen and (max-width: 1024px) {
  .scoreReport__cap:before {
    background-size: 45px auto;
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .scoreReport__cap:before {
    display: none;
  }
}

.scoreReport__cap:after {
  content: '';
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/speakingtest_progos/icon_arrow_grad.svg) no-repeat;
  background-size: 63px auto;
  width: 63px;
  height: 21px;
  display: block;
  position: absolute;
  top: 250px;
  right: -18px;
}

@media screen and (max-width: 1024px) {
  .scoreReport__cap:after {
    background-size: 45px auto;
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .scoreReport__cap:after {
    display: none;
  }
}

.scoreReport__cap img {
  width: 100%;
}

.scoreReport__desc {
  width: 37%;
  padding: 30px;
  background: #ecf4fa;
}

@media screen and (max-width: 1024px) {
  .scoreReport__desc {
    width: 25%;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .scoreReport__desc {
    margin: 20px 0 0 0;
    padding: 20px;
    width: 100%;
  }
}

.scoreAssessmentBox {
  border: 1px solid #6da1d1;
  border-radius: 0;
  background: #f8fbfd;
  margin-bottom: 30px;
  padding: 22px 20px;
  background: #fff;
  font-size: 1.5rem;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .scoreAssessmentBox {
    margin-bottom: 20px;
    padding: 18px;
    font-size: 1.4rem;
  }
}

.scoreAssessmentBox__ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #004a8e;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .scoreAssessmentBox__ttl {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}

.scoreAssessmentBox a {
  color: #222;
  text-decoration: underline;
}

.numberDescList {
  padding: 25px 20px;
  background: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .numberDescList {
    padding: 20px;
  }
}

.numberDescList__item {
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .numberDescList__item {
    font-size: 1.4rem;
  }
}

.numberDescList__item + .numberDescList__item {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .numberDescList__item + .numberDescList__item {
    margin-top: 10px;
  }
}

.numberDescList__item__ttl {
  padding-right: 5px;
  font-size: 2.6rem;
  font-weight: 300;
  color: #f8001d;
}

@media screen and (max-width: 1024px) {
  .numberDescList__item__ttl {
    font-size: 1.8rem;
  }
}

.numberDescList__item span {
  vertical-align: middle;
}

.numberDescList__item b {
  color: #f8001d;
}

.numberDescList__item a {
  color: #f8001d;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .scoreComparison {
    margin: 0 15px;
  }
}

.scoreComparison__txt {
  line-height: 1.8;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .scoreComparison__txt {
    font-size: 1.3rem;
  }
}

.scoreComparisonTable {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  border-color: #6da1d1;
}

@media screen and (max-width: 1024px) {
  .scoreComparisonTable {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

.scoreComparisonTable th {
  padding: 10px;
  background: #ecf4fa;
  border-color: #6da1d1;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .scoreComparisonTable th {
    padding: 5px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .scoreComparisonTable th {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

.scoreComparisonTable td {
  padding: 15px;
  border-color: #6da1d1;
}

@media screen and (max-width: 767px) {
  .scoreComparisonTable td {
    padding: 10px 7px;
  }
}

.scoreComparisonTable .cefrTtl {
  width: 9%;
}

.scoreComparisonTable .rjLevelTtl {
  width: 11%;
}

@media screen and (max-width: 767px) {
  .scoreComparisonTable .rjLevelTtl {
    width: 50px;
  }
}

.scoreComparisonTable .candoTtl {
  width: 69%;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .scoreComparisonTable .candoTtl {
    width: inherit;
    font-size: 1.3rem;
  }
}

.scoreComparisonTable .shortRow {
  padding: 5px;
}

.scoreComparisonTable .noBorderRow {
  border-bottom: none;
}

.scoreComparisonTable .specialRow {
  padding: 30px 0;
  border-top: none;
}

.scoreComparisonTable .specialRow:before {
  content: '';
  padding-top: 30px;
  display: block;
  border-top: 1px solid #6da1d1;
}

@media screen and (max-width: 767px) {
  .scoreComparisonTable .specialRow:before {
    padding-top: 60px;
  }
}

.candoList {
  text-align: left;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .candoList {
    font-size: 1.3rem;
  }
}

.candoList__item:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px 3px;
  vertical-align: middle;
}

.candoList__item + .candoList__item {
  margin-top: 8px;
}

.recommendCatchTxt {
  margin: 50px 20px 60px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .recommendCatchTxt {
    margin: 35px 25px 45px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.recommendBlock__ttl {
  position: relative;
}

.recommendBlock__ttl:before {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  content: '';
  border-top: 1px solid #555;
  width: 100%;
}

.recommendBlock__ttl__txt {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  padding: 0 15px;
  background: #fff;
  font-size: 2.1rem;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .recommendBlock__ttl__txt {
    font-size: 1.8rem;
    left: 40%;
    transform: translate(-30%, -50%);
  }
}

.recommendList {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .recommendList {
    display: block;
  }
}

.recommendList__item {
  width: calc(100% / 3);
  padding: 20px 0 0 43px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .recommendList__item {
    width: 100%;
    padding: 10px 30px;
  }
}

.recommendList__item:before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  background: url(https://d1atgierv9op2.cloudfront.net/images/corporate/speakingtest_progos/icon_checkbox.svg) no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 20px;
  vertical-align: middle;
}

.monitoringDesc {
  margin-top: 50px;
  padding: 22px 40px;
  background: #ecf4fa;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .monitoringDesc {
    margin: 30px 15px 0;
    padding: 18px 25px;
  }
}

.monitoringDesc a {
  color: #004a8e;
  text-decoration: underline;
}

.faqList__item__ttl:before, .faqList__item__txt:before {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 2.2rem;
}

@media screen and (max-width: 480px) {
  .faqList__item__ttl:before, .faqList__item__txt:before {
    top: 5px;
    left: 0;
  }
}

.faqList {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .faqList {
    margin: 20px 15px 0;
  }
}

.faqList__item {
  padding: 0 20px;
  border: 1px solid #dedede;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .faqList__item {
    padding: 0 10px;
  }
}

.faqList__item + .faqList__item {
  margin-top: 15px;
}

.faqList__item__ttl {
  position: relative;
  padding: 20px 25px;
}

@media screen and (max-width: 480px) {
  .faqList__item__ttl {
    padding: 10px 25px;
  }
}

.faqList__item__ttl:hover {
  cursor: pointer;
}

.faqList__item__ttl:before {
  content: 'Q';
  color: #004a8e;
}

.faqList__item__ttl:after {
  font-family: Material Icons;
  content: '\e313';
  color: #7a7a7a;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  transition: all .2s;
  font-size: 2.4rem;
}

.faqList__item__ttl.is-active:after {
  transform: rotate(-180deg) translateY(50%);
}

.faqList__item__txt {
  display: none;
  position: relative;
  padding: 20px 25px;
  border-top: 1px dashed #dedede;
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .faqList__item__txt {
    padding: 10px 5px 10px 30px;
  }
}

.faqList__item__txt:before {
  content: 'A';
  color: #ec6800;
}

.faqList__item__txt a {
  text-decoration: underline;
}

.professorIntroduce__item {
  padding: 30px 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #6da1d1;
  border-radius: 0;
  background: #f8fbfd;
}

@media screen and (max-width: 1024px) {
  .professorIntroduce__item {
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .professorIntroduce__item {
    padding: 20px 15px;
    font-size: 1.3rem;
  }
}

.professorIntroduce__item__role {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.professorIntroduce__item__img {
  width: 33%;
  margin-top: 5px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .professorIntroduce__item__img {
    width: 93%;
    margin: auto;
  }
}

.professorIntroduce__item__img img {
  width: 50%;
}

.professorIntroduce__item__img__profile {
  padding: 20px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.professorIntroduce__item__img__intro {
  padding-top: 10px;
  text-align: left;
}

.professorIntroduce__item__txt {
  width: 64%;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e2ecf5;
}

.professorIntroduce__item__txt__ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004a8e;
}

@media screen and (max-width: 767px) {
  .professorIntroduce__item__txt {
    width: 100%;
    margin-top: 15px;
    padding: 10px 15px;
  }
}

.professorIntroduce__item + .professorIntroduce__item {
  margin-top: 30px;
}

.DeveloperIntroduce {
  padding: 30px;
  border: 1px solid #6da1d1;
  border-radius: 0;
  background: #f8fbfd;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .DeveloperIntroduce {
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .DeveloperIntroduce {
    padding: 15px;
    font-size: 1.3rem;
  }
}

.DeveloperIntroduce__profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.DeveloperIntroduce__profile__img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .DeveloperIntroduce__profile__img {
    width: 100%;
  }
}

.DeveloperIntroduce__profile__img img {
  width: 100%;
}

.DeveloperIntroduce__profile__txt {
  width: 66%;
}

@media screen and (max-width: 767px) {
  .DeveloperIntroduce__profile__txt {
    width: 100%;
    margin-top: 20px;
  }
}

.DeveloperIntroduce__profile__txt__name {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .DeveloperIntroduce__profile__txt__name {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.5rem;
  }
}

.DeveloperIntroduce__profile__txt span {
  display: block;
}

.DeveloperIntroduce__comment {
  margin-top: 30px;
  padding: 20px 30px 25px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .DeveloperIntroduce__comment {
    margin-top: 20px;
    padding: 15px;
  }
}

.DeveloperIntroduce__comment__ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #004a8e;
}

.contactBox {
  margin: 0 auto 60px;
  padding: 25px;
  width: 70%;
  text-align: center;
  border: 1px solid #6da1d1;
  border-radius: 0;
  background: #f8fbfd;
  background: #ecf4fa;
}

@media screen and (max-width: 767px) {
  .contactBox {
    width: 93%;
    margin: -10px auto 40px;
    padding: 20px 10px;
  }
}

.contactBox__ttl {
  margin-bottom: 15px;
  font-size: 2.1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contactBox__ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.contactBox__tel {
  margin: 10px 0;
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .contactBox__tel {
    font-size: 3rem;
  }
}

.contactBox__tel .material-icons {
  padding-right: 10px;
  font-size: 3.6rem;
  color: #004a8e;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .contactBox__tel .material-icons {
    font-size: 2.5rem;
  }
}

.contactBox .linkBtn {
  width: 340px;
  margin: auto;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .contactBox .linkBtn {
    width: 90%;
  }
}

.linkToDetail {
  margin: 20px auto 50px;
  width: 560px;
}

@media screen and (max-width: 767px) {
  .linkToDetail {
    margin: 0 auto 50px;
    width: calc(100% - 25px);
  }
}

.linkBtn {
  padding: 20px 0;
  font-size: 1.6rem;
  color: #004a8e;
  border: 1px solid #6da1d1;
  border-radius: 20rem;
  background-color: #fff;
  display: block;
  text-align: center;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0.03vw;
}

@media screen and (max-width: 767px) {
  .linkBtn {
    padding: 13px 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.linkBtn:after {
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -3px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004a8e;
  border-right: 1px solid #004a8e;
  transform: translatex(0) rotate(45deg);
  transition: transform 0.2s ease-out;
}

@media screen and (min-width: 1023px) {
  .linkBtn:hover {
    color: #fff;
    background: #004a8e;
  }
  .linkBtn:hover:after {
    border-color: #fff;
    transform: translatex(4px) rotate(45deg);
    transition: transform 0.2s ease-out;
  }
}

.btnMore {
  margin: 30px auto;
  padding: 10px 0;
  width: 400px;
  font-size: 1.5rem;
  color: #7a7a7a;
  border: 1px solid #dedede;
  border-radius: 20rem;
  background-color: #fff;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 0.03vw;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btnMore {
    margin: 20px auto;
    padding: 13px 0;
    width: 80%;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.btnMore:after {
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
  transform: rotate(135deg);
}

.viewMoreHidden {
  margin-top: 15px;
  display: none;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.foot_inq .telLink a, .telephone .telLink a, .headNavFunc li a, .navFunc li a, .newsBox .newsScroll ul li a, .lnx {
  text-decoration: none;
  cursor: pointer;
  color: #223371;
}

.foot_inq .telLink a:hover, .telephone .telLink a:hover, .headNavFunc li a:hover, .navFunc li a:hover, .newsBox .newsScroll ul li a:hover, .lnx:hover, .foot_inq .telLink a:active, .telephone .telLink a:active, .headNavFunc li a:active, .navFunc li a:active, .newsBox .newsScroll ul li a:active, .lnx:active {
  color: #344eac;
  text-decoration: none;
}

.clearfix, .inner, #body, .parallel_item, .col-wrap, .disp-table, .box-bordered, .box-bordered-gry, .boxRegi ol, .box-thick-bordered, .box-bg-gry, .box-bg-gry2, .box-bg-primary, .box-bg-wht, .box, .box80, .regi_corp, .boxRegi, .inquiry, .news, .border_btm, .snsBtn_list, .banner_area, .trust_box, .price_list dl, .certification, .seminar_item {
  zoom: 1;
}

.clearfix:before, .inner:before, #body:before, .parallel_item:before, .col-wrap:before, .disp-table:before, .box-bordered:before, .box-bordered-gry:before, .boxRegi ol:before, .box-thick-bordered:before, .box-bg-gry:before, .box-bg-gry2:before, .box-bg-primary:before, .box-bg-wht:before, .box:before, .box80:before, .regi_corp:before, .boxRegi:before, .inquiry:before, .news:before, .border_btm:before, .snsBtn_list:before, .banner_area:before, .trust_box:before, .price_list dl:before, .certification:before, .seminar_item:before, .clearfix:after, .inner:after, #body:after, .parallel_item:after, .col-wrap:after, .disp-table:after, .box-bordered:after, .box-bordered-gry:after, .boxRegi ol:after, .box-thick-bordered:after, .box-bg-gry:after, .box-bg-gry2:after, .box-bg-primary:after, .box-bg-wht:after, .box:after, .box80:after, .regi_corp:after, .boxRegi:after, .inquiry:after, .news:after, .border_btm:after, .snsBtn_list:after, .banner_area:after, .trust_box:after, .price_list dl:after, .certification:after, .seminar_item:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after, .inner:after, #body:after, .parallel_item:after, .col-wrap:after, .disp-table:after, .box-bordered:after, .box-bordered-gry:after, .boxRegi ol:after, .box-thick-bordered:after, .box-bg-gry:after, .box-bg-gry2:after, .box-bg-primary:after, .box-bg-wht:after, .box:after, .box80:after, .regi_corp:after, .boxRegi:after, .inquiry:after, .news:after, .border_btm:after, .snsBtn_list:after, .banner_area:after, .trust_box:after, .price_list dl:after, .certification:after, .seminar_item:after {
  clear: both;
}

.hrBlocks li, .hrBlocksW li, .titleRecommend, .listRecommend {
  *float: left;
  *display: block;
}

#kiyaku ul &gt; li {
  list-style-type: none;
}

#kiyaku ol &gt; li {
  list-style-type: decimal;
  margin-left: 1em;
  margin-bottom: 15px;
}

#kiyaku .breadcrumbs {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  #kiyaku .breadcrumbs {
    display: none;
  }
}

#kiyaku .lNavi li a {
  color: #279af0;
}

#kiyaku .lNavi li a:hover {
  color: #09f !important;
}

#kiyaku .lNavi li a:visited {
  color: #06c !important;
}

#kiyaku .content_wrap {
  padding-bottom: 1.5rem;
}

#kiyaku .content_wrap:before, #kiyaku .content_wrap:after {
  content: '';
  display: table;
}

#kiyaku .content_wrap:after {
  clear: both;
}

#kiyaku .content_wrap .content_block {
  margin-top: 1.5rem;
}

#kiyaku .content_wrap .content_block:before, #kiyaku .content_wrap .content_block:after {
  content: '';
  display: table;
}

#kiyaku .content_wrap .content_block:after {
  clear: both;
}

#kiyaku .content_wrap .content_block .text {
  margin: 1rem 0 .5rem;
}

#kiyaku .content_wrap .content_block .text i {
  vertical-align: top;
  font-size: 2rem;
}

#kiyaku .content_wrap .content_image {
  margin: 4rem auto 2rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #kiyaku .content_wrap .content_image {
    margin: 2rem auto;
  }
}

#kiyaku .content_wrap .content_image img {
  max-width: 100%;
}

#kiyaku .page_headline {
  clear: both;
  padding: 1.5rem;
  background-color: #f1f1f1;
  color: #223371;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: .5rem;
}

#kiyaku .page_headline img {
  margin-right: 15px;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  #kiyaku .page_headline img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #kiyaku .page_headline {
    padding: 1rem;
    font-size: 2.4rem;
    margin-bottom: .5rem;
  }
}

@media screen and (max-width: 480px) {
  #kiyaku .page_headline {
    padding: .75rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 360px) {
  #kiyaku .page_headline {
    padding: .5rem;
    font-size: 1.8rem;
  }
}

#kiyaku .headLarge {
  background-color: #223371;
  clear: both;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  padding: 10px 15px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #kiyaku .headLarge {
    font-size: 100%;
  }
}

#kiyaku .headMiddle {
  padding: 3px 10px;
  border-left: 5px solid #223371;
  color: #666;
  font-size: 2rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #kiyaku .headMiddle {
    font-size: 1.5rem;
    text-align: left;
  }
}

#kiyaku .content_title {
  color: #223371;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  font-weight: !important bold;
}

@media screen and (max-width: 480px) {
  #kiyaku .content_title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

#kiyaku .content_title i {
  font-size: 4rem;
  vertical-align: middle;
  margin-right: .75rem;
  margin-top: -1rem;
}

@media screen and (max-width: 480px) {
  #kiyaku .content_title i {
    font-size: 3rem;
  }
}
</pre></body></html>