@charset "UTF-8";
/*
Theme Name: blog-2026.1.3
Description: blog-2026.1.3
Theme URI:
Author: https://dx-labo.net/
Author URI: https://dx-labo.net/
Version: 1.3.0
*/
* {
  font-size: inherit;
  line-height: inherit;
}
*, *:before, *:after {
  box-sizing: inherit;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #19292d;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
/****************************************
ベース
*****************************************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin: 0 0 1em 0;
}
p.smalltxt {
  font-size: 11px;
}
hr {
  margin: 2em 0 2em 0;
}
blockquote {
  margin-bottom: 2em;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}
/****************************************
h
*****************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}
#single h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
#archive h1, #search-result h1, #error h1, #page h1 {
  display: block;
  position: relative;
  font-weight: normal;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  padding: 5px 0 5px 25px;
  font-size: 25px;
  margin: 0 20px 25px;
  line-height: 1.3;
}
#archive h1::before, #search-result h1:before, #error h1:before, #page h1:before {
  content: '';
  width: 6px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ED6103;
}
#archive h1::after, #search-result h1:after, #error h1:after, #page h1:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}
#search-result h1 span.search-word {
  color: #ED6103;
}
#search-result h1 span.search-hit {
  margin-left: 30px;
  font-size: .9em;
}
#search-result h1 span.search-items {
  color: #000;
}
h1.blog-title {
	font-weight: bold;
}
h1.blog-title span {
	display: block;
	font-weight: normal;
	font-size: .8em;
}
#index h2 {
  display: block;
  position: relative;
  font-weight: normal;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  padding: 5px 0 5px 25px;
  font-size: 25px;
  margin: 0 20px 75px;
}
#index h2::before {
  content: '';
  width: 6px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ED6103;
}
#index h2::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}
#single h2 {
  display: block;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
  margin: 50px 0 30px;
  padding: 5px 0;
}
#single h2::before, #single h2:after {
  content: none;
}
#single h2 span {
  display: block;
  position: relative;
  padding: 5px 0 5px 25px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#single h2 span:before {
  content: '';
  display: block;
  width: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ED6103;
}
#index h3, #archive h2, #search-result h2 {
  line-height: 1.5;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
#page h2 {
  display: block;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid;
  margin: 20px 0 30px;
}
.new-arrivals .title h3 {
  font-size: 23px;
}
#single h3 {
  /* clear: both; */
  margin: 0 0 10px;
  padding: 10px 0 2px;
  font-size: 18px;
  /* font-weight: bold; */
  letter-spacing: -0.05em;
  border-top: none;
  border-bottom: 1px solid #323232;
}
#page h3 {
  margin: 0 0 25px;
  margin-bottom: 25px;
  padding: 20px 0 20px 30px;
  position: relative;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
#page h3::before {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #d10000;
  content: '';
  width: 14px;
  height: 3px;
}
h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #index h2, #archive h2 {
    font-size: 15px;
  }
  #single h3 {
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 560px) {
  #page h2 {
    margin: 30px 0 30px;
  }
}
@media screen and (max-width: 430px) {
  #single h1 {
    font-size: 20px;
  }
  #archive h1, #search-result h1, #error h1, #page h1 {
    margin: 0 0 25px;
    font-size: 20px;
  }
  #single h2 {
    margin: 30px 0 25px;
  }
  #single h2 span {
    padding: 2px 0 2px 15px;
    font-size: 18px;
  }
  #single h2 span:before {
    width: 4px;
    border-radius: 2px;
  }
  #index h2 {
    font-size: 20px;
  }
  #index h2, #archive h2 {
    margin: 0 0 20px;
    padding: 5px 0 5px 0;
  }
	.home h2 {
		padding-left: 25px !important;
	}
  h2 {
    margin: 0 0 75px;
  }
  h2::before {
    width: 4px;
    border-radius: 2px;
  }
  .new-arrivals .title h3 {
    font-size: 15px;
  }
  #index h3, #archive h3 {
    font-size: 15px;
  }
  #single h3 {
    font-size: 16px;
    font-weight: bold;
  }
}
/****************************************
リスト
*****************************************/
ul, ol {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
ul ul {
  margin-left: 1em;
}
dl, dt, dd {
  margin: 0;
}
/****************************************
リンク
*****************************************/
a {
  color: #19292D;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  word-break: break-all;
}
a:hover {
  opacity: .7;
  color: #11233d;
}
a img {
  transition: all .3s;
  -webkit-transition: all .3s;
}
a img:hover {
  opacity: .7;
}
/*-----0429admin2-----*/
p span.yellowline {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, #fdfd3b 0%) repeat scroll 0 0;
}
a.alink {
  color: #ec1a12;
  text-decoration: underline;
}
/****************************************
レスポンシブ
*****************************************/
@media screen and (min-width: 769px) { /*769px以上で*/
  .tb {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:768px) { /*768px以下で*/
  .tb {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 559px) { /*559px以下で*/
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/****************************************
ページトップへ戻る
*****************************************/
.totop_box {
  overflow: hidden;
  text-align: right;
  padding-right: 1px;
  padding: 1% 0;
}
.totop_box a {
  font-size: 90%;
  border: 1px solid;
  border-radius: 30px;
  padding: 5px 10px;
  text-decoration: none;
}
.totop_box a:after {
  content: "\f139";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 120%;
}
.totop_box a:hover {
  text-decoration: none;
  background: #144678;
  color: white;
}
/****************************************
フェードイン
*****************************************/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fadein2 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 3s;
}
.fadein3 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 5s;
}
.fadein4 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 7s;
}
/****************************************
ヘッダー
*****************************************/
header {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  background: #FFF;
  z-index: 2;
  transition: .3s;
  /*border-bottom: 5px solid #ED6103;*/
}
header .header-inner {
  max-width: 1280px;
  margin: auto;
}
header .header-content {
  margin: 0 3.125%;
  position: relative;
  height: 135px;
}
header h1#logo-title, header p#logo-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 39.5px;
}
header #logo {
  position: absolute;
  left: 0;
  top: 22%;
}
/* ハンバーガーメニュー  */
#common-menu a.hamburger {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 99;
}
#common-menu a.hamburger:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ED6103;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#common-menu a.hamburger .hamburger-bar {
  width: 18px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#common-menu a.hamburger .hamburger-line {
  background: #FFF;
  display: block;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  width: 100%;
}
#common-menu a.hamburger .hamburger-line-center {
  top: 7px;
}
#common-menu a.hamburger .hamburger-line-bottom {
  bottom: 0;
}
#common-menu a.hamburger .hamburger-line-top.active {
  top: 8px;
  transform: rotate(45deg);
}
#common-menu a.hamburger .hamburger-line-center.active {
  transform: scaleX(0);
}
#common-menu a.hamburger .hamburger-line-bottom.active {
  bottom: 6px;
  transform: rotate(135deg);
}
#common-menu .common-menu-outline {
  position: relative;
  max-width: 1280px;
  margin: auto;
}
#common-menu nav.common-menu-body {
  background: #FFF;
  display: none;
  height: 100%;
  min-height: 660px;
  position: absolute;
  top: 120px;
  right: 0;
  width: 540px;
  margin-right: -18px;
  padding: 40px 30px;
  border: 2px solid #000;
  border-radius: 10px;
}
#common-menu nav.common-menu-body:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  right: 42px;
  margin-right: -14px;
  border-bottom: 18px solid #000;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
