/*
Theme Name: ハイパーメディアマーケティング様
Author: Afetiria
Version: 1.0
Text Domain: twentyfifteen
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 *   8.1 - Decorations
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Sliders
 *    12.2 - Posts and pages
 *    12.3 - Seminar movie pages
 *    12.4 - Present pages
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 * 15.0 - Media Queries
 * 16.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

body {
	background: #f5f5f5;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Meiryo;
	font-size: 14px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: bold;
}

p {
	margin: 20px 0;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	color: #666;
	font-style: italic;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
	font-size: 70% !important;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 20px 0 20px 40px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 10px 0 10px 30px;
}

dl {
	margin: 20px 0;
}

dt {
	margin: 10px 0;
	font-weight: bold;
}

dd {
	margin: 10px 0;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 20px 0;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 10px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: Meiryo;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: Meiryo;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: Meiryo;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: Meiryo;
}


/**
 * 5.0 Forms
 */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	max-width: 100%;
	padding: 3px 0 0 5px;
	font-size: 14px;
	color: #666;
	vertical-align: baseline;
	background: #f7f7f7;
	border: 1px solid #d0d0d0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #ffaa30;
	outline: 0;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	display: inline-block;
	width: 330px;
	padding: 10px 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-family: Meiryo;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	letter-spacing: 1px;
	background: #ff8000;
	border-top: solid 2px #ffa030;
	border-left: solid 2px #ffa030;
	border-right: solid 2px #d06000;
	border-bottom: solid 2px #d06000;
	border-radius: 10px;
	cursor: pointer;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #2088d9;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #2088d9;
	text-decoration: none;
}

a.yellow-button {
	padding: 4px 15px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background: #fc0;
	border-top: solid 1px #ffe0a0;
	border-right: solid 1px #a07000;
	border-bottom: solid 1px #a07000;
	border-left: solid 1px #ffe0a0;
	border-radius: 5px;
}

a.yellow-button:hover,
a.yellow-button:focus {
	color: #333;
	opacity: 0.8;
	text-decoration: none;
}

a.button.contact-button {
	width: auto;
	padding: 8px 20px;
	font-size: 16px;
	border-radius: 5px;
}


/**
 * 6.2 Menus
 */

.pager {
	margin: 40px 0;
	text-align: center;
}

.pager a {
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: solid 1px #d0d0d0;
}

.pager a:hover,
.pager a:focus {
	color: #fff;
	text-decoration: none;
	background: #40cafc;
	border: solid 1px #40cafc;
	outline: 0;
}

.pager strong {
	padding: 4px 8px;
	color: #fff;
	font-weight: normal;
	background: #40cafc;
	border: solid 1px #40cafc;
}

.previous-link {
	width: 45%;
	text-align: left;
}

