/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    /* 1 */
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    /* 2 */
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {

    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {

    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

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

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    background: transparent;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */

/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */

img,
object,
embed {
    max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */

html {
    overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */

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

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

table {
    font: 100%;
    font-size: inherit;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* standardize any monospaced elements */

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
    margin: 0;
}

/* make buttons play nice in IE */

button,
input[type=button] {
    overflow: visible;
    width: auto;
}

/* scale images in IE7 more attractively */

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.roboto,
main.leaf h5,
main.leaf #link_area ul:before {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .15em;
    line-height: 1.25em;
}

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-size: 1.6rem;
    /* 16px*/
    line-height: 2;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
p,
div,
input,
textarea,
pre,
ul,
li,
ol,
section {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1em;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

/* header */

header#top .wrapper {
    display: none;
}

header .logo {
    background-color: #fff;
    display: block;
    height: 50px;
    padding: 15px 10px 10px 10px;
    width: 130px;
}

header.leaf .wrapper {
    background: url("../images/leaf_header_bg.png") no-repeat top center;
    background-size: cover;
}

header.leaf h1 {
    background-color: #fff;
    padding: 130px 0 30px 0;
    text-align: center;
}

header.leaf h1 p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.7rem;
    letter-spacing: .15em;
    margin-bottom: 10px;
}

header.leaf h1 span {
    font-size: 1.5rem;
}

/* nav */

#nav-content {
    -webkit-transition: .3s ease-in-out;
    background: #333;
    border-radius: 0 0 0 4px;
    display: none;
    opacity: .1;
    padding: 50px 0px 0px;
    position: absolute;
    right: -200px;
    top: 0;
    transition: .3s ease-in-out;
    width: 240px;
    z-index: 100;
}

#nav-content ul {
    background: #fff;
    border-radius: 0 0 0 4px;
}

#nav-content li {
    border-top: 1px solid #ccc;
    padding: 10px 5px;
}

#nav-content li a {
    text-decoration: none;
}

#nav-close {
    -webkit-transition: .3s ease-in-out;
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .3s ease-in-out;
    width: 100%;
    z-index: 99;
}

#nav-content.active {
    -webkit-transition: .3s ease-in-out;
    display: block;
    opacity: .9;
    right: 0px;
    transition: .3s ease-in-out;
}

#nav-close.active {
    display: block;
    opacity: .5;
}

/* menu */

#global_nav nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

#global_nav .hamburger {
    background: #333;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 30px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 101;
}

#global_nav .menu-trigger,
#global_nav .menu-trigger span {
    -webkit-transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    transition: all .4s;
}

#global_nav .menu-trigger {
    height: 30px;
    position: relative;
    width: 30px;
}

#global_nav .menu-trigger span {
    background-color: #fff;
    border-radius: 4px;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

#global_nav .menu-trigger span:nth-of-type(1) {
    top: 0px;
}

#global_nav .menu-trigger span:nth-of-type(2) {
    top: 13px;
}

#global_nav .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}

#global_nav .menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#global_nav .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}

#global_nav .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

#global_nav .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}

#leaf_nav ul {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#leaf_nav ul li {
    padding: 20px;
    text-align: center;
    width: 20%;
    font-size: 0.78em;
}

#leaf_nav ul li + li {
    border-left: 1px #fff solid;
}

#leaf_nav ul li a,
#leaf_nav ul li a:hover,
#leaf_nav ul li a:visited {
    color: #fff;
    text-decoration: none;
}

#leaf_nav ul li.nav_generic_skill {
    background-color: #000;
}

#leaf_nav ul li.nav_literacy {
    background-color: #006cba;
}

#leaf_nav ul li.nav_competency {
    background-color: #da227f;
}

#leaf_nav ul li.nav_test_sample,
#leaf_nav ul li.nav_training,
#leaf_nav ul li.nav_case {
    background-color: #636;
}

/* contents */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
}

.link_more {
    background-color: #fff;
    border: 1px #aaa solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-size: 1.2rem;
    padding: 12px 0;
    text-decoration: none;
    width: 130px;
}

.link_more2 {
    width: 240px;
    margin: 15px 0 25px;
}

.link_more span {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}

.link_more span:before {
    -webkit-transition-duration: 1s;
    border-top: 1px #aaa solid;
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 8px;
    transition-duration: 1s;
    width: 27px;
}