#common-menu nav.common-menu-body:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  right: 42px;
  margin-right: -11px;
  border-bottom: 15px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  z-index: 1;
}
#common-menu .common-menu-content {
  height: 100%;
  overflow: auto;
}
#common-menu .common-menu-content::-webkit-scrollbar {
  width: 3px;
}
#common-menu .common-menu-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fafafa;
}
#common-menu .common-menu-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ED6103;
}
.menu-common-menu-container {
  margin-bottom: 35px;
}
ul#menu-common-menu li {
  text-align: left;
  margin-top: 25px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  letter-spacing: 1.1px;
  font-size: 22px;
  line-height: 1.3;
  text-indent: -21px;
  padding-left: 22px;
}
ul#menu-common-menu li:first-child {
  margin: 0;
}
ul#menu-common-menu li:before {
  content: "\f0da";
  font-family: fontawesome;
  font-size: 1.3em;
  margin-right: 10px;
  color: #ED6103;
}
#common-menu .common-search {
  display: none;
}
#common-menu .recommend-tag {
  position: relative;
}
#common-menu .recommend-tag .recommend-tag-title {
  text-align: left;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
#common-menu .recommend-tag .recommend-tag-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 70%;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#common-menu .recommend-tag .recommend-tag-list ul.tag-list {
  text-align: left;
  margin-left: -20px;
}
#common-menu .recommend-tag .recommend-tag-list ul.tag-list li {
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
}
#common-menu .recommend-tag .recommend-tag-list a {
  padding: 10px 20px;
  border-radius: 17.5px;
  font-size: 13px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #ED6103;
}

/* YouTube動画埋め込みレスポンシブ対応  */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #common-menu a.hamburger {
    top: 25%;
  }
}
@media screen and (max-width: 430px) {
  nav.pagination .nav-links {
    padding: 0 0 50px;
  }
  #common-menu a.hamburger {
    top: 16px;
  }
  #common-menu nav.common-menu-body {
    width: 100%;
    margin: 0;
    top: 90px;
    padding: 20px;
    min-height: 460px;
  }
  #common-menu nav.common-menu-body:before, #common-menu nav.common-menu-body:after {
    right: 30px;
  }
  ul#menu-common-menu li {
    font-size: 17px;
  }
  #common-menu .common-search {
    display: block;
    margin-bottom: 35px;
    margin-right: 15px;
  }
  #common-menu .common-search #searchform {
    position: relative;
  }
  #common-menu .common-search input#s {
    width: 100%;
    border: 1px solid #ededed;
    padding: 15px;
    border-radius: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
  #common-menu .common-search input#searchsubmit {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    border: none;
    background: url(images/search.png) no-repeat;
    background-size: contain;
  }
  #common-menu .recommend-tag .recommend-tag-list a {
    font-size: 10px;
    padding: 7px 8px;
  }
  #common-menu .recommend-tag .recommend-tag-title:before {
    width: 55%;
  }
}
@media screen and (max-width: 380px) {
  #common-menu a.hamburger {
    top: 9px;
  }
}
@media screen and (max-width: 320px) {
  #common-menu nav.common-menu-body {
    min-height: 360px;
  }
}
/* 検索フォーム */
#search {
  float: right;
  position: relative;
  top: 30%;
  right: 6%;
  width: 50px;
  height: 50px;
}
#search a.search-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
#search a.search-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e23d36;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#search a.search-btn i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 16px;
  color: #FFF;
  margin: 0;
}
#search input#s {
  background: #ccc;
  border: none;
  border-radius: 22px;
  color: #333;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  outline: none;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .7s;
  -webkit-transition: all .7s;
  width: 44px;
  z-index: 5;
}
#search input#s:focus {
  cursor: text;
  opacity: 1;
  width: 300px;
  max-width: 300px;
  padding: 0 15px;
  background: #fafafa;
  color: #000;
}
#search input#searchsubmit {
  position: absolute;
  top: 12px;
  right: 5px;
  width: 30px;
  height: 26px;
  border: none;
  background: url(images/search.png) no-repeat 50% 50%;
  background-size: 80%;
}
#search input#searchsubmit {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header-content {
    margin: 0 6%;
    height: 100px;
  }
  header h1#logo-title, header p#logo-title {
    width: 300px;
    top: 70%;
  }
  header #logo {
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
  }
  header #logo img {
    width: 25%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 420px) {
  header .header-content {
    width: 92%;
    margin: 0 auto;
    height: 70px;
  }
  header h1#logo-title, header p#logo-title {
    width: 220px;
    top: 55px;
    left: 0;
    right: auto;
  }
  header #logo {
    top: 6px;
    left: 0;
    right: auto;
    width: 100px;
  }
  header #logo img {
    width: auto;
  }
  #search {
    display: none;
  }
}

/****************************************
ナビゲーション：グローバルナビ
*****************************************/

