@charset "UTF-8";
/*!
Theme Name: guide
Theme URI: http://underscores.me/
Author: Me
Author URI: http://underscores.me/
Description: Custom theme: guide, developed by Me
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: guide
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

guide is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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 {
		line-height: 1.15;
		/* 1 */
		-webkit-text-size-adjust: 100%;
		/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
		margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
		font-size: 2em;
		margin: 0.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] {
		border-bottom: none;
		/* 1 */
		text-decoration: underline;
		/* 2 */
		-webkit-text-decoration: underline dotted;
		        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: -0.25em;
}

sup {
		top: -0.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: 0.35em 0.75em 0.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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
		color: #404040;
		font-family: sans-serif;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
		clear: both;
}

p {
		margin-bottom: 1.5em;
}

dfn, cite, em, i {
		font-style: italic;
}

blockquote {
		margin: 0 1.5em;
}

address {
		margin: 0 0 1.5em;
}

pre {
		background: #eee;
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 15px;
		font-size: 0.9375rem;
		line-height: 1.6;
		margin-bottom: 1.6em;
		max-width: 100%;
		overflow: auto;
		padding: 1.6em;
}

code, kbd, tt, var {
		font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
		font-size: 15px;
		font-size: 0.9375rem;
}

abbr, acronym {
		border-bottom: 1px dotted #666;
		cursor: help;
}

mark, ins {
		background: #fff9c0;
		text-decoration: none;
}

big {
		font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}

*,
*:before,
*:after {
		/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
		-webkit-box-sizing: inherit;
		        box-sizing: inherit;
}

body {
		background: #fff;
		/* Fallback for when there is no custom background color defined. */
}

hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin-bottom: 1.5em;
}

ul, ol {
		margin: 0 0 1.5em 3em;
}

ul {
		list-style: disc;
}

ol {
		list-style: decimal;
}

li > ul,
li > ol {
		margin-bottom: 0;
		margin-left: 1.5em;
}

dt {
		font-weight: bold;
}

dd {
		margin: 0 1.5em 1.5em;
}

img {
		height: auto;
		/* Make sure images are scaled correctly. */
		max-width: 100%;
		/* Adhere to container width. */
}

figure {
		margin: 1em 0;
		/* Extra wide images within figure tags don't overflow the content area. */
}

table {
		margin: 0 0 1.5em;
		width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
		border: 1px solid;
		border-color: #ccc #ccc #bbb;
		border-radius: 3px;
		background: #e6e6e6;
		color: rgba(0, 0, 0, 0.8);
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1;
		padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
		border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
		border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
		color: #666;
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
		color: #111;
}

select {
		border: 1px solid #ccc;
}

textarea {
		width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
		color: royalblue;
}

a:visited {
		color: purple;
}

a:hover, a:focus, a:active {
		color: midnightblue;
}

a:focus {
		outline: thin dotted;
}

a:hover, a:active {
		outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
}

.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
}

.main-navigation ul ul {
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
}

.main-navigation ul ul ul {
		left: -999em;
		top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
		left: 100%;
}

.main-navigation ul ul a {
		width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
		left: auto;
}

.main-navigation li {
		float: left;
		position: relative;
}

.main-navigation a {
		display: block;
		text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
		display: block;
}

@media screen and (min-width: 37.5em) {
		.menu-toggle {
				display: none;
		}
		.main-navigation ul {
				display: block;
		}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
		margin: 0 0 1.5em;
		overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
		float: left;
		width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		-webkit-clip-path: inset(50%);
		        clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
		/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		-webkit-clip-path: none;
		        clip-path: none;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
		/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
		outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
}

.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
}

.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
		content: "";
		display: table;
		table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
		clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
		margin: 0 0 1.5em;
		/* Make sure select elements fit in widgets. */
}

.widget select {
		max-width: 100%;
}

#secondary .widget + .widget_rag-banner-widget {
		margin-top: 1.5em;
}

.widget_rag-banner-widget .widget_title,
.widget_rag-banner-widget .widgettitle {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
		color: #fff;
		background-color: #83a7dc;
		font-weight: normal;
		margin: 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		padding: 10px 10px 3px;
}

.widget_rag-banner-widget .rag-banner-list {
		border: 1px solid #83a7dc;
}

.widget_rag-banner-widget .rag-banner-header {
		border-bottom: 1px solid #83a7dc;
		background-color: #e9f0f9;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}

.widget_rag-banner-widget .rag-banner-header .header-thumbnail {
		width: 90px;
		height: 66px;
		margin: 0;
}

.widget_rag-banner-widget .rag-banner-header .header-thumbnail img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		display: block;
}

.widget_rag-banner-widget .rag-banner-header .header-title {
		width: calc(100% - 90px);
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1.5;
		font-weight: bold;
		margin: 0;
		padding: 10px;
}

.widget_rag-banner-widget .rag-banner-header.loading {
		position: relative;
}

.widget_rag-banner-widget .rag-banner-header.loading::after {
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}

.widget_rag-banner-widget .rag-banner-content {
		height: 365px;
		background-color: #f5f5f5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.widget_rag-banner-widget .rag-banner-content .loading-icon {
		width: 54px;
		height: 52px;
		margin-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-image: url("data:image/svg+xml,%3Csvg width='54' height='52' viewBox='0 0 54 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='27' cy='4' r='4' fill='%232C2ACC'/%3E%3Ccircle cx='38' cy='8' r='4' fill='%232C2ACC'/%3E%3Ccircle cx='16' cy='8' r='4' fill='%23CCC6FC'/%3E%3Ccircle cx='46' cy='16' r='4' fill='%232C2ACC'/%3E%3Ccircle cx='8' cy='16' r='4' fill='%23CCC6FC'/%3E%3Ccircle cx='46' cy='36' r='4' fill='%232C2ACC'/%3E%3Ccircle cx='8' cy='36' r='4' fill='%23CCC6FC'/%3E%3Ccircle cx='38' cy='44' r='4' fill='%23CCC6FC'/%3E%3Ccircle cx='16' cy='44' r='4' fill='%23CCC6FC'/%3E%3Ccircle cx='27' cy='48' r='4' fill='%23CCC6FC'/%3E%3Ccircle cx='50' cy='26' r='4' fill='%232C2ACC'/%3E%3Ccircle cx='4' cy='26' r='4' fill='%23CCC6FC'/%3E%3C/svg%3E%0A");
		-webkit-animation: spin 1500ms infinite linear;
		        animation: spin 1500ms infinite linear;
}

.widget_rag-banner-widget .rag-banner-content .text {
		width: 100%;
		font-size: 10px;
		font-size: 0.625rem;
		line-height: 1.5;
		text-align: center;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}

.widget_rag-banner-widget .rag-banner-content .rag-banner-item {
		width: 100%;
		height: 73px;
		border-bottom: 1px solid #83a7dc;
		background-color: #fff;
		background-image: url(images/icon_arrow_right_nice_blue.png);
		background-repeat: no-repeat;
		background-position: 95.348837209% center;
		background-size: 5px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 73px;
		        flex: 0 0 73px;
}

.widget_rag-banner-widget .rag-banner-content .rag-banner-item:hover {
		background-color: #e7f0fa;
}

.widget_rag-banner-widget .rag-banner-content .rag-banner-item a {
		width: 100%;
		height: 100%;
		text-decoration: none;
		padding: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.widget_rag-banner-widget .rag-banner-content .rag-banner-item p {
		margin: 0;
}

.widget_rag-banner-widget .rag-banner-content .rag-banner-item-data {
		width: 60px;
		color: #1156bd;
		font-size: 10px;
		font-size: 0.625rem;
		line-height: 1.2;
}

.widget_rag-banner-widget .rag-banner-content .rag-banner-item-title {
		width: calc(100% - 87px);
		color: #333333;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1.5;
}

@supports (display: -webkit-box) {
		.widget_rag-banner-widget .rag-banner-content .rag-banner-item-title {
				overflow: hidden;
				-webkit-box-orient: vertical;
				display: -webkit-box;
				-webkit-line-clamp: 3;
		}
}

.widget_rag-banner-widget .rag-banner-content:not(.rag-banner-content-loading) .text {
		height: 100%;
		padding: 10px;
}

.widget_rag-banner-widget .rag-banner-content.rag-banner-content-full .rag-banner-item {
		border-bottom: none;
}

.widget_rag-banner-widget .rag-banner-content.rag-banner-content-full .rag-banner-item:not(:first-child) {
		border-top: 1px solid #83a7dc;
}

.widget_rag-banner-widget .rag-banner-footer p.text {
		color: #495361;
		font-size: 10px;
		font-size: 0.625rem;
		line-height: 1.8;
		font-weight: bold;
		text-align: center;
		margin: 0;
		padding: 12px 10px;
}

.widget_rag-banner-widget .rag-banner-footer p.text strong {
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1.5;
		font-weight: bold;
}

.widget_rag-banner-widget .rag-banner-footer p.button {
		margin: 0;
}

.widget_rag-banner-widget .rag-banner-footer p.button a {
		width: 100%;
		height: auto;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border-radius: 4px;
		padding-top: 12px;
		padding-bottom: 11px;
		background-repeat: no-repeat;
		background-position: 95.348837209% center;
		background-size: 2%;
		display: block;
}

.widget_rag-banner-widget .rag-banner-footer p.button a.button-primary {
		color: #fff;
		background-color: #1156bd;
		background-image: url(images/Icon_btn_right.png);
		-webkit-box-shadow: 0px 3px 0px 0px #2a395c;
		        box-shadow: 0px 3px 0px 0px #2a395c;
}

.widget_rag-banner-widget .rag-banner-footer p.button a.button-secondary {
		color: #595959;
		border: 1px solid #cccccc;
		background-color: #ffffff;
		background-image: url(images/icon_arrow_right_nice_blue.png);
}

@-webkit-keyframes spin {
		0% {
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
				opacity: 1;
		}
		50% {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
				opacity: 1;
		}
		100% {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
				opacity: 1;
		}
}

@keyframes spin {
		0% {
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
				opacity: 1;
		}
		50% {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
				opacity: 1;
		}
		100% {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
				opacity: 1;
		}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
		display: block;
}

.hentry {
		margin: 0 0 1.5em;
}

.updated:not(.published) {
		display: none;
}

.page-content,
.entry-content,
.entry-summary {
		margin: 1.5em 0 0;
}

.page-links {
		clear: both;
		margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
		word-wrap: break-word;
}

.bypostauthor {
		display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
		/* Theme Footer (when set to scrolling) */
		display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
		display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
		max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
		display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
		margin-bottom: 1.5em;
		max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.wp-caption .wp-caption-text {
		margin: 0.8075em 0;
		font-size: 12px;
		font-size: 0.75rem;
		color: #757C85;
		line-height: 18px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
		margin-bottom: 1.5em;
}

.gallery-item {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
}

.gallery-columns-2 .gallery-item {
		max-width: 50%;
}

.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
		max-width: 25%;
}

.gallery-columns-5 .gallery-item {
		max-width: 20%;
}

.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
}

