@charset "UTF-8";
/*
==================================================
 style.css
==================================================
*
* 1.0 - Normalize
* 2.0 - Typography
* 3.0 - Elements
* 4.0 - Forms and Button
*	 4.1 - Button
* 5.0 - Navigation
*	 5.1 - Links
* 6.0 - Alignments
* 7.0 - Clearings
* 8.0 - Content
*	 8.2 - Header
*	 8.3 - pages
*	 8.4 - Footer
* 9.0 - Media Queries
*
*/
/*
==================================================
 1.0 - Normalize
--------------------------------------------------
 http://necolas.github.com/normalize.css/
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  transition: all 300ms ease;
}
a:active, a:hover {
  outline: 0;
  transition: all 300ms ease;
}

abbr[title] {
  border-bottom: 1px dotted;
}

.strong, b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code, kbd, pre, samp {
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
  max-width: 100%;
}

input, select, textarea {
  max-width: 100%;
}

button, html input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], html input[disabled] {
  opacity: .5;
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 0 1.75em;
  padding: 0.875em;
  min-width: inherit;
  border: 1px solid #d1d1d1;
}
fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

/*
==================================================
 2.0 - Typography
--------------------------------------------------
*/
body, button, input, select, textarea {
  color: #1a1a1a;
  font-size: 24px;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  overflow: hidden;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
  border: 0 solid #fff;
  border-left-width: 4px;
  color: #686868;
  font-style: italic;
  line-height: 1.4736842105;
  quotes: none;
}

q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
}

