/* Basic elements
------------------------------------------------------------------*/

body {
	word-wrap: break-word;
}

.megamenu ol li {
	display: none;
}

.top-content {
	overflow: hidden;
	margin-top: 80px;

	@media print, screen and (max-width: 767px) {
		margin-top: 40px;
	}
}

.mega-menu-max_mega_menu_1 .whitepaper-box h3li {}

a {
	color: #009933;
	telNumber .whitepaper-box .panel-inner text-decoration: none;
}


/*
a:hover, a:focus {
	color: #009933 !important;
}
*/

.text_white a:hover,
.text_white a:focus {
	color: #fff !important;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
	/* IE7 Resize with html */
}

strong {
	font-weight: bold;
	color: #328bda;
}

em {
	font-weight: bold;
}

b {
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

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

ul,
ol,
li {
	list-style: none;
	list-style-position: inside;
	padding: 0;
}

ul li,
ol li {
	/*
  margin-bottom: 1em !important;
  */
}

ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

dl {
	margin: 0;
}

dl dt {
	margin: 0;
	font-weight: bold;
}

dl dt a {
	font-weight: bold;
}

hr {
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px 0 0 0;
	height: 1px;
	margin: 15px 0;
}

hr.solid {
	border-style: solid;
	border-color: #ccc;
	margin-top: -5px;
}

hr.dotted {
	border-style: dotted;
	border-color: #ccc;
}

hr.trans {
	border-color: transparent;
	margin: 35px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

select,
input,
button,
textarea {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 16px;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
	font-size: 16px;
}

blockquote,
pre,
dl,
ol,
ul,
th,
td {
	line-height: 1.5;
	font-size: 16px;
}

p {
	line-height: 1.7;
	font-size: 16px;
}

ul,
ol,
dl {
	list-style-position: outside;
	font-size: 16px;
}

.supp {
	font-size: 10px;
}

blockquote p,
pre p,
dl p,
ol p,
ul p,
th p,
td p,
dd p,
dt p {
	font-size: 16px;
}

/*
.headerInner {
	padding-top: 8px;
	padding-bottom: 6px;
}
*/

.headerInner h1 {
	float: left;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}

.headerInnerLink {
	float: right;
	font-size: 11px;
	margin: 0;
	text-align: right;
}

.headerInnerLink li {
	float: left;
}

.headerInnerLink li span {
	border-right: 1px solid #333;
	display: inline;
	margin-right: 7px;
	padding-right: 7px;
}

.headerInnerLink a {
	color: #333;
}

.breadcrumb {
	background-color: #fff !important;
}

.text-bold {
	font-weight: bold;
}

.headline1 {
	margin-bottom: 20px;
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 20px;
	clear: both;
    color: #333;
}

.headline1 h2{
    font-weight: bold;
}
.headline {
	margin-bottom: 30px;
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 20px;
	clear: both;
}

.headline h2 {
	font-weight: bold;
	font-size: 26px !important;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	/*
	border-left: 8px solid #009933;
	padding: 0 0 0 10px;
	*/
	margin: 30px 0 10px;
	line-height: 1.4;
}

.row2 {
	margin-right: -10px;
	margin-left: -10px;
}

.link-box h3 {
	    margin: 0 0 35px !important;
}

@media screen and (max-width: 767px) {
	.link-box h3 {
		margin: 5px 0 10px !important;
	}
}

.seminar h4 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	border-left: 8px solid #009933;
	padding: 5px 30px 5px 22px;
	line-height: 1.4;
}

.privacy h4 {
	font-weight: bold;
	line-height: 1.4;
}

.red {
	color: red;
}

.btn {
	white-space: normal !important;
}
.panel{
    border: none;
    -webkit-box-shadow: none;
    padding: 0 10px 30px 10px;
    border-radius: 0;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, .25);
    background-color: white;
}


.link-box,
.all-box,
.all-box2 {
	cursor: pointer;
	transition: opacity 0.4s ease-out;
}

.link-box:hover,
.all-box:hover,
.all-box2:hover {
    opacity: 0.6;
}

.all-box3 img
{
	cursor: default;
}


/* フロート・マージン・パディング
---------------------------------------------------- */

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

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

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mr20 {
	margin-right: 20px;
}

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

.mb40 {
	margin-bottom: 40px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mr10 {
	margin-right: 10px;
}

.pt10 {
	padding-top: 10px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.w100 {
	width: 100% !important;
}

.gray-text {
	color: #999;
}

.f-black {
	color: #333;
}

.f-black:hover,
.f-black:focus {
	color: #333;
}

.ofh {
	overflow: hidden;
}

.clearfix,
#menu-pc_global,
#bread_crumb > ul {
	zoom: 1;
}

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

.clearfix:after,
#menu-pc_global:after,
#bread_crumb > ul:after {
	clear: both;
}

.all-link-box {
	cursor: pointer;
}

.word-break-all {
	word-break: break-all !important;
}

.designworks-box-title {
	border-bottom: solid 1px #333;
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 18px;
}

.btn-contact {
	border: 1px solid #fff !important;
}

.wp_social_bookmarking_light {
	padding: 0px 0 20px 0 !important;
}


/****************************************************
 * 共通テキスト
****************************************************/

.underContentTitle01 {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 10px;
}


/****************************************************
 * ヘッダ
****************************************************/

header .telBox {
	margin-bottom: 0;
}

header .tel {
	font-weight: bold;
	font-size: 26px;
}

.header-logo {
	width: 18%;
	padding-top: 0;
	float: none;
}

.header-logo img{
	max-width: 100%;
	height: auto;
}

.facebook-icon {
	font-size: 15px;
	margin-right: 7px;
}

.facebook-icon a {
	color: #3a5795;
}

.headerInnerContent {
	padding: 3px 0;
}

.header-contact {
	width: 38%;
	max-width: calc(150px + 150px + 10px);
	float: none;
}

.HeaderInquiryTel01 {
	font-size: 10px !important;
	margin-bottom: 0;
}

.InquiryTel .HeaderInquiryTel02 {
	color: #666666;
	font-size: 24px !important;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.7;
}

.InquiryTel .HeaderInquiryTel02:hover {
	color: #333333 !important;
	text-decoration: none;
}

.InquiryTel .HeaderInquiryTel02:focus {
	color: #333333 !important;
	text-decoration: none;
}

.HeaderInquiryButtonDL {
	color: #ffffff;
	background: none repeat scroll 0 0 #f19149;
	margin-bottom: 5px;
	margin-top: 0;
	display: inline-block;
	outline: medium none;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	border-radius: 3px;
	text-shadow: 0 1px 0 #000;
}

.HeaderInquiryButtonDL {
	width: 100%;
	padding-bottom: 0.85em;
	padding-top: 0.85em;
	padding-right: 5px;
	padding-left: 5px;
	box-shadow: 0 2px #d97900;
	font-weight: bold;
	line-height: 1.2;
}

.FooterInquiryButtonDL {
	border-top: #f19149 2px solid;
	width: 100%;
	background: url(images/top/sankaku-orange.png) 5px 5px no-repeat;
}