.gallery-caption {
		display: block;
}

/*--------------------------------------------------------------
# Extends
--------------------------------------------------------------*/
.site-header .site_support_info .to_change_jobs_support a, .change_jobs_services .to_change_jobs_service a, .single .change_job_service .change_job_service__item a.btn_orange, .single .change_job_service .change_job_service__item a.btn_blue, .single .change_job_service .change_job_service__item a.btn_custom {
		display: block;
		padding-top: 8px;
		padding-bottom: 9px;
		font-size: 14px;
		font-size: 0.875rem;
		color: #fff;
		font-weight: bold;
		width: 215px;
		height: 33px;
		background-color: #ff6400;
		-webkit-box-shadow: 0px 2px 0px 0px #c43100;
		        box-shadow: 0px 2px 0px 0px #c43100;
		border-radius: 5px;
		background-image: url("images/Icon_btn_right.png");
		background-repeat: no-repeat;
		background-position: 95.348837209% center;
		background-size: 5%;
}

.site-header .site_support_info .to_change_jobs_support a:hover, .change_jobs_services .to_change_jobs_service a:hover, .single .change_job_service .change_job_service__item a.btn_orange:hover, .single .change_job_service .change_job_service__item a.btn_blue:hover, .single .change_job_service .change_job_service__item a.btn_custom:hover {
		text-decoration: none;
		background-color: #ff7945;
}

.each_site_header .search_area .tag_list, .single .post_tag_list {
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 1;
}

.each_site_header .search_area .tag_list li, .single .post_tag_list li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
}

.each_site_header .search_area .tag_list li a, .single .post_tag_list li a {
		font-size: 12px;
		font-size: 0.75rem;
		color: #333333;
		padding: 5px 5px;
		border: 1px solid #ccc;
		border-radius: 4px;
		background-color: #fff;
}

.each_site_header .search_area .tag_list li a:hover, .single .post_tag_list li a:hover {
		text-decoration: none;
		background-color: #F5F5F5;
}

.pickup_block .post_tag_list, .category article .post_tag_list,
.archive article .post_tag_list,
.search article .post_tag_list,
.has_sidebar article .post_tag_list {
		margin-top: 10px;
		margin-bottom: 0;
}

.pickup_block .post_tag_list li, .category article .post_tag_list li, .archive article .post_tag_list li, .search article .post_tag_list li, .has_sidebar article .post_tag_list li {
		display: inline-block;
		margin-right: 0px;
		margin-bottom: 5px;
		font-size: 12px;
		font-size: 0.75rem;
		border: 1px solid #ccc;
		border-radius: 4px;
		background-color: #fff;
		padding: 1px 6px;
		color: #333333;
}

.pickup_block .no_image, .category .thumbnail .no_image,
.archive .thumbnail .no_image,
.search .thumbnail .no_image,
.has_sidebar .thumbnail .no_image, #secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__thumb .no_image, .entry-content .no_image, .single .related_posts .related_posts__list a .no_image {
		height: 156px;
		background-color: #f5f5f5;
		margin: 0;
		text-align: center;
		position: relative;
}

.pickup_block .no_image .no_image__text, .category .thumbnail .no_image .no_image__text, .archive .thumbnail .no_image .no_image__text, .search .thumbnail .no_image .no_image__text, .has_sidebar .thumbnail .no_image .no_image__text, #secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__thumb .no_image .no_image__text, .entry-content .no_image .no_image__text, .single .related_posts .related_posts__list a .no_image .no_image__text {
		font-family: 'Roboto Condensed', sans-serif;
		color: #ccc;
		text-transform: uppercase;
		display: block;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}

.pickup_block .no_image .no_image__text:before, .category .thumbnail .no_image .no_image__text:before, .archive .thumbnail .no_image .no_image__text:before, .search .thumbnail .no_image .no_image__text:before, .has_sidebar .thumbnail .no_image .no_image__text:before, #secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__thumb .no_image .no_image__text:before, .entry-content .no_image .no_image__text:before, .single .related_posts .related_posts__list a .no_image .no_image__text:before {
		content: '';
		display: inline-block;
		width: 14px;
		height: 14px;
		background: url("images/icon_no_image.png") transparent no-repeat scroll center center;
		margin-right: 10px;
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
body {
		color: #333333;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

h1 {
		font-size: 36px;
		font-size: 2.25rem;
}

h3 {
		font-size: 24px;
		font-size: 1.5rem;
}

h4 {
		font-size: 20px;
		font-size: 1.25rem;
}

ul,
li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
}

a {
		color: #1156bd;
		text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

a:link, a:visited, a:hover, a:active {
		color: #1156bd;
}

input[type="submit"] {
		cursor: pointer;
}

.u-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}

.u-fill--white {
		fill: #fff;
}

.u-fill--monoLight {
		fill: #A8A8A8;
}

.u-fill--nice_blue {
		fill: #1156bd;
}

.c-icon {
		width: 18px;
		height: 18px;
		vertical-align: middle;
}

.c-icon--s {
		width: 11px;
		height: 14px;
		margin-right: -1px;
}

.u-mr--xl {
		margin-right: 30px;
}

.c-globalNavi__arrow {
		width: 8px;
		height: 8px;
		margin-left: 3px;
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
}

.c-button__arrow {
		width: 9px;
		height: 14px;
		margin-left: 3px;
}

.u-col-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
}

.u-col-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
}

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

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

.indent_top {
		margin-top: 2rem;
}

.page_title {
		padding-left: 10px;
		border-left: 10px solid #1156bd;
}

.single_line {
		line-height: 1;
}

.pagination {
		background-color: #f5f5f5;
		text-align: center;
		margin-bottom: 20px;
		padding-top: 13px;
		position: relative;
		min-height: 58px;
		font-family: 'Roboto Condensed', sans-serif;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
		font-size: 14px;
		font-size: 0.875rem;
		text-align: center;
		padding-top: 6px;
		padding-bottom: 6px;
		background-color: #fff;
		border-radius: 4px;
		width: auto;
		line-height: inherit;
}

.pagination .prev.page-numbers .c-button__arrow,
.pagination .next.page-numbers .c-button__arrow {
		vertical-align: middle;
}

.pagination .prev {
		position: absolute;
		left: 10px;
		padding-left: 10px;
		padding-right: 14px;
}

.pagination .prev .c-button__arrow {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		margin-right: 10px;
}

.pagination .next {
		position: absolute;
		right: 10px;
		padding-left: 14px;
		padding-right: 10px;
}

.pagination .next .c-button__arrow {
		margin-left: 10px;
}

.pagination .page-numbers {
		display: inline-block;
		width: 32px;
		height: 32px;
		font-size: 14px;
		font-size: 0.875rem;
		border-radius: 4px;
		background-color: #fff;
		margin-right: 5px;
		line-height: 2.2;
}

.pagination .page-numbers:last-child {
		margin-right: 0;
}

.pagination .page-numbers.current {
		background-color: transparent;
}

.to_top a {
		font-size: 14px;
		font-size: 0.875rem;
		text-align: center;
		display: block;
		width: 295px;
		border: 1px solid #ccc;
		border-radius: 4px;
		color: #595959;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		line-height: 1;
}

.to_top a:hover {
		text-decoration: none;
		background-color: #e7f0fa;
}

.to_top a svg {
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}

.icon_twitter {
		width: 24px;
		height: 24px;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.header_sub_outer {
		border-bottom: 4px solid #1156bd;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		min-height: 75px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
}

.header_sub_outer.fixed {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
}

.admin-bar .header_sub_outer.fixed {
		-webkit-transform: translateY(32px);
		        transform: translateY(32px);
}

.header_sub_outer .site-header {
		width: 100%;
		position: relative;
		padding-top: 24px;
		padding-bottom: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.header_sub_outer .site-header .siteLogo {
		float: none;
}

.header_sub_outer .site-header .site_support_info {
		position: static;
}

.header_outer {
		border-bottom: 4px solid #1156bd;
		width: 100%;
		height: 101px;
		background-color: #fff;
}

.site-header {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
}

#page {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
}

.archive .site-content,
.single .site-content,
.error404 .site-content,
.search .site-content,
.has_sidebar .site-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
}

.archive .site-content #primary,
.single .site-content #primary,
.error404 .site-content #primary,
.search .site-content #primary,
.has_sidebar .site-content #primary {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 700px;
		        flex: 0 0 700px;
		margin-right: 20px;
		width: 700px;
}

.archive .site-content #secondary,
.single .site-content #secondary,
.error404 .site-content #secondary,
.search .site-content #secondary,
.has_sidebar .site-content #secondary {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 230px;
		        flex: 0 0 230px;
}

.home.archive_style #primary {
		margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
.site-header {
		position: relative;
		padding-top: 36px;
		padding-bottom: 15px;
}

.site-header .siteLogo {
		float: left;
		margin-right: 23px;
}

.site-header .siteLogo a {
		display: block;
}

.site-header .siteLogo img {
		vertical-align: bottom;
}

.site-header .tagLine {
		float: left;
}

.site-header .tagLine .main_title {
		margin-top: 0px;
		font-size: 10px;
		font-size: 0.625rem;
		color: #595959;
		font-weight: normal;
		font-family: "Hiragino Kaku Gothic ProN";
}

.site-header .site_support_info {
		position: absolute;
		right: 0;
		top: 12px;
}

.site-header .site_support_info .guideNav {
		text-align: right;
		margin-bottom: 0;
}

.site-header .site_support_info .guideNav li {
		display: inline-block;
		margin-right: 15px;
}

.site-header .site_support_info .guideNav li:last-child {
		margin-right: 0;
}

.site-header .site_support_info .guideNav li a {
		font-size: 12px;
		font-size: 0.75rem;
}

.site-header .site_support_info .to_change_jobs_support {
		margin: 0;
		text-align: center;
		float: right;
}

.site-header .site_support_info .to_change_jobs_support.two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 7px;
}

.site-header .site_support_info .to_change_jobs_support a {
		min-width: 215px;
		width: auto;
		min-height: 51px;
		height: auto;
		color: #fff;
		text-align: center;
		line-height: 1.25;
		font-weight: bold;
		border-radius: 5px;
		padding: 10px 20px;
		background-image: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-shadow: 0px 5px 0px 0px rgba(var(--button-block-shadow), 1);
		        box-shadow: 0px 5px 0px 0px rgba(var(--button-block-shadow), 1);
		background-color: rgba(var(--button-block-color), 1);
		background-image: url(images/Icon_btn_right.png);
		background-repeat: no-repeat;
		background-position: calc(100% - 10px) center;
		background-size: 9px;
}

.site-header .site_support_info .to_change_jobs_support a:hover {
		background-color: rgba(var(--button-block-color), 0.8);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
		float: none;
}

.main-navigation li {
		float: none;
}

#primary-menu {
		height: 31px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
}

#primary-menu .menu-item {
		width: 155px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 155px;
		        flex: 0 0 155px;
		position: relative;
		text-align: center;
}

#primary-menu .menu-item:first-child {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 154px;
		        flex: 0 0 154px;
}