.gn {
	background: #ED6103;
	margin-top: 135px;
}
.gn .gn-content {
	max-width: 1280px;
	margin: auto;
}
.gn nav#general {
	width: 100%;
}
.gn nav#general ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gn nav#general ul li.menu-item {
	width: calc(100%/6);
	padding: 20px 0;
	text-align: center;
	font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	position: relative;
}
.gn nav#general li.menu-item a.icon {
	color: #FFF;
	padding-top: 40px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gn nav#general li.menu-item.all a.icon { /*すべて*/
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.gn nav#general li.menu-item.department a.icon { /*部門*/
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.gn nav#general li.menu-item.operation a.icon { /*テーマ*/
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.gn nav#general li.menu-item.seminar a.icon { /*セミナー*/
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.gn nav#general li.menu-item.dev-blog a.icon { /*ブログ*/
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.gn nav#general li.menu-item.p-mgt a.icon { /*購買管理のススメ*/
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.gn nav#general a:hover {
	opacity: 1;
}
.gn nav#general ul li.all a:before {
	content: "\f1ea";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.department a.icon:before {
	content: "\f542";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.operation a.icon:before {
	content: "\f085";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.seminar a.icon:before {
	content: "\f4ff";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.dev-blog a.icon:before{
	content: "\f781";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.p-mgt a.icon:before{
	content: "\f518";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li a {
	display: block;
}
.gn nav#general ul li a::after {
	opacity: 0;
}
.gn nav#general ul li a.icon:hover::before {
	animation: movebefore .5s;
}
.gn nav#general ul li a:hover::after {
	animation: moveafter .5s;
}
@keyframes movebefore {
	100% {
		right: -.4em;
		opacity: 0;
	}
}
@keyframes moveafter {
	99% {
		right: .2em;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.gn nav#general ul li a .menu-item-title {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.gn nav#general ul li a .menu-item-title span {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #FFF;
}
.gn nav#general ul li a .menu-item-title span .pc {
	display: block;
}

@media screen and (max-width: 1024px) {
  .gn .gn-content {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
	.gn {
		margin-top: 115px;
	}
	.gn nav#general ul.menu-new-menu {
		margin-top: -10px;
	}
	.gn nav#general ul.menu-new-menu li.menu-item a:before { /* アイコンサイズ小さく*/
		font-size: 24px !important;
	}
}
@media screen and (max-width: 559px) {
	.gn {
		margin-top: 110px;
	}
	.gn nav#general {
		width: auto;
	}
	.gn nav#general ul.menu-new-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 12px 0;
	}
	.gn nav#general ul.menu-new-menu li.menu-item {
		width: calc(100%/2);
		padding: 12px 0;
	}
	.gn nav#general ul.menu-new-menu li.menu-item.operation a.icon,
	.gn nav#general ul.menu-new-menu li.menu-item.dev-blog a.icon {
		border-left: 1px solid rgba(255, 255, 255, 0.5);
	}
	
	.gn nav#general ul.menu-new-menu li.menu-item a {
		padding-top: 20px;
		position: relative;
	}
	.gn nav#general ul.menu-new-menu li.menu-item a:before { /* アイコンサイズ小さく*/
		font-size: 22px !important;
		top: 0 !important;
	}
	.gn nav#general ul li a .menu-item-title span {
		font-size: 10px;
		padding-top: 12px;
	}
	.gn nav#general ul li a .menu-item-title span .pc {
		display: none;
	}
}
@media screen and (max-width: 420px) {
  .gn {
	  margin-top: 80px;
	}
}
@media screen and (max-width: 320px) {
	.gn nav#general ul.menu-new-menu li.menu-item a {
		padding-top: 16px;
	}
	.gn nav#general ul.menu-new-menu li.menu-item a:before { /* アイコンサイズ小さく*/
		font-size: 18px !important;
	}
	.gn nav#general ul.menu-new-menu li.menu-item span {
		font-size: 9px;
	}
}


.gn nav#general ul li.menu-item:hover{
	background: #e23d36;
}
.dropdown-content .inner{
	position: absolute;
	z-index: 2;
	padding: 40px 0 40px 70px;
	background: #ed6103;
	border-top: 1px dotted white;
	border-radius: 0 0 20px 20px;
	top: 20px;
}
.dropdown-content{
	display: none;
	position: relative;
}
.d-department .inner{
	width: 600%;
	left: -100%;
}
.d-operation .inner{
	width: 600%;
	left: -200%;
}
.d-seminar .inner{
	width: 600%;
	left: -300%;
}

@media screen and (max-width: 768px) {
	.dropdown-content .inner {
		padding: 40px 0 40px 40px;
	}
}
.gn nav#general ul li.department:hover .d-department,
.gn nav#general ul li.operation:hover .d-operation,
.gn nav#general ul li.seminar:hover .d-seminar {
	display: block;
}
.dropdown-content.d-operation{
	/* display: block; */
}
.gn nav#general .menu-new-menu{
	/* display: none; */
	flex-wrap: wrap;
	margin-bottom: 0;
}
.header-border{
	border-bottom: 1px dotted white;
}
.dropdown-content.open{
	display: block;
}
.gn nav#general ul li.menu-item ul.dropdown-menu {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.gn nav#general ul li.menu-item ul.dropdown-menu li.dropdown-item {
	width: calc(100% / 3);
	background-color: #ed6103;
	transition: all .3s;
	position: relative;
}