.HeaderInquiryButtonDL:hover,
.HeaderInquiryButtonDL:active,
.HeaderInquiryButtonDL:focus {
	background: #f19149;
	color: #ffffff;
	display: inline-block;
	opacity: 0.8;
	outline: medium none;
	margin-bottom: 5px;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

.HeaderInquiryButtonForm {
	color: #ffffff;
	background: #e00c0c;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	outline: medium none;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	border-radius: 3px;
	text-shadow: 0 1px 0 #000;
}

.HeaderInquiryButtonForm {
	padding-bottom: 0.85em;
	padding-top: 0.85em;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
	box-shadow: 0 2px #b30808;
	font-weight: bold;
	line-height: 1.2;
}

.FooterInquiryButtonForm {
	border-top: #e00c0c 2px solid;
	width: 100%;
	background: url(images/top/sankaku-red.png) 5px 5px no-repeat;
}

.HeaderInquiryButtonForm:hover,
.HeaderInquiryButtonForm:active,
.HeaderInquiryButtonForm:focus {
	background: #df1818 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	opacity: 0.8;
	outline: medium none;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

.FooterInquiryMagazine {
	background: #4ac0d3;
	margin-bottom: 5px;
	margin-top: 0;
	display: inline-block;
	outline: medium none;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 3px;
}

.FooterInquiryMagazine {
	border-top: #4ac0d3 2px solid;
	width: 100%;
	background: url(images/top/sankaku-blue.png) 5px 5px no-repeat;
}

.FooterInquiryMagazineButtonForm {
	margin-top: 3px;
	color: #ffffff;
	background: #4ac0d3;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0.85em;
	padding-top: 0.85em;
	font-size: 15px;
	display: inline-block;
	outline: medium none;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	border-radius: 3px;
	text-shadow: 0 1px 0 #000;
	box-shadow: 0 2px #368c99;
	width: 100%;
	line-height: 1.2;
}

.FooterInquiryMagazineButtonForm:hover {
	background: #69c8d7;
}

.FooterInquiry {
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 18px;
	border-radius: 3px;
	background-color: #FFF !important;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px !important;
	padding: 30px 20px;
}

.FooterInquiry a {
	text-decoration: none !important;
}

.FooterInquiry .HeaderInquiryButtonForm,
.FooterInquiry .HeaderInquiryButtonDL,
.FooterInquiry .FooterInquiryMagazineButtonForm {
	margin-top: 10px;
	width: 100% !important;
	font-weight: bold;
}

.InquiryTelRight {
	float: right;
	display: flex;
	gap: 0 10px;
	width: 100%;
}

.InquiryTelRight p {
	margin: 0;
	width: 100%;
	max-width: 150px;
}

.InquiryTelRight p a{
	@media print, screen and (max-width: 1200px) {
		font-size: 0.85em;
	}
}
/*
.InquiryTelRight .HeaderInquiryButtonDL{
    background: none repeat scroll 0 0 #009933;
    text-shadow: none;
    box-shadow: 0 2px #008721;
    
}
.InquiryTelRight .HeaderInquiryButtonDL:hover,.InquiryTelRight .HeaderInquiryButtonDL:active,.InquiryTelRight .HeaderInquiryButtonDL:focus{
    background: #008721;
}
*/
.InquiryTelRight .HeaderInquiryButtonForm{
    background: #225fab;
    background: #009933;
    color: #ffffff;
    box-shadow: 0 2px #244e82;
    box-shadow: 0 2px #008721;
    text-shadow: none;
}
.InquiryTelRight .HeaderInquiryButtonForm:hover,.InquiryTelRight .HeaderInquiryButtonForm:active,.InquiryTelRight .HeaderInquiryButtonForm:focus{
    background: #2d6bb7 none repeat scroll 0 0;
    background: #008721;
    color: #ffffff;
}


.InquiryTel {
	float: left;
	padding-top: 10px;
}

.inner {
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	gap: 0 1rem;
	padding-bottom: 5px;
}

.phone {
	font-size: 22px;
	line-height: 1.4
}

@media screen and (max-width: 767px) {
	.header-contact {
		width: auto !important;
		float: left;
	}
	.InquiryTel {
		width: auto;
	}
	.InquiryTelRight {
		float: left;
	}
}


/* ボタン
---------------------------------------------------- */

.btn-danger,
.magazine-main .wysija-submit {
	background: #e00c0c none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 2px #c70a0a;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	outline: medium none;
	padding: 4px 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	border: none;
	height: 48px;
}

.btn-applicationEnd {
	background: #8a8a8a;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	outline: medium none;
	padding: 4px 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

.seminarBtnEnd {
	background: #959595 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	outline: medium none;
	padding: 4px 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

.seminarBtnEnd:hover {
	color: #ffffff;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active {
	background: #e64747 none repeat scroll 0 0 !important;
	border-radius: 3px;
	box-shadow: 0 2px #c9302c;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	outline: medium none;
	padding: 4px 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	border: none;
}

.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background: #df1818 !important;
	border: none;
}

.btn-nomal {
	background: #aaa;
	border-radius: 3px;
	box-shadow: 0 2px #888;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	outline: medium none;
	padding: 4px 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	border: none;
	height: 48px;
}

.btn-nomal:focus,
.btn-nomal.focus {
	background: #ccc;
	border-radius: 3px;
	box-shadow: 0 2px #aaa;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	outline: medium none;
	padding: 4px 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	border: none;
}

.btn-nomal:hover {
	background: #ccc;
	border-radius: 3px;
	box-shadow: 0 2px #aaa;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	outline: medium none;
	padding: 4px 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	border: none;
}

.btn-nomal:active,
.btn-nomal.active,
.open > .dropdown-toggle.btn-nomal {
	color: #fff;
	background: #aaa;
	!important;
	border: none;
}

.btn-contact {
	background: rgb(250, 255, 140);
	color: #000;
	border: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-contact:hover,
.btn-contact:focus {
	background: rgb(252, 255, 179);
}

.btn-contact:active {
	background: rgb(247, 255, 71);
}

.btn-whitepaper {
	background: #f0ad4e;
	color: #000;
	border: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-whitepaper:hover,
.btn-whitepaper:focus {
	background: rgba(242, 118, 0, 0.9);
}

.btn-whitepaper:active {
	background: rgba(242, 118, 0, 0.9);
}


/* ラベル
---------------------------------------------------- */

.label-okayama {
	background: #0f3e8c;
}

.label-hiroshima {
	background: #0f3e8c;
}

.label-okayama-opencourse {
	background: #0f3e8c;
}

.label-hiroshima-opencourse {
	background: #0f3e8c;
}


/* ヘッダメニュー
---------------------------------------------------- */

.front-header .headerMenu{
	background:none;
	box-shadow:none;
	padding:0;
}

.headerMenu {
	background: #ffffff;
	box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	z-index: 999;
	/* border-top: 1px solid #178043;
	border-bottom: 1px solid #178043; */
	padding: 1px 0 0;
	height: 46px;
}
.accessible-megamenu .accessible-megamenu-panel a:hover, .accessible-megamenu .accessible-megamenu-panel a:focus{
	text-decoration:none !important;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.mega-main a {
	background: #009933;
	color: #fff !important;
	padding: 10px 10px 5px !important;
}
/*
.accessible-megamenu .accessible-megamenu-panel {
	left: -680px;
}
*/
#fixedBox {
	display: block;
}

#s-header {
	display: none;
}

#pc-header {
	display: block;
    	border-bottom: 1px solid #ebebeb;

}
#pc-header.front-header{
	position: relative;
    background-size:cover;
    height: 40vw;
	min-height: 720px;
    background-repeat: no-repeat;
    background-image:  url(/wp-content/themes/seeds/images/top/seeds_top2.png);
    border-bottom: none;
    background-position: center;
}
#pc-header .container{
    width: 100%;
    padding: 15px 2% 5px 2%;
    background: rgba(255,255,255,.7);
}

@media screen and (min-width: 769px) {
	#pc-header {
		display: block;
		border-bottom: 1px solid #ebebeb;
	}
	#fixedBox {
		display: block;
	}
}