#primary-menu .menu-item:hover {
		background-color: #047fbe;
		border-bottom-color: #047fbe;
}

#primary-menu .menu-item:hover .sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}

#primary-menu .menu-item a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 16px;
		font-size: 1rem;
		color: #fff;
		text-decoration: none;
}

#primary-menu .menu-item a .menu_small {
		font-size: 14px;
		font-size: 0.875rem;
}

#primary-menu .menu-item a img {
		position: absolute;
		top: 0;
		left: 0;
}

#primary-menu .menu-item a img.on {
		display: none;
}

#primary-menu .menu-item.menu_secondary {
		width: 110px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 110px;
		        flex: 0 0 110px;
		background-color: #ECECEC;
		border-right: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
}

#primary-menu .menu-item.menu_secondary a {
		font-size: 13px;
		font-size: 0.8125rem;
		color: #424242;
}

#primary-menu .menu-item.menu_secondary:last-child a:after {
		content: none;
}

#primary-menu .menu-item.menu_secondary:hover {
		background-color: #f3f3f3;
}

#primary-menu .menu-item.child_large .sub-menu {
		width: 900px;
}

#primary-menu .menu-item.child_large .sub-menu .menu-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin-bottom: 1px;
		text-align: left;
}

#primary-menu .menu-item.child_large .sub-menu .menu-item a {
		display: inline;
}

#primary-menu .menu-item.child_middle .sub-menu {
		width: 550px;
}

#primary-menu .menu-item.child_middle .sub-menu .menu-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin-bottom: 1px;
		text-align: left;
}

#primary-menu .menu-item.child_middle .sub-menu .menu-item a {
		display: inline;
}

#primary-menu .menu-item.child_small .sub-menu {
		width: 350px;
}

#primary-menu .menu-item.has_image_map .sub-menu .menu-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
}

#primary-menu .menu-item.has_image_map .sub-menu .c-icon {
		vertical-align: -3px;
}

#primary-menu .menu-item.has_image_map .sub-menu .c-icon--s {
		margin-right: 0;
}

#primary-menu .menu-item.has_image_map .sub-menu ul {
		position: relative;
		left: 0;
		top: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
}

#primary-menu .menu-item.search_box .sub-menu .menu-item {
		width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
}

#primary-menu .menu-item .sub-menu {
		position: absolute;
		top: 27px;
		left: 0;
		background: #fff;
		border: 3px #047fbe solid;
		padding: 10px;
		text-align: left;
		z-index: 300;
		display: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
}

#primary-menu .menu-item .sub-menu .menu-item {
		width: auto;
		background-color: #fff;
		border-bottom: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border: none;
		text-align: left;
}

#primary-menu .menu-item .sub-menu .menu-item a {
		text-align: left;
		color: #1156bd;
		font-size: 12px;
		font-size: 0.75rem;
}

#primary-menu .menu-item .sub-menu .menu-item a:hover {
		text-decoration: underline;
}

#primary-menu .menu-item .u-mr--m {
		margin-right: 20px;
}

#primary-menu .menu-item .p-globalNaviMap {
		width: 257px;
		height: 195px;
		margin-bottom: 10px;
		display: inline-block;
		position: relative;
		background: url("images/globalMenuMap.png") no-repeat left top;
		background-position: center 0;
}

#primary-menu .menu-item .p-globalNaviMap a {
		position: absolute;
		width: auto;
		line-height: 15.6px;
}

#primary-menu .menu-item .p-globalNaviMap__peace--kaigai {
		top: 29px;
		left: 46px;
		padding: 8px 11px;
}

#primary-menu .menu-item .p-globalNaviMap__peace--hokkaido {
		top: 5px;
		left: 202px;
		padding: 11px 6px;
}

#primary-menu .menu-item .p-globalNaviMap__peace--tohoku {
		top: 51px;
		left: 198px;
		padding: 16px 5px 27px;
}

#primary-menu .menu-item .p-globalNaviMap__peace--kanto {
		top: 119px;
		left: 192px;
		padding: 9px 9px 15px;
}

#primary-menu .menu-item .p-globalNaviMap__peace--tokai {
		top: 95px;
		left: 149px;
		padding: 16px 9px 21px;
}

#primary-menu .menu-item .p-globalNaviMap__peace--kansai {
		top: 113px;
		left: 110px;
		padding: 19px 5px;
}

#primary-menu .menu-item .p-globalNaviMap__peace--chushikoku {
		top: 116px;
		left: 71px;
		padding: 7px 1px 9px 11px;
}

#primary-menu .menu-item .p-globalNaviMap__peace--kyushu {
		top: 120px;
		left: -1px;
		padding: 22px 12px 23px 33px;
}

#primary-menu .menu-item .searchWrp .search_title {
		font-size: 12px;
		font-size: 0.75rem;
		border-left: 3px #0068B7 solid;
		padding-left: 10px;
		margin-bottom: 5px;
		font-weight: bold;
		margin-top: 0;
}

#primary-menu .menu-item .searchWrp form {
		margin-bottom: 5px;
}

#primary-menu .menu-item .searchWrp input[type="text"] {
		font-size: 14px;
		font-size: 0.875rem;
}

#primary-menu .menu-item .searchWrp input[type="submit"] {
		font-size: 11px;
		font-size: 0.6875rem;
		padding: 0;
		background-color: #fff;
}

#primary-menu .menu-item .searchWrp .keywordsWrp01 p {
		margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcurmb {
		font-size: 12px;
		font-size: 0.75rem;
		margin: 15px 0 15px 0;
		color: #595959;
}

.breadcurmb a {
		display: inline-block;
}

.breadcurmb a:first-child {
		margin-left: 0;
		margin-right: 8px;
}

.breadcurmb span {
		margin-left: 8px;
}

.breadcurmb span span {
		margin-left: 0;
}

/*--------------------------------------------------------------
# Keyword, tag select
--------------------------------------------------------------*/
.each_site_header {
		background-color: #1156bd;
		padding: 22px 20px 70px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		color: #fff;
}

.each_site_header .each_site_header__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 436px;
		        flex: 0 0 436px;
}

.each_site_header .each_site_header__content .site-title {
		font-size: 36px;
		font-size: 2.25rem;
		margin: 0 0 8px 0;
}

.each_site_header .each_site_header__content .site-description {
		margin-top: 0;
		font-size: 14px;
		font-size: 0.875rem;
}

.each_site_header .search_area {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 393px;
		        flex: 0 0 393px;
		border-radius: 5px;
		padding: 20px 30px;
		background-color: #e9f0f9;
}

.each_site_header .search_area h3 {
		color: #1156bd;
		font-weight: normal;
		font-size: 16px;
		font-size: 1rem;
		margin: 0;
}

.each_site_header .search_area .search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-bottom: 20px;
}

.each_site_header .search_area .search input[type="text"] {
		width: 279px;
		font-size: 14px;
		font-size: 0.875rem;
		padding: 14px 10px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-top: 1px solid #ccc;
		border-right: none;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
}

.each_site_header .search_area .search input[type="text"]::-webkit-input-placeholder {
		color: #ccc;
}

.each_site_header .search_area .search input[type="text"]::-moz-placeholder {
		color: #ccc;
}

.each_site_header .search_area .search input[type="text"]::-ms-input-placeholder {
		color: #ccc;
}

.each_site_header .search_area .search input[type="text"]::placeholder {
		color: #ccc;
}

.each_site_header .search_area .search input[type="submit"] {
		width: 55px;
		height: 52px;
		border: none;
		text-indent: -9999px;
		background: url("images/Icon_search.svg") #1156bd no-repeat scroll center center;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
}

/*--------------------------------------------------------------
# Step block （プロが教える！転職の進め方とポイント）
--------------------------------------------------------------*/
.step_point_block {
		margin-top: 70px;
		padding: 0 20px 30px;
		background-color: #e9f0f9;
}

.step_block {
		margin-top: -70px;
		color: #fff;
		position: relative;
		top: -70px;
		margin-bottom: -70px;
}

.step_block .step_widget {
		margin-bottom: 0;
}

.step_block h3 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 24px;
		font-size: 1.5rem;
		padding-left: 10px;
		border-left: 7px solid #fff;
		line-height: 1;
		font-weight: normal;
}

.step_block .step_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 0;
}

.step_block li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 216px;
		        flex: 0 0 216px;
}

.step_block .step_list_content a {
		text-decoration: none;
}

.step_block .step_list_content .step_list_content__item {
		min-height: 180px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center bottom;
		border-radius: 4px;
		background-color: #fff;
		position: relative;
}