.gn nav#general ul li.menu-item ul.dropdown-menu li.dropdown-item a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 10px 10px 10px 20px;
}
.gn nav#general ul li.menu-item ul.dropdown-menu li.dropdown-item a::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 28% !important;
	left: 0;
	/* right: 0; */
	margin: auto;
	font-size: 15px !important;
	color: #FFF;
}
.sub-menu{
	margin-top: 10px;
}
@media screen and (max-width: 430px) {
	.d-department .inner,.d-operation .inner,.d-seminar .inner{
		width: 200%;
		padding: 5px 5px 5px 10px;
		background: #e23d36;
	}
	.gn nav#general ul li.menu-item ul.dropdown-menu li.dropdown-item {
		width: calc(100% / 2);
		background: #e23d36;
	}
	.gn nav#general ul li.menu-item ul.dropdown-menu li.dropdown-item a {
		padding: 15px 10px 15px 15px !important;
		font-size: 11px !important;
	}
	.gn nav#general ul li.menu-item ul.dropdown-menu li.dropdown-item a::before{
		top: 31% !important;
		font-size: 15px !important;
	}
	.gn nav#general ul.dropdown-menu{
		margin: 0;
	}
	.dropdown-content .inner{
		left: 0;
		top: 12px;
	}
	.d-department,.d-seminar .inner{
		left: -100%;
	}
	.menu-item .dropdown-content {
		display: none;
	}
	.menu-item.open .dropdown-content {
		display: block;
	}

}
/****************************************
ナビゲーション：ページネーション 
*****************************************/
nav.pagination {
  text-align: center;
}
nav.pagination h2 {
  display: none;
}
nav.pagination .nav-links {
  padding: 10px 0;
}
nav.pagination a.prev {
  position: relative;
  background: #ED6103;
  color: #FFF;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  margin-right: 30px;
}
nav.pagination a.prev:hover {
  opacity: 1;
}
nav.pagination a span.prev {
  position: absolute;
  top: 7px;
  right: 19px;
}
nav.pagination a.next {
  position: relative;
  background: #ED6103;
  color: #FFF;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  margin-right: 30px;
}
nav.pagination a.next:hover {
  opacity: 1;
}
nav.pagination a span.next {
  position: absolute;
  top: 7px;
  left: 19px;
}
nav.pagination a.page-numbers {
  margin: 0 10px -15px;
}
nav.pagination span.current {
  color: #ED6103;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  nav.pagination {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 430px) {
	nav.pagination a.prev,
	nav.pagination a.next {
		width: 38px;
		height: 38px;
		font-size: 25px;
	}
	nav.pagination a span.prev {
		right: 16px;
	}
	nav.pagination a span.next {
		left: 16px;
	}
}
@media screen and (max-width: 320px) {
	nav.pagination a.prev,
	nav.pagination a.next {
		width: 35px;
		height: 35px;
		font-size: 22px;
	}
	nav.pagination a span.prev {
		right: 15px;
	}
	nav.pagination a span.next {
		left: 15px;
	}
	nav.pagination a.page-numbers {
		margin: 0 6px -10px;
	}
}