q:before, q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}
blockquote cite, blockquote small {
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
blockquote cite:before, blockquote small:before {
  content: "\2014\00a0";
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote strong, blockquote b {
  font-weight: 700;
}
blockquote > :last-child {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.75em;
  font-style: italic;
}

code, kbd, tt, var, samp {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  overflow: auto;
  margin: 0 0 1.75em;
  padding: 1.75em;
  max-width: 100%;
  border: 1px solid #d1d1d1;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
}

code {
  padding: 0.125em 0.25em;
  background-color: #d1d1d1;
}

abbr, acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark, ins {
  padding: 0.125em 0.25em;
  background: #007acc;
  color: #fff;
  text-decoration: none;
}

.large, big {
  /*font-size: 125%;*/
  font-size: 120%;
}

.small {
  font-size: 80%;
}

.xsmall {
  font-size: 74%;
}

.text-red {
  color: #e03c21 !important;
}

.text-yellow {
  color: #ffe160 !important;
}

.text-pink {
  color: #fd5a71 !important;
}

.text-green {
  color: #3c9ea3 !important;
}

.text-lightgreen {
  color: #50c0c6 !important;
}

.text-mosgreen {
  color: #406465 !important;
}

.shadow {
  /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);*/
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.light-shadow {
  text-shadow: 1px 1px 0px #fff;
}

.light-outline {
  text-shadow: rgba(255, 255, 255, 0.6) 2px 2px 0, rgba(255, 255, 255, 0.6) -2px -2px 0, rgba(255, 255, 255, 0.6) -2px 2px 0, rgba(255, 255, 255, 0.6) 2px -2px 0, rgba(255, 255, 255, 0.6) 0px 2px 0, rgba(255, 255, 255, 0.6) 0 -2px 0, rgba(255, 255, 255, 0.6) -2px 0 0, rgba(255, 255, 255, 0.6) 2px 0 0;
}

.line_yellow {
  padding: 10px;
  background: url("../img/bg_underline_yellow.png") repeat-x left bottom;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.br:before {
  content: "\A";
  white-space: pre;
}

@media screen and (max-width: 479px) {
  /* < 480px */
  body, button, input, select, textarea {
    font-size: 18px;
  }
}
/*
==================================================
 3.0 - Elements
--------------------------------------------------
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  margin: 0 0 1.75em;
  height: 1px;
  border: 0;
  background-color: #d1d1d1;
}

ul, ol {
  /*margin: 0 0 1.75em 1.25em;*/
  margin: 0 3.7em;
  padding: 0;
}

ul {
  list-style: disc;
}
ul.square {
  list-style: square;
}

ol {
  margin-left: 1.5em;
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
}

dl {
  /*margin: 0 0 1.75em;*/
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  /*margin: 0 0 1.75em;*/
  margin: 0em;
}

img {
  max-width: 100%;
  height: auto;
  /*vertical-align: middle;*/
}

del {
  opacity: 0.8;
}

table, th, td {
  border: 1px solid #d1d1d1;
}

table {
  margin: 0 0 1.75em;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4375em;
}

::-webkit-input-placeholder, :-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

/*
==================================================
 4.0 - Forms and Button
--------------------------------------------------
*/
/*
--------------------------------------------------
 4.1 - Button
--------------------------------------------------
*/
.btn-wrapper {
  padding-top: 35px;
  color: #fff;
  text-align: center;
}

.btn-wrapper-d {
  background-color: #ec7a2b;
  border-radius: 10px;
  height: 35px;
  width: 160px;
  line-height: 32px;
}
.btn-wrapper-d a {
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 20px;
  width: 100%;
  vertical-align: center;
}
.btn-wrapper-d:hover {
  background-color: #F06400;
}
.btn-wrapper-d a:hover {
  color: #fff;
}

.btn-wrapper-inner {
  /*margin-top: -85px;*/
  padding-top: 100px;
  height: 200px;
  /*background: url('../img/bg_btn_wrapper.png') no-repeat center top;*/
  background-size: 4000px 55px;
}

.btn-wrapper p {
  font-weight: 500;
}
.btn-wrapper ul {
  margin: 0;
  list-style: none;
}
.btn-wrapper a {
  display: block;
  margin: 55px auto 15px;
  padding: 20px 20px 15px;
  width: 636px;
  height: auto;
  background: #ec7a2b;
  border: 2px solid transparent;
  border-radius: 8px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.btn-wrapper a:hover {
  color: #ec7a2b !important;
  border: 2px solid #ec7a2b;
  background-color: #fff;
}

#sec4 .btn-wrapper a {
  margin-top: 15px;
}

.btn-wrapper .col12 a {
  margin: 0 auto;
}
.btn-wrapper .exam {
  margin: 0;
  /*padding: 0.5em 15px;*/
  padding: 0.35em 15px;
  width: 100%;
  /*border-radius: 10px;*/
  /*background: #fff;*/
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.btn-wrapper .exam dd {
  margin: 0;
  letter-spacing: 0.15em;
}
.btn-wrapper img {
  display: block;
  width: 430px;
  height: auto;
}
.btn-wrapper .slash {
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 30px;
  height: 75px;
  background: url("../img/bg_column_left.png") no-repeat left top;
  background-size: 16px 51px;
  font-size: 24px;
}
.btn-wrapper .slash .inner {
  display: inline-block;
  padding-top: 10px;
  padding-right: 30px;
  height: 70px;
  background: url("../img/bg_column_right.png") no-repeat right top;
  background-size: 16px 51px;
}
.btn-wrapper .large {
  padding-top: 30px;
  padding-bottom: 30px;
}
.btn-wrapper .accent {
  padding-top: 15px;
  background: url("../img/bg_accent.png") no-repeat left top;
  background-size: 30px 13px;
}

@media screen and (max-width: 979px) {
  /* < 980px */
  .btn-wrapper a, .btn-wrapper img {
    width: auto;
    height: auto;
  }
  .btn-wrapper .exam {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  /* < 768px */
  .btn-wrapper-inner {
    padding-bottom: 220px;
  }

  .btn-wrapper .col6 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .btn-wrapper a {
    margin: 0;
  }
  .btn-wrapper .exam {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  /* < 480px */
  .btn-wrapper-inner {
    padding-bottom: 150px;
  }

  .btn-wrapper .slash {
    background-position: left center;
    font-size: 16px;
  }
  .btn-wrapper .slash .inner {
    background-position: right center;
  }
  .btn-wrapper .accent {
    padding-top: 10px;
    background: url("../img/bg_accent.png") no-repeat left top;
    background-size: 18px 8px;
  }
}
/*
==================================================
 5.0 - Navigation
--------------------------------------------------
*/
/*
--------------------------------------------------
 5.1 - Links
--------------------------------------------------
*/
a {
  color: #007acc;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #686868;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*
==================================================
 6.0 - Alignments
--------------------------------------------------
*/
.pull-l {
  float: left !important;
  margin: 0.375em 1.75em 1.75em 0;
}

.pull-r {
  float: right !important;
  margin: 0.375em 0 1.75em 1.75em;
}

#hero-inner {
  margin: 2.5em 0 1.75em;
  padding-left: 2.1em !important;
}

.center-block {
  display: block;
  clear: both;
  margin: 0 auto 1.75em;
}

blockquote.pull-l {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.pull-r {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.center-block {
  margin-bottom: 1.473684211em;
}

.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-c {
  text-align: center;
}

.text-just {
  text-align: justify;
}

/*
==================================================
 7.0 - Clearings
--------------------------------------------------
*/
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.container:before, .container:after {
  display: table;
  content: "";
}

.table dl:before, .table dl:after {
  display: table;
  content: "";
}

blockquote:before, blockquote:after {
  display: table;
  content: "";
}

.clearfix:after, .container:after, .table dl:after, blockquote:after {
  clear: both;
}

/*
==================================================
 8.0 - Content
--------------------------------------------------
*/
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.site {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  height: auto !important;
  height: 100%;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  min-width: 360px;
  width: 1110px;
}

@media screen and (max-width: 1199px) {
  /* < 1200px */
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  /* < 980px */
  .container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  /* < 768px */
  .container {
    padding: 0 4%;
  }
}
.bg-white {
  background: #fff;
}

#sec1 .bg-white {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 30px 0 90px;
  padding: 80px 0 25px;
}

#sec2.bg-white, #sec3.bg-white {
  padding: 70px 0 0;
}

.bg-lattice {
  background: url("../img/bg_lattice.png") repeat 0 0;
  background-size: 25px 25px;
}

#sec1.bg-lattice {
  padding-top: 70px;
}

.bg-beige {
  padding-bottom: 40px;
  background: #ededed;
}

#sec2 .bg-beige {
  padding-top: 40px;
}

.bg-yellow {
  background-color: #f0c145;
}

.bg-green {
  padding: 0.25em 0.5em;
  /*background: #749776;*/
  /*background: #339999;*/
  background: #50c0c6;
  /*border-radius: 5px;*/
  color: #fff;
}

.bg-orange {
  padding: 0.15em 0.3em 0.1em;
  background: #df9965;
  border-radius: 5px;
  color: #fff;
}

.bg-mosgreen {
  padding: 0.25em 0.5em;
  background: #406465;
  color: #fff;
}

@media screen and (max-width: 479px) {
  /* < 480px */
  .bg-white {
    padding: 20px 0;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  position: relative;
  float: left;
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
  min-height: 1px;
  width: 100%;
}

.col1 {
  width: 8.33333%;
}

.col2 {
  width: 16.66667%;
}

.col3 {
  width: 25%;
}

.col4 {
  width: 33.33333%;
}

.col5 {
  width: 41.66667%;
}

.col6 {
  width: 50%;
}

.col7 {
  width: 58.33333%;
}

.col8 {
  width: 66.66667%;
}

.col9 {
  width: 75%;
}

.col10 {
  width: 83.33333%;
}

.col11 {
  width: 91.66667%;
}

.col12 {
  width: 100%;
}

@media screen and (max-width: 479px) {
  /* < 480px */
  .fluid, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    padding-right: 4%;
    padding-left: 4%;
    width: 100%;
  }
}
.underline {
  background: url("../img/bg_underline_orange.png") repeat-x left bottom;
  background-size: 6px 6px;
  font-weight: inherit;
}

.pcNone {
  display: none !important;
}

/*
--------------------------------------------------
 8.2 - Header
--------------------------------------------------
*/
.header {
  position: absolute !important;
  z-index: 100;
  width: 100%;
}

@media screen and (max-width: 479px) {
  /* < 480px */
  .header {
    position: fixed;
  }
}
/*
==================================================
 8.3 - Hero
--------------------------------------------------
*/
#hero {
  position: relative;
  padding-top: 60px;
  width: 100%;
  height: 758px;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -99999999;
  background: url("../img/bg_hero.jpg") center top no-repeat;
}

#hero h1 {
  position: relative;
  letter-spacing: 0.01em;
  font-size: 54px;
  line-height: 1.3125;
}
#hero .upper {
  position: absolute;
  width: 100%;
  text-align: center;
  background-size: 15px 15px;
  line-height: 1;
}
#hero .low {
  position: absolute;
  width: 100%;
  text-align: center;
  background-size: 15px 15px;
  line-height: 1;
  top: 92px;
  left: 0;
  max-width: 780px;
}
#hero .shortdesc {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0.35em 1.5em;
  padding: 1.7em;
  padding-bottom: 5%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.btn-wrapper hr {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  width: 75%;
}