.link_more span:after {
    -webkit-transform: rotate(45deg) translateX(10px);
    -webkit-transition-duration: 1s;
    border-top: solid 1px #aaa;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: -5px;
    transform: rotate(45deg) translateX(10px);
    transition-duration: 1s;
    width: 15px;
}

.prev .link_more span:before {
    -webkit-transition-duration: 1s;
    border-top: 1px #aaa solid;
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 8px;
    transition-duration: 1s;
    width: 27px;
}

.prev .link_more span:after {
    -webkit-transform: rotate(225deg) translateX(10px);
    -webkit-transition-duration: 1s;
    border-top: solid 1px #aaa;
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 20px;
    transform: rotate(225deg) translateX(10px);
    transition-duration: 1s;
    width: 15px;
}

.link_more:hover {
    background-color: #000;
    color: #fff;
}

.link_more:hover span:before {
    -webkit-transform: translateX(10px);
    -webkit-transition-duration: .5s;
    opacity: 1;
    transform: translateX(10px);
    transition-duration: .5s;
}

.link_more:hover span:after {
    -webkit-transform: rotate(45deg) translateX(10px);
    -webkit-transition-duration: .5s;
    opacity: 1;
    right: -20px;
    top: -5px;
    transform: rotate(45deg) translateX(10px);
    transition-duration: .5s;
}

.prev .link_more:hover span:before {
    -webkit-transform: translateX(-10px);
    -webkit-transition-duration: .5s;
    opacity: 1;
    transform: translateX(-10px);
    transition-duration: .5s;
}

.prev .link_more:hover span:after {
    -webkit-transform: rotate(225deg) translateX(10px);
    -webkit-transition-duration: .5s;
    opacity: 1;
    left: -20px;
    top: 20px;
    transform: rotate(225deg) translateX(10px);
    transition-duration: .5s;
}

#kv {
    min-height: 420px;
}

#kv .wrapper {
    background: url("../images/kv.png") no-repeat center;
    background-size: cover;
    margin: 0 auto 0 20px;
    min-width: 1200px;
    padding: 180px 0;
    width: 100%;
}

#kv h1 {
    font-size: 30px;
    line-height: 1.5em;
    margin: 0 auto;
    text-align: center;
}

#kv .prog_logo {
    left: 0;
    position: absolute;
    top: 100px;
}

#about_gs {
    margin: 30px 0;
    position: relative;
}

#about_gs .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
}

#about_gs .box_left {
    padding: 50px 35px;
    width: 400px;
}

#about_gs .box_left .sub_text {
    font-size: 1.4rem;
}

#about_gs .box_left .main_text {
    font-size: 2.6rem;
    line-height: 1.5em;
    padding: 15px 0;
}

#about_gs .box_right {
    background-color: #ececec;
    border-radius: 5px 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 35px;
    position: relative;
    width: calc(100% - 400px);
}

#about_gs .box_right .main_text {
    line-height: 1.85em;
    width: calc(100% - 300px);
    max-width: 650px;
}

#about_gs .gs_bg {
    height: 130px;
    margin: 0 30px;
    width: 130px;
}

#about_gs .gs_img {
    position: absolute;
    right: 0;
    top: -7px;
    z-index: 10;
}

#prog_works h2 {
    font-size: 2.3rem;
    margin: 35px 0;
    min-width: 1200px;
    text-align: center;
}

#prog_works h2 span {
    color: #636;
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 30px;
    position: relative;
}

#prog_works h2 span:before {
    -webkit-transform: translateX(-50%);
    background-color: #636;
    border-radius: 2px;
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
}

#prog_works > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 565px;
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

#prog_works .prog_box {
    position: relative;
    width: 33.33%;
}

#prog_works .prog_box h3 {
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 0;
    text-align: center;
}

#prog_works .prog_box h4 {
    font-size: 1.8rem;
    margin: 0 auto 30px auto;
    text-align: center;
}

#prog_works .prog_box h5 {
    font-size: 1.6rem;
    line-height: 1.5em;
    text-align: center;
}

#prog_works .prog_box p {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin: 20px 0 0 0;
}

#prog_works .prog_box .wrapper {
    padding: 30px 20px;
}

#prog_works .prog_box .box_more {
    padding: 0 20px;
}

#prog_works .prog_box .box_more .link_more {
    position: absolute;
    right: 40px;
}