/****************************************
ナビゲーション：フッターナビ
*****************************************/
nav#foot {
  font-size: .8em;
  margin-bottom: 15px;
}
nav#foot ul {
  text-align: center;
}
nav#foot ul li {
  display: inline-block;
  margin-right: 10px;
}
/****************************************
レイアウト
*****************************************/
main {
  background: #f6f6f6;
  padding-top: 0;
}
main.single {
  padding-top: 140px;
}
main#seminar {
	background: #FBE9E8;
}
.inner {
	max-width: 960px;
	margin: 0 auto;
}
figure {
  background: #f6f6f6;
  display: block;
  margin: 0;
  border-radius: 0 0 10px 10px;
}
figcaption {
  padding: 25px;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: initial;
  line-height: 1.7;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 88%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 420px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  main.single {
    padding-top: 80px;
  }
}
/****************************************
パンくず
*****************************************/
.breadcrumbs {
  margin-bottom: 45px;
  padding: 10px 0;
  font-size: 11px;
  line-height: 3;
}
.breadcrumbs span.current-item {
  margin-left: 10px;
}
.breadcrumbs a {
  color: #ED6103;
  background: #FFF;
  padding: 7px 12px;
  border-radius: 12.5px;
  margin: 0 10px;
}
.breadcrumbs a.home {
  margin: 0 10px 0 0;
}
.breadcrumbs a:hover {
  background: #ED6103;
  color: #FFF;
}
/*@media screen and (max-width: 1024px) {
	.breadcrumbs {
		white-space: nowrap;
		overflow-x: scroll;
	}
}*/
@media screen and (max-width: 430px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .breadcrumbs a {
    margin: 0 5px;
  }
  .breadcrumbs a.home {
    margin: 0 5px 0 0;
  }
  .breadcrumbs span.current-item {
    display: block;
    margin: 0;
    line-height: 1.5;
    margin-top: 5px;
  }
  .breadcrumbs span.current-item.post-page, .breadcrumbs span.current-item.post-root {
    display: inline-block;
  }
}
@media screen and (max-width: 320px) {
  .breadcrumbs a {
    margin: 0 3px;
    padding: 7px;
  }
  .breadcrumbs a.home {
    margin: 0 3px 0 0;
  }
}
/****************************************
共通
*****************************************/
.link-box {
  text-align: right;
}
a.window {
  margin-right: 5px;
}
a.window:after {
  content: "\f08e";
  font-family: FontAwesome;
  display: inline;
  margin-left: 5px;
}
/****************************************
トップページ
front-page.php
*****************************************/
article#index {
  padding: 80px 0 0;
}
section#post {
  max-width: 1280px;
  margin: 0 auto;
}
.top-inner {
  margin: 0 12.5%;
}
.post-box {
  padding: 0 20px;
}
.post-box .post-box-inner {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  height: 100%;
}
.new-arrivals .image {
  display: table-cell;
  overflow: hidden;
  width: 58%;
  background: #FEF5EF;
  vertical-align: middle;
  border-radius: 10px 0 0 10px;
}
.new-arrivals .image img {
	border-radius: 10px 0 0 10px;
}
.new-arrivals .title {
  position: relative;
  display: table-cell;
  width: 42%;
  padding: 50px 30px;
  background: #FFF;
  vertical-align: top;
  border-radius: 0 10px 10px 0;
}
.new-arrivals .title p.common-title {
  font-size: .8em;
  line-height: 1.5;
  color: #ED6103;
}
/* 二件目以降 */
.normal-post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 45px;
}
.new-arrivals .title span.category {
  display: inline-block;
  padding: 5px 9px;
	border: 1px solid #D15604;
  border-radius: 11px;
  color: #D15604;
  font-size: 10px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  text-align: center;
}
.new-arrivals .title span.category:nth-of-type(2) {
	margin-left: 9px;
}
.new-arrivals .title span.date {
  display: block;
  text-align: right;
  font-size: .9em;
}
.new-arrivals .title p.new {
  position: absolute;
  right: 25px;
  top: -20px;
  width: 50px;
  height: 50px;
}
.new-arrivals .title p.new:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ED6103;
}
.new-arrivals .title p.new span {
  position: absolute;
  display: block;
  color: #FFF;
  top: 19px;
  left: 12px;
  font-size: 12px;
}
.normal {
  width: calc(100%/3);
  margin-top: 40px;
}
.seminar_post .normal {
	margin-top: -10px;
}
.normal .image {
  width: 100%;
}
.normal .image img {
  border-radius: 10px 10px 0 0;
}
.normal .title {
  width: 100%;
  padding: 25px 25px 35px;
  background: #FFF;
  vertical-align: top;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.normal .title p.common-title {
  font-size: .8em;
  line-height: 1.5;
  color: #ED6103;
}
.normal .seminar_read { /*セミナー*/
	font-size: .9em;
	color: #ED6103;
}
.normal .seminar_read p {
	line-height: 1.3;
}
.normal .title span.category {
	display: inline-block;
	padding: 5px 9px;
	margin: 0 9px 9px 0;
	border: 1px solid #D15604;
	border-radius: 11px;
	color: #D15604;
	font-size: 10px;
	font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	text-align: center;
}
.normal .title span.category:last-child {
	margin-right: 0;
}

/* archive.php ブログ記事のみ */
.normal .title span.category.developer-blog-category {
	
}

.normal .title span.date {
  display: block;
  text-align: right;
  font-size: .9em;
}
.normal .title span.smn_title {
	display: block;
	color: #e23d36;
}
.normal .title spna.smn_sub_title {
	display: block;
}
.normal .title span.date ul { /*セミナー*/
	margin: 0;
}
.normal .title span.date ul li { /*セミナー*/
	margin-top: 6px;
}
.normal .title span.date ul li i {
	margin-right: 3px;
}
.normal .title p.new {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 50px;
  height: 50px;
}
.normal .title p.new:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ED6103;
}
.normal .title p.new span {
  position: absolute;
  display: block;
  color: #FFF;
  top: 19px;
  left: 12px;
  font-size: 12px;
}
p.more-link {
  width: 560px;
  margin: 0 auto;
}
p.more-link span.text {
  font-size: 15px;
}
p.more-link span.icon {
  display: block;
  position: absolute;
  top: 55%;
  right: 15px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
p.more-link a {
  display: block;
  position: relative;
  border-radius: 30px;
  background: #ED6103;
  color: #FFF;
  text-align: center;
  padding: 22px;
}
@media screen and (max-width: 1024px) {
  .normal {
    width: calc(100%/2);
  }
}
@media screen and (max-width: 768px) {
  .new-arrivals .image img {
    border-radius: 0;
  }
  .new-arrivals .title {
    padding: 30px;
  }
}
@media screen and (max-width: 560px) {
	.new-arrivals .image, .new-arrivals .title {
		display: block;
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.new-arrivals .image img {
		border-radius: 10px 10px 0 0;
	}
	
	p.more-link {
		width: 100%;
		padding: 0 30px 60px;
	}
	.seminar_post {
		margin-top: -40px;
	}
	.seminar_post .normal {
		margin-top: 40px;
	}
	.normal .seminar_read {
		margin-top: -15px;
	}
}
@media screen and (max-width: 430px) {
  article#index {
    padding: 45px 0 0;
  }
  .post-box {
    padding: 0;
  }
  .new-arrivals {
    margin-bottom: 0;
    margin-top: 40px;
	}
	.new-arrivals .image, .new-arrivals .title {
		display: block;
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.new-arrivals .image img {
		border-radius: 10px 10px 0 0;
	}
  .new-arrivals .title {
    padding: 12px 20px 25px;
    border-radius: 0 0 10px 10px;
  }
  .normal-post {
    margin-bottom: 40px;
  }
  .normal {
    width: 100%;
    margin-top: 15px;
  }
  .normal .title {
    padding: 18px 20px 25px;
  }
	.seminar_post {
		margin-top: -15px;
	}
	.seminar_post .normal {
		margin-top: 15px;
	}
  p.more-link {
    width: 80%;
    margin: 0 auto 60px;
    padding: 0;
  }
  p.more-link a {
    padding: 15px;
  }
}
/****************************************
p-tag.php
*****************************************/
.p-tag {
  max-width: 1280px;
  margin: 60px auto 30px;
}
@media screen and (min-width: 431px) {
  .p-tag .tag-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-tag .tag-area .tag-title-area {
    position: relative;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
  }
}
.p-tag .tag-area .tag-title-area p {
  margin: 0;
}
.p-tag .tag-area .tag-title-area span {
  display: block;
}
.p-tag .tag-area .tag-title-area span.icon {
  color: #ED6103;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.p-tag .tag-area .tag-title-area span.text {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.p-tag .tag-area .tag-list-area {}
.p-tag .tag-area .tag-list-area ul.tag-list {
  margin-top: -15px;
}
.p-tag .tag-area .tag-list-area ul.tag-list li {
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
}
.p-tag .tag-area .tag-list-area ul.tag-list li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  border-radius: 17.5px;
  font-size: 13px;
  overflow: hidden;
  color: #fff;
  background: #ED6103;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768x) {
  .p-tag .tag-area, .p-tag .tag-area .tag-title-area, .p-tag .tag-area .tag-list-area {
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-tag .tag-area .tag-title-area {
    margin-bottom: 15px;
  }
  .p-tag .tag-area .tag-title-area span {
    display: inline;
    font-size: 14px;
  }
  .p-tag .tag-area .tag-title-area span.icon {
    margin-right: 5px;
  }
  .p-tag .tag-area .tag-list-area ul.tag-list {
    margin-left: -10px;
  }
  .p-tag .tag-area .tag-list-area ul.tag-list li {
    margin-left: 10px;
    margin-top: 15px;
  }
  .p-tag .tag-area .tag-list-area ul.tag-list li a {
    font-size: 10px;
    padding: 7px 8px;
    border-radius: 12.5px;
  }
}
@media screen and (max-width: 430px) {
  .p-tag .tag-area .tag-title-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .p-tag .tag-area .tag-title-area span, .p-tag .tag-area .tag-title-area span.icon, .p-tag .tag-area .tag-title-area span.text {
    display: inline;
  }
  .p-tag .tag-area .tag-title-area span.text {
    margin-left: 5px;
  }
  .p-tag .tag-area .tag-list-area {
    margin: 20px 0 0 -20px;
  }
  .p-tag .tag-area .tag-list-area ul.tag-list li a {
    padding: 7px 8px;
    border-radius: 12.5px;
    font-size: 10px;
  }
}
/****************************************
アーカイブ
*****************************************/
#archive {
  max-width: 1280px;
  margin: 0 auto;
}
#archive .content {
  padding: 50px 160px 60px;
  background: #FFF;
}
#archive .noarticle {
  margin: 40px auto 0;
  font-size: 1.3em;
}
@media screen and (max-width: 768x) {
  #archive {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 420px) {
  #archive .noarticle {
    font-size: 1em;
  }
}
.developer-blog-description{
	margin-top: 40px;
}
.developer-blog-description p:last-child{
	margin: 0;
}
.developer-blog-description .post-box-inner{
	line-height: 1.5;
	letter-spacing: .8px;
	padding: 25px 30px;
}
/****************************************
single 投稿ページ
*****************************************/
#single {
  max-width: 1280px;
  margin: 0 auto;
}
#single .content {
  padding: 50px 160px 60px;
  background: #FFF;
}
#single .meta {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#single .category {
	margin-top: -9px;
}
#single .category span {
	display: inline-block;
	padding: 8px 12px;
	margin: 9px 9px 0 0;
	border-radius: 20px;
	font-size: 12px;
	border: 1px solid #D15604;
	color: #D15604;
	font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	text-align: center;
}
#single .category span:last-child {
	margin-right: 0;
}
#single .category span a {
  color: #D15604;
}
#single p.date {
	font-size: .9em;
	min-width: 150px;
	text-align: right;
}
#single p.common-title {
  margin: 10px 0 0;
  color: #ED6103;
  line-height: 1.5;
  font-size: .9em;
}
#single .image {
  margin-top: 35px;
}
#single .image img {
  border-radius: 10px;
}
#single .content-body .box {
  background: #fad6be;
  padding: 25px 30px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: .8px;
  line-height: 1.7;
  margin: 30px 0 10px 0;
}
/* 前回・次回の記事を表示 */
#single .related {
  position: relative;
}
#single .related .related-outline {
  overflow: hidden;
  border-radius: 10px;
  margin: 50px 0;
  border: 4px solid #ec6104;
}
#single .related a {
  display: block;
}
#single .related dl {
  display: table;
}
#single .related dt {
  display: table-cell;
  width: 250px;
  vertical-align: middle;
  background: #FDF3EC;
}
#single .related dd {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
}
#single .related dd span.category {
  padding: 3px 7px;
  border-radius: 20px;
  font-size: 10px;
  border: 1px solid #D15604;
  color: #D15604;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  text-align: center;
}
#single .related dd span.title {
  display: block;
  margin: 15px 0 10px;
  line-height: 1.5;
  font-weight: bold;
}
#single .related dd span.date {
  display: block;
  float: right;
  font-size: .8em;
}
#single p.related-prev, #single p.related-next {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  background: #ED6103;
  color: #FFF;
  padding: 10px 12px;
  border-radius: 30px;
  width: 200px;
  text-align: center;
}
/* その他の記事を表示 */
#single .other-related {
  position: relative;
}
#single .other-related .other-related-outline {
  overflow: hidden;
  border-radius: 10px;
  margin: 50px 0;
  border: 1px solid #ededed;
}
#single .other-related a {
  display: block;
}
#single .other-related dl {
  display: table;
}
#single .other-related dt {
  display: table-cell;
  width: 250px;
  vertical-align: middle;
  background: #FDF3EC;
}
#single .other-related dd {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
}
#single .other-related dd span.category {
  padding: 3px 7px;
  border-radius: 20px;
  font-size: 10px;
  border: 1px solid #D15604;
  color: #D15604;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  text-align: center;
}
#single .other-related dd span.date {
  display: block;
  float: right;
  font-size: .8em;
}
#single .other-related dd span.title {
  display: block;
  margin: 15px 0 10px;
  line-height: 1.5;
  font-weight: bold;
}
#single p.other-related-recommend {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  background: #ED6103;
  color: #FFF;
  padding: 6px 12px;
  border-radius: 30px;
  width: 200px;
  text-align: center;
}
#single ul.single-tag {
  margin-left: -20px;
  margin-top: -20px;
}
#single ul.single-tag li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}
#single ul.single-tag li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  border-radius: 17.5px;
  font-size: 13px;
  overflow: hidden;
  color: #ED6103;
  background: #fad6be;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*facebookボタンサイズ調整 2023.1.5〜*/