@media screen and (max-width: 1199px) {
  /* < 1200px */
  #hero h1 {
    font-size: 42px;
  }
  #hero .low {
    top: 70px;
  }
}
@media screen and (max-width: 979px) {
  /* < 980px */
  #hero {
    height: 100%;
  }

  .col8 {
    width: 100%;
  }

  .pull-r {
    float: none;
    margin: 2.5em 0em 1.75em 16em;
  }

  #hero h1 {
    font-size: 36px;
  }

  .background-image {
    background: url("../img/bg_hero.jpg") 40% top no-repeat;
  }

  #hero .low {
    top: 64px;
  }
  #hero .shortdesc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  /* < 768px */
  #hero-inner {
    width: 100%;
  }

  #hero h1 {
    height: auto;
    line-height: 1.3125;
  }
  #hero .upper {
    position: relative;
    top: auto;
    left: auto;
    display: inline;
    line-height: inherit;
  }
  #hero .low {
    position: relative;
    top: auto;
    left: auto;
    display: inline;
    line-height: inherit;
  }
  #hero .low.small {
    font-size: 100%;
  }
  #hero .shortdesc {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  /* < 480px */
  #hero h1 {
    margin-bottom: 0.5em;
    font-size: 24px;
  }
}
/*
==================================================
 8.4 - Section
--------------------------------------------------
*/
.section-hl {
  display: inline-block;
  padding-left: 100px;
  height: 130px;
  background: url("../img/bg_headline.png") no-repeat left 20px;
  background-size: 980px 74px;
  font-size: 36px;
  letter-spacing: -0.02em;
}