#prog_works .prog_box.literacy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#prog_works .prog_box.literacy h3 {
    background-color: #006cba;
}

#prog_works .prog_box.literacy h4 {
    color: #006cba;
}

#prog_works .prog_box.skill {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#prog_works .prog_box.skill:before {
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    content: "";
    left: -4px;
    position: absolute;
    top: 12px;
}

#prog_works .prog_box.skill h3 {
    background-color: #666;
}

#prog_works .prog_box.competency {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

#prog_works .prog_box.competency:before {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    content: "";
    left: -3px;
    position: absolute;
    top: 12px;
}

#prog_works .prog_box.competency h3 {
    background-color: #da227f;
}

#prog_works .prog_box.competency h4 {
    color: #da227f;
}

#prog_works .prog_box.training {
    -webkit-box-ordinal-group: 5;
    background-color: #ececec;
    left: 33.33%;
    margin-top: 10px;
    -ms-flex-order: 4;
    order: 4;
    position: absolute;
    top: 150px;
    z-index: 10;
}

#prog_works .prog_box.training h3 {
    background-color: #636;
    border-radius: 5px 5px 0 0;
}

#prog_works .prog_box.training .box_more {
    padding-bottom: 20px;
}

#case {
    margin: 30px 0;
    position: relative;
}

#case > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
}

#case .box_left {
    background: url("../images/case_bg1.png") no-repeat left top;
    min-width: 580px;
    padding: 30px 0 0 260px;
    width: calc(100% - 600px);
}

#case .box_left .main_text {
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-left: 30px;
    padding: 15px 0;
    max-width: 575px;
}

#case .box_left .main_text .sub_text {
    color: #666;
    font-size: 1.3rem;
}

#case .box_right {
    background: url("../images/case_bg2.png") no-repeat right top;
    min-height: 250px;
    padding: 10px;
    position: relative;
    width: 600px;
}

#case .box_right .wrapper {
    -webkit-box-align: start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 10px;
    width: 600px;
}

#case .box_right .case_box {
    background-color: #fff;
    padding: 15px;
    position: relative;
    width: 240px;
}

#case .box_right .case_box p {
    font-size: 1.5rem;
    line-height: 1.25em;
}

#case .box_right .case_box.case_1 {
    margin: 0 0 0 50px;
}

#case .box_right .case_box.case_1 > p > span {
    color: #636;
}

#case .box_right .case_box.case_2 {
    margin: 30px 0 0 50px;
}

#case .box_right .case_box.case_2 > p > span {
    color: #006cba;
}

#case .box_right .case_box.case_3 {
    margin: 20px 0 0 0;
}

#case .box_right .case_box.case_3 > p > span {
    color: #da227f;
}

#case .box_right .case_box.case_4 {
    margin: 40px 30px 0 60px;
}

#case .box_right .case_box.case_4 > p > span {
    color: #636;
}

#case .box_right .case_box p span.school {
    font-size: 1.0rem;
    line-height: 1.25em;
    color: #666;
    padding-left: 10px;
}

#case .box_right .case_box .link_more {
    bottom: -30px;
    padding: 10px 0;
    position: absolute;
    right: 20px;
}

#inquiry .inquiry_box {
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px #ccc solid;
    border-top: solid 1px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1px;
    padding: 30px;
    position: relative;
    text-align: center;
}

#inquiry .inquiry_box p {
    font-size: 1.2rem;
    line-height: 1.85em;
    margin-right: 40px;
    width: 220px;
}

#inquiry .inquiry_box p > span {
    font-size: 1.8rem;
}

#inquiry .inquiry_box .link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#inquiry .inquiry_box .link_more {
    height: 40px;
    margin-right: 40px;
    width: 200px;
}

#inquiry .inquiry_box .link_more span {
    width: 100%;
}

#inquiry .inquiry_box .link_more.ico_riasec {
    padding: 3px 0;
    height: 170px;
}

#inquiry .inquiry_box .link_more.ico_riasec:hover {
    background-color: #fff;
    color: #333;
}

#inquiry .inquiry_box .link_more.ico_riasec span:before {
    top: 15px;
}

#inquiry .inquiry_box .link_more.ico_riasec span:after {
    top: 3px;
}

#inquiry .inquiry_box .link_more.ico_kei_advance {
    padding: 12px 0;
    height: 170px;
}