.fa_btn iframe {
    width: 125px !important;
    right: -6px !important;
}
@media screen and (max-width: 768px) {
  #single {
    margin: 0 auto 40px;
  }
  #single .content {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 559px) {
	#single .meta {
			display: block;
		}
		#single p.date {
			    font-size: .8em;
			    text-align: right;
		}
			
}
@media screen and (max-width: 430px) {
  #single .content {
    padding: 25px 20px 35px;
  }
  #single .category span {
    padding: 7px 12px;
    border-radius: 13px;
    font-size: 10px;
  }
  #single .image img {
    border-radius: 5px;
  }
  #single .content-body .box {
    padding: 15px;
    border-radius: 5px;
  }
  #single .related dl, #single .related dt, #single .related dd {
    display: block;
    width: 100%;
  }
  #single .related dd span.title {
    margin: 0 0 10px;
  }
  #single .other-related dl, #single .other-related dt, #single .other-related dd {
    display: block;
    width: 100%;
  }
  #single .other-related dd span.title {
    margin: 0 0 10px;
  }
}
/*いいねボタン 2022.3.25〜*/
.fa_btn {
  text-align: right;
  margin-bottom: 20px;	
}
/*最新記事の通知設定はこちら 2022.3.25〜*/
.notification_link {
  margin: 30px 0 50px 0;
  text-align: center;
}
.notification_link a {
  display: inline-block;
  background: #ec6104;
  color: #FFF;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: .06em;
  box-shadow: 0 3px 0 #d10800;
}
@media screen and (max-width: 430px) {
  .notification_link a {
    width: 100%;
    font-size: 1.1em;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 380px) {
  .notification_link a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 320px) {
  .notification_link a {
    font-size: .9em;
    line-height: 1.3;
  }
}
/* その他の記事を表示 2022.3.25〜*/
.other_related {
  margin: 0 0 30px;
}
.other_related .other_related_title {
  text-align: center;
}
.other_related .other_related_title span {
  display: inline-block;
  width: 200px;
  background: #ec6104;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 30px;
}
.other_related .other_related_flexbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.other_related .other_related_item {
  overflow: hidden;
  width: calc(100%/3 - 15px);
  border: 1px solid #eee;
  border-radius: 10px;
}
.other_related .other_related_item a {
  display: block;
}
.other_related .other_related_item a img {
  opacity: 1;
}
.other_related .other_related_item dd {
  padding: 18px 12px 20px;
}
.other_related .other_related_item dd span.title {
  display: block;
  line-height: 1.5;
  font-weight: bold;
  font-size: .9em;
}
.other_related .other_related_item dd span.date {
  display: block;
  font-size: .8em;
  text-align: right;
  margin: 8px 0 0;
}
@media screen and (max-width: 560px) {
  .other_related .other_related_item dl {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .other_related .other_related_item dt {
    width: 300px;
  }
  .other_related .other_related_item dd {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .other_related .other_related_flexbox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: -15px 0 0;
  }
  .other_related .other_related_item {
    width: 100%;
    margin: 15px 0 0;
  }
  .other_related .other_related_item dl {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .other_related .other_related_item dt {
    width: 100%;
  }
  .other_related .other_related_item dd {
    width: 100%;
  }
}

/* DX開発セミナー */
.seminar_post {
	
}
.seminar_post .lead {
	line-height: 1.6;
    font-size: .8em;
}
.seminar_post ul.schedule {
	margin-bottom: 0;
}
.seminar_post ul.schedule li {
	margin-top: 6px;
}

/****************************************
シェア
*****************************************/
.p-share {
  background: #f6f6f6;
  padding: 30px 0;
  border-radius: 10px;
  margin-top: 50px;
}
.p-share dl {
  display: table;
  width: 100%;
}
.p-share dl dt {
  display: table-cell;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  text-align: center;
  width: 150px;
  vertical-align: middle;
  color: #ED6103;
}
.p-share dl dd {
  display: table-cell;
  vertical-align: middle;
}
.p-share dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
		margin-bottom: 0;
}
.p-share dl dd ul li {
  width: calc(100%/5);
}
.p-share i {
  font-size: 1.5em;
}
.p-share i.fa-facebook {
  color: #3C5A99;
}
.p-share i.fa-twitter {
  color: #1DA1F2;
}
.p-share i.fa-line {
  color: #00B900;
}
.p-share i.fa-get-pocket {
  color: #ee4056;
}
.p-share i.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  color: #5279E7;
}
@media screen and (max-width: 420px) {
  .p-share dl dt {
    width: 80px;
  }
  .p-share i {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 380px) {
  .p-share dl dt {
    width: 70px;
    font-size: .7em;
  }
}
@media screen and (max-width: 320px) {
  .p-share dl dt {
    width: 60px;
  }
}
/****************************************
検索結果
*****************************************/
#search-result {
  max-width: 1280px;
  margin: 0 auto;
}
#search-result .content {
  padding: 50px 160px 60px;
  background: #FFF;
}
#search-result .notincluded {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#search-result .notincluded p.notincluded-text {
  line-height: 1.8;
  font-size: 1.3em;
  margin-bottom: 50px;
}
#search-result .notincluded p.notincluded-text span.search-word {
  color: #ED6103;
}
#search-result .notincluded a {
  min-width: 300px;
  background: #ED6103;
  color: #FFF;
  padding: 15px 50px;
  border-radius: 30px;
}