#sec4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#sec4 .section-hl {
  background: url("../img/bg_headline_w.png") no-repeat left 20px;
}
#sec4 .exam_date dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1050px;
  margin: 0 auto;
  background-color: #D4981D;
  border-bottom: 1px solid #E4B734;
  font-size: 18px;
}
#sec4 .exam_date dl dt {
  width: 210px;
  padding: 15px 0;
  background-color: #D4981D;
  text-align: center;
  color: #fff;
}
#sec4 .exam_date dl dd {
  width: 840px;
  padding: 15px 50px;
  background-color: #fff;
}
#sec4 .exam_date dl dd ol {
  margin: 10px 0.5em 25px;
  list-style: none;
}
#sec4 .exam_date dl dd ol li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.bg-yellow .section-hl {
  /*background-image: url('../img/bg_headline_left_w.png');*/
  color: #fff;
}

.section-hl .inner {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 165px;
  height: 130px;
  width: 900px;
}

#sec3 .section-hl .inner {
  letter-spacing: 0.06em;
}

.aboutExam {
  margin: 0 0 40px;
}
.aboutExam a {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
  font-size: 18px;
  font-weight: normal;
  color: #615f5f !important;
}
.aboutExam a:hover {
  background-color: transparent;
  border: none;
  color: #fff !important;
}

.section-hl big {
  display: inline-block;
  margin-top: 0.2em;
  padding: 0 0.2em;
  background: url("../img/bg_underline_green.png") repeat-x left bottom;
  background-size: 10px 10px;
  line-height: 1;
}