@media print,
screen and (max-width: 1051px) {
	#fixedBox {
		display: none;
	}
	#pc-header {
		display: none;
	}
	#s-header {
		display: block;
	}
	p {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}
	.top-content h2 {
		font-size: 20px !important;
	}
	.headline h2 {
		font-size: 20px !important;
	}
	h3 {
		font-size: 18px !important;
	}
	.breadcrumbs {
		padding: 20px 0 0 !important;
	}
}

@media print,
screen and (max-width: 1000px) {
	.accessible-megamenu .accessible-megamenu-top-nav-item a {
		font-size: 11px;
	}
	.accessible-megamenu .accessible-megamenu-top-nav-item {
		/*width: auto !important;*/
	}
	.headerMenu {
		height: 37px !important;
	}
	.megawrap {
		/*width: auto !important;*/
		height: 10px;
	}
	.accessible-megamenu {
		height: 38px !important;
	}
	.menu-company {
		width: 15% !important;
	}
	.menu-exp {
		width: 25% !important;
	}
	.HeaderInquiryButtonDL {
		width: 251px;
	}
	.HeaderInquiryButtonForm {
		width: 251px;
	}
	.header-contact {
		width: 550px;
		float: right;
	}
}

@media screen and (min-width: 1200px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
		text-align: center !important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item a {
		text-align: center !important;
	}
}


/* スマホメニュー
---------------------------------------------------- */

.slicknav_menu {
	display: none;
}

#s-menu {
	display: none;
}

header#s-header {
	border-top: none;
}

#s-header {
	position: fixed;
	top: 2px;
	z-index: 10000;
}

#s-header h1 {
	font-size: 11px;
	margin: 5px 0 0;
}

#s-header .header-logo {
	padding-top: 5px;
}

@media screen and (max-width: 1051px) {
	.slicknav_menu {
		display: block !important;
	}
}


/* スライドメニュー
---------------------------------------------------- */

.slideFrame {
	margin-bottom: 30px;
}


/* パンくず
---------------------------------------------------- */

.breadcrumbs {
	padding: 65px 0 0;
}

.breadcrumbs ul {
	margin: 0;
}

.breadcrumbs ul li {
	font-size: 12px;
	float: left;
}

.breadcrumbs ul li.sub {
	padding-left: 10px;
}

.breadcrumbs ul li.sub:before {
	content: ">";
	letter-spacing: 10px;
	color: #666;
}

.breadcrumbs > ul:after,
.breadcrumbs > ul:before {
	content: '';
	display: table;
}


/* サービスリンク（サービススクロール）
---------------------------------------------------- */

.serviceLink {
	border: 4px solid #e2e2e2;
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.serviceLink .page {
	margin-right: 50px;
	padding-left: 8px;
	clear: none;
	float: left;
}

.serviceLink .page a {
	padding: 5px;
}

.serviceLink .page a:hover {
	background: #f1faf3;
	text-decoration: none;
}

.serviceLink ul {
	clear: both;
	margin: 0;
	overflow: hidden;
}

.serviceLink ul li i {
	margin-right: 10px;
}

.fa.fa-arrow-down {
	color: #008721;
}

@media screen and (max-width: 768px) {
	.serviceLink .page {
		margin-right: 0;
		float: none;
	}
	.serviceLink .page a {
		display: block;
		border-bottom: #009933 1px solid!important;
	}
}


/* コンテンツ
---------------------------------------------------- */


/* フッターバナー
---------------------------------------------------- */

#footerBanner .btn {
	width: 100%;
	min-height: 100px;
	border-radius: 4px;
	white-space: normal;
	margin: 5px 0;
	border: 3px solid #009933;
	background: #f5f8f4;
	padding: 40px 0 !important;
}


/* フッター
---------------------------------------------------- */

footer {
	margin-top: 120px;
}

#footerBanner {
	background: #f7f7f7;
	padding: 20px 20px 10px;
	border-top: #CCC dotted 1px;
	border-bottom: #CCC dotted 1px;
}

#footerSitemap {
	border-top: 2px #009933 solid;
	padding: 30px 0;
	padding-bottom: 110px;
	background: #fafafa;
	margin-top: 56px;
	background-color: #ffffff;
}

#pc-footerSitemap .toTop {
	position: absolute;
	top: -67px;
	right: 15px;
	display: inline-block;
	background: #009933;
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	z-index: 990;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#footerSitemap li {
	font-size: 85%;
}

#footerBottom {
	width: 100%;
	background: #009933;
	padding: 8px 0;
	border-top: 1px #009933 solid;
	text-align: center;
	border-top: 1px solid #178043;
	border-bottom: 1px solid #178043;
	clear: both;
	overflow: hidden;
}

#footerBottom a {
	color: #fff;
}

#footerBottom .text-muted {
	color: #fff;
}

#footerSitemap .heading {
	margin: 0 !important;
}

#footerSitemap hr {
	margin: 0 0 10px !important;
}

.footerPrivacyLeft {
	float: left;
	margin-right: 10px;
	width: 58px;
}

.footerPrivacyRight {
	float: left;
	width: 215px;
}

.footerSecureLeft {
	float: right;
	width: 45%;
}

.footerSecureRight {
	float: right;
	margin-right: 10px;
}

.list-unstyled {
	line-height: 1.9 !important;
}

.list-unstyled a {
	color: #333 !important;
}

.s-footerMark {
	display: none;
}

#pc-footerSitemap {
	position: relative;
	display: block;
}

#s-footerSitemap {
	display: none;
}

@media screen and (max-width: 1190px) {
	.footerSecureLeft {
		float: right;
		width: 35%;
	}
}
@media screen and (max-width: 1000px) {
	.pc-footerMark {
		display: none;
	}
	.s-footerMark {
		display: block;
	}
	.footerPrivacyRight {
		float: left;
		width: 300px;
	}
	.footerSecureRight {
		clear: both;
		float: left;
		margin-top: 20px;
		margin-right: 20px;
	}
	.footerSecureLeft {
		float: left;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 70%;
	}
}

@media print,
screen and (max-width: 768px) {
	#pc-footerSitemap {
		display: none;
	}
	#s-footerSitemap {
		display: block;
	}
	.footer-copyright {
		background: #009933;
		color: #fff;
	}
	.footer-copyright a {
		color: #fff;
	}
	.s-footernav ul li {
		border-top: 2px solid #e6e6e6;
	}
	.s-footernav #pagetop {
		background: #009933;
		text-align: center;
	}
	.s-footernav #pagetop a {
		color: #fff;
		display: block;
	}
	.s-footernav ul li:first-child {
		border-top: none;
	}
	.s-footernav ul li a {
		display: block;
		font-size: 16px;
		padding: 15px 30px 15px 20px;
	}
	.footer-copyinner {
		margin: 0 auto;
		width: 100%;
	}
	.foot-link {
		float: none;
		text-align: center;
	}
	.footer-copyinner .footLink li {
		display: block;
		float: left;
		line-height: 46px;
		margin-left: 10px;
	}
	.footer-copyinner .foot-link li:first-child {
		margin-left: 0;
	}
	.footer-copyinner .foot-link > li:last-child {
		display: block;
	}
	.footer-copyinner .foot-link li:last-child {
		clear: both;
		float: none;
		width: 100%;
	}
	.footer-copyinner .foot-link li {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display: block;
		float: left;
		height: 45px;
		line-height: 45px;
		margin-left: 0;
		width: 50%;
	}
	#footerSitemap {
		padding: 0px;
	}
	#footerBottom p {
		font-size: 12px !important;
	}
	#footerBottom {
		border-top: none;
		padding: 7px 0;
	}
}