#inquiry .inquiry_box .link_more.ico_kei_advance:hover {
    background-color: #fff;
    color: #333;
}

#inquiry .inquiry_box .link_more.ico_kei_advance p,
#inquiry .inquiry_box .link_more.ico_riasec p {
    width: 200px;
    line-height: 1.3em;
    font-size: 0.93em;
    text-align: left;
    padding: 5px 5px;
    margin: 7px 0 0 0;
    border-top: 1px solid #EEE;
}

#inquiry .inquiry_box .return_inq_type {
    color: #7a7a7a;
    font-size: 1.5rem;
    position: absolute;
    right: 40px;
    text-decoration: none;
    top: 45px;
}

#inquiry .inquiry_box#inq_first .link_more:last-child {
    margin-right: 40px;
}

#inquiry .inquiry_box#for_corporate .link_more {
    margin-right: 280px;
}

#inquiry .inquiry_box.invisible {
    display: none;
}

#related_service {
    border-top: solid 1px #ececec;
}

#related_service h2 {
    background-color: #f5f5f5;
    padding: 5px;
    text-align: center;
    width: 100%;
}

#related_service .service_box {
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}

#related_service .service_box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#related_service .service_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

#related_service .service_box h5 {
    height: 120px;
    margin-left: 30px;
    padding-top: 20px;
    vertical-align: center;
    width: 300px;
}

#related_service .service_box h5 p {
    font-size: 1.8rem;
    line-height: 1.25em;
    margin-bottom: 10px;
}

#related_service .service_box h5 span {
    font-size: 1.5rem;
}

main.leaf #main_area {
    background: url("../images/main_bg.png") no-repeat top center;
    background-size: contain;
}

main.leaf #main_area > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 60px 0;
    width: 900px;
}

main.leaf #main_area .about_img {
    width: 30%;
}

main.leaf #main_area .about_img .about_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

main.leaf #main_area .about_img .about_text h5 {
    background: #000;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 1.3rem;
    padding: 20px 5px;
    text-align: center;
    width: 35%;
}

main.leaf #main_area .about_img .about_text p {
    background-color: #fff;
    border: 1px solid;
    border-radius: 0 5px 5px 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    opacity: .8;
    padding: 10px;
    width: 65%;
}

main.leaf #main_area .main_text {
    font-size: 1.5rem;
    margin-left: 45px;
    width: 60%;
}

main.leaf #main_area .main_text h2 {
    background: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

main.leaf #main_area .main_text > div {
    background-color: #fff;
    opacity: .8;
    padding: 20px;
}

main.leaf #main_area .main_text > div p {
    line-height: 1.85em;
}

main.leaf #main_area .main_text > div p + p {
    margin-top: 30px;
}

main.leaf #more_area {
    background-color: #ececec;
}

main.leaf #more_area .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 45px 0;
    width: 900px;
}

main.leaf #more_area .wrapper + .wrapper {
    padding-top: 0;
}

main.leaf #more_area h5 {
    background-color: #f5f5f5;
    color: #666;
    font-size: 1.6rem;
    padding: 10px;
    text-align: center;
}

main.leaf #more_area .main_text {
    margin-right: 85px;
    width: 50%;
}

main.leaf #more_area .main_text h3 {
    background: #fff;
    padding: 10px;
}

main.leaf #more_area .main_text p {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin: 20px 0 30px 0;
}

main.leaf #more_area .main_text p + h3 {
    margin-top: 45px;
}

main.leaf #more_area .about_img {
    width: calc(50% - 85px);
}

main.leaf #link_area {
    min-height: 70px;
}

main.leaf #link_area .wrapper {
    margin: 0 auto;
    position: relative;
    width: 900px;
}

main.leaf #link_area ul {
    position: absolute;
    right: 0;
    top: -15px;
}

main.leaf #link_area ul.prev {
    position: absolute;
    left: 50px;
    top: -15px;
    width: 50%;
}

main.leaf #link_area ul:before {
    color: #666;
    content: "NEXT";
    font-size: 1.8re;
    left: -50px;
    position: absolute;
}

main.leaf #link_area ul.prev:before {
    color: #666;
    content: "PREV";
    font-size: 1.8re;
    left: -50px;
    position: absolute;
}

main.leaf #link_area ul li + li {
    margin-top: 10px;
}