@media screen and (max-width: 979px) {
  /* < 980px */
  .section-hl {
    padding-left: 60px;
    width: 96%;
    height: 104px;
    background-size: ftain;
    font-size: 24px;
  }
  .section-hl .inner {
    padding-right: 60px;
    height: 104px;
    background-size: 32px 104px;
  }
}
@media screen and (max-width: 479px) {
  /* < 480px */
  .section-hl {
    font-size: 18px;
  }
  .section-hl .inner {
    padding-top: 15px;
  }
}
#sec1 {
  /*margin-top: 40px;*/
}
#sec1 .merit li {
  display: block;
  /*min-height: 290px;*/
  padding-bottom: 100px;
}
#sec1 .merit li.merit1 {
  padding-right: 230px;
  background: url("../img/ic_merit1.png") no-repeat right top;
  background-size: 218px 218px;
}
#sec1 .merit li.merit2 {
  padding-left: 260px;
  margin-left: 1.25em;
  background: url("../img/ic_merit2.png") no-repeat left top;
  background-size: 218px 218px;
}
#sec1 .merit li.merit3 {
  padding-right: 230px;
  /*margin-right: 1em;*/
  background: url("../img/ic_merit3.png") no-repeat right top;
  background-size: 218px 218px;
}
#sec1 .merit h3 {
  color: #555;
  /*font-size: 48px;*/
  font-size: 30px;
  letter-spacing: -0.03em;
  vertical-align: baseline;
}
#sec1 .merit img {
  margin-right: 8px;
  width: 69px;
  height: 72px;
  vertical-align: bottom;
}
#sec1 .merit p {
  padding: 18px 60px 0 0;
  /*font-size: 20px;*/
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.8em;
}
#sec1 .merit2 p {
  padding: 20px 0 0;
}

@media screen and (max-width: 979px) {
  /* < 980px */
  #sec1 .merit li.merit1, #sec1 .merit li.merit2, #sec1 .merit li.merit3 {
    /*padding: 120px 0 0;*/
    padding: 230px 0 0;
    /*background-size: 110px 110px;*/
    background-position: center top;
  }
  #sec1 .merit h3 {
    font-size: 36px;
  }
  #sec1 .merit p {
    padding: 20px 0 0;
    padding: 20px 0;
  }
}
#sec2 {
  padding-bottom: 100px;
}
#sec2 .bg-green {
  border-radius: 10px;
}
#sec2 .sub-header {
  padding: 10px 10px 5px;
  display: inline-block;
  font-size: 20px;
}
#sec2 .voiceWrap {
  padding-bottom: 50px;
}
#sec2 .voice {
  padding-top: 30px;
  /*background: url('../img/bg_voice_text.png') no-repeat left top;*/
  /*background-size: 115px 95px;*/
}
#sec2 .voice-hl {
  /*padding-left: 130px;*/
  margin-top: 5px;
  line-height: 1.6;
  font-size: 18px;
}
#sec2 .voice-hl p {
  padding-top: 70px;
}
#sec2 .voice-hl p:nth-child(2) {
  margin: 20px 0 0;
}
#sec2 .voice-hl p:nth-child(3) {
  margin-bottom: 25px;
}

@media screen and (max-width: 479px) {
  /* < 480px */
  #sec1 .merit h3 {
    font-size: 24px;
    text-align: center;
  }
  #sec1 .merit img {
    display: block;
  }
}
.passing-img {
  padding-right: 5px;
  vertical-align: bottom;
}

#sec2 .voice-img {
  display: block;
  /*float: right;*/
  /*margin: 0 0 10px 15px;*/
  width: 97%;
  height: auto;
  /*border-radius: 10px;*/
  background-color: transparent;
}
#sec2 .voice h3 {
  margin-bottom: 0.5em;
  /*font-size: 36px;*/
  font-size: 32px;
  line-height: 1.6;
}
#sec2 .voice h3 .line_yellow {
  padding: 5px;
  background-size: 1px 18px;
}
#sec2 .blockquote {
  margin-bottom: 60px;
  padding: 0;
  color: #1a1a1a;
  font-style: normal;
  line-height: 2.25;
}
#sec2 .blockquote h4 {
  /*padding: 0.1em;*/
  border-radius: 10px;
  background-color: #50c0c6;
  color: #fff;
}
#sec2 .blockquote_text {
  margin: 0;
  padding: 15px 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#sec2 .voice-other {
  padding-bottom: 85px;
  min-height: 80px;
  font-size: 15px;
}
#sec2 .voice-other .col7 p:nth-child(1) {
  font-size: 18px;
  margin-bottom: 10px;
}
#sec2 .voice-other .col7 p:nth-child(2) {
  font-size: 16px;
}
#sec2 .voice-other .col7 p:nth-child(3) {
  font-size: 14px;
}
#sec2 .voice-other h3 {
  min-height: 80px;
  font-size: 32px;
  letter-spacing: 0.02em;
}
#sec2 .voice-other h3 span {
  position: relative;
  display: inline-block;
  margin: 65px 0 60px;
  padding: 0 80px;
  min-height: 70px;
  /*background: url('../img/bg_voice.png') no-repeat left top;*/
  background-size: 69px 57px;
}
#sec2 .voice-other h3 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 91px;
  height: 68px;
  background: url("../img/bg_voice_left.png") no-repeat 0 0;
}
#sec2 .voice-other h3 span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 91px;
  height: 68px;
  background: url("../img/bg_voice_right.png") no-repeat 0 0;
}
#sec2 .voice-other h4 {
  position: relative;
  padding: 20px 0 18px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