/* サイドバー
---------------------------------------------------- */

#sidebar h4,
#sidebar-magazine h4,
#blog-sidebar h2 {
	padding: 12px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
	borderx-top: 1px dotted #ccc;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin-bottom: 4px !important;
}

#sidebar li a {
	border: 1px solid #EBEBEB;
	background: #F9F9F9;
	padding: 10px 5px 10px 25px;
	font-size: 16px;
	display: block;
	border-radius: 5px;
	color: #323232;
	position: relative;
	text-decoration: none;
}

#sidebar li a:hover {
	background: #f9f9f9;
}

#sidebar li i {
	font-size: 16px;
	position: absolute;
	left: 6px;
	top: 12px;
}

#sidebar li.current {
	border: 1px solid #EBEBEB;
	background: #CCC;
	padding: 10px 5px 10px 25px;
	font-size: 16px;
	display: block;
	border-radius: 5px;
	color: #323232;
	position: relative;
}

#sidebar li.current i {
	font-size: 16px;
	position: absolute;
	left: 6px;
	top: 12px;
}


/* 一覧ページ
---------------------------------------------------- */

.all-box,
.all-box2,
.all-box3  {
	border: 1px solid #EBEBEB;
	margin: 0 0 40px !important;
	padding: 25px 30px 30px;
}

.all-box h3,
.all-box2 h3,
.all-box3 h3 {
	margin: 0 0 20px !important;
}

.all-box h4,
.all-box2 h4,
.all-box3 h4 {
	margin: 0 0 10px !important;
}


/* フォーム
---------------------------------------------------- */

.privacybox {
	font-size: 14px;
}

.inquiryFormTel {
	font-size: 20px;
	font-weight: bold;
	color: #fb8f26;
}

.inquiryFormTel:hover,
.inquiryFormTel:focus,
.inquiryFormTel:active {
	text-decoration: none;
	color: #fb8f26;
}

.step01 span {
	/*color: #ff0000;*/
}

.seminar-box {
	margin-top: 30px;
	border-top: 5px #009933 solid;
}

.form-inner {
	/* margin-top: 20px;
	padding: 20px 40px;
	border: 1px solid #ddd;/* background: #fafafa; */
}

.form-inner h3 {
	color: #009933;
	margin: 10px 0 10px !important;
}

.form-inner .cate {
	background: #009933;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 250px;
}

.seminar_detail {
	margin-bottom: 20px;
}

.form-label {
	font-weight: normal;
	text-align: left !important;
	padding-top: 0;
	margin: 0;
	padding-right: 0;
}

.col-md-8.form-right label {
	font-weight: normal;
}

.required::after {
	background-color: #c9302c;
	border-radius: 3px;
	color: #fff;
	content: "必須";
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin-left: 10px;
	margin-top: 2px;
	padding: 3px;
}

.form-inner #bread_crumb {
	padding: 30px 0 0 !important;
}

.seminar .form-group {
	margin-right: 0 !important;
	margin-left: 0 !important;
	background: url(images/inquery/border-gray.gif) repeat-y 33.3333% 0;
}

@media screen and (max-width: 992px) {
	.seminar .form-group {
		background: url() no-repeat 0 0;
	}
}

.inquery-logo {
	width: 150px;
	height: 50px;
}

@media print,
screen and (max-width: 768px) {
	.inquery-logo {
		width: 120px;
		height: 40px;
	}
}

.headerCommonTtlImg {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px;
	border: 4px solid #EEEEEE;
}

.page-id-538 .step01,
.page-id-383 .step01,
.page-id-183 .step01,
.page-id-1351 .step01 {
	display: block;
}

.page-id-538 .step02,
.page-id-383 .step02,
.page-id-183 .step02,
.page-id-1351 .step02,
.page-id-2027 .step02
{
	display: none;
}

.page-id-744 .step01,
.page-id-385 .step01,
.page-id-186 .step01,
.page-id-1355 .step01, 
.page-id-2034 .step01 {
	display: none;
}

.page-id-744 .step02,
.page-id-385 .step02,
.page-id-186 .step02,
.page-id-1355 .step02 {
	display: block;
}

.step01,
.step02,
.step03 {
	/*
	margin-bottom: 25px;
	*/
}


/* トップ
---------------------------------------------------- */

.top-content h2 {}

.newsBlock .headlineNews .all {
	margin-top: 20px;
}

.top-box dl {
	line-height: 1.4;
	margin-bottom: 15px;
}

.top-box dl dt {
	font-weight: normal !important;
	font-size: 79% !important;
}

.top-box dl dd {
	font-size: 93% !important;
}

.top-box dt.date {
	float: left;
	width: 140px;
	font-size: 93%;
	white-space: nowrap;
}

.top-box dl dd.label {
	float: left;
	width: 114px;
	height: 20px;
	padding-left: 0;
	padding-right: 0;
	font-size: 72%!important;
	vertical-align: baseline;
	font-weight: normal;
}

.top-box dl dd.label span {
	display: block;
	text-align: center;
	line-height: 20px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: -2px;
}

.top-box dl dd.new {
	float: left;
	width: 80px;
	height: 20px;
	font-size: 79%;
	vertical-align: baseline;
}

.top-box dl dd.txt {
	padding-left: 265px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #ccc;
}

.mailmaga-txt {
	padding-left: 130px !important;
}

.top-box dl {
	overflow: hidden;
}

.top-box dl dd.label .news-cate01 {
	font-size: 95%;
}

.news-cate01.event {
	background: #f98bd3;
}

.news-cate01.information {
	background: #2099ee;
}

.news-cate01.media_news {
	background: #f1be0f;
}

.news-cate01.semminer_news {
	background: #7dbc23;
}

.news-cate01.important {
	background: #e00c0c;
}

.top-content .slides li {
	margin: 0 10px !important;
}

.top-content .bx-wrapper .bx-viewport {}

.top-padding {
	padding-top: 47px;
}