main.leaf #link_area .link_more {
    padding: 10px 0;
    width: 220px;
}

main.leaf #inquiry .inquiry_box {
    border-bottom: none;
}

main.leaf#literacy #main_area .about_img .about_text h5 {
    background-color: #006cba;
}

main.leaf#literacy #main_area .about_img .about_text p {
    border-color: #006cba;
}

main.leaf#literacy #main_area .main_text {
    padding-top: 0;
}

main.leaf#literacy #main_area .main_text h2 {
    background-color: #006cba;
}

main.leaf#literacy #more_area .about_img img:last-child {
    margin-top: 0;
}

main.leaf#competency #main_area .about_img .about_text h5 {
    background-color: #da227f;
}

main.leaf#competency #main_area .about_img .about_text p {
    border-color: #da227f;
}

main.leaf#competency #main_area .main_text h2 {
    background-color: #da227f;
}

main.leaf#competency #link_area {
    height: 90px;
}

main.leaf#test_sample a,
main.leaf#test_sample a:visited {
    text-decoration: none;
}

main.leaf#test_sample #main_area .main_text {
    background-color: #fff;
    margin: 0;
    opacity: .8;
    padding: 20px;
    width: 100%;
}

main.leaf#test_sample #main_area .main_text h2 {
    background-color: #636;
}

main.leaf#test_sample #main_area .main_text h3 {
    margin: 20px 0;
    padding: 10px;
    text-align: center;
}

main.leaf#test_sample #main_area .main_text .literacy_test h3 {
    border: 1px solid #006cba;
    color: #006cba;
}

main.leaf#test_sample #main_area .main_text .competency_test h3 {
    border: 1px solid #da227f;
    color: #da227f;
}

main.leaf#test_sample #main_area .main_text .literacy_test a.anc {
    display: inline-block;
    padding: 10px 10px 0 0;
}

main.leaf#test_sample #main_area .main_text > div {
    background-color: transparent;
    opacity: 1;
    padding: 20px 0;
}

main.leaf#test_sample #main_area .main_text > div p + p {
    margin: 0;
}

main.leaf#test_sample #main_area .main_text > div a + p {
    margin: 10px 0;
}

main.leaf#test_sample .test_box {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

main.leaf#test_sample .test_box h4 {
    background-color: #006cba;
    color: #fff;
    height: 120px;
    margin-right: 20px;
    padding-top: 50px;
    text-align: center;
    width: 120px;
}

main.leaf#test_sample .test_box.competency_test h4 {
    background-color: #da227f;
}

main.leaf#test_sample .test_box.case h4 {
    background-color: #636;
}

main.leaf#test_sample .test_box.competency_test .test_box_text > div {
    padding: 0;
}

main.leaf#test_sample .test_box.competency_test:last-child {
    border: none;
}

main.leaf#test_sample .test_box h5 {
    background-color: #ececec;
    color: #666;
    letter-spacing: inherit;
    padding: 10px;
}

main.leaf#test_sample .test_box h6 {
    font-weight: 600;
    margin: 10px 0;
}

main.leaf#test_sample .test_box .test_box_text {
    width: calc(100% - 140px);
}

main.leaf#test_sample .test_box .test_box_text > div {
    padding: 10px;
}

main.leaf#test_sample .test_box .test_box_text img {
    display: block;
    margin: 10px auto;
}

main.leaf#test_sample .test_box .test_box_text .question_text {
    border-left: 2px solid #ccc;
    color: #006cba;
    line-height: 1.85em;
    margin: 15px 0;
    padding: 15px 0 15px 15px;
}

main.leaf#test_sample .test_box .test_box_text .question_select {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

main.leaf#test_sample .test_box .test_box_text ul {
    margin-top: 20px;
}

main.leaf#test_sample .test_box .test_box_text ul li {
    line-height: 1.25em;
    list-style: decimal;
    margin-left: 20px;
}

main.leaf#test_sample .test_box .test_box_text ul li + li {
    margin-top: 15px;
}

main.leaf#report_and_training #main_area .about_img .about_text h5 {
    background-color: #636;
}

main.leaf#report_and_training #main_area .about_img .about_text p {
    border-color: #636;
}

main.leaf#report_and_training #main_area .main_text h2 {
    background-color: #636;
}

main.leaf#report_and_training #main_area .report_heading {
    background-color: #eee;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px;
    position: relative;
}