#sec2 .voice-other h4:after, #sec2 .voice-other h4:before {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#sec2 .voice-other h4:after, #sec2 .voice-other h4:before {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #50c0c6;
  border-width: 15px;
  margin-left: -15px;
}
#sec2 .voice-other .col6:nth-child(1) {
  padding-right: 15px;
}
#sec2 .voice-other .col6:nth-child(2) {
  padding-left: 15px;
}
#sec2 .voice-other .col5 {
  padding-left: 15px;
  padding-right: 15px;
}
#sec2 .voice-other .col7 {
  padding-left: 5px;
  padding-right: 15px;
}
#sec2 .voice-other .col7 span {
  letter-spacing: -0.06em;
}
#sec2 .voice-other .col7 .text-just {
  letter-spacing: -0.07em;
}
#sec2 .voice-other .voice-img {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 979px) {
  /* < 980px */
  #sec2 .voice .col7, #sec2 .voice .col5 {
    float: none;
    width: 100%;
  }
  #sec2 .voice-other .col6 {
    float: none;
    width: 100%;
  }
  #sec2 .voice-other h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  /* < 768px */
  #sec2 .voice {
    padding-top: 120px;
    background-position: center top;
  }
  #sec2 .voice h3 {
    font-size: 24px;
  }
  #sec2 .voice-hl {
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  /* < 480px */
  #sec2 .voice-other h3 {
    min-height: 40px;
    font-size: 18px;
  }
  #sec2 .voice-other h3 span {
    margin: 40px 0 20px;
    padding: 0 0 0 40px;
    background-size: 35px 30px;
  }
  #sec2 .voice-other h4 {
    margin-top: 20px;
    font-size: 22px;
  }
}
.question {
  /*padding: 30px 45px 0;*/
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #333;
  font-size: 20px;
}

#sec3 .question {
  padding-bottom: 0;
}

.question dt {
  position: relative;
  margin-bottom: 0.5em;
  margin-left: 10px;
  padding-top: 20px;
  padding-left: 85px;
  min-height: 71px;
  background: url("../img/bg_question_light.png") no-repeat left bottom;
  background-size: 71px 71px;
}

.pad-l {
  padding-left: 20px;
}

.question .q-header {
  position: relative;
  padding-top: 20px;
  padding-left: 85px;
  min-height: 71px;
  background: url("../img/bg_question.png") no-repeat left bottom;
  background-size: 71px 71px;
  z-index: 1;
}

#sec2 .q-answer:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 81%;
  border: 30px solid transparent;
  border-bottom: 50px solid #ededed;
}

.q-answer {
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 110px;
  padding-right: 110px;
  padding-bottom: 20px;
  letter-spacing: -0.5px;
}

#sec2 .q-answer {
  margin-top: -18px;
}

#sec3 .q-answer {
  padding-left: 135px;
  letter-spacing: -0.08em;
  background: #ededed url("../img/bg_answer.png") no-repeat 85px 16px;
}
#sec3 .q-answer a {
  color: #55b0b5;
}
#sec3 .q-answer a:hover {
  color: #406465;
}

.q-answer p:nth-child(1) {
  padding-bottom: 18px;
}

/*#sec3 .question span {
	color: #50c0c6;
}*/
dl:last-child {
  margin-bottom: 90px;
}

.question dd {
  overflow: hidden;
  margin-top: -25px;
}
.question a {
  text-decoration: underline;
}
.question p {
  margin-bottom: 0.5em;
  /*text-indent: 1em;*/
  font-size: 16px;
}