.bx-wrapper img {
	padding: 5px 9px;
	border: 1px solid #ddd;
	box-shadow: 0 0 0 5px rgba(175, 175, 175, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.top-social {
	text-align: center;
}

.top-social .wp_social_bookmarking_light {
	width: 450px;
	margin: 0 auto!important;
}

.bx-wrapper {
	margin: 0 auto 38px !important;
}

.personal-slider-content {
	margin-top: 10px;
}

.personal-slider-content a {
	color: #333;
}

.home .top-box {
	height: auto;
	overflow: auto;
}

.home .expTopBox .panel-body {
	padding: 0;
}

.home .expTopBox .panel {
	margin-bottom: 0px;
	background-color: #FFF;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}

.expTopBox-img {
	display: inline;
}

.varticalM {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* 追加ここから */
    #whitepaper {
        position: fixed;
        bottom: 5px;
        right: 5px;
        font-size: 77%;
        z-index: 1000;
        width: 550px;
    }
    #whitepaper .check{
        background: #d97900;
        opacity: 0.9;
        text-decoration: none;
        color: #fff;
        width: 250px;
        padding: 10px 0;
        text-align: center;
        display: block;
        margin:0 auto;
        border-radius: 5px;
    }
    #whitepaper .check:hover {
        text-decoration: none;
        background: #f19149;
        opacity: 0.9;
    }
    #whitepaper .dl{
        background: #e00c0c;
        opacity: 0.9;
        text-decoration: none;
        color: #fff;
        width: 250px;
        padding: 10px 0;
        text-align: center;
        display: block;
        margin:0 auto;
        border-radius: 5px;
    }
    #whitepaper .dl:hover {
        text-decoration: none;
        background: #e23838;
        opacity: 0.9;
    }
    #bnr {
        background: #fff;
        opacity: 0.9;
        border-radius: 3px;
        box-shadow:0px 0px 9px -1px #575757;
        -moz-box-shadow:0px 0px 9px -1px #575757;
        -webkit-box-shadow:0px 0px 9px -1px #575757;
    }
    #btn {
        text-align: left;
        margin-top:4px;
        margin-left:4px;
        font-size:20px;
        font-weight:600;
        cursor:default;
    }
    #bnr p{
        text-align: center;
        font-size:14px;
        padding:0 5px 5px 5px;
        margin-bottom:0;
    }
/* シングルページの追加ここまで */
    #single_whitepaper {
        position: fixed;
        bottom: 15px;
        right: 15px;
        font-size: 77%;
        z-index: 9999;
        width: 300px;
    }
    #single_whitepaper .check{
        background: #d97900;
        opacity: 0.95;
        text-decoration: none;
        color: #fff;
        width: 230px;
        padding: 10px 0;
        text-align: center;
        display: block;
        margin:0 auto;
        border-radius: 5px;
    }
    #single_whitepaper .check:hover {
        text-decoration: none;
        background: #f19149;
        opacity: 0.95;
    }
    #single_whitepaper .dl{
        background: #e00c0c;
        opacity: 0.95;
        text-decoration: none;
        color: #fff;
        width: 230px;
        padding: 10px 0;
        text-align: center;
        display: block;
        margin:0 auto;
        border-radius: 5px;
    }
    #single_whitepaper .dl:hover {
        text-decoration: none;
        background: #e23838;
        opacity: 0.95;
    }
    #single_bnr {
        background: #fff;
        opacity: 0.95;
        border-radius: 3px;
        box-shadow:0px 0px 9px -1px #575757;
        -moz-box-shadow:0px 0px 9px -1px #575757;
        -webkit-box-shadow:0px 0px 9px -1px #575757;
    }
    #single_btn {
        text-align: left;
        margin-top:4px;
        margin-left:4px;
        font-size:20px;
        font-weight:600;
        cursor:default;
    }
    #single_bnr p{
        text-align: center;
        font-size:14px;
        padding:0 5px 10px 5px;
        margin-bottom:0;
    }
/* 追加ここまで */

@media screen and (max-width: 992px) {
	.top-box dl dd.txt {
		font-size: 100%;
		padding-left: 0;
		clear: both;
	}
	.top-padding {
		padding-top: 38px;
	}
}


/* 詳細ページ
---------------------------------------------------- */

.entryInfo .date {
	font-size: 16px;
}

#sidebar-news li a {}

@media screen and (max-width: 375px) {
	.pho-res img {
		width: 400px;
	}
}


/* ブログページ
---------------------------------------------------- */

.category-allcontents .subContents{
	padding: 0px 10px 15px 10px;
}
.archive-img{
	padding-top:15px !important;
}

.blog-img {
	margin-bottom: 20px;
	padding: 6px;
	border: 1px solid #DDD;
}

.blog-top-title {
	padding: 0 20px 20px;
}

.blog-top-title h3 {
	margin-top: 10px !important;
	font-size: 16px;
	font-weight: bold !important;
}

.blog-top-title h3 a {
	color: #333;
}
.blog-top-title-content{
	padding: 10px 0px;
}
.blog-top-title-content p {
	font-size: 14px !important;
}

.blog-top-title-cat {
	background: #009933;
	display: block;
	display: block;
	text-align: center;
	line-height: 20px;
	border-radius: 3px;
	padding: 2px 5px 2px !important;
}

.blog-top-title-cat ul {
	margin-bottom: -2px;
}

.home .blog-top-title-cat ul,
.category-blog .blog-top-title-cat ul {
	font-size: 12px;
}

.blog-top-title-cat a {
	color: #fff;
}

#blog-sidebar label.screen-reader-text {
	display: none;
}

#blog-sidebar select {
	display: block;
	width: 100%;
	border: 1px solid #cfcfcf;
	padding: 5px;
	font-size: 16px;
	line-height: 1.5;
}

#sidebar #blog-sidebar li a {
	border: none;
	padding: 5px;
	font-size: 16px;
	display: block;
	border-radius: 5px;
	color: #009933;
	position: relative;
	text-decoration: none;
	background: none;
}

.page-cat {
	margin: 20px 0;
}

/* 投稿タグラベル
---------------------------------------------------- */
.content + .post-tags {
	margin-top: 40px;
	margin-bottom: 20px;
}
.post-tags {
	margin: 40px 0 20px;
	padding-top: 20px;
	border-top: 1px solid #e8e8e8;
}
.post-tag-label {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 6px 14px;
	background-color: transparent;
	color: #00A040;
	border: 1.5px solid #00A040;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	transition: all 0.3s ease;
	text-decoration: none;
}
.post-tag-label:hover,
.post-tag-label:focus {
	/* ホバー時は背景を塗りつぶす */
	background-color: #00A040;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 160, 64, 0.3);
	text-decoration: none;
}

/* お役立ち記事
---------------------------------------------------- */
.cb h3 {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #ff7f00;
}
.contents-thumbnail {
    margin: auto;
    padding: 5px 10px;
}



/* 個人ページ 
---------------------------------------------------- */

#personal .link-box {
	box-shadow: none !important;
	cursor: pointer;
	border: none;
}

#personal .personal-box {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

#personal h3 {
	border-bottom: solid 1px #333;
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 20px;
}

#personal .personal-contents {
	margin: 0 15px 30px;
}

#personal .panel-body {
	padding: 15px 5px;
	margin: 5px 0 20px;
	border: 1px solid #C6C6C6;
	border-radius: 10px;
	position: relative;
	height: 100%;
}

#personal .panel-body:hover {
	background-color:#F3F3F3;
}

#personal .panel-body-tel {
	padding: 15px 0 ;
	border: none;
	margin-bottom: 0px;
}

#personal .panel {
	border: none;
	box-shadow: none;
	padding: 0px;
}

#personal .personal-box img {
    margin: 10px auto;
    max-height: 40px;
    display: block;
}

#personal .telTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

*::before,
*::after {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

#personal .telNumber {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
}

#personal .button {
	margin: 20px 0;
	color: #000;
    text-align: center;
    padding: 2px;
    position: relative;
    display: block;
	border: 1px solid ;
    border-radius: 8px;
    width: 100%;
}