@media screen and (max-width: 960px) {
	#search {
		right: 8%;
	}
}
@media screen and (max-width: 768px) {
  #search {
    top: 25%;
    right: 10%;
  }
  #search-result {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 560px) {
  #search {
    right: 12%;
  }
}
@media screen and (max-width: 430px) {
	#search {
		top: 16px;
		right: 60px;
	}
	#search-result .notincluded p.notincluded-text {
		font-size: 1em;
	}
}

/****************************************
404
*****************************************/
#error .error {
  width: 100%;
  text-align: center;
  margin: 40px auto 45px;
}
#error .error p.text {
  line-height: 1.8;
  font-size: 1.3em;
  margin-bottom: 50px;
}
#error .error a {
  min-width: 300px;
  background: #ED6103;
  color: #FFF;
  padding: 15px 50px;
  border-radius: 30px;
}
@media screen and (max-width: 420px) {
  #error .error p.text {
    font-size: 1em;
  }
}
/****************************************
 * 固定ページ
*****************************************/
#page {
  max-width: 1280px;
  margin: 0 auto;
}
#page .content {
  margin: 70px 0 45px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #page {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 560px) {
  #page .content {
    margin: 45px 0 60px;
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  #page .content {
    margin: 45px 0 60px;
    padding: 10px;
  }
}
/****************************************
 * 最新記事の通知設定
*****************************************/
.subscribe .form_box, .unsubscribe .form_box {
  width: 640px;
  margin: 0 auto;
  line-height: 1.4;
}
.subscribe form label, .unsubscribe form label {
  display: block;
}
.subscribe form input#s2email, .unsubscribe form input#s2email {
  outline: none;
  border: 2px solid #ED6103;
  width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
}
.subscribe form input[type=submit], .unsubscribe form input[type=submit] {
  display: inline-block;
  background: #e23d36;
  outline: none;
  border: none;
  min-width: 200px;
  border-radius: 4px;
  padding: 15px 30px;
  color: #FFF;
  cursor: pointer;
  transition: .3s all;
}
.subscribe form input[type=submit]:hover, .unsubscribe form input[type=submit]:hover {
  opacity: .7;
}
.subscribe form p:nth-of-type(2), .unsubscribe form p:nth-of-type(2) {
  line-height: 1.7;
}
.subscribe form p:nth-of-type(2) a, .unsubscribe form p:nth-of-type(2) a {
  text-decoration: underline;
}
.subscribe form p:nth-of-type(3), .unsubscribe form p:nth-of-type(3) {
  text-align: center;
}
.subscribe .unsubscribe_link {
  text-align: right;
  margin: 30px 0 0;
}
/*メール認証後*/
p.s2_message {
  text-align: center;
  border-bottom: 1px solid #e23d36;
  color: #e23d36;
  padding: 12px 0;
  font-size: 1.3em;
}
.subscribe_msg {
  padding: 30px;
  background: #FFF;
}
.subscribe_msg p {
  line-height: 1.7em;
}
.subscribe_msg .toppage {
  text-align: center;
  margin: 30px 0 0;
}
.subscribe_msg .toppage a {
  display: inline-block;
  background: #ED6103;
  color: #FFF;
  line-height: 1.8;
  padding: 15px 50px;
  border-radius: 30px;
}
@media screen and (max-width: 768x) {
  #page {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 560px) {
  .subscribe .form_box, .unsubscribe .form_box {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .subscribe_msg .toppage a {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 320px) {
  .subscribe_msg .toppage a {
    font-size: .9em;
  }
}
/****************************************
 * プライバシーポリシー
*****************************************/
.privacy-policy .content {
  padding: 60px;
}
.privacy-policy .content {
  line-height: 1.7;
  background: #FFF;
  padding: 60px;
}
.privacy-policy .content h4 {
  font-size: 20px;
  margin: 0 0 25px;
  padding: 20px 0 20px 30px;
  position: relative;
  line-height: 1;
  letter-spacing: -0.05em;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
}
.privacy-policy .content h4:before {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #d10000;
  content: '';
  width: 14px;
  height: 3px;
}
.privacy-policy .content hr {
  clear: both;
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted #dedede;
}
img.alignleft.wp-image-307 {
  margin: 10px 30px;
}
.privacy-policy .content ol {
  list-style: decimal;
  overflow-wrap: break-word;
}
.privacy-policy .content ol li {
  margin: 8px 0 0;
}
.privacy-policy .content figure {
  background: none;
}
.privacy-policy .content ul {
  list-style: disc;
}
.privacy-policy .content ul.ls-none {
  list-style: none;
}
.privacy-policy .content ol.ls-none {
  list-style: none;
}
.privacy-policy .content ul.ls-none li, .privacy-policy .content ol.ls-none li, .privacy-policy .content ul li, .privacy-policy .content ol li {
  margin: 0 0 10px;
}
.privacy-policy .content ul li, .privacy-policy .content ol li {
  margin: 0 0 10px 2em;
  font-weight: bold;
  font-size: 16px;
}
.privacy-policy .content ul li ul, .privacy-policy .content ul li ol {
  margin: 0 0 0 2em;
}
.privacy-policy .content ol li ul, .privacy-policy .content ol li ol {
  margin: 0 0 0 2em;
}
.privacy-policy .content ul p, .privacy-policy .content ol p {
  margin: 0;
  padding: 0;
  color: #4f4f4f;
  font-weight: normal;
}
.privacy-policy .content ul table, .privacy-policy .content ol table {
  font-weight: normal;
}
.privacy-policy .content table {
  width: 100%;
  margin: 0 0 2em;
}
.privacy-policy .content table tr:first-child th, .privacy-policy .content table tr:first-child td {
  border-top: 1px solid #dedede;
}
.privacy-policy .content table th, .privacy-policy .content table td {
  padding: 1em 1.5em;
  border-bottom: 1px solid #dedede;
}
.privacy-policy .content table th {
  background: #f8f8f8;
}
.privacy-policy .content table.table1 tr:first-child {
  border-top: 2px solid #dedede;
}
.privacy-policy .content table.table1 tr:last-child {
  border-bottom: 2px solid #dedede;
}
.privacy-policy .content table.table1 tr:nth-child(odd) {
  background: #fafafa;
}
.privacy-policy .content table.table1 th, .entry-content table.table1 td {
  padding: 1em 1.5em;
  border-bottom: 1px dotted #dedede;
}
.privacy-policy .content table.table1 th {
  background: none;
}
.privacy-policy .content table.table2 th {
  padding-left: 0;
  border-top: 2px solid #d10000;
  background: none;
}
.privacy-policy .content table.table3 th {
  padding-left: 0;
  background: none;
  border-right: 30px solid #FFF;
}
.privacy-policy .content table.table4 td, .entry-content table.table4 th {
  border: 1px solid #dedede;
}
.privacy-policy .content table.border0 {
  margin-bottom: 0;
}
.privacy-policy .content table.border0 td, .privacy-policy .content table.border0 tr:first-child td {
  padding: 0;
  border: none;
  vertical-align: top;
}
@media screen and (max-width: 560px) {
  .privacy-policy .content {
    padding: 20px;
  }
  .privacy-policy .content table th, .privacy-policy .content table td {
    display: block;
  }
  .privacy-policy .content table tr:first-child th, .privacy-policy .content table tr:first-child td {
    border-top: 1px solid #dedede;
    text-align: left;
  }
  .privacy-policy .content table th {
    width: auto;
  }
  .privacy-policy .content table th, .privacy-policy .content table td {
    padding: 1em 1.5em;
    border-bottom: 1px solid #dedede;
  }
  .privacy-policy .content ul p, .privacy-policy .content ol p {
    margin: 0 !important;
  }
  .privacy-policy .content ol li ul, .privacy-policy .content ol li ol {
    margin: 0 0 0 .8em;
  }
  img.alignleft.wp-image-307 {
    margin: 10px 30px 10px 0;
    width: 50px;
  }
}
/****************************************
バナー
*****************************************/
.p-bnr {
  padding: 45px 0;
}
.p-bnr .p-bnr-box {
  max-width: 1280px;
  margin: auto;
}
.p-bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -20px 0;
}
.p-bnr ul li {
  width: calc(50%);
  margin-top: 40px;
  padding: 0 20px;
}
/*.p-bnr ul li:last-child {
	width: 100%;
}*/
.p-bnr ul li img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-bnr {
    padding: 30px 0;
  }
  .p-bnr ul li {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-bnr ul li:last-child {
    margin-bottom
  }
}
@media screen and (max-width: 420px) {
  .p-bnr ul {
    margin: -40px 0 0;
  }
  .p-bnr ul li {
    padding: 0 10px;
  }
}
/****************************************
商標の記載
*****************************************/
#trademark {
  background: #f6f6f6;
  text-align: right;
  padding: 0 0 20px;
  font-size: .8em;
  line-height: 1.5;
}
@media screen and (max-width: 420px) {
  #trademark {
    text-align: center;
  }
}
/****************************************
フッター
*****************************************/
footer {
  position: relative;
  background: #ED6103;
  clear: both;
  color: #fff;
  padding: 45px 0;
}
footer .totop img.icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer a {
  display: inline-block;
  color: #FFF;
}
footer .footer-logo {
  text-align: center;
  margin-bottom: 30px;
}
footer .footer-nav {
  text-align: center;
  margin-bottom: 30px;
}
footer .footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-nav ul li {
  margin-right: 30px;
  font-size: .8em;
}
footer .footer-nav ul li:last-child {
  margin-right: 0;
}
#copyright {
  clear: both;
  text-align: center;
  font-size: 10px;
  margin: 0;
}
@media screen and (max-width: 430px) {
  footer .footer-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: -15px 0 0;
  }
  footer .footer-nav ul li {
    margin: 15px 0 0;
  }
  footer .totop img.icon {
    right: 15px;
    bottom: 15px;
  }
}
/* iOSボタン */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}