@media screen and (max-width: 979px) {
  #sec2 .q-answer {
    margin-top: 30px;
  }
  #sec2 .q-answer:before {
    top: 60px;
  }
}
@media screen and (max-width: 479px) {
  /* < 480px */
  .question {
    font-size: 18px;
  }
  .question dt, .question .q-header {
    min-height: 30px;
    background-position: left 5px;
    background-size: 35px 28px;
  }

  #sec2 .question {
    padding: 15px 20px 0;
  }
  #sec2 .question dt, #sec2 .question .q-header {
    margin-left: -25px;
    padding-left: 60px;
  }

  #sec3 .question {
    padding: 15px 0 0 0;
  }
  #sec3 .question dt, #sec3 .question .q-header {
    margin-left: 0;
    margin-bottom: 1em;
    padding-left: 50px;
  }
}
.exam-list {
  padding: 40px 40px 50px;
  /*border: 3px solid #ccc;*/
  border-radius: 10px;
  background-color: #fff;
  /*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#fff6ed');
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#fff6ed')";
  	background-image: -moz-linear-gradient(top, #ffffff, #fff6ed);
  	background-image: -ms-linear-gradient(top, #ffffff, #fff6ed);
  	background-image: -o-linear-gradient(top, #ffffff, #fff6ed);
  	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fff6ed));
  	background-image: -webkit-linear-gradient(top, #ffffff, #fff6ed);
  	background-image: linear-gradient(top, #ffffff, #fff6ed);*/
}
.exam-list h3 {
  /*margin-bottom: 0.5em;*/
  font-size: 30px;
  line-height: 1.2;
}
.exam-list .table {
  border: 1px solid #fff;
}
.exam-list .table-header {
  padding: 0.4em 0.2em;
  /*background-color: #f3c800;*/
}
.exam-list .table-header h4 {
  display: inline-block;
  padding: 0;
  font-size: 24px;
}
.exam-list .table-header a, .exam-list .table-header img {
  display: block;
  /*width: 215px;*/
  width: 100%;
  height: auto;
}
.exam-list .table-header a {
  /*float: right;*/
  /*margin: 3px 0 0;*/
  display: inline-block;
  font-size: 16px;
  vertical-align: center;
}
.exam-list .table dl {
  margin: 0;
  border-top: 1px solid #fff;
}
.exam-list .table dl dt {
  float: left;
  padding: 0.8em;
  width: 20%;
  margin: 0;
  background: #cecbcb;
  text-align: center;
  font-size: 18px;
}
.exam-list .table dl dd {
  float: left;
  padding: 0.8em 3em;
  width: 80%;
  margin: 0;
  border-left: 1px solid #fff;
  background: #ededed;
  font-size: 18px;
}

/*.exam-list .table-header .bg-green {
	background-color: #749776;
	}*/
@media screen and (max-width: 979px) {
  /* < 980px */
  .exam-list .table-header .col6 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .exam-list .table-header h4 {
    padding-bottom: 10px;
    width: 100%;
  }
  .exam-list .table-header a {
    float: none;
    margin: 0 auto;
  }
  .exam-list .table dl dt, .exam-list .table dl dd {
    float: none;
    width: 100%;
    border-left: none;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  /* < 480px */
  .exam-list {
    padding: 15px;
  }
  .exam-list h3 {
    font-size: 24px;
    text-align: center;
  }
  .exam-list .table-header h4 {
    font-size: 20px;
  }
}
/*
--------------------------------------------------
 8.5 - Footer
--------------------------------------------------
*/
.footer {
  width: 100%;
  height: auto;
}

.copy p {
  margin: 0;
  padding: 50px 0;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: block;
}
#pagetop a {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #8cb0c1;
}
#pagetop a:hover, #pagetop a:focus {
  background-color: #009de6;
}
#pagetop img {
  position: absolute;
  top: 15px;
  left: 11px;
  width: 18px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  /* < 768px */
  #pagetop a {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .v_xs {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .iv_xs {
    display: none;
  }
}
/*
==================================================
 9.0 - Media Queries
--------------------------------------------------
*/
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media screen and (max-width: 1199px) {
  /* < 1200px */
}
@media screen and (max-width: 979px) {
  /* < 980px */
}
@media screen and (max-width: 767px) {
  /* < 768px */
}
@media screen and (max-width: 479px) {
  /* < 480px */
}
@media screen and (max-width: 639px) {
  /* < 640px */
}