.siteMessage {
	color: #333333;
	text-decoration: none;
}

@media print,
screen and (max-width: 768px) {
	#personal .personal-box img {
		margin: 0 auto 20px;
		display: block;
		max-height: 65px;
}
	#personal .personal-box {
		padding: 5px 0;
	}
}


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

.site-title h4 {
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0 !important;
}

.site-title h4.oka {
	background: #009933;
}

.site-title h4.hiro {
	background: #ed292b;
}

.site-title h4.kaga {
	background: #ffa800;
}

.site-point {
	color: #F60;
	background: #ffffd8;
	padding: 10px;
	border-radius: 6px;
}

#personal .site-point p {
	font-size: 14px;
	margin-bottom: 5px;
}


/* イベントセミナー
---------------------------------------------------- */

.event-main {
	margin-top: 20px;
	padding: 30px 30px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
}

.seminar .seminar-list li {
	padding: 20px 0;
	margin: 20px 0 0px;
	/* border-bottom:2px solid #0F3E8C; */
}

.seminar-list .label {
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	padding: 10px 0;
	width: 15%;
}

.seminar-list .sub {
	color: #F00;
	font-size: 20px;
	margin-top: 0;
	line-height: 1.8;
}

.seminar-p {
	/*color: #0033cc;*/
}

.seminar-list .headline h2,
.seminar-list .headline h3 {
	margin: 20px 0 0 !important;
	color: #0F3E8C;
}

.seminar-list .headline {
	border-bottom: 2px solid #0F3E8C;
}

.seminar .btn-group a {
	color: #fff !important
}

.seminar-table {
	border: 1px solid #ddd;
}

.seminar th {
	background: #fafafa;
	font-weight: normal !important;
}

.seminar .btn-danger,
.seminar .btn-nomal,
.seminar .seminarBtnEnd,
.seminar .btn-applicationEnd {
	padding: 15px 10px;
	margin-top: 12px;
	font-weight: bold;
}

.all-semi {
	background: #0f3e8c;
}

.btn-area .btn-danger,
.btn-area .seminarBtnEnd {}

.btn-detail {
	background: #0F3E8C !important;
	box-shadow: 0 2px #04152f !important;
	color: #fff;
	margin-top: 10px;
}

.btn-detail:hover,
.btn-detail:focus {
	background: #13469a !important;
	color: #fff;
}

.status1,
.status0 {
	color: #fff;
	margin: 0 10px 10px 0!important;
	padding: 0 8px;
	border-radius: 2px;
}

.status1 {
	background: #f3706c;
}

.status0 {
	background: #959595;
}

@media screen and (max-width: 767px) {
	.event-logo {
		text-align: center;
	}
	.seminar-list .sub {
		pddding: 0 !important;
		margin-top: 20px;
		line-height: 0;
		font-size: 16px;
	}
	.seminar-list .label {
		padding: 5px 5px;
	}
	.btn-area .btn-danger,
	.btn-area .seminarBtnEnd {
		margin-top: 10px;
	}
}


/* 導入事例
---------------------------------------------------- */

.exp-box {}

.exp-box .panel-body {
	padding: 0;
}

.exp-box .panel-inner {
	padding: 10px 15px;
}

.exp-box .panel-inner h3 {
	color: #009933;
	margin: 0 !important;
	font-weight: normal !important;
}

.exp-box .panel-inner p {
	padding-top: 10px;
}

.exp-head-copy {
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px;
	padding-bottom: 10px;
}

.exp-head-copy h3 {
	margin: 20px 0 10px;
	color: #009933;
}

.exp-box .col-sm-3,
.exp-box .col-xs-6,
.whitepaper-box .col-sm-3,
.whitepaper-box .col-xs-6,
.designworks-box .col-sm-3,
.designworks-box .col-sm-3 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.exp-box .panel-inner h3 {
		font-size: 16px;
	}
	.exp-box .panel-inner p {
		display: none;
	}
}


/* 制作実績
---------------------------------------------------- */

.designworks-box-img {
	display: inline
}


/* お役立ち資料ダウンロード
---------------------------------------------------- */

.whitepaper-box .panel-body {
	display: flex;
	gap: 0 30px;
	padding: 20px 0;
	border: solid thin #ccc;

	@media print, screen and (max-width: 767px) {
		align-items: flex-start;
		gap: 0 20px;
	}
}

.whitepaper-img{
	flex-shrink: 0;
	position: relative;
	width: 150px;
	height: 200px;
	background-color: #f5f5f5;
	border: solid thin #ddd;
	overflow: hidden;

	@media print, screen and (max-width: 767px) {
		width: 20%;
		height: auto;
		min-height: 4em;
	}
}

.whitepaper-img::before{
	content: "No image";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #aaa;
	transform: translateY(-50%) translateX(-50%);
}

.whitepaper-img img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}

.whitepaper-box h3 {
	font-weight: bold;
	font-size: 18px;
	height: auto;
	background: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.whitepaper-box .height1 {
	font-size: 1em;
}

.whitepaper-box .panel-inner {
	padding-bottom: 0;
}

.whitepaper-inbox {
	position: relative;
}

.whitepaper-box .whitepaper-download {
	width: 100%;
	position: relative;
	bottom: auto;
	padding: 0;
}

.whitepaper-inbox-p {
	height: auto;
	margin-bottom: 20px;
	padding: 0;
}

.whitepaper-download a {
	width: 190px;
}

.inqueryPath #bread_crumb {
	padding: 0 0 0 !important;
}


/* セミナー
---------------------------------------------------- */

.seminar-li {
	width: 17%;
	float: left;
	margin: 0 3% 0 0!important;
	border-bottom: none !important;
	text-align: center;
	border-bottom: #009933 1px solid!important;
}

.seminar-li a {
	display: block;
	padding: 5px !important;
}

.seminar-li a:hover {
	background: #008721;
	color: #ffffff;
	text-decoration: none;
}

.serviceLink .seminar-all,
.serviceLink .seminar-okayama,
.serviceLink .seminar-hiroshima,
.serviceLink .seminar-okayama-opencourse,
.serviceLink .seminar-hiroshima-opencourse {
	background: #009933;
}

.serviceLink .seminar-all a,
.serviceLink .seminar-okayama a,
.serviceLink .seminar-hiroshima a,
.serviceLink .seminar-okayama-opencourse a,
.serviceLink .seminar-hiroshima-opencourse a {
	color: #fff !important;
}

.serviceLink .seminar-all a i,
.serviceLink .seminar-okayama a i,
.serviceLink .seminar-hiroshima a i,
.serviceLink .seminar-okayama-opencourse a i,
.serviceLink .seminar-hiroshima-opencourse a i {
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	.seminar-li {
		width: 100%;
		float: none;
		text-align: left;
	}
}


/* ソーシャルボタン
---------------------------------------------------- */


/*Pocketボタンの幅調整*/

.wsbl_pocket {
	width: 95px;
}


/*Google+ボタンの幅調整*/

.wsbl_google_plus_one {
	width: 58px;
}


/*twitterボタンの幅調整*/

.wsbl_twitter {
	width: 89px !important;
}


/* 会社概要
---------------------------------------------------- */

/* 追加 */
#companydownload{
  text-align:center;
  margin-top:50px;
  padding:10px;
}