main.leaf#report_and_training #main_area .report_heading:after {
    border-top: 12px solid #666;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 12px;
    content: "";
    position: absolute;
    right: 8px;
}

main.leaf#report_and_training #main_area .report_heading span:before {
    color: #5e2f5e;
    content: "◆";
    margin-right: 5px;
}

main.leaf#report_and_training #main_area .report_heading.is-open:after {
    border-top: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #666;
    bottom: 12px;
    content: "";
    position: absolute;
    right: 8px;
}

main.leaf#report_and_training #main_area .report_detail {
    display: none;
    padding: 10px 0;
}

main.leaf#report_and_training #main_area .report_detail.is-open {
    display: block;
}

main.leaf#report_and_training #main_area .sub_text {
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    padding-top: 5px;
}

main.leaf#report_and_training #more_area .about_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.leaf#report_and_training #more_area .about_img > div {
    width: 200px;
}

main.leaf#report_and_training #more_area .about_img > div:last-child {
    margin-left: 10px;
}

main.leaf#report_and_training #more_area .about_img > div p {
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 10px 0;
}

footer {
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ddd;
    border-top: 1px solid #fff;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.1rem;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 0 10px;
}

footer p {
    padding-bottom: 10px;
    text-align: left;
    width: 40%;
}

footer p:nth-child(even) {
    padding-right: 10px;
    text-align: right;
    width: 60%;
}

footer a {
    color: #666;
    text-decoration: none;
}

footer a:visited {
    color: #666;
    text-decoration: none;
}

footer ul {
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 60%;
}

footer li {
    margin: 0 5px 5px 0;
}

footer li + li {
    border-left: 1px solid #333;
    padding-left: 5px;
}

footer li:last-child {
    padding-right: 5px;
}

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

    #about_gs .gs_img {
        display: none;
    }

}

@media screen and (min-width: 665px) {

    main.leaf#literacy #more_area .main_text {
        width: 30%;
    }

    main.leaf#literacy #more_area .about_img {
        width: calc(70% - 85px);
    }

}

@media print,
screen and (min-width: 665px) {

    .sp {
        display: none !important;
    }

}

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

    #about_gs .box_right .main_text {
        width: 70%;
    }

    #leaf_nav ul li {
        font-size: 0.65em;
    }

}

header.leaf div.wrapper {
    position: fixed;
    width: 100%;
    z-index: 99;
}

nav#global_nav {
    position: fixed;
    width: 100%;
    z-index: 100;
}

nav#leaf_nav {
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 99;
}

/*20200903add PROG Seminar Document*/
main.leaf#test_sample #main_area .main_text .lecture_materials .title {
    border: 1px solid #006cba;
    color: #006cba;
}

main.leaf#test_sample #main_area .main_text .report .title {
    border: 1px solid #da227f;
    color: #da227f;
}

main.leaf#test_sample #main_area .main_text h3.hdgLevel3{
	text-align:left;
	background:#EEE;
	font-weight: bold;
	clear: both;
}
.columnImgR{
	clear:both;
}
.columnImgR img{
	float:left;
	padding: 0 25px 20px 15px; 
}
.columnImgR .sp-view{
	display:none;
}

section .txt{
	padding:15px 0;
	line-height: 1.3em;
}
section .sem_sum{
	background:#FAFAFA;
	border:1px solid #DDD;
	padding:14px;
	margin:0 0 25px 0;
	border-radius: 3px;
}

section .fwBold{
	font-weight:bold;
}
section .listLink{
	line-height: 1.5em;
}

.boxContent.row2 {
    font-size: 0;
    margin-left: -4%;
}
.boxContent.row2 .inner {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 0 0 4%;
}
.boxContent.row3 {
    font-size: 0;
    margin-left: -2.33333333333%;
}
.boxContent.row3 .inner {
    display: inline-block;
    vertical-align: top;
    width: calc(93% / 3);
    margin: 0 0 0 2.33333333333%;
}
.txtAlignC, table.txtAlignC th, table.txtAlignC td {
    text-align: center !important;
}
.boxContent .wrapImg {
    margin-top: 20px;
    padding: 0;
}