.step_block .step_list_content .step_list_content__item:before {
		content: '';
		display: block;
		width: 100%;
		height: 80px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(16%, white), color-stop(95%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
		background-image: linear-gradient(to bottom, white 0%, white 16%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		top: 62px;
		left: 0;
}

.step_block .step_list_content .step_list_content__header {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 12px;
		margin-bottom: 10px;
		position: relative;
		z-index: 100;
}

.step_block .step_list_content .step_header {
		margin: 0;
		font-size: 14px;
		font-size: 0.875rem;
		color: #1156bd;
		font-family: 'Roboto Condensed', sans-serif;
}

.step_block .step_list_content .step_title {
		color: #333333;
		margin: 0;
		line-height: 1.31;
		font-weight: bold;
		font-size: 16px;
		font-size: 1rem;
}

.step_block .step_list_content .step_list_content__editor ul {
		margin-bottom: 0;
}

.step_block .step_list_content .step_list_content__editor li {
		list-style-type: none;
		color: #1156bd;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.71;
		font-weight: bold;
		list-style-position: inside;
		padding-left: 5px;
}

.step_block .step_list_content .step_list_content__editor li a {
		display: block;
		margin-left: -0.5rem;
}

.step_block .step_list_content .step_list_content__editor li a:hover {
		text-decoration: none;
		background-color: #fff;
}

/*--------------------------------------------------------------
# Point block
--------------------------------------------------------------*/
.point_block {
		margin-top: 30px;
}

.point_block h3 {
		margin-top: 0;
		margin-bottom: 20px;
		color: #1156bd;
		font-size: 24px;
		font-size: 1.5rem;
		font-weight: normal;
		text-align: center;
}

.point_block h3 span {
		font-size: 16px;
		font-size: 1rem;
		font-weight: normal;
		margin-right: 16px;
		color: #333333;
		vertical-align: 3px;
}

.point_block .point_widget {
		width: 864px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -6px;
}

.point_block .point_widget .point_block {
		padding-bottom: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 0;
		margin-bottom: 0;
}

.point_block .point_widget .point_block__item {
		margin: 0 10px 20px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 262px;
		        flex: 0 0 262px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.point_block .point_widget .point_block__item > a {
		border-radius: 4px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 110px;
		min-height: 110px;
		background-color: #fff;
}

.point_block .point_widget .point_block__item > a:hover {
		text-decoration: none;
}

.point_block .point_widget .point_block__header {
		padding: 0;
		text-align: center;
}

.point_block .point_widget .point_block__header h4 {
		color: #1156bd;
		font-weight: normal;
		margin-top: 6px;
		margin-bottom: 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1;
}

.point_block .point_widget .point_block__header img {
		width: 60px;
		height: 60px;
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.point_block .point_widget .point_block__editor {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 10px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5;
}

.point_block .point_widget .point_block__editor ul {
		margin-bottom: 0;
}

.point_block .point_widget .point_block__editor li a {
		color: #1156bd;
		display: block;
}

.point_block .point_widget .point_block__editor li a:hover {
		text-decoration: none;
		background-color: #fff;
}

/*--------------------------------------------------------------
# Pickup block
--------------------------------------------------------------*/
.pickup_block {
		padding: 30px 20px 60px 20px;
}

.pickup_block .page_title {
		margin-top: 0;
		font-weight: normal;
		border-left-width: 7px;
}

.pickup_block .pickup_widget {
		margin-bottom: 30px;
}

.pickup_block .pickup_block_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 0;
		margin-top: 0;
}

.pickup_block ul {
		margin-bottom: 0;
}

.pickup_block .pickup_post_item img {
		display: block;
}

.pickup_block .pickup_block_list__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 190px;
		        flex: 0 0 190px;
		padding-bottom: 22px;
		border-bottom: 1px solid #ccc;
		position: relative;
}

.pickup_block .pickup_block_list__item:hover:after {
		content: '';
		display: block;
		height: 4px;
		background-color: #1156bd;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
}

.pickup_block .pickup_block_list__item a h4 {
		color: #333333;
		font-size: 16px;
		font-size: 1rem;
}

.pickup_block .pickup_block_list__item a:hover {
		text-decoration: none;
}

.pickup_block .no_image {
		height: 190px;
}

.pickup_block h4 {
		margin: 10px 0 0 0;
		line-height: 1.5;
}

.pickup_block .post_tag_list li a {
		font-size: 10px;
		font-size: 0.625rem;
}

.pickup_block .widget_text {
		margin-bottom: 0;
}

.pickup_block .more_entry,
.pickup_block .textwidget {
		text-align: center;
		margin: 0;
}

.pickup_block .more_entry p,
.pickup_block .textwidget p {
		margin: 0;
}

.pickup_block .more_entry a,
.pickup_block .textwidget a {
		position: relative;
		text-decoration: none;
		display: block;
		border-radius: 4px;
		border: 1px solid #1156bd;
		padding: 12px 0;
		text-align: center;
		width: 32.307692308%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		font-size: 0.875rem;
		padding-right: 30px;
		padding-left: 20px;
}

.pickup_block .more_entry a:after,
.pickup_block .textwidget a:after {
		content: '';
		display: block;
		width: 9px;
		height: 14px;
		background: url("images/icon_arrow_right_nice_blue.png") transparent no-repeat scroll 90% center;
		background-size: 100%;
		margin-left: 5px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}

.pickup_block .more_entry a:hover,
.pickup_block .textwidget a:hover {
		background-color: #e9f0f9;
}

/*--------------------------------------------------------------
# Change jobs block
--------------------------------------------------------------*/
.change_jobs_block {
		padding: 30px 20px 26px 20px;
		background-color: #f5f5f5;
		margin-bottom: 30px;
}

.change_jobs_block h3 {
		margin: 0 0 20px 0;
		line-height: 1;
		padding-left: 0;
		border-left: none;
		font-size: 20px;
		font-size: 1.25rem;
		font-weight: normal;
}

.change_jobs_block .change_jpbs_block_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}

.change_jobs_block .change_jpbs_block_list .change_jpbs_block_list__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 170px;
		        flex: 0 0 170px;
		background-color: #fff;
		border: 1px solid #ccc;
		margin-bottom: 10px;
		margin-right: 15px;
		/* for IE11 :(change_jobs_services */
		max-width: 170px;
}

.change_jobs_block .change_jpbs_block_list .change_jpbs_block_list__item:nth-child(5n) {
		margin-right: 0;
}

.change_jobs_block .change_jpbs_block_list .change_jpbs_block_list__item a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px;
}

.change_jobs_block .change_jpbs_block_list .change_jpbs_block_list__item a:hover {
		text-decoration: none;
		background-color: #f5f5f5;
}

.change_jobs_block .change_jpbs_block_list .change_jpbs_block_list__item h4 {
		font-size: 14px;
		font-size: 0.875rem;
		color: #333333;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 10px;
		word-break: break-all;
		margin-top: 14px;
}

.change_jobs_block .change_jpbs_block_list .change_jpbs_block_list__item .change_jobs_list {
		font-size: 12px;
		font-size: 0.75rem;
		color: #595959;
		line-height: 1.25;
}

/*--------------------------------------------------------------
# Change jobs services
--------------------------------------------------------------*/
.change_jobs_services {
		padding: 20px;
		border: 1px solid #ccc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 20px;
}

.change_jobs_services .to_change_jobs_service {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 490px;
		        flex: 0 0 490px;
}

.change_jobs_services .change_jobs_services__discription {
		margin-right: 20px;
}

.change_jobs_services .change_jobs_services__discription h4 {
		font-size: 20px;
		font-size: 1.25rem;
		color: #1156bd;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 3px;
}

.change_jobs_services .change_jobs_services__discription p {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		color: #595959;
		line-height: 1.29;
		font-weight: 500;
}

.change_jobs_services .to_change_jobs_service {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 400px;
		        flex: 0 0 400px;
}

.change_jobs_services .to_change_jobs_service a {
		-webkit-box-shadow: 0px 5px 0px 0px #c43100;
		        box-shadow: 0px 5px 0px 0px #c43100;
		text-align: center;
		padding-top: 24px;
		display: block;
		width: 400px;
		height: 73px;
		background-size: 2.3%;
		font-size: 16px;
		font-size: 1rem;
		background-image: none;
}

.change_jobs_services .to_change_jobs_service a .free {
		background: #fff;
		border-radius: 4px;
		color: #ef5214;
		font-size: 14px;
		font-size: 0.875rem;
		padding: 0.1em 0.5em;
		margin-left: 5px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: 1px;
		font-weight: normal;
		line-height: 1.4;
		padding-top: 2px;
}

/*--------------------------------------------------------------
# Footer job offer
--------------------------------------------------------------*/
.footer_job_offer {
		width: 930px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		background: url("images/textbox02_bg.gif") transparent repeat scroll left top;
		color: #595959;
		font-size: 10.2px;
		font-size: 0.6375rem;
		padding: 5px 20px;
		line-height: 13.26px;
}

.footer_job_offer .navtitle {
		font-size: 12.24px;
		font-size: 0.765rem;
		margin: 8px 0 5px 0;
		padding: 0;
}

.footer_job_offer .kensakukoumoku {
		color: #595959;
		font-weight: bold;
}

.footer_job_offer .mpgul {
		margin-bottom: 10px;
}

.footer_job_offer .mpgul li {
		display: inline-block;
		padding-right: 4px;
		line-height: 13.26px;
}

.footer_job_offer .mpgul li .mpgli {
		padding-right: 3px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info {
		font-size: 10.2px;
		font-size: 0.6375rem;
		height: 40px;
		background: url("images/foot_ra_bg.gif") repeat-x bottom;
}

.site-info p.title {
		padding: 0 0 0 4px;
		margin: 0;
		display: block;
}

.site-info .list_inline {
		margin: 0 5px;
}

.site-info .list_inline li {
		display: inline;
		padding: 0 4px 0 0;
}

.recruit_job_info {
		padding: 0 5px;
		line-height: 13.26px;
}

.recruit_job_info .footerh2 {
		display: inline;
		font-size: 10.2px;
		font-size: 0.6375rem;
		color: #595959;
		font-weight: bold;
		margin: 0;
		padding: 0 2px 0 0;
}

.recruit_job_info .list_inline {
		display: inline;
		margin: 0;
		padding: 0;
}

.recruit_job_info .list_inline li {
		font-size: 10.2px;
		font-size: 0.6375rem;
		display: inline;
		padding: 0 4px 0 0;
}

.copyright_area {
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 9px 0 0 0;
		border-top: 1px solid #cdcdcd;
		font-size: 10px;
		font-size: 0.625rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: end;
}

.copyright_area p {
		padding: 0 10px 0 0;
		margin: 0;
		color: #595959;
}

.copyright_area .copyright {
		margin-left: 10px;
}

.copyright_area .copyright_link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: end;
}

.copyright_area .copyright_link:hover {
		text-decoration: none;
}

.copyright_area .copyright_logo {
		padding-bottom: 2px;
}

.copyright_area .copyright_text {
		font-size: 10px;
		font-size: 0.625rem;
		color: #595959;
		margin-left: 5px;
}

/*--------------------------------------------------------------
# Category archive and Search and any archives.
--------------------------------------------------------------*/
.category .hentry,
.archive .hentry,
.search .hentry,
.has_sidebar .hentry {
		margin-bottom: 0;
}

.category .page-header + article:first-of-type,
.archive .page-header + article:first-of-type,
.search .page-header + article:first-of-type,
.has_sidebar .page-header + article:first-of-type {
		margin-top: 30px;
}

.category .archive_title,
.archive .archive_title,
.search .archive_title,
.has_sidebar .archive_title {
		line-height: 1.28;
		margin-top: 6px;
		margin-bottom: 0;
}

.category .archive-description,
.archive .archive-description,
.search .archive-description,
.has_sidebar .archive-description {
		color: #595959;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5;
		margin-top: 20px;
		margin-bottom: 30px;
}

.category .thumbnail .no_image,
.archive .thumbnail .no_image,
.search .thumbnail .no_image,
.has_sidebar .thumbnail .no_image {
		width: 294px;
		height: 156px;
}

.category article,
.archive article,
.search article,
.has_sidebar article {
		border-bottom: 1px solid #ccc;
		padding: 20px;
}

.category article:hover,
.archive article:hover,
.search article:hover,
.has_sidebar article:hover {
		background-color: #e9f0f9;
}

.category article:last-child,
.archive article:last-child,
.search article:last-child,
.has_sidebar article:last-child {
		margin-bottom: 0;
}

.category article a,
.archive article a,
.search article a,
.has_sidebar article a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
}

.category article a:hover,
.archive article a:hover,
.search article a:hover,
.has_sidebar article a:hover {
		text-decoration: none;
}

.category article .thumbnail,
.archive article .thumbnail,
.search article .thumbnail,
.has_sidebar article .thumbnail {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 147px;
		        flex: 0 0 147px;
		margin-right: 28.7px;
}

.category article .thumbnail .no_image,
.archive article .thumbnail .no_image,
.search article .thumbnail .no_image,
.has_sidebar article .thumbnail .no_image {
		width: auto;
		height: 156px;
}

.category article .entry_digest__title,
.archive article .entry_digest__title,
.search article .entry_digest__title,
.has_sidebar article .entry_digest__title {
		font-size: 20px;
		font-size: 1.25rem;
		margin-top: 10px;
		margin-bottom: 4px;
		line-height: 1.5;
		color: #333333;
}