#companydownload a{
  width:80%;
  padding:15px;
  font-size:16px;
}
#companydownload p{
  padding-top: 15px;
  text-align: left;
}
/* 追加 */


.companyOutlineLine {
	border-bottom: 1px solid #ddd;
	clear: both;
	display: block;
	overflow: hidden;
}

.companyOutlineLineEnd {
	clear: both;
	display: block;
	overflow: hidden;
}

.companyOutlineLineBox01 {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 25%;
}

.companyOutlineLineBox02 {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 75%;
}


/* 沿革 */

.companyYear {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 20%;
}

.companyMonth {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 10%;
}

.companyData {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 70%;
}


/* 企業理念 */

.missionBoxTopTitle {
	border-bottom: 1px solid #dcdcdc;
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 10px;
	margin-top: 0;
}

.missionBoxTopTitle span {
	color: #7f919d;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 10px;
}

.missionPolicyTitle {
	font-weight: bold;
	margin: 0;
}


/* 拠点一覧 */

.maps {
	overflow: hidden;
	margin: -25px 0 0;
}

.maps-heading {
	border-bottom: 1px solid #ccc;
}

.maps-content {
	padding: 0 15px;
}

.google-maps {
	position: relative;
	min-height: 350px;
	padding-bottom: 45%;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mapPhoto {
	width: 100%;
	max-width: 300px;
}

.panorama-link {
	color: #ffffff;
	text-align: center;
	padding: 2px;
	position: relative;
	display: block;
	background: #009933;
	border-radius: 8px;
	width: 100%;
}

.panorama-link:hover,
.panorama-link:active,
.panorama-link:focus {
	background: #47A064;
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.panorama-link {
		width: 70%;
		margin: 0 auto;
		padding: 10px;
}
}



/* 採用情報 */

.recruitBox01 {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.recruitSboxL,
.recruitSboxR {
	background: #f2f2f2;
	padding: 10px;
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0 2px #babab6;
}

.recruitSdiv a:hover,
.recruitSdiv a:focus {
	text-decoration: underline;
}

.recruitCareer {
	background: #f2f2f2;
	padding: 10px;
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0 2px #babab6;
}


/* メールマガジン
---------------------------------------------------- */

.magazine-main {
	box-shadow: inset 0 0 0 5px rgba(175, 175, 175, .1), 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 0 30px;
}

.wysija-submit {
	margin-top: 40px !important;
}

.newsBlock .magazine-main a:hover {
	color: #fff !important;
	text-decoration: none;
}


/* ニュースリリース
---------------------------------------------------- */

.entryInfo {
	font-weight: bold;
	padding-bottom: 50px;
	text-align: right;
}

.entryInfo p {
	margin: 0;
}


/* フォーム
---------------------------------------------------- */

.fwn label {
	font-weight: normal !important;
	margin-right: 20px;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 5px 0 0 !important;
}


/*
.mw_wp_form .error {
	font-weight: bold;
	color: #B70000;
	display: block;
	padding-top: 5px;
}
*/

.mw_wp_form .error {
	background-image: url(/wp-content/uploads/images/inquiry/alert.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	color: #b70000;
	display: block;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 5px;
}

.required-icon {
	background-color: rgb(201, 48, 44);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	padding: 3px;

	@media print, screen and (max-width: 992px) {
		margin-left: 0;
	}
}

.form-blue {
	background: #337ab7 none repeat scroll 0 0;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	padding: 3px;

	@media print, screen and (max-width: 992px) {
		margin-left: 0;
	}
}

.small-font {
	font-size: 13px;
}

.form-group {
	margin-bottom: 0 !important;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.form-top {
	border-top: 1px solid #dddddd;
}

.form-left,
.form-right {
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-seeds input[type="reset"],
.form-seeds input[type="submit"] {
	padding: 15px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 3px;
	height: auto !important;
	font-weight: bold;
}

#footerInquiryBottom {
	background: #333;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	clear: both;
	overflow: hidden;
}

.page-id-385 .form-seeds-back,
.page-id-385 .form-seeds-send,
.page-id-744 .form-seeds-back,
.page-id-744 .form-seeds-send,
.page-id-186 .form-seeds-back,
.page-id-186 .form-seeds-send,
.page-id-2034 .form-seeds-back,
.page-id-2034 .form-seeds-send,
.page-id-1355 .form-seeds-send,
.page-id-1355 .form-seeds-back {
	width: 45%;
	float: left;
	display: block;
}

.page-id-385 .form-seeds-back,
.page-id-744 .form-seeds-back,
.page-id-186 .form-seeds-back,
.page-id-2034 .form-seeds-back,
.page-id-1355 .form-seeds-back {
	margin-right: 10%;
}

@media screen and (max-width: 992px) {
	.form-control,
	.magazine-main input {
		width: 100% !important;
	}
	.small-font {
		font-size: 16px;
	}
	.form-right {
		border-left: none;
	}
}


/* 404
---------------------------------------------------- */

.notFoundBox {
	padding-top: 50px;
	text-align: center;
}

.notFoundBoxTitle {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0;
}

.notFoundBoxTitleText {
	font-size: 26px;
}


/* スマホ 非表示
---------------------------------------------------- */

.sp {
	display: none;
}

/* PC用
---------------------------------------------------- */

.tb {
	display: block;
}

.pc {
	display: block;
}


/* フォームパンくず
---------------------------------------------------- */

.inqueryPath .bread_crumb {
	padding-top: 0 !important;
}


/* TOPメッセージ枠
---------------------------------------------------- */

.topMsgText {
	border: 2px solid #ddd;
	padding: 15px;
	text-align: center;
}

.topMsgText .msgTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}


/* 後で破棄
---------------------------------------------------- */

table {
	clear: both;
}

.blue {
	background: blue;
}

.gray {
	background: #eee;
}

.gray2 {
	background: #ccc;
}

.gray3 {
	background: #F1F1F1
}

.border-gray {
	border: #ccc solid 1px;
	width: 100%;
}

#mega-menu-wrap-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link {
	font-size: 16px;
}

/*追加*/
#main-container img{
    width:100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.headline1 img{
   width:80%;
   display: block;
   margin: auto;
}
/*パートナーページCSS追加*/
.partner-table {
    margin-bottom: 50px;
}
.partner-tr td {
    border: solid 1px #888;
    border-collapse: collapse;
    padding: 15px;
}
.partner-td-ttl {
    background-color: rgb(235,255,230);
    width: 200px;
    font-weight: 800;
}
.partner-category {
    font-size: 20px;
    font-weight: 800;
    border-left: 6px solid #ff7f00;
    padding: .25em 0 .25em .75em;
}
.news-box ul{
    border: solid 1px #ddd;
    padding: 15px;
    height: 200px;
    overflow: overlay;
    padding: 10px;
    box-shadow: 0px 1px 5px rgba(4,0,0,0.1) inset;
}
.news-box li{
    padding: 5px;
}
.news-box h2{
    text-align: center;
    font-weight: bold;
}
.wpp-list li{
    padding: 5px !important;
}
.widget_recent_entries li{
    padding: 10px 5px !important;
}
@media print, screen and (max-width: 768px) {
.headline1 {
    padding-top: 15px;
}
.partner-td-ttl,.partner-td-dcn{
    display: block;
    width: 100%;
}
.news-box ul{
    height: 170px;
    overflow: overlay;
    padding: 15px;
}
}


/* 見出し
---------------------------------------------------- */

.heading-first { /* １番大きい見出しに適用 */
	font-size: 30px;
	font-weight: bold;
}

.heading-second { /* ２番目に大きい見出しに適用 */
	font-size: 26px;
	font-weight: bold;
}

.heading-third { /* ３番目に大きい見出しに適用 */
	font-size: 20px;
	font-weight: bold;
}

.heading-fourth { /* ４番目に大きい見出しに適用 */
	font-size: 16px;
	font-weight: bold;
}


/* ----- 230816〜新規追加ここから ----- */

/* ヘッダーのコピー */
.head-copy{
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

/* フッター前のサービスロゴ */
.footer-serviceLogo img{
	max-width: 100%;
	max-height: 100%;
}

/* グローバルメニュー */
.menu-mod{
	width: 100%;
}

@media print, screen and (min-width: 1200px) {
	.menu-mod{
		margin-right: 2.5%;
	}
}

.menu-mod .megamenu ol{
	display: flex;
	justify-content: flex-end;
}

@media print, screen and (min-width: 1200px) {
	.menu-mod .megamenu ol{
		gap: 0 1.5%;
	}
}

.menu-mod .accessible-megamenu{
	padding: 0;
	box-shadow: none;
}

.menu-mod .accessible-megamenu .accessible-megamenu-top-nav-item{
	float: none;
	width: auto;
}

.menu-mod .accessible-megamenu .accessible-megamenu-top-nav-item h2 a{
	padding: 1em;

	@media print, screen and (max-width: 1200px) {
		padding-left: 0.8em;
		padding-right: 0.8em;
		font-size: 0.9em;
	}
}

.menu-mod .accessible-megamenu .accessible-megamenu-panel{
	min-width: 250px;
}

.menu-mod .accessible-megamenu .accessible-megamenu-top-nav-item a{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}

.menu-mod .accessible-megamenu .accessible-megamenu-top-nav-item a p{
	font-weight: normal;
}

/* トップページのabout us */
.top-aboutus{
	margin-bottom: 100px;
}

.top-aboutus > .row{
	display: flex;
	align-items: center;
}

.top-aboutus > .row h2{
	font-weight: bold;
}

.top-aboutus > .row h2 small{
	margin-left: 1em;
}

.top-aboutus .company-menu{}

.top-aboutus .company-menu h3{
	height: 0;
	overflow: hidden;
}

.top-aboutus .company-menu ul{}

.top-aboutus .company-menu ul li{
	padding: 0.5em 0.8em;
}

.top-aboutus .company-menu ul li a{
	display: block;
	padding: 1em;
	color: currentColor;
	font-size: 1.05em;
	border: solid thin #aaa;
}

.top-aboutus .company-menu ul li a:hover{
	text-decoration: none;
}

.top-aboutus .company-menu ul li a i.fa{
	float: right;
	transform: translateY(25%);
}

.top-aboutus .aboutus-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}


/* トップページの業務内容 */
.top-business{}

.top-business .row{}

.top-business .row h3{
	margin-top: 5px;
	font-size: 24px;
	font-weight: bold;
}

.top-business .row > div + div{
	@media (max-width: 768px) {
		margin-top: 30px;
	}
}

.top-business .row > div a{
	color: currentcolor;
}

.top-business .row > div a:hover{
	text-decoration: none;
}

.top-business .row > div .col-sm-12{
	@media (min-width: 768px) {
		padding: 0;
	}
}

.top-business .row > div h4{
	font-size: 20px;
	font-weight: bold;
}

.top-business .row > div h4 i.fa{
	margin-left: 0.25em;
}


/* 導入事例のロゴ */
@media print, screen and (min-width: 992px) {
	.home .expTopBox{
		display: flex;
		/*justify-content: center;*/
		flex-wrap: wrap;
	}
}

/* 5列のレイアウト */
/* 参考：https://qiita.com/yumayamada1029/items/3079f13a9bb3ed1e5371 */
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

/* bootstrap拡張 */
.pt60{
	padding-top: 60px !important;
}

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

/* 通常のお問い合わせ */
.contact-phone{}

.contact-phone h3{
	color: currentColor;
}

.contact-phone div{
	padding: 20px;
	border: solid thin #ccc;
}

.contact-phone div p{
	margin-bottom: 0;
}

.contact-phone .inquiryFormTel{
	font-size: 30px;

	@media print, screen and (max-width: 767px) {
		font-size: 24px;
	}
}

.form-horizontal .step01 h3,
.form-horizontal .step02 h3{
	color: currentColor;
}

.fwn{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fwn > span{
	width: calc(50% - 5px);
	margin-left: 0 !important;

	@media print, screen and (max-width: 767px) {
		width: 100%;
	}
}

.seminer_name{
	padding: 30px 20px;
	border: solid thin #ccc;
}

.contact-form_head{
	display: flex;
	justify-content: flex-end;
	align-items: center;

	@media print, screen and (max-width: 992px) {
		justify-content: flex-start;
	}
}


/* ----- 230816〜新規追加ここまで ----- */


/* ----- 230828〜新規追加 ----- */

/* 詳細情報表示ボタン */
.detail_button_view{
	text-align:center;
	margin-top:40px;
	padding:10px;
}

.detail_button_view a{
	width:80%;
	padding:15px;
	font-size:16px;
}
.detail_button_view p{
	padding-top: 15px;
	text-align: left;
}

/* ----- 230828〜新規追加ここまで ----- */


/* ----- 230908〜新規追加 ----- */

.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type{
	padding-left:1em !important;
	border-left:1px solid rgba(0,0,0, 0.3) !important;
	box-shadow:inset 1px 0 0 #fff !important;
}

/* ----- 230908〜新規追加ここまで ----- */

/* ----- もっと見るボタン ----- */
.load-more-wrapper {
	clear: both;
	width: 100%;
	margin: 40px 0;
	text-align: center;
	padding: 20px 0;
}

.load-more-btn {
	display: inline-block;
	min-width: 240px;
	padding: 14px 40px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background: #009933;
	border: none;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(0, 153, 51, 0.3);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	cursor: pointer !important;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.load-more-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.load-more-btn:hover::before {
	width: 0;
	height: 0;
}

.load-more-btn:hover {
	cursor: pointer !important;
	transform: none;
	box-shadow: 0 4px 15px rgba(0, 153, 51, 0.3);
}

.load-more-btn:active {
	transform: none;
	box-shadow: 0 4px 15px rgba(0, 153, 51, 0.3);
}

.load-more-btn.loading {
	cursor: not-allowed;
	opacity: 0.8;
	transform: none;
}

.load-more-btn.loading:hover {
	transform: none;
	box-shadow: 0 4px 15px rgba(0, 153, 51, 0.3);
}

.load-more-btn .btn-text,
.load-more-btn .btn-loading {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.load-more-btn .btn-loading {
	display: none;
}

.load-more-btn.loading .btn-text {
	display: none;
}

.load-more-btn.loading .btn-loading {
	display: inline-block;
}

.load-more-btn .btn-loading i {
	margin-right: 10px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


@media (max-width: 768px) {
	.load-more-wrapper {
		margin: 30px 0;
		padding: 15px 0;
	}
	
	.load-more-btn {
		width: 100%;
		max-width: 280px;
		padding: 12px 30px;
		font-size: 15px;
	}
}
/* ----- もっと見るボタンここまで ----- */