.next-link {
	width: 45%;
	text-align: right;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal Meiryo;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


/**
 * 8.1 Decorations
 */

.border {
	border: solid 1px #dadada;
}

.red {
	color: #f00;
}

.blue {
	color: #2088d9;
}

.orange {
	color: #f90;
}

.error {
	color: #f00;
}

.aim {
	font-size: 80%;
	color: #666;
}

.emphasize {
	color: #00f;
	background: #ff0;
}

.notice-new {
	display: inline-block;
	margin-left: 10px;
	color: #f00;
	font-weight: bold;
}

.fs13 {
	font-size: 13px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.border {
	border: solid 1px #808080;
}

.mark01 {
	list-style: none;
}

.mark01 li {
	padding: 0 0 0 28px;
	background: url("./images/check.png") no-repeat center left;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30,
.entry-content .mb30 {
	margin-bottom: 30px !important;
}

.mb40,
.entry-content .mb40 {
	margin-bottom: 40px;
}

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

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mt10 {
	margin-top: 10px;
}

.mt40 {
	padding-top: 40px;
}

.mt80 {
	margin-top: 80px;
}


/**
 * 9.0 Clearings
 */

.clear {
	height: 1px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	height: 1px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}


/**
 * 10.0 Header
 */

.sphone-menu,
.sphone-navigation {
	display: none;
}

.site-header {
	background: #3960a5;
}

.site-header .site-header-main {
	width: 1000px;
	margin: 0 auto 20px;
}

.site-header .site-header-main .site-logo {
	display: none;
	width: 120px;
	padding-top: 5px;
	float: left;
}

.site-header .site-header-main .site-logo img {
	width: 100px;
	height: auto;
}

.site-header .site-header-main .site-header-heading {
	width: 630px;
	float: left;
}

.site-header .site-header-main .site-header-heading .site-description {
	margin: 0 0 10px;
	padding-top: 10px;
	color: #fc0;
	font-size: 16px;
}

.site-header .site-header-main .site-header-heading .site-title {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.site-header .site-header-main .site-header-heading .site-title a {
	color: #fff;
	text-decoration: none;
}

.site-header .site-header-main .site-header-heading .site-title a:hover,
.site-header .site-header-main .site-header-heading .site-title a:focus {
	color: #fff;
	text-decoration: none;
}

.site-header .site-header-main .site-header-info {
	width: 250px;
	float: right;
}

.site-header .site-header-main .site-header-info .site-telephone {
	margin: 0 0 20px;
	padding-top: 10px;
	color: #fc0;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.site-header .site-header-main .site-header-info .site-telephone i {
	margin-right: 5px;
}

.site-header .site-header-main .site-header-info .header-contact {
	margin: 0;
	text-align: right;
}

.site-header .site-header-main .site-header-info .header-contact a.yellow-button {
	padding: 4px 30px;
}

.site-header .site-header-main .site-header-info .header-contact a.yellow-button i {
	margin-right: 5px;
}

.site-navigation {
	padding: 10px 0;
}

.site-navigation ul {
	margin: 0;
	text-align: center;
	list-style: none;
}

.site-navigation ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: solid 1px #fff;
}

.site-navigation ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.site-navigation ul li a {
	color: #fff;
	text-decoration: none;
}

.site-navigation ul li a:hover {
	color: #fff;
	text-decoration: underline;
}


/**
 * 11.0 Widgets
 */

.side-info {
	margin: 0 auto 10px;
	padding: 10px;
	color: #333;
	border-radius: 5px;
}

.bg-orange {
	background: #ffebda;
}

.bg-green {
	background: #daffeb;
}

.bg-pink {
	background: #ffdaeb;
}

.side-info h4 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

.side-info h4 i {
	margin-right: 5px;
}

.side-info.bg-orange h4 i {
	color: #f90;
}

.side-info.bg-green h4 i {
	color: #9f6;
}

.side-info.bg-pink h4 i {
	color: #f29dd4;
}

.side-info p {
	margin: 0 0 15px;
	color: #666;
	font-size: 12px;
}

.side-info p:last-child {
	margin: 0;
}

.side-info .simple-column-list {
	margin: 0 0 15px;
	list-style: none;
}

.side-info .simple-column-list li {
	margin: 0 0 15px;
}

.side-info .simple-column-list:last-child,
.side-info .simple-column-list li:last-child {
	margin: 0;
}

.side-info a {
	color: #666;
	text-decoration: underline;
}

.side-info a:hover,
.side-info a:focus {
	color: #666;
	text-decoration: none;
}

.side-info a.yellow-button {
	display: block;
	padding: 3px 10px;
	color: #000;
	text-align: center;
	text-decoration: none;
}

.side-info a.yellow-button:hover,
.side-info a.yellow-button:focus {
	color: #000;
	text-decoration: none;
}

.side-info a.yellow-button i {
	margin-right: 5px;
}


/**
 * 12.0 Content
 */

.site {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 0 3px #d5d5d5;
}

.breadcrumb {
	padding: 6px 0;
	font-size: 14px;
	background: #00a0ea;
}

.breadcrumb div {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

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

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #fff;
	text-decoration: underline;
}

.breadcrumb a i {
	margin-right: 5px;
}

.site-main {
	width: 800px;
	margin-left: 10px;
	float: left;
}

.secondary {
	width: 170px;
	margin-right: 10px;
	float: right;
}


/**
 * 12.1 Sliders
 */

.mainslider {
	position: relative;
}

.mainslider .slider-message {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 999;
	transform: translate(0, -50%);
}

.mainslider .slider-message h1 {
	margin-bottom: 20px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

.mainslider .slider-message h2 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}


/**
 * 12.2 Posts and pages
 */

.main-visual {
	margin-bottom: 20px;
	text-align: center;
}

.page-notice {
	margin-bottom: 20px;
}

.page-notice iframe {
	max-width: 100%;
}

.top-service {
	list-style: none;
}

.top-service>li {
	width: 50%;
	float: left;
}

.consulting-menu {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #f0f1f9;
	border: solid 1px #eaeaea;
}

.consulting-list ul {
	margin: 0;
	list-style: none;
}

.consulting-list ul li {
	margin-bottom: 10px;
}

.consulting-list ul li:last-child {
	margin-bottom: 0;
}

.page-title,
.entry-title {
	margin-bottom: 30px;
	padding: 4px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #3960a5;
	border-radius: 4px;
}

.page-title::before,
.entry-title::before {
	content: "◎";
	display: inline-block;
	margin-right: 6px;
}

.page-main {
	width: 630px;
	float: right;
}

.post-thumbnail {
	margin: 30px 0;
}

.entry-content > :first-child {
	margin-top: 0;
}

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

.entry-content h1,
.comment-content h1 {
	margin: 30px 0;
	padding: 2px 0 2px 10px;
	font-size: 26px;
	border-left: solid 2px #666;
	text-transform: uppercase;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	margin: 15px 0;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.page-side {
	width: 170px;
	float: left;
}

.page-side > :first-child {
	margin-top: 0;
}

.page-side-navi {
	margin: 20px 0 0;
}

.page-side-navi ul {
	margin: 0;
	list-style: none;
}

.page-side-navi ul li {
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
}

.page-side-navi ul li a {
	text-decoration: none;
}

.page-side-navi ul li a:hover,
.page-side-navi ul li a:active {
	text-decoration: underline;
}

.page-side-navi ul li a i {
	margin-right: 3px;
	color: #2088d9;
}

.index-navi {
	margin-bottom: 20px;
	padding: 5px 10px;
	background: #f0f1f9;
	border: solid 1px #eaeaea;
}

.index-navi ul {
	margin: 0;
	text-align: center;
	list-style: none;
}

.index-navi ul li {
	display: inline-block;
	margin: 0;
	padding: 5px 8px;
	font-size: 14px;
}

.index-navi ul li i {
	margin-right: 3px;
	color: #2088d9;
}

.index-navi ul li a {
	text-decoration: none;
}

.index-navi ul li a:hover,
.index-navi ul li a:active {
	text-decoration: underline;
}

.index-movies {
	margin: 0 0 30px;
	list-style: none;
}

.index-movies li {
	width: 33%;
	margin: 0;
	float: left;
	text-align: center;
}

.index-movies li:last-child {
	width: 34%;
}

.index-sns {
	margin: 0 0 30px;
	list-style: none;
}

.index-sns li {
	width: 50%;
	margin: 0;
	float: left;
	text-align: center;
}

.article-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4%;
	margin: 0 0 30px;
	list-style: none;
}

.article-list li {
	flex-basis: 22%;
}

.article-list li .thumbnail {
	height: 150px;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}

.article-list li .thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.article-list li .thumbnail img {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.article-list li h2 {
	margin-bottom: 15px;
	font-weight: normal;
}

.article-list.blog li h2 {
	height: 100px;
}

.article-list.service li h2 {
	height: 50px;
}

.article-list.mailmaga li h2 {
	height: 80px;
}

.article-list li h2 a {
	color: #333;
	text-decoration: none;
}

.article-list li h2 a:hover,
.article-list li h2 a:focus {
	color: #333;
	text-decoration: underline;
}

.article-list li a.orange-button {
	display: block;
	padding: 3px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #ff8000;
	border-top: solid 2px #ffa030;
	border-left: solid 2px #ffa030;
	border-right: solid 2px #d06000;
	border-bottom: solid 2px #d06000;
	border-radius: 5px;
}

.article-list li a.orange-button:hover,
.article-list li a.orange-button:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	outline: 0;
}

.trade-mark {
	margin: 0 10px 30px;
}

.trade-mark .picture {
	width: 300px;
	float: right;
}

.trade-mark > p {
	margin-right: 330px;
}

.social-recruiting dt {
	width: 200px;
	margin: 0;
	padding: 8px 0;
	float: left;
	text-align: center;
	background: #ffbf00;
}

.social-recruiting dd {
	margin-left: 230px;
}

.writing-list {
	margin: 0 0 30px;
}

.writing-list dt {
	width: 20%;
	padding-bottom: 20px;
	float: left;
	text-align: right;
}

.writing-list dd {
	width: 76%;
	padding-bottom: 20px;
	float: right;
}

.index-sign {
	margin-left: 200px;
}

.qa-list dt {
	margin-bottom: 15px;
	padding: 0 10px 5px 30px;
	text-indent: -20px;
	border-bottom: dotted 1px #b0b0b0;
}

.qa-list dd {
	margin-bottom: 30px;
	padding: 0 10px 0 30px;
	text-indent: -20px;
}

ul.captions {
	margin: 0 0 30px;
	list-style: none;
}

ul.captions li {
	width: 48%;
	float: left;
}

ul.captions li:nth-child(even) {
	float: right;
}

.caption {
	font-size: 12px;
	color: #666;
}

.caption img {
	margin-bottom: 5px;
}

.caption.resize img {
	max-height: 400px;
	max-width: 60%;
}

.news-list,
.seminar-list,
.blog-list {
	margin: 30px 0;
	border-top: solid 1px #999;
	list-style: none;
}

.news-list li,
.seminar-list li,
.blog-list li {
	margin: 0;
	padding: 15px 20px;
	border-bottom: solid 1px #999;
}

.summary,
.contact-form {
	border: solid 1px #dadada;
	border-collapse: collapse;
}

.summary th,
.contact-form th {
	width: 200px;
	vertical-align: top;
	background: #e5e5e5;
	border: solid 1px #dadada;
}

.summary td,
.contact-form td {
	border: solid 1px #dadada;
}

.contact-form td .wpcf7-list-item {
	display: block;
	margin: 3px 0;
}

.gray {
	background: #dfdfdf;
}

.lightgray {
	background: #eeeeee;
}

.title_yellow {
	height: auto;
	margin-bottom: 20px;
	padding: 4px 10px;
	line-height: 1.8em;
	background: #ffbf00;
	font-size:14px;
	font-weight:bold;
	color:#000040;
}

.lh { line-height: 1.8em !important;}

.voice_list {
	display: table;
	margin: 0;
	list-style: none;
}

.voice_list li {
	display: table-cell;
	width: 50%;
	margin: 0 0 20px;
	float: left;
}

.voice_list li:nth-child(odd) {
	clear: both;
}

.voice_list li img {
	max-width: 100%;
}

.works,
.performance-list,
.merit,
.policy,
.sitemap {
	margin: 0 0 20px 25px;
}

.works li,
.performance-list li,
.merit li,
.policy li,
.sitemap li {
	margin: 0 0 8px;
}

.mailmaga-list {
	margin: 0;
	list-style: none;
}

.mailmaga-list li {
	margin: 0 0 20px;
}

.part-title {
	padding: 3px 15px;
	background: #f0f1f9;
	border: solid 1px #eaeaea;
}

.mailmaga-lead {
	margin-bottom: 30px;
	color: #666;
}

.mailmaga-link {
	margin-bottom: 30px;
}

.mailmaga-link a {
	padding: 2px 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #ff8000;
	border-top: solid 1px #ffa030;
	border-left: solid 1px #ffa030;
	border-right: solid 1px #d06000;
	border-bottom: solid 1px #d06000;
	border-radius: 5px;
}

.mailmaga-link a:hover,
.mailmaga-link a:focus {
	text-decoration: none;
	opacity: 0.7;
}

.mailmaga-link a i {
	margin-right: 5px;
}

.history ul,
.company-summary ol {
	margin-left: 30px;
}


/**
 * 12.3 Seminar movie pages
 */

.sub-title {
	margin-bottom: 30px;
	padding: 3px 15px;
	font-size: 16px;
	color: #f90;
	border-left: solid 3px #f90;
	border-bottom: solid 1px #f90;
}

.sub-title.theme-title {
	padding: 3px 15px 3px 80px;
	text-indent: -65px;
}

.chapter {
	margin: 30px 0;
	padding: 10px 20px 10px 30px;
	background: #fafaf0;
	border: solid 1px #eaeaea;
	list-style: disc;
}

ol.chapter {
	list-style: decimal;
}

.chapter li {
	margin-bottom: 10px;
}

.chapter li:last-child {
	margin-bottom: 0;
}

.notice {
	font-size: 20px;
	color: #f00;
}

.check-list {
	margin: 30px 10px;
	list-style: none;
}

.check-list li {
	min-height: 30px;
	margin-bottom: 10px;
	padding-left: 35px;
	font-size: 16px;
	background: url("./images/check_list.png") no-repeat;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.voice-list {
	margin: 30px 0;
	list-style: none;
}

.voice-list li {
	padding: 10px 15px;
	border-top: dotted 1px #b0b0b0;
}

.voice-list li:last-child {
	border-bottom: dotted 1px #b0b0b0;
}

.movie-profile {
	margin-bottom: 30px;
}

.movie-profile .picture {
	float: left;
	margin: 0;
	width: 48%;
}

.movie-profile .text {
	float: right;
	width: 48%;
}

.movie-profile .text p:last-child {
	margin-bottom: 0;
}

.flow {
	margin: 30px 0 30px 30px;
	list-style: decimal;
}

.flow li {
	margin-bottom: 10px;
	font-size: 16px;
}

.flow li:last-child {
	margin-bottom: 0;
}


/**
 * 12.4 Present pages
 */

.five-presents {
	margin: 0 0 30px;
	list-style: none;
}

.five-presents li {
	padding: 10px 20px;
	border-top: dotted 1px #b0b0b0;
}

.five-presents li:last-child {
	border-bottom: dotted 1px #b0b0b0;
}

.five-presents .present-title {
	font-size: 20px;
	font-weight: bold;
}

.five-presents .present-title strong {
	margin-right: 15px;
	padding: 3px 12px;
	color: #fff;
	background: #f90;
	border-radius: 18px;
}

.five-presents .present-induction {
	margin: 20px 0 0;
	text-align: right;
}

.form-chapter {
	margin: 30px 0;
	padding: 10px 20px;
	background: #fafaf0;
	border: solid 1px #eaeaea;
}

.form-chapter p {
	margin: 0 0 20px;
}

.form-chapter p:last-child {
	margin: 0;
}


/**
 * 13.0 Footer
 */

.company-info {
	padding: 8px 0;
	background: #ffebda;
}

.company-info .company-info-text {
	width: 1000px;
	margin: 0 auto;
}

.footer-navigation {
	padding: 8px 0;
	background: #00a0ea;
}

.footer-navigation ul {
	width: 1000px;
	margin: 0 auto;
	line-height: 2.0em;
	list-style: none;
}

.footer-navigation ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: solid 1px #fff;
}

.footer-navigation ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.footer-navigation ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-navigation ul li a:hover,
.footer-navigation ul li a:focus {
	color: #fff;
	text-decoration: underline;
}

.copyright {
	padding: 8px 0;
	color: #fff;
	text-align: center;
	background: #3960a5;
}

.top-navi {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.grecaptcha-badge {
	bottom: 70px !important;
}

.lightbox-window {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.lightbox-window .lightbox {
	background: #fff;
	left: 50%;
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: Meiryo;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 15.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

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

	.site-header .site-header-main {
		width: auto;
		margin: 0 0 20px;
	}

	.site-header .site-header-main .site-logo {
		width: 12%;
	}

	.site-header .site-header-main .site-logo img {
		width: 80px;
		height: auto;
	}

	.site-header .site-header-main .site-header-heading {
		width: 55%;
	}

	.site-header .site-header-main .site-header-heading .site-description {
		font-size: 12px;
	}

	.site-header .site-header-main .site-header-heading .site-title {
		font-size: 16px;
	}

	.site-header .site-header-main .site-header-info {
		width: 33%;
	}

	.site {
		width: auto;
		margin: 0;
	}

	.breadcrumb div {
		width: auto;
		margin: 0;
	}

	.site-main {
		width: 76%;
		margin-left: 1%;
	}

	.secondary {
		width: 21%;
		margin-right: 1%;
	}

	.page-title,
	.entry-title {
		text-align: center;
	}

	.page-title::before,
	.entry-title::before {
		display: none;
	}

	.page-main {
		width: auto;
		margin-bottom: 30px;
		float: none;
	}

	.page-side {
		width: auto;
		margin: 0;
		float: none;
	}

	.page-side-picture {
		display: none;
	}

	.page-side-navi {
		margin: 0;
	}

	.page-side-navi ul li {
		margin: 0;
		border-top: solid 1px #dadada;
	}

	.page-side-navi ul li:last-child {
		border-bottom: solid 1px #dadada;
	}

	.page-side-navi ul li a {
		display: block;
		padding: 10px;
	}

	.article-list.blog li h2 {
		height: 130px;
	}

	.article-list.service li h2 {
		height: 80px;
	}

	.article-list.mailmaga li h2 {
		height: 110px;
	}

	.company-info .company-info-text {
		width: auto;
		margin: 0;
	}

	.mailmaga-link a {
		padding: 2px 10px;
	}

	.footer-navigation ul {
		width: auto;
		margin: 0;
	}

}

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

	.index-movies li iframe {
		max-width: 96%;
		height: auto;
	}

}

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

	button,
	.button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		display: block;
		width: 100%;
		padding: 10px 0;
		font-size: 18px;
	}

	.sphone-menu {
		display: block;
		width: 100%;
		height: 50px;
		background: #5e5e5e;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.sphone-menu .site-logo {
		display: none;
		margin: 0 0 0 10px;
		padding: 2px 0 0;
		float: left;
	}

	.sphone-menu .site-logo img {
		width: 46px;
		height: auto;
	}

	.sphone-menu ul {
		margin: 0 10px 0 0;
		padding: 5px 0 0;
		float: right;
		text-align: right;
		list-style: none;
	}

	.sphone-menu ul li {
		display: inline-block;
		width: 40px;
		margin: 0 0 0 10px;
		padding: 0;
	}

	.sphone-navigation {
		display: none;
		width: 100%;
		padding: 1px 0;
		background: #fff;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 9999;
	}

	.sphone-navigation ul {
		margin: 0;
		list-style: none;
	}

	.sphone-navigation ul li {
		display: block;
		margin: 0 0 1px;
		background: #00a0ea;
	}

	.sphone-navigation ul li:last-child {
		margin: 0;
	}

	.sphone-navigation ul li a {
		display: block;
		padding: 8px 10px;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
	}

	.sphone-navigation ul li a:hover,
	.sphone-navigation ul li a:focus {
		color: #fff;
		text-decoration: underline;
	}

	.site-header {
		margin-top: 50px;
	}

	.site-header .site-header-main {
		width: auto;
		margin: 0;
	}

	.site-header .site-header-main .site-logo {
		display: none;
		width: auto;
		float: none;
	}

	.site-header .site-header-main .site-header-heading {
		width: auto;
		float: none;
	}

	.site-header .site-header-main .site-header-heading .site-description {
		font-size: 12px;
		text-align: center;
	}

	.site-header .site-header-main .site-header-heading .site-title {
		width: 320px;
		margin: 0 auto;
		padding-bottom: 10px;
		font-size: 20px;
		text-align: center;
	}

	.site-header .site-header-main .site-header-info {
		display: none;
		width: auto;
		float: none;
	}

	.site-navigation {
		display: none;
		position: static;
	}

	.site-main {
		width: auto;
		margin: 0 0 30px;
		float: none;
	}

	.secondary {
		width: auto;
		margin: 0;
		float: none;
	}

	.mainslider .slider-message h1 {
		font-size: 20px;
	}

	.mainslider .slider-message h2 {
		font-size: 16px;
	}

	.side-info {
		width: 96%;
		margin: 0 auto 10px;
	}

	.page-notice {
		margin:0 10px 20px;
	}

	.greeting {
		max-height: 150px;
	}

	.entry-content {
		margin: 0 10px;
	}

	.index-navi ul li {
		font-size: 12px;
	}

	.index-movies li {
		width: auto;
		margin: 0 0 30px;
		float: none;
	}

	.index-movies li:last-child {
		width: auto;
	}

	.index-movies li iframe {
		max-width: 100%;
	}

	.article-list {
		gap: 30px 8%;
	}

	.article-list li {
		flex-basis: 46%;
	}

	.article-list.blog li h2 {
		height: 70px;
	}

	.article-list.service li h2 {
		height: 50px;
	}

	.article-list.mailmaga li h2 {
		height: 50px;
	}

	.trade-mark {
		width: 320px;
		margin: 0 auto 30px;
	}

	.trade-mark .picture {
		margin: 0 auto 30px;
		float: none;
	}

	.trade-mark > p {
		margin-right: 0;
		font-size: 11px;
	}

	.social-recruiting dt {
		width: auto;
		margin-bottom: 30px;
		padding: 8px 10px;
		float: none;
	}

	.social-recruiting dd {
		margin: 0;
	}

	.writing-list dt {
		width: auto;
		padding-bottom: 10px;
		float: none;
		text-align: left;
	}

	.writing-list dd {
		width: auto;
		float: none;
	}

	.index-sign {
		margin-left: 0;
	}

	ul.captions {
		margin: 0;
	}

	ul.captions li {
		width: auto;
		margin-bottom: 30px;
		float: none;
	}

	ul.captions li:nth-child(even) {
		float: none;
	}

	.contact-form,
	.contact-form thead,
	.contact-form tbody,
	.contact-form tr,
	.contact-form th,
	.contact-form td {
		display: block;
		border: none;
	}

	.contact-form th {
		width: auto;
		padding: 5px 15px;
	}

	.contact-form td {
		padding: 20px 15px;
	}

	.voice_list {
		display: block;
	}

	.voice_list li {
		display: block;
		width: auto;
		margin: 0 10% 20px;
		float: none;
		text-align: center;
	}

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

	.mailmaga-link a {
		display: block;
	}

	.movie-profile .picture {
		float: none;
		margin: 0 0 30px;
		text-align: center;
		width: auto;
	}

	.movie-profile .text {
		float: none;
		width: auto;
	}

	.five-presents .present-title strong {
		margin-right: 15px;
		padding: 6px 10px;
	}

	.company-info,
	.footer-navigation {
		display: none;
	}

}

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

	.mainslider .slider-message h1 {
		font-size: 14px;
	}

	.mainslider .slider-message h2 {
		font-size: 12px;
	}

	.article-list.blog li h2 {
		height: 100px;
	}

	.article-list.service li h2 {
		height: 50px;
	}

	.article-list.mailmaga li h2 {
		height: 80px;
	}

}

@media screen and (max-width: 420px) {
	.greeting {
		max-height: 110px;
	}

	.top-service>li {
		width: auto;
		float: none;
	}
}


/**
 * 16.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}