.category article .entry_digest__content,
.archive article .entry_digest__content,
.search article .entry_digest__content,
.has_sidebar article .entry_digest__content {
		font-size: 14px;
		font-size: 0.875rem;
		color: #595959;
		line-height: 1.5;
}

.category .search_sub_title,
.archive .search_sub_title,
.search .search_sub_title,
.has_sidebar .search_sub_title {
		font-weight: normal;
		font-size: 20px;
		font-size: 1.25rem;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary {
		position: relative;
		z-index: 1;
}

#secondary .widget_title {
		font-size: 16px;
		font-size: 1rem;
		color: #fff;
		background-color: #83a7dc;
		font-weight: normal;
		padding: 6px 10px;
		margin: 0;
}

#secondary .step_sidebar_widget {
		margin: 0;
}

#secondary .step_sidebar_widget .widget_title {
		margin: 12px 0 0 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
}

#secondary .step_sidebar_widget .step_list {
		margin-bottom: 0;
}

#secondary .step_sidebar_widget li {
		border-right: 1px solid #83a7dc;
		border-bottom: 1px solid #83a7dc;
		border-left: 1px solid #83a7dc;
}

#secondary .step_sidebar_widget li a {
		display: block;
		padding: 10px 5px 10px;
}

#secondary .step_sidebar_widget li a:hover {
		text-decoration: none;
		background-color: #E7F0FA;
}

#secondary .step_sidebar_widget .step_list_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

#secondary .step_sidebar_widget .step_list_content .step_list_content__image {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60px;
		        flex: 0 0 60px;
		margin-right: 5px;
}

#secondary .step_sidebar_widget .step_list_content .step_list_content__image img {
		height: 60px;
		border-radius: 4px;
		vertical-align: bottom;
}

#secondary .step_sidebar_widget .step_list_content .step_list_content__header {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(100% - 60px);
		        flex: 0 0 calc(100% - 60px);
}

#secondary .step_sidebar_widget .step_list_content .step_list_content__header .step_header {
		margin: 0;
		color: #1156bd;
		font-size: 14px;
		font-size: 0.875rem;
		font-family: 'Roboto Condensed', sans-serif;
}

#secondary .step_sidebar_widget .step_list_content .step_list_content__header .step_title {
		margin: 0;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: normal;
		color: #333;
}

#secondary .point_sidebar_widget .point_block {
		margin: 0;
}

#secondary .point_sidebar_widget .point_block li {
		border-right: 1px solid #83a7dc;
		border-bottom: 1px solid #83a7dc;
		border-left: 1px solid #83a7dc;
}

#secondary .point_sidebar_widget .point_block li a {
		display: block;
		padding: 10px 5px 10px;
		color: #595959;
}

#secondary .point_sidebar_widget .point_block li a:hover {
		text-decoration: none;
		background-color: #E7F0FA;
}

#secondary .point_sidebar_widget .point_block .point_title {
		margin: 0;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: normal;
}

#secondary .ranking_sidebar_widget .widget_title {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
}

#secondary .ranking_sidebar_widget .ranking_list__item {
		border-right: 1px solid #83a7dc;
		border-bottom: 1px solid #83a7dc;
		border-left: 1px solid #83a7dc;
		position: relative;
}

#secondary .ranking_sidebar_widget .ranking_list__item:nth-child(1):before {
		position: absolute;
		z-index: 100;
		content: "1";
		line-height: 1.8;
		text-indent: -0.05rem;
		left: 2px;
		font-family: 'Roboto Condensed', sans-serif;
		color: #1156bd;
		font-size: 14px;
		font-size: 0.875rem;
		padding-left: 8px;
}

#secondary .ranking_sidebar_widget .ranking_list__item:nth-child(2):before {
		position: absolute;
		z-index: 100;
		content: "2";
		line-height: 1.8;
		text-indent: -0.05rem;
		left: 2px;
		font-family: 'Roboto Condensed', sans-serif;
		color: #1156bd;
		font-size: 14px;
		font-size: 0.875rem;
		padding-left: 8px;
}

#secondary .ranking_sidebar_widget .ranking_list__item:nth-child(3):before {
		position: absolute;
		z-index: 100;
		content: "3";
		line-height: 1.8;
		text-indent: -0.05rem;
		left: 2px;
		font-family: 'Roboto Condensed', sans-serif;
		color: #1156bd;
		font-size: 14px;
		font-size: 0.875rem;
		padding-left: 8px;
}

#secondary .ranking_sidebar_widget .ranking_list__item:nth-child(4):before {
		position: absolute;
		z-index: 100;
		content: "4";
		line-height: 1.8;
		text-indent: -0.05rem;
		left: 2px;
		font-family: 'Roboto Condensed', sans-serif;
		color: #1156bd;
		font-size: 14px;
		font-size: 0.875rem;
		padding-left: 8px;
}

#secondary .ranking_sidebar_widget .ranking_list__item:nth-child(5):before {
		position: absolute;
		z-index: 100;
		content: "5";
		line-height: 1.8;
		text-indent: -0.05rem;
		left: 2px;
		font-family: 'Roboto Condensed', sans-serif;
		color: #1156bd;
		font-size: 14px;
		font-size: 0.875rem;
		padding-left: 8px;
}

#secondary .ranking_sidebar_widget .ranking_list__item:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 40px 0 0;
		border-color: #e9f0f9 transparent transparent transparent;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
}

#secondary .ranking_sidebar_widget .ranking_list__item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		padding: 10px;
}

#secondary .ranking_sidebar_widget .ranking_list__item a:hover {
		text-decoration: none;
		background-color: #E7F0FA;
}

#secondary .ranking_sidebar_widget .ranking_list__item p {
		margin: 0;
}

#secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__thumb {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60px;
		        flex: 0 0 60px;
		margin-right: 5px;
}

#secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__thumb img {
		width: 60px;
		height: auto;
}

#secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__thumb .no_image {
		width: 60px;
		height: 60px;
}

#secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__thumb .no_image .no_image__text {
		font-size: 12px;
		font-size: 0.75rem;
}

#secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__thumb .no_image .no_image__text:before {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		background: url("images/no_image_small.png") transparent no-repeat scroll center center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3px;
}

#secondary .ranking_sidebar_widget .ranking_list__item .ranking_list__title {
		color: #595959;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.29;
}

#secondary .fixed-banner {
		position: relative;
		z-index: 1;
}

#secondary .fixed-banner.fixed {
		position: fixed;
		top: 75px;
		width: 230px;
}

#secondary .fixed-banner.bottom {
		position: absolute;
		top: auto;
		bottom: 0;
}

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.entry_title {
		line-height: 1.28;
		margin-top: 6px;
		margin-bottom: 0;
}

.entry-content {
		margin-top: 20px;
		margin-bottom: 30px;
}

.entry-content h1 {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.5;
}

.entry-content h2 {
		font-size: 20px;
		font-size: 1.25rem;
		border-bottom: 3px solid #1156bd;
		padding-bottom: 12px;
		line-height: 1.8;
}

.entry-content h3 {
		margin-top: 0;
		margin-bottom: 10px;
		padding-left: 17px;
		position: relative;
		font-size: 20px;
		font-size: 1.25rem;
}

.entry-content h3:before {
		content: '';
		display: inline-block;
		width: 7px;
		height: 20px;
		background-color: #1156bd;
		position: absolute;
		left: 0;
		top: 0.4rem;
}

.entry-content h4 {
		font-size: 16px;
		font-size: 1rem;
}

.entry-content a {
		text-decoration: underline;
}

.entry-content ul,
.entry-content ol,
.entry-content dl {
		font-size: 14px;
		font-size: 0.875rem;
		color: #595959;
}

.entry-content p {
		line-height: 1.5;
		color: #595959;
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 14px;
		font-size: 0.875rem;
}

.entry-content p:last-child {
		margin-bottom: 0;
}

.entry-content ul {
		margin-left: 1rem;
}

.entry-content ul li {
		list-style: none;
		padding-left: 0.6rem;
		position: relative;
}

.entry-content ul li:before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		background-color: #595959;
		border-radius: 50%;
		margin-top: -1px;
		margin-left: -.6rem;
		position: absolute;
		top: .5em;
		left: -6px;
}

.entry-content ol {
		margin: 0 0 1.5em 1em;
		padding: 0;
}

.entry-content ol li {
		list-style: decimal;
		padding-left: 0.6rem;
}

.entry-content dl {
		overflow: hidden;
}

.entry-content dl dt {
		font-weight: bold;
		float: left;
}

.entry-content dl dt:before {
		content: '';
		display: block;
		width: 1px;
		height: 1px;
		clear: both;
}

.entry-content dl dd {
		margin-bottom: 1px;
}

.entry-content dl dd:before {
		content: '…';
		display: inline-block;
		margin-left: 18px;
		margin-right: 18px;
}

.entry-content table {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
}

.entry-content table th,
.entry-content table td {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		font-size: 0.875rem;
		padding: 10px 10px 6px 10px;
}

.entry-content table th {
		text-align: left;
		background-color: #f5f5f5;
		color: #333333;
}

.entry-content table td {
		color: #595959;
}

.entry-content blockquote {
		border-left: 7px solid #f5f5f5;
		padding-left: 20px;
		margin-left: 0;
		margin-bottom: 30px;
}

.entry-content blockquote p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5;
		color: #808080;
}

.entry-content .marker_line {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffd4b));
		background: linear-gradient(transparent 60%, #fffd4b 60%);
}

.entry-content .box-type1 {
		border: 1px solid #ccc;
		padding: 20px;
		margin-bottom: 30px;
		color: #333333;
		line-height: 1.5;
		font-size: 14px;
		font-size: 0.875rem;
}

.entry-content .box-type2 {
		border: 1px solid #ccc;
		background-color: #f5f5f5;
		padding: 25px 20px 20px;
		margin-bottom: 30px;
		color: #333333;
		line-height: 1.5;
		font-size: 14px;
		font-size: 0.875rem;
}

.entry-content .box-type2 > * {
		color: #333333;
		line-height: 1.5;
		font-size: 14px;
		font-size: 0.875rem;
}

.entry-content .post_thumb {
		float: right;
		margin-left: 12px;
		/*		& + * {
			display: inline;

			h2, h3, h4, h5, h6, div {
				display: inline;
			}

		}*/
}

.entry-content .post_thumb img {
		width: 100%;
		height: auto;
}

.entry-content .no_image {
		width: 310px;
		height: 165px;
		font-size: 16px;
		font-size: 1rem;
}

.entry-content .no_image .no_image__text:before {
		vertical-align: -2px;
}

.entry-content #toc_container {
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
		clear: both;
}

.entry-content #toc_container .toc_title {
		font-size: 20px;
		font-size: 1.25rem;
		margin-bottom: 15px;
		position: relative;
}

.entry-content #toc_container .toc_title:after {
		content: '';
		display: block;
		width: 650px;
		height: 1px;
		border-bottom: 1px solid #ccc;
		position: absolute;
		top: 52%;
		right: 0;
}