.wrapImg img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.boxContent .wrapImg .txtCaption,
.boxContent .txt{
	font-size:12px;
    display: block;
    margin: 10px 0 20px;
}
.boxContent .txt{
	padding:0 0;
}
.listLink {
    margin-top: 15px;
}
.listLink li {
    margin-top: 10px;
}
.listAttend{
	border-top:#DDD 1px solid;
	padding:20px 0 40px;
}
main.leaf#test_sample #main_area .main_text.op9{
	opacity:0.9;
}
div.back_link{
	margin-top:-25px;
	padding: 15px 0 65px;
	text-align: center;
}
div.back_link a{
	border:#CCC 1px solid;
	font-size:12px;
	color:#333;
	padding:5px 15px;
}
div.back_link a:hover{
	background:#333;
	color:#FFF;
}

@media screen and (min-width: 665px) {
    main.leaf#test_sample #main_area .main_text .lecture_materials .title + div {
        padding: 0 10px 10px;
    }

    main.leaf#test_sample #main_area .main_text .report .title + div {
        padding: 0 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

main.leaf#test_sample #main_area .main_text .report .report-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 200px;
    position: relative;
}

main.leaf#test_sample .main_text .report .heading {
    background-color: #ececec;
    color: #666;
    letter-spacing: inherit;
    padding: 10px;
    margin: 20px 0 10px;
}

main.leaf#test_sample .main_text .report .heading + div {
    padding: 10px;
}

main.leaf#test_sample #main_area .main_text .report .box {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}

main.leaf#test_sample #main_area .main_text .report .box:last-child {
    border-bottom: none;
}

main.leaf#test_sample .main_text .report .box .box_title {
    background-color: #636;
    color: #fff;
    height: 120px;
    margin-right: 20px;
    padding-top: 50px;
    text-align: center;
    width: 120px;
}

main.leaf#test_sample .main_text .report .box .box-text {
    padding: 0 10px;
}

main.leaf#test_sample .main_text .lecture_materials .list-text li,
main.leaf#test_sample .main_text .report .list-text li {
    line-height: 1.85em;
    position: relative;
    padding-left: 20px;
}

main.leaf#test_sample .main_text .lecture_materials .list-text li:before,
main.leaf#test_sample .main_text .report .list-text li:before {
    content: "";
    position: absolute;
    left: 0.2em;
    top: 0.7em;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
}

main.leaf#test_sample .main_text .lecture_materials .list-link,
main.leaf#test_sample .main_text .report .list-link {
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

main.leaf#test_sample .main_text .lecture_materials .list-link {
    margin: 15px 0;
    font-weight: bold;
}

main.leaf#test_sample .main_text .report .list-link {
    margin-top: 25px;
}

main.leaf#test_sample .main_text .report section:last-child .list-link {
    margin-top: 10px;
}

main.leaf#test_sample .main_text .lecture_materials .list-text {
    margin: 0 0 15px 20px;
}

main.leaf#test_sample .main_text .report .arrow-down .list-link {
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
    display: block;
}

main.leaf#test_sample .main_text .lecture_materials .list-link:before,
main.leaf#test_sample .main_text .report .list-link:before {
    content: "";
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.2em;
    height: 0.2em;
    border: 0.3em solid transparent;
    border-left: 0.5em solid #636;
}

a.linkPdf{
	position: relative;
}
a.linkPdf:after{
	content: "PDF";
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 4px;
    margin-top: 0;
    margin-left: 0;
    background-size: 50px 50px;
    background: #E03616;
    color: #fff;
    font-size: 0.5em;
    font-weight: bold;
    text-align: center;
    padding: 1px 4px;
}

main.leaf#test_sample .main_text .report .list-link.pdf:after,
main.leaf#test_sample #main_area .main_text .report .report-link:after {
    content: "PDF";
    display: inline-block;
    position: absolute;
    right: -30px;
    top: -2px;
    margin-top: 0;
    margin-left: 0;
    background-size: 50px 50px;
    background: #E03616;
    color: #fff;
    font-size: 0.5em;
    font-weight: bold;
    text-align: center;
    padding: 1px 4px;
}

main.leaf#test_sample #main_area .main_text .report .report-link:after {
    top: 0;
    left: 0;
    right: auto;
}

main.leaf#test_sample .main_text .report .arrow-down .list-link:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 0.4em;
}

#foot_corp{
	padding:34px 14px;
	text-align: center;
}
#foot_corp div{
	font-size:0.87em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#555;
	line-height: 1.8;
}