.entry-content #toc_container .toc_list {
		margin-bottom: 0;
		margin-left: 0;
}

.entry-content #toc_container .toc_list li {
		margin-left: 3em;
		list-style: none;
		text-indent: -3em;
}

.entry-content #toc_container .toc_list li:before {
		content: none;
}

.entry-content #toc_container .toc_list li a {
		margin-left: 20px;
		font-size: 14px;
		font-size: 0.875rem;
}

.entry-content #toc_container .toc_list li a span {
		padding-right: 15px;
}

.entry-content .information_block {
		background-color: #e9f0f9;
		padding: 20px;
		margin-bottom: 75px;
		clear: both;
		overflow: hidden;
		position: relative;
		top: 30px;
}

.entry-content .information_block h3 {
		display: inline-block;
		font-size: 20px;
		font-size: 1.25rem;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 5px;
		padding-left: 0;
		border-left: none;
}

.entry-content .information_block h3:before {
		content: none;
}

.entry-content .information_block h3 .english_name {
		margin-left: 20px;
		color: #83a7dc;
		font-size: 14px;
		font-size: 0.875rem;
}

.entry-content .information_block p {
		font-size: 12px;
		font-size: 0.75rem;
}

.entry-content .information_block p:last-child {
		margin-bottom: 0;
}

.entry-content .information_block .information_block__image .alignright {
		margin-left: 20px;
}

.entry-content .information_block .information_block__image img.alignright {
		width: 123px;
}

.entry-content .information_block .view-sp {
		display: none;
}

.single .post_tag_list {
		margin-top: 0;
}

.single .post_tag_list li {
		margin-bottom: 18px;
}

.single .entry_info_share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}

.single .entry_info_share.no_entry_meta {
		margin-bottom: 30px;
}

.single .entry_info_share .post_tag_list {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
}

.single .entry_info_share .post_tag_list a {
		display: block;
		font-size: 10px;
		font-size: 0.625rem;
}

.single .entry_info_share .sns-buttons {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
}

.single .entry_info_share .sns-buttons .sns_share_btn {
		margin-bottom: 0;
		text-align: right;
}

.single .entry_info_share .sns-buttons .sns_share_btn li {
		display: inline-block;
		margin-right: 6px;
}

.single .entry_info_share .sns-buttons .sns_share_btn li:last-child {
		margin-right: 0;
}

.single .entry_info_share .sns-buttons .sns_share_btn li.sns_btn_twitter img {
		height: 22px;
}

.single .entry_meta {
		padding: 20px;
		background-color: #f5f5f5;
		margin-top: 30px;
		margin-bottom: 30px;
		border: 1px solid #ccc;
}

.single .entry_meta .entry_meta__content {
		font-size: 12px;
		font-size: 0.75rem;
		margin: 0;
}

.single .entry_meta .entry_meta__content .entry_meta__date {
		margin-right: 8px;
}

.single .upper_button_text {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 21px;
		color: #595959;
}

.single .upper_button_text h2 {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 23.4px;
		border-bottom: none;
		font-weight: bold;
		margin-bottom: 10px;
}

.single .upper_button_text p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 21px;
		color: #595959;
		margin: 0.75em 0;
}

.single .change_job_service {
		padding: 5px 0 20px 0;
		border: 1px solid #ccc;
		border-radius: 4px;
		margin-bottom: 30px;
}

.single .change_job_service .change_job_service__list {
		margin-bottom: 0;
		padding: 0 49px;
}

.single .change_job_service .change_job_service__list.two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 10px;
}

.single .change_job_service .change_job_service__list.two-columns .change_job_service__item {
		width: calc((100% - 10px) / 2);
}

.single .change_job_service .change_job_service__item {
		margin-bottom: 15px;
}

.single .change_job_service .change_job_service__item a {
		display: block;
		max-width: 600px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
		color: #fff;
		padding: 16px 0;
		font-weight: normal;
}

.single .change_job_service .change_job_service__item a:hover {
		text-decoration: none;
		background-color: #ff7945;
}

.single .change_job_service .change_job_service__item a span {
		display: block;
}

.single .change_job_service .change_job_service__item a.btn_orange {
		width: 100%;
		-webkit-box-shadow: 0px 5px 0px 0px #c43100;
		        box-shadow: 0px 5px 0px 0px #c43100;
		text-align: center;
		display: block;
		min-height: 53px;
		height: 100%;
		background-size: 9px;
		font-size: 16px;
		font-size: 1rem;
		padding: 16px 0;
		background-position: calc(100% - 9px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}

.single .change_job_service .change_job_service__item a.btn_blue {
		width: 100%;
		background-color: #1156bd;
		-webkit-box-shadow: 0px 5px 0px 0px #092c5f;
		        box-shadow: 0px 5px 0px 0px #092c5f;
		text-align: center;
		display: block;
		min-height: 53px;
		height: 100%;
		background-size: 9px;
		font-size: 16px;
		font-size: 1rem;
		padding: 16px 0;
		background-position: calc(100% - 9px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}

.single .change_job_service .change_job_service__item a.btn_blue:hover {
		background-color: rgba(17, 86, 189, 0.8);
}

.single .change_job_service .change_job_service__item a.btn_custom {
		width: 100%;
		-webkit-box-shadow: 0px 5px 0px 0px rgba(var(--button-block-shadow), 1);
		        box-shadow: 0px 5px 0px 0px rgba(var(--button-block-shadow), 1);
		background-color: rgba(var(--button-block-color), 1);
		text-align: center;
		display: block;
		min-height: 53px;
		height: 100%;
		background-size: 9px;
		font-size: 16px;
		font-size: 1rem;
		padding: 16px 0;
		background-position: calc(100% - 9px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}

.single .change_job_service .change_job_service__item a.btn_custom:hover {
		background-color: rgba(var(--button-block-color), 0.8);
}

.single .related_posts .related_posts__title {
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 16px;
		font-size: 1rem;
}

.single .related_posts .related_posts__list {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
}

.single .related_posts .related_posts__list .related_post_item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 175px;
		        flex: 0 0 175px;
		margin-right: 0;
}

.single .related_posts .related_posts__list .related_post_item:hover {
		background-color: #e7f0fa;
}

.single .related_posts .related_posts__list .related_post_item:last-child {
		margin-right: 0;
}

.single .related_posts .related_posts__list a {
		display: block;
		margin: 10px;
}

.single .related_posts .related_posts__list a .no_image {
		width: 155px;
		height: 155px;
		margin-bottom: 10px;
}

.single .related_posts .related_posts__list a:hover {
		text-decoration: none;
}

.single .related_posts .related_posts__list a .related_post_title {
		margin: 0;
		color: #333333;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5;
}

.single .related_posts .to_top {
		margin-top: 10px;
		margin-bottom: 50px;
}

body:has(.rag-event-hero) {
		overflow-x: clip;
}

body .site-content {
		display: block;
}

body .site-content:has(.rag-event-hero) {
		-webkit-margin-before: -1px;
		        margin-block-start: -1px;
		margin-inline: -15px;
}

body .site-content article {
		-webkit-margin-after: 0;
		        margin-block-end: 0;
}

body .site-content .entry-content {
		margin-block: 0;
}

.rag-event-hero {
		-webkit-margin-after: 48px;
		        margin-block-end: 48px;
		padding-block: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		min-height: 530px;
		position: relative;
		z-index: 1;
}

.rag-event-hero::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		z-index: 1;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 100vw;
		background-image: url(images/event/background-hero2.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.rag-event-hero .wp-block-group__inner-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 8px;
		letter-spacing: 2.8px;
		position: relative;
		z-index: 2;
}

.rag-event-hero .wp-block-group__inner-container > p {
		-webkit-margin-after: 0;
		        margin-block-end: 0;
		padding: 8px 16px;
		line-height: 1.21428571;
		color: #1156bd;
		background-color: #fff;
		font-weight: 600;
		font-size: 28px;
		font-size: 1.75rem;
}

.rag-event-hero .wp-block-group__inner-container > h1 {
		margin-block: 0;
		padding: 8px 16px;
		line-height: 1.4;
		color: #1156bd;
		background-color: #fff;
		font-weight: 600;
		font-size: 40px;
		font-size: 2.5rem;
}

.rag-event-hero .wp-block-group__inner-container > h1 br {
		display: none;
}

.rag-event-lead {
		-webkit-margin-after: 48px;
		        margin-block-end: 48px;
}

.rag-event-lead > .wp-block-group__inner-container {
		text-align: center;
}

.rag-event-lead > .wp-block-group__inner-container > h2 {
		margin-block: 0 8px;
		-webkit-padding-after: 0;
		        padding-block-end: 0;
		-webkit-border-after: 0;
		        border-block-end: 0;
		line-height: 1.5;
		color: #1156bd;
		font-weight: 600;
		font-size: 28px;
		font-size: 1.75rem;
		letter-spacing: 2.8px;
}

.rag-event-lead > .wp-block-group__inner-container > p {
		-webkit-margin-after: 0;
		        margin-block-end: 0;
		color: #495361;
		line-height: 1.5;
		font-weight: 400;
		font-size: 16px;
		font-size: 1rem;
}

.rag-event-lead > .wp-block-group__inner-container > p.has-small-font-size {
		color: #757c85;
		font-size: 14px !important;
		font-size: 0.875rem !important;
}

.rag-event-header {
		-webkit-margin-after: 48px;
		        margin-block-end: 48px;
}

.rag-event-header::after {
		content: '';
		-webkit-margin-before: 12px;
		        margin-block-start: 12px;
		margin-inline: auto;
		display: block;
		width: 132px;
		height: 4px;
		background-color: #1156bd;
}

.rag-event-header > .wp-block-group__inner-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 4px;
}

.rag-event-header > .wp-block-group__inner-container > p {
		color: #1156bd;
		line-height: 1.5;
		font-family: "Fira Sans", sans-serif;
		font-weight: 600;
		font-size: 24px;
		font-size: 1.5rem;
		letter-spacing: 5px;
		text-transform: uppercase;
}

.rag-event-header > .wp-block-group__inner-container > h2 {
		margin-block: 0;
		-webkit-padding-after: 0;
		        padding-block-end: 0;
		-webkit-border-after: 0;
		        border-block-end: 0;
		line-height: 1.5;
		font-weight: 600;
		font-size: 32px;
		font-size: 2rem;
		letter-spacing: 8px;
}

.rag-event-list {
		-webkit-margin-after: 88px;
		        margin-block-end: 88px;
}

.rag-event-list .rag-event-list-content > ul {
		-webkit-margin-after: 0;
		        margin-block-end: 0;
		-webkit-margin-start: 0;
		        margin-inline-start: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 36px;
}

.rag-event-list .rag-event-list-content > ul > li {
		-webkit-box-shadow: 0 0 3px 0 rgba(17, 16, 183, 0.25);
		        box-shadow: 0 0 3px 0 rgba(17, 16, 183, 0.25);
		-webkit-padding-after: 16px;
		        padding-block-end: 16px;
		-webkit-padding-start: 0;
		        padding-inline-start: 0;
		border-radius: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-transition: -webkit-box-shadow 0.3s ease-out;
		transition: -webkit-box-shadow 0.3s ease-out;
		transition: box-shadow 0.3s ease-out;
		transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
		overflow: hidden;
}

.rag-event-list .rag-event-list-content > ul > li:hover {
		-webkit-box-shadow: 0 0 12px 0 rgba(17, 16, 183, 0.25);
		        box-shadow: 0 0 12px 0 rgba(17, 16, 183, 0.25);
}

.rag-event-list .rag-event-list-content > ul > li::before {
		display: none;
}

.rag-event-list .rag-event-list-content > ul > li > a {
		display: block;
		text-decoration: none;
}

.rag-event-list .rag-event-list-content > ul > li > a .rag-event-list-item-thumbnail img {
		display: block;
		width: 100%;
		aspect-ratio: 950/530;
}

.rag-event-list .rag-event-list-content > ul > li > a:hover + h3 > a, .rag-event-list .rag-event-list-content > ul > li > a:active + h3 > a {
		color: #006ff3;
		text-decoration: underline;
}

.rag-event-list .rag-event-list-content > ul > li > h3 {
		margin-block: 16px 0;
		padding-inline: 16px;
		display: grid;
		place-items: center;
		height: calc(1.4em * 3);
		position: relative;
		z-index: 1;
}

.rag-event-list .rag-event-list-content > ul > li > h3::before {
		display: none;
}

.rag-event-list .rag-event-list-content > ul > li > h3 > a {
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-height: 1.4;
		color: #495361;
		font-weight: 600;
		font-size: 16px;
		font-size: 1rem;
		text-decoration: none;
		overflow: hidden;
}

.rag-event-list .rag-event-list-content > ul > li > h3 > a:hover, .rag-event-list .rag-event-list-content > ul > li > h3 > a:active {
		color: #3f48e4;
		text-decoration: underline;
}

.rag-event-list .rag-event-list-content > ul > li > h3 > a::before, .rag-event-list .rag-event-list-content > ul > li > h3 > a::after {
		content: '';
		position: absolute;
		z-index: -1;
}

.rag-event-list .rag-event-list-content > ul > li > h3 > a::before {
		top: -16px;
		right: 0;
		left: 0;
		height: 16px;
}

.rag-event-list .rag-event-list-content > ul > li > h3 > a::after {
		top: 0;
		right: 16px;
		bottom: 0;
		left: 16px;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-info {
		-webkit-padding-before: 2px;
		        padding-block-start: 2px;
		padding-inline: 16px;
		display: grid;
		grid-template-columns: 24px auto;
		gap: 4px;
		line-height: 1.4;
		color: #495361;
		font-size: 14px;
		font-size: 0.875rem;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-info > i {
		-webkit-margin-before: -2px;
		        margin-block-start: -2px;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-info > i img {
		display: block;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-date {
		margin-block: 8px 0;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-date + .rag-event-list-item-place {
		-webkit-margin-before: 4px;
		        margin-block-start: 4px;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-place {
		margin-block: 8px 0;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-button {
		padding: 4px 10px;
		border-radius: 4em;
		display: block;
		line-height: 1.5;
		font-weight: bold;
		font-size: 14px;
		font-size: 0.875rem;
		text-align: center;
		text-decoration: none;
		-webkit-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-apply {
		margin-block: auto 0;
		-webkit-padding-before: 14px;
		        padding-block-start: 14px;
		padding-inline: 16px;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-apply > .rag-event-list-item-button {
		color: #fff;
		background-color: #1156bd;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-apply > .rag-event-list-item-button:hover, .rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-apply > .rag-event-list-item-button:active {
		background-color: #006ff3;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-apply + .rag-event-list-item-detail {
		-webkit-margin-before: 12px;
		        margin-block-start: 12px;
		-webkit-padding-before: 0;
		        padding-block-start: 0;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-detail {
		margin-block: auto 0;
		-webkit-padding-before: 14px;
		        padding-block-start: 14px;
		padding-inline: 16px;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-detail > .rag-event-list-item-button {
		-webkit-box-shadow: 0 0 3px 0 rgba(17, 16, 183, 0.5);
		        box-shadow: 0 0 3px 0 rgba(17, 16, 183, 0.5);
		color: #495361;
		background-color: #fff;
}

.rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-detail > .rag-event-list-item-button:hover, .rag-event-list .rag-event-list-content > ul > li .rag-event-list-item-detail > .rag-event-list-item-button:active {
		color: #006ff3;
		background-color: #f4f5ff;
}

.rag-event-specials {
		-webkit-margin-after: 88px;
		        margin-block-end: 88px;
}

.rag-event-specials .rag-event-specials-content > ul {
		-webkit-margin-after: 0;
		        margin-block-end: 0;
		-webkit-margin-start: 0;
		        margin-inline-start: 0;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 36px;
}

.rag-event-specials .rag-event-specials-content > ul > li {
		-webkit-padding-start: 0;
		        padding-inline-start: 0;
}

.rag-event-specials .rag-event-specials-content > ul > li::before {
		display: none;
}

.rag-event-specials .rag-event-specials-content > ul > li > a {
		display: block;
		text-decoration: none;
}

.rag-event-specials .rag-event-specials-content > ul > li > a .rag-event-specials-thumbnail {
		-webkit-margin-after: 8px;
		        margin-block-end: 8px;
		border-radius: 4px;
		overflow: hidden;
}

.rag-event-specials .rag-event-specials-content > ul > li > a .rag-event-specials-thumbnail img {
		display: block;
}

.rag-event-specials .rag-event-specials-content > ul > li > a .rag-event-specials-thumbnail .no_image {
		width: 100%;
		height: auto;
		aspect-ratio: 335/188;
}

.rag-event-specials .rag-event-specials-content > ul > li > a .rag-event-specials-title {
		-webkit-margin-after: 0;
		        margin-block-end: 0;
		-webkit-padding-start: 0;
		        padding-inline-start: 0;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-height: 1.4;
		color: #495361;
		font-weight: 700;
		overflow: hidden;
		font-size: 13px;
		font-size: 0.8125rem;
}

.rag-event-specials .rag-event-specials-content > ul > li > a .rag-event-specials-title::before {
		display: none;
}

.rag-event-specials .rag-event-specials-content > ul > li > a .rag-event-specials-date {
		-webkit-margin-before: 4px;
		        margin-block-start: 4px;
		line-height: 1;
		color: #757c85;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 400;
		font-size: 12px;
		font-size: 0.75rem;
}

.rag-event-specials .rag-event-specials-content > ul > li > a:hover .rag-event-specials-title, .rag-event-specials .rag-event-specials-content > ul > li > a:active .rag-event-specials-title {
		color: #006ff3;
		text-decoration: underline;
}

.rag-event-specials .rag-event-specials-more {
		-webkit-margin-before: 36px;
		        margin-block-start: 36px;
}

.rag-event-specials .rag-event-specials-more > a {
		-webkit-box-shadow: 0 0 3px 0 rgba(17, 16, 183, 0.5);
		        box-shadow: 0 0 3px 0 rgba(17, 16, 183, 0.5);
		margin-inline: auto;
		padding: 12px 10px;
		border-radius: 4em;
		display: block;
		width: 100%;
		max-width: 320px;
		line-height: 1;
		color: #495361;
		background-color: #fff;
		font-weight: 700;
		font-size: 16px;
		font-size: 1rem;
		text-align: center;
		text-decoration: none;
		-webkit-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
}

.rag-event-specials .rag-event-specials-more > a:hover, .rag-event-specials .rag-event-specials-more > a:active {
		color: #006ff3;
		background-color: #f7faff;
}

.rag-event-entry {
		-webkit-margin-after: 64px;
		        margin-block-end: 64px;
		padding-block: 48px;
		position: relative;
		z-index: 1;
}

.rag-event-entry::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		z-index: 1;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 100vw;
		background-color: #f7faff;
}

.rag-event-entry > .wp-block-group__inner-container {
		position: relative;
		z-index: 2;
}

.rag-event-entry > .wp-block-group__inner-container .wp-block-columns {
		margin-block: 48px 0;
		gap: 36px;
		counter-reset: event-flow 0;
}

.rag-event-entry > .wp-block-group__inner-container .wp-block-columns .wp-block-column {
		-webkit-box-shadow: 0 0 12px 0 rgba(17, 16, 183, 0.08);
		        box-shadow: 0 0 12px 0 rgba(17, 16, 183, 0.08);
		padding: 13px;
		border-radius: 8px;
		background-color: #fff;
}

.rag-event-entry > .wp-block-group__inner-container .wp-block-columns .wp-block-column > h3 {
		-webkit-margin-after: 0;
		        margin-block-end: 0;
		-webkit-padding-start: 0;
		        padding-inline-start: 0;
		line-height: 1.50943396;
		color: #1156bd;
		font-weight: 700;
		font-size: 15.9px;
		font-size: 0.99375rem;
		text-align: center;
}

.rag-event-entry > .wp-block-group__inner-container .wp-block-columns .wp-block-column > h3::before {
		counter-increment: event-flow 1;
		content: counter(event-flow, decimal-leading-zero);
		position: static;
		-webkit-margin-after: 8px;
		        margin-block-end: 8px;
		display: block;
		width: auto;
		height: auto;
		line-height: 1.2;
		color: #83a7dc;
		background-color: transparent;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		font-size: 20px;
		font-size: 1.25rem;
}

.rag-event-entry > .wp-block-group__inner-container .wp-block-columns .wp-block-column > p {
		-webkit-margin-before: 8px;
		        margin-block-start: 8px;
		line-height: 1.5;
		color: #495361;
		font-weight: 300;
		font-size: 12px;
		font-size: 0.75rem;
}

.rag-event-entry > .wp-block-group__inner-container .wp-block-columns .wp-block-column + .wp-block-column {
		position: relative;
		z-index: 1;
}

.rag-event-entry > .wp-block-group__inner-container .wp-block-columns .wp-block-column + .wp-block-column::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -36px;
		z-index: 1;
		width: 36px;
		background-image: url(images/event/icon-entry-arrow.svg);
		background-size: auto 20px;
		background-repeat: no-repeat;
		background-position: center;
}

.rag-event-faq {
		-webkit-margin-after: 48px;
		        margin-block-end: 48px;
}

.rag-event-faq .schema-faq .schema-faq-section {
		-webkit-border-after: 1px solid #e8e6eb;
		        border-block-end: 1px solid #e8e6eb;
}

.rag-event-faq .schema-faq .schema-faq-section + .schema-faq-section {
		-webkit-margin-before: 4px;
		        margin-block-start: 4px;
}

.rag-event-faq .schema-faq .schema-faq-section .schema-faq-question {
		padding: 20px 12px;
		display: grid;
		grid-template-columns: 1em auto 24px;
		gap: 8px;
		line-height: 1.0625;
		color: #495361;
		font-weight: 600;
		font-size: 16px;
		font-size: 1rem;
		cursor: pointer;
}

.rag-event-faq .schema-faq .schema-faq-section .schema-faq-question::before {
		content: 'Q.';
		line-height: 1;
		color: #1156bd;
		font-weight: 700;
}

.rag-event-faq .schema-faq .schema-faq-section .schema-faq-question::after {
		content: '';
		-webkit-margin-before: -4px;
		        margin-block-start: -4px;
		width: 24px;
		height: 24px;
		background-image: url(images/event/icon-faq-toggle.svg);
		background-size: 24px auto;
		background-repeat: no-repeat;
		-webkit-transition: -webkit-transform 0.3s ease-out;
		transition: -webkit-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
		transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.rag-event-faq .schema-faq .schema-faq-section .schema-faq-question.is-open::after {
		-webkit-transform: rotate(-180deg);
		        transform: rotate(-180deg);
}

.rag-event-faq .schema-faq .schema-faq-section .schema-faq-answer {
		padding: 0 36px 20px;
		display: none;
		line-height: 1.78571429;
		color: #495361;
		font-size: 14px;
		font-size: 0.875rem;
}

.rag-event-share {
		padding-block: 24px 48px;
}

.rag-event-share > p {
		-webkit-margin-after: 16px;
		        margin-block-end: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 4px;
		line-height: 1;
		color: #495361;
		font-weight: 400;
		font-size: 14px;
		font-size: 0.875rem;
		letter-spacing: 1.4px;
}

.rag-event-share > p::before {
		content: '';
		width: 16px;
		height: 16px;
		background-image: url(images/event/icon-share.svg);
		background-size: 16px auto;
		background-repeat: no-repeat;
}

.rag-event-share > ul {
		margin-block: 0;
		margin-inline: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 24px;
}

.rag-event-share > ul > li {
		-webkit-padding-start: 0;
		        padding-inline-start: 0;
}

.rag-event-share > ul > li::before {
		display: none;
}

.rag-event-share > ul > li > a {
		display: block;
}

.rag-event-share > ul > li > a > img {
		display: block;
}

.qa-post-header {
		padding: 16px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #e9f0f9;
}

.qa-post-header .return-qa-list {
		padding-left: 4px;
		font-size: 12px;
		font-size: 0.75rem;
}

.qa-post-header .return-qa-list a {
		display: block;
}

.qa-post-header .return-qa-list a::before {
		content: '';
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 14px;
		background-image: url(images/icon_arrow_right_gray.png);
		background-size: 10px auto;
		position: relative;
		top: -2px;
}

.qa-post-header .qa-category {
		color: #1156bd;
		font-weight: bold;
		font-size: 16px;
		font-size: 1rem;
}

.qa-post-body {
		margin-top: 0;
		margin-bottom: 30px;
		padding: 0 20px 20px;
		background-color: #e9f0f9;
}

.qa-post-body .qa-post-q-title,
.qa-post-body .qa-post-a-title {
		padding-left: 46px;
		font-weight: bold;
		font-size: 20px;
		font-size: 1.25rem;
		position: relative;
}

.qa-post-body .qa-post-q-title::before,
.qa-post-body .qa-post-a-title::before {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 100%;
		display: block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		background-color: #1156bd;
		text-align: center;
}

.qa-post-body .qa-post-q-title {
		margin: -3px 0 10px;
		padding-top: 3px;
		min-height: 39px;
}

.qa-post-body .qa-post-q-title::before {
		content: 'Q';
}

.qa-post-body .qa-post-a-title {
		margin-bottom: 18px;
		padding-top: 3px;
}

.qa-post-body .qa-post-a-title::before {
		content: 'A';
}

.qa-post-body .qa-post-q-content,
.qa-post-body .qa-post-a-content {
		padding: 20px 30px;
		border-radius: 5px;
		background-color: #fff;
		font-size: 14px;
		font-size: 0.875rem;
		position: relative;
}

.qa-post-body .qa-post-q-content::after,
.qa-post-body .qa-post-a-content::after {
		content: '';
		position: absolute;
		bottom: 20px;
		background-image: url(images/icon-buble-white.png);
		background-size: 10px auto;
		width: 10px;
		height: 15px;
}

.qa-post-body .qa-post-q-content p,
.qa-post-body .qa-post-a-content p {
		margin-bottom: 10px;
		font-size: 14px;
		font-size: 0.875rem;
}

.qa-post-body .qa-post-q-content .alignleft,
.qa-post-body .qa-post-q-content .alignright,
.qa-post-body .qa-post-a-content .alignleft,
.qa-post-body .qa-post-a-content .alignright {
		margin-top: .5em;
		margin-bottom: .5em;
}

.qa-post-body .qa-post-q-content {
		margin-bottom: 15px;
}

.qa-post-body .qa-post-q-content::after {
		right: -10px;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
}

.qa-post-body .qa-post-a-content.qa-no-title {
		padding-top: 15px;
		padding-left: 66px;
		position: relative;
}

.qa-post-body .qa-post-a-content.qa-no-title::before {
		content: 'A';
		position: absolute;
		top: 20px;
		left: 20px;
		border-radius: 100%;
		display: block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		background-color: #1156bd;
		font-weight: bold;
		font-size: 20px;
		font-size: 1.25rem;
		text-align: center;
}

.qa-post-body .qa-post-a-content.qa-no-title p {
		margin-top: 0;
}

.qa-post-body .qa-post-a-content::after {
		left: -10px;
}

.qa-post-body .qa-post-a-content .information_block {
		margin-bottom: 1em;
}

.qa-post-body .qa-post-a-content .information_block p {
		font-size: 12px;
		font-size: 0.75rem;
}

.qa-post-body .qa-post-a-content .information_block::after {
		content: '';
		display: block;
		clear: both;
}

.qa-post-body .qa-post-a-content .information_block strong {
		padding-bottom: 10px;
}

.qa-post-body .qa-post-a-content .information_block .alignleft,
.qa-post-body .qa-post-a-content .information_block .alignright {
		margin-top: 0;
		margin-bottom: .5em;
		max-width: 100px;
		height: auto;
}

.qa-post-body .qa-post-q-footer,
.qa-post-body .qa-post-a-footer {
		font-size: 12px;
		font-size: 0.75rem;
		text-align: right;
}

.change_job_service .mboxDefault {
		margin-top: 15px;
}

.change_job_service .mboxDefault + p {
		margin-bottom: 0;
}

.entry-content .change_job_service {
		clear: both;
}

.entry-content .change_job_service ul {
		margin-left: 0;
}

.entry-content .change_job_service ul li {
		padding-left: 0;
}

.entry-content .change_job_service ul li a {
		text-decoration: none;
}

.entry-content .change_job_service ul li::before {
		display: none;
}

.single hr {
		clear: both;
		background-color: white;
}

.resume-box-wrap-a {
		border: 1px solid #CCCCCC;
		font-size: 14px;
		margin-bottom: 30px;
		clear: both;
}

.resume-box-wrap-a a {
		color: #1156BD;
}

.resume-box-wrap-a .button-title {
		background: #F5F5F5;
		border-bottom: 1px solid #CCCCCC;
		text-align: center;
		font-family: YuGo-Medium;
		color: #333333;
		padding: 10px 0;
}

.resume-box-wrap-a .resume-button-wrap {
		text-align: center;
		padding-top: 15px;
		height: 66px;
}

.resume-box-wrap-a .resume-button-wrap .delimiter {
		border-top: 1px solid #CCCCCC;
		height: 1px;
		width: 50px;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		display: inline-block;
}

.resume-box-wrap-a .resume-button-wrap .button-word {
		display: inline-block;
		vertical-align: top;
}

.resume-box-wrap-a .resume-button-wrap .button-pdf {
		display: inline-block;
		vertical-align: top;
}

.resume-box-wrap-a .resume-button-wrap .button-pdf .note {
		font-size: 10px;
		color: #595959;
}

.resume-box-wrap-b {
		border: 1px solid #CCCCCC;
		font-size: 14px;
		margin-bottom: 30px;
		clear: both;
}

.resume-box-wrap-b a {
		color: #1156BD;
}

.resume-box-wrap-b .button-title {
		background: #F5F5F5;
		border-bottom: 1px solid #CCCCCC;
		text-align: center;
		font-family: YuGo-Medium;
		color: #333333;
		padding: 10px 0;
}

.resume-box-wrap-b .resume-button-wrap {
		text-align: center;
		padding-top: 15px;
		height: 100px;
}

.resume-box-wrap-b .resume-button-wrap .button-word,
.resume-box-wrap-b .resume-button-wrap .button-pdf {
		display: inline-block;
		vertical-align: top;
}

.resume-box-wrap-b .resume-button-wrap .button-word a,
.resume-box-wrap-b .resume-button-wrap .button-pdf a {
		display: inline-block;
		border: 1px solid #1156BD;
		border-radius: 4px;
		width: 263px;
		height: 45px;
		line-height: 45px;
		text-decoration: none;
}

.resume-box-wrap-b .resume-button-wrap .button-word a:hover,
.resume-box-wrap-b .resume-button-wrap .button-pdf a:hover {
		background-color: #E9F0F9;
}

.resume-box-wrap-b .resume-button-wrap .button-word .note,
.resume-box-wrap-b .resume-button-wrap .button-pdf .note {
		margin-top: 10px;
		font-size: 10px;
		color: #595959;
}

.resume-box-wrap-b .resume-button-wrap .button-word {
		margin-right: 5px;
}

.resume-box-wrap-b .resume-button-wrap .button-pdf {
		margin-left: 5px;
}

table .dl-link {
		display: inline-block;
}

table.resume-buttons {
		border-collapse: collapse;
}

table.resume-buttons th:nth-child(1) {
		padding: 6px 10px;
}

table.resume-buttons th:nth-child(2), table.resume-buttons th:nth-child(3) {
		padding: 0;
		text-align: center;
}

table.resume-buttons td {
		padding: 20px 10px;
}

table.resume-buttons td:nth-child(1) {
		width: 404px;
}

table.resume-buttons td:nth-child(2) {
		width: 180px;
		text-align: center;
}

table.resume-buttons td:nth-child(3) {
		font-size: 12px;
}

table.resume-buttons td .resume-word {
		margin-right: 10px;
}

table.resume-buttons td .kome-mark {
		color: #757C85;
}

table.resume-buttons-b th:nth-child(1) {
		width: 370px;
}

table.resume-buttons-b th:nth-child(2) {
		width: 214px;
}

table.resume-buttons-b th:nth-child(3) {
		width: 118px;
}

table.resume-buttons-b td:nth-child(2) {
		padding: 10px 0;
}

table.resume-buttons-b td:nth-child(2) a {
		text-decoration: none;
		display: inline-block;
		width: 90px;
		height: 42px;
		border: 1px solid #1156BD;
		border-radius: 4px;
		color: #1156BD;
		text-align: center;
		padding: 10px;
}

table.resume-buttons-b td:nth-child(2) a:hover {
		background-color: #E9F0F9;
}

table.resume-buttons-b td .resume-word {
		margin-right: 3px;
}

