/*
Theme Name: heartbrain-theme　
Theme URI: https://heart-brain.com
Description: ハートブレイン用テーマ
Template: lightning
Version: 0.2.0　
*/

/* 共通 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ------------- スクロールフェードインDown用 ------------- */
body {
	animation: constant 3s ease 0s 1 normal;
	-webkit-animation: constant 3s ease 0s 1 normal;
}
@keyframes constant {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes constant {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* ------------- スクロールフェードインDown用 END ------------- */ 

/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ------------- スクロールフェードインDown用 END ------------- */ 

body {
	overflow-x: hidden;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
}
td, th {
	font-size: 16px;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

a {
	transition: .4s;
}
a:hover {
	opacity: .6;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	border-bottom: none;
}
h1:after,h2:after,h3:after,h4:after,h5:after,h6:after {
	border-bottom: none;
}

@media (max-width: 768px) {
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
@media (min-width: 767px) {
	a[href^="tel:"] {
    	pointer-events: none;
	}
	.footer-info p:nth-child(4) br {
		display: none;
	}
}
.mainSection .widget {
	margin-bottom: 0;
}
.breadSection {
	display: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfix:after {
    content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}

.mainSection-title, h2 {
	padding: 0;
    border-top: none;
    border-bottom: none;
}
img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

@media (max-width: 768px) {
	.floatleft {
		float: none;
	}
	.floatright {
		float: none;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 576px) {
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
	    width: 100%;
	}
}



/* ヘッダー */

.siteHeader .siteHeadContainer {
	padding: 0;
	display: flex;
}
nav {
	border-bottom: none!important;
}
.navbar-header {
	height: 75px;
}
.device-pc .gMenu>li>a {
	padding: 20px;
	transition: .4s;
}
.gMenu>li:before {
	border-bottom: none;
}
.gMenu>li .gMenu_name {
	font-size: 14px;
	font-weight: normal;
}
.gMenu_outer {
	display: block;
	min-height: 2em;
}
.header_scrolled .gMenu {
	justify-content: center;
}
.header_scrolled .gMenu>li {
	width: auto;
	border-left: none;
}
.header_scrolled .gMenu>li>a {
	padding: 0 20px 0 20px;
}

.siteHeader {
	border-bottom: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.siteHeader_logo {
	margin-left: 0;
    padding: 17.5px 60px 17.5px 150px;
    background-color: #0065B5;
}
.siteHeader_logo img {
	width: 360px;
	height: 55px;
	max-height: 55px!important;
}
.vk-mobile-nav {
	height: auto;
}
.vk-mobile-nav-menu-btn {
	border-color: #0065B5;
}

#menu-top-menu img {
	width: auto;
	height: 50px;
}
#menu-item-112 a {
	padding: 15px 0 15px 20px;
}
.header_scrolled .gMenu #menu-item-112 a {
	padding: 0;
}
#menu-item-112 .gMenu_name {
	background-color: #FF0505;
    padding: 5px 120px 5px 15px;
}
.current_page_item,
.category-news .gMenu>li#menu-item-111,
.news-post .gMenu>li#menu-item-111 {
	background-color: #EAECEC;
}


/* スライダ画像 */
.carousel-control-prev,
.carousel-control-next {
	display: none;
}

@media (min-width: 1200px) {
	.siteHeader_logo {
		float: none;
	}
	.gMenu_outer {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.gMenu_outer nav {
	    display: block;
	}
	.gMenu {
		float: right;
	}
}
@media (max-width: 1200px) and (min-width: 1024px) {
	.siteHeader_logo img {
		width: 265px;
    	height: 45px;
	}
	.device-mobile .gMenu>li {
		padding: 0.5em 1em;
	}
	#menu-top-menu img {
	    height: 40px;
	}
	#gMenu_outer #menu-item-112 a {
		padding: 0;
	}

}
@media (max-width: 1024px) {
	#vk-mobile-nav-menu-btn {
		top: 20px;
    	left: initial;
    	right: 15px
	}
	.siteHeader_logo {
		margin: 0 auto;
	    padding: 10px;
	}
	.header_scrolled .gMenu #menu-item-112 a {
		padding: 15px 0 15px 20px;
	}
	#gMenu_outer #menu-item-112 .gMenu_name {
		background-color: #FF0505;
	    padding: 5px 120px 5px 15px;
	}
	.vk-mobile-nav nav ul li img {
		width: 200px;
	}
	.vk-mobile-nav nav ul .menu-item-112 {
		background-color: #FF0505;
	}
	#menu-item-112 a {
		padding: 15px 0 15px 15px;
	}
}
@media (max-width: 1023px) {
	.gMenu_outer {
		display: none;
	}
}
@media (max-width: 768px) {
	.siteHeader {
		min-height: 0;
	}
	.site-header-pre {
		padding-left: 50px;
	}
	.siteHeader_logo img {
		width: 230px;
	}
	.container.siteHeadContainer {
		background-color: #0065B5;
	}
	.vk-mobile-nav nav ul li img {
		width: 150px;
	}
}

@media (max-width: 576px) {
	.siteHeader {
		display: block;
	}

}


/* サイトコンテンツ */

/* トップページ コンセプト・事業内容 */
.siteContent {
	padding: 1em 0;
}
.mainSection-col-one {
	padding: 0;
}

.top-policy-service {
	width: 1100px;
    margin: 100px auto 0;
}
.top-policy-service .wp-block-column {
	flex-basis: auto;
}
.top-policy-service .top-content-01 {
	width: 500px;
	padding: 40px;
	background: -moz-linear-gradient(top, #0065B5, #131D72);
	background: -webkit-linear-gradient(top, #0065B5, #131D72);
	background: linear-gradient(to bottom, #0065B5, #131D72);
}
.top-policy-service .top-content-01 .vk_heading_title {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.top-policy-service .top-content-01 hr {
	border-bottom: 2px solid #fff;
	margin-top: 0;
	margin-bottom: 0;
}
.top-policy-service .top-content-01 h2 {
	font-size: 1.4rem;
	margin: 1em 0 1em;
    padding: 0 10px;
}
.top-policy-service .top-content-01 .top-policy-text {
	background-color: #fff;
	padding: 30px;
	color: #3B4043;
	background-image: url(/wp-content/uploads/top-concept-background.png);
	background-repeat: no-repeat;
	background-size: 180px 180px;
	background-position: center;
}
.top-policy-service .top-content-01 .top-policy-text p {
	line-height: 1.4;
	margin-bottom: 12px;
	color: #3B4043;
}
.top-policy-service .top-content-01 .top-policy-text p:last-child {
	margin-bottom: 0;
}
.top-service-links {
	margin: 0;
}
.top-service-links table {
	border-top: 1px solid #0065B5;
	border-left: 1px solid #0065B5;
}
.top-service-links td {
	border-right: 1px solid #0065B5;
	border-bottom: 1px solid #0065B5;
}
.top-service-links .top-service-image {
	width: 261px;
	padding: 0;
}
.top-service-links .top-service-image img {
	width: 261px;
	height: auto;
	border-style: hidden;
}
.top-service-links .top-service-text {
	padding: 0;
}
.top-service-links .top-service-text p {
	margin-bottom: 0;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
}
.top-service-links .top-service-arrow {
	background-color: #0065B5;
	width: 30px;
	padding: 5px;
	text-align: center;
	border: 1px solid #0065B5;
	position: relative;
}
.top-service-links .top-service-arrow a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top-service-links .top-service-arrow img {
	width: 12px;
	height: 20px;
    position: absolute;
	top: 50%;
    left: 30%;
}


.wp-block-group__inner-container {
	width: 1100px;
	margin: 0 auto;
}
.entry-body > .wp-block-group {
	padding-top: 2em;
	padding-bottom: 4em;
}



@media (max-width: 1024px) {

}


@media (max-width: 768px) {
	.top-policy-service.wp-block-columns {
		display: block;
	}
	.top-policy-service .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.top-policy-service {
		width: 100%;
	    margin: 30px auto 0;
	}
	.top-policy-service .top-content-01 {
		width: 100%;
		padding: 20px;
	}
	.top-service-links {
		margin-top: 30px;
	}
	.top-service-links .top-service-image {
		width: 250px;
	}
	.top-service-links .top-service-image img {
		width: 250px;
	}
	.top-service-links .top-service-arrow {
		width: 25px;
		padding: 2.5px;
	}
}

@media (max-width: 576px) {
	.top-service-links .top-service-text p {
	    padding: 10px;
	    font-size: 14px;
	}
	.top-service-links .top-service-text p br {
		display: none;
	}
	.top-service-links .top-service-image {
		width: 170px;
	}
	.top-service-links .top-service-image img {
		width: 170px;
	}
}

@media (max-width: 350px) {
	.top-service-links .top-service-image {
		width: 150px;
	}
	.top-service-links .top-service-image img {
		width: 150px;
	}
}

/* トップページ セミナー・お知らせ */

.top-seminar-news {
	margin-top: 100px;
	background-color: #72CEE5;
	padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(/wp-content/uploads/top-background-top.png), url(/wp-content/uploads/top-background-bottom.png), url(/wp-content/uploads/top-seminar-news-back.png), url(/wp-content/uploads/top-seminar-news-back.png);
    background-size: 100%, 100%, 750px, 750px;
    background-position: top, bottom, top 50% left -100px, top 50% right -100px;
    background-repeat: no-repeat;
}
.top-seminar-news .wp-block-group__inner-container {
	width: 950px;
}
.top-seminar-news h2 {
	background: -moz-linear-gradient(left, #0065B5, #131D72);
	background: -webkit-linear-gradient(left, #0065B5, #131D72);
	background: linear-gradient(to right, #0065B5, #131D72);
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.top-seminar-news h2 img {
	width: 150px;
    margin: 3px 75px 3px 10px;
}
.top-seminar-box,
.top-news-box {
	padding-top: 50px;
}
.top-seminar-news #newest-seminar,
.top-seminar-news #newest-news {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.top-seminar-news h2,
.top-seminar-news .wp-block-columns {
	margin-bottom: 0;
}
.top-seminar-news #newest-seminar .title,
.top-seminar-news #newest-news .title {
    font-size: 16px;
}
.top-seminar-news #newest-seminar .date,
.top-seminar-news #newest-news .date {
	float: left;
    margin-right: 10px;
    margin-left: 30px;
    font-size: 13px;
    color: #d44950;
}
.top-seminar-news #newest-seminar li,
.top-seminar-news #newest-news li {
	border-bottom: none;
    padding: 1rem 0;
    list-style: none;
    margin-bottom: 0;
}
.top-seminar-news figure {
	display: block!important;
    text-align: right;
    background-color: #fff;
}
.top-seminar-news figure img {
	width: 250px;
}
.top-seminar-news #newest-seminar figure,
.top-seminar-news #newest-news figure {
	display: none!important;
}


@media (max-width: 1024px) {

}


@media (max-width: 768px) {
	.top-seminar-news .wp-block-group__inner-container {
		width: 100%;
	}
	.top-seminar-news {
		margin-top: 70px;
		padding-top: 30px;
	    padding-bottom: 60px;
	    padding-left: 10px;
	    padding-right: 10px;
	    background-image: url(/wp-content/uploads/top-background-top.png), url(/wp-content/uploads/top-background-bottom.png), url(/wp-content/uploads/top-seminar-news-back.png), url(/wp-content/uploads/top-seminar-news-back.png);
	    background-size: 100%, 100%, 750px, 750px;
	    background-position: top -1px center, bottom -1px center, top 50% left -100px, top 50% right -100px;
	    background-repeat: no-repeat;
	}
	.top-seminar-news h2 {
		font-size: 18px;
	}
	.top-seminar-news h2 img {
		width: 100px;
    	margin: 3px 20px 3px 10px;
	}
	.top-seminar-box,
	.top-news-box {
		padding-top: 30px;
	}
}

@media (max-width: 576px) {
	.top-seminar-news figure {
		padding-top: 15px;
	}
	.top-seminar-news figure img {
		width: 250px;
	}
}



/* トップページ お問合せ */
.siteContent_after {
	padding-bottom: 0;
}
.siteContent_after .container {
	padding-right: 0;
    padding-left: 0;
}
.footer-contact-container {
	text-align: center;
	width: 1100px;
	margin: 0 auto 100px;
}
.footer-contact-container h2 {
	width: 300px;
	margin: 50px auto 10px;
	color: #131D72;
	border-bottom: 2px solid #131D72;
	font-size: 24px;
    padding-bottom: 10px;
}
.footer-contact-links img {
	width: 500px;
	padding: 30px;
}


@media (max-width: 1024px) {
	.wp-block-group__inner-container {
		width: 100%;
	}
	.footer-contact-container {
		width: 100%;
		margin: 0 auto 50px;
	}
}


@media (max-width: 768px) {
	.footer-contact-container h2 {
		width: 300px;
		margin: 10px auto 10px;
		color: #131D72;
		border-bottom: 2px solid #131D72;
		font-size: 24px;
	    padding-bottom: 10px;
	}
	.footer-contact-links img {
		width: 300px;
		padding: 20px 10px;
	}
}

@media (max-width: 576px) {
	.wp-block-group__inner-container {
		width: 95%;
	}
	.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
		max-width: 100%;
	}
	.footer-contact-links img {
		width: 100%;
		padding: 20px 30px;
	}
}








/* フッター */
.section.siteFooter {
	display: none;
}
.footer-container {
	background-color: #F0F3F5;
}
.footer-menu ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.footer-menu ul li {
	list-style: none;
	padding: 30px;
	margin-bottom: 0;
}
.footer-menu ul li img {
	width: 25px;
}
.footer-menu ul li a {
	color: #707070;
	font-weight: bold;
}
.footer-container hr {
	width: 1100px;
	margin: 0 auto;
	border-bottom: 1px solid #707070;
}
.footer-profile {
	width: 1100px;
	margin: 50px auto 0;
	display: table;
	padding-bottom: 150px;
	background-image: url(/wp-content/uploads/footer-background.png);
	background-repeat: no-repeat;
	background-size: 800px;
	background-position: bottom right;
}
.footer-logo {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
    border-right: 1px solid #707070;
}
.footer-profile img {
	width: 250px;
}
.footer-info {
	padding: 10px 50px;
}
.footer-info p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 16px;
}


.page_top_btn {
	background: transparent;
    outline: none;
    border: none;
    background-image: url(/wp-content/uploads/goto-top.png);
    background-size: 100%;
    width: 50px;
    height: 50px;
}


@media (max-width: 1024px) {

}


@media (max-width: 768px) {
	.footer-menu ul {
		display: block;
		justify-content: initial;
		margin-bottom: 0;
		padding-left: 20px;
	}
	.footer-menu ul li {
		padding: 10px;
	}
	.footer-profile {
		width: 100%;
		margin: 10px auto 0;
		display: block;
		padding: 10px 10px 30px;
		background-image: url(/wp-content/uploads/footer-background.png);
		background-repeat: no-repeat;
		background-size: 90%;
		background-position: bottom right;
	}
	.footer-logo {
		display: block;
		padding: 10px;
		width: 300px;
	    border-right: none;
	}
	.footer-profile img {
		width: 250px;
	}
	.footer-info {
		padding: 10px;
	}
}

@media (max-width: 576px) {

}

/* サブページ共通 */
.page-header_pageTitle {
	display: none;
}
.page-template-default .siteContent {
	padding-top: 0;
}


/* 事業内容 */
.service-consulting-title {
	margin: 30px 0 50px;
}
.service-container {
	padding-bottom: 2em;
}
.service-container .vk_heading-style-default {
	background-color: #F8F4F4;
	padding: 15px;
	height: 220px;
}
.service-content-box {
	justify-content: center;
}
.service-content-box figure {
	margin-bottom: 0;
}
.service-container .vk_heading_title {
	color: #0065B5!important;
    font-size: 18px!important;
    border: none;
    line-height: 26px;
}
.service-container .vk_heading_title:after {
	border: none;
} 
.service-container .vk_heading_subtext {
	font-size: 14px!important;
	line-height: 20px;
}
.service-content-list {
	padding: 20px;
}
.service-content-list.service-01 {
	background-color: #10BAE0;
}
.service-content-list.service-02 {
	background-color: #0990C9;
}
.service-content-list.service-03 {
	background-color: #0065B5;
}
.service-content-list ul {
	margin-top: 0;
	background-color: #FFF;
	border-radius: 15px;
	padding: 20px 10px 5px;
	min-height: 306px;
}
.service-content-list li {
	list-style: none;
	font-size: 15px;
	color: #13408B;
	padding-left: 20px;
	padding-bottom: 5px;
	text-indent: -15px;
	border-bottom: 1px solid #D6D6D8;
}
.service-content-list ul li:last-child {
	border-bottom: none;	
} 
.service-content-list li span {
	font-weight: bold;
	color: #0065B5;
}
.service-dotted {
	padding-top: 20px;
	margin-bottom: 0;
}
.service-dotted img {
	width: 12px;
}

.service-recommend {
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.service-recommend .recommend-title {
	padding-top: 30px;
}
.service-recommend .recommend-title h3,
.service-recommend .recommend-title h2 {
	text-align: center;
	margin: 0 auto;
}
.service-recommend .recommend-title h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0;
	color: #656A68;
}
.service-recommend .recommend-title h2 {
	font-size: 26px;
	font-weight: bold;
	color: #0065B5;
}
.service-recommend.service-01 {
	background-image: url(/wp-content/uploads/service-reccomend-01.png);
}
.service-recommend.service-02 {
	background-image: url(/wp-content/uploads/service-reccomend-02.png);
}
.service-recommend.service-03 {
	background-image: url(/wp-content/uploads/service-reccomend-03.png);
}
.service-recommend ul {
	padding: 35px 15px 0 15px;
	width: 350px;
    height: 250px;
}
.service-recommend ul li {
	list-style: none;
	font-size: 14px;
    line-height: 16px;
	padding-left: 20px;
	text-indent: -15px;
	color: #606060;
}
.service-recommend ul li img {
	width: 10px;
	margin-right: 3px;
}

.service-seminar-container {
	background-image: url(/wp-content/uploads/service-seminar-background.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 70px!important;
}
.seminar-box {
	background-color: #D8ECFB;
	padding: 20px;
    position: relative;
}
.seminar-box figure {
	margin-bottom: 0;
}
.seminar-box .vk_heading {
	border-bottom: 5px solid #0990C9;
}
.seminar-box .vk_heading_title {
	color: #131D72!important;
	font-size: 16px!important;
	margin-bottom: 0!important;
}
.seminar-box .vk_heading_subtext {
	color: #131D72!important;
	font-size: 18px!important;
}
.seminar-box p.seminar-text {
	font-size: 14px;
	padding-top: 10px;
}
.seminar-box ul {
	margin: 0;
	background-color: #0990C9;
	color: #FFF;
    padding: 20px 10px 10px 30px;
}
.seminar-box ul li {
	font-size: 15px;
	margin-bottom: 5px;
}
.seminar-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.seminar-button img {
	width: 350px;
}

@media (max-width: 1024px) and (min-width: 576px) {
	.service-container .vk_heading_subtext br {
		display: none;
	}
	.service-content-list li {
		font-size: 14px;
	}
	.service-recommend ul li {
		font-size: 13px;
	}
	.seminar-button img {
		width: 280px;
	}
	.service-seminar-container {
		padding: 30px 70px!important;
	}
	.seminar-box .vk_heading_title {
		font-size: 15px!important;
	}
	.seminar-box .vk_heading_subtext {
		line-height: 22px;
	}
}

@media (max-width: 768px) {
	.service-consulting-title {
		margin: 0;
	}
	.service-01,
	.service-02,
	.service-03 {
		margin-top: 25px;
	}
	.service-recommend ul {
	    height: 250px;
	}
	.service-seminar-container {
		padding: 30px 5px!important;
		background-color: #0065B5;
	}
	.seminar-box .wp-block-column:nth-child(2) {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.seminar-button {
		position: relative;
		margin-top: 30px;
	}
	.service-container {
		padding-bottom: 2em!important;
	}
}

@media (max-width: 576px) {

}
@media (max-width: 350px) {
	.service-recommend ul {
		padding: 20px 15px 0 15px;
	}
	.service-recommend ul li {
		font-size: 12px;
	}
}



/* 会社案内 */
.about-info-tables {
	margin-top: 50px;
}
.about-info-tables table {
	border-top: none;
}
.about-info-tables table tr td {
	border-bottom: 1px solid #CDD6DD;
	vertical-align: top;
	font-size: 15px;
}
.about-info-tables table tr:last-child td {
	border-bottom: none;
}
.about-info-tables .wp-block-column:nth-child(1) {
	border-right: 1px solid #0065B5;
	padding-right: 25px;
}
.about-info-tables .wp-block-column:nth-child(2) {
	margin-left: 25px;
}
.about-info-button {
	text-align: right;
	margin-bottom: 0;
	margin-top: 50px;
}
.about-info-button img {
	width: 300px;
}

.about-profile-box h2 {
	color: #0065B5;
	font-weight: bold;
}
.about-profile-box h2 span {
	font-weight: normal;
	font-size: 22px;
}
.about-profile-01 {
	border: 2px solid #0065B5;
}
.about-profile-01 h3,
.about-profile-02 h3 {
	text-align: center;
	border-bottom: none;
	margin-bottom: 0!important;
	color: #0065B5!important;
	font-size: 20px!important;
	font-weight: bold;
	padding: 10px;
}
.about-profile-01 h3:after,
.about-profile-02 h3:after {
	border-bottom: none;
}
.about-profile-01 .vk_heading_subtext {
	color: #FFF!important;
	background-color: #0065B5;
	padding: 20px;
    font-size: 16px!important;
}
.about-profile-02 {
	border: 2px solid #0990C9;
}
.about-profile-02 .vk_heading_subtext {
	color: #FFF!important;
	background-color: #0990C9;
	padding: 20px;
    font-size: 16px!important;
}

.about-message {
	background-image: url(/wp-content/uploads/about-profile-background.jpg);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: right;
	background-color: #F1F1F1;
	border-bottom: 15px solid #0065B5;
}
.about-message-text .wp-block-vk-blocks-heading{
	padding: 20px 0;
	width: 850px;
	margin-left: auto;
}
.about-message-text h3 {
	color: #0065B5!important;
	font-size: 20px!important;
	font-weight: bold;
	border-bottom: none;
}
.about-message-text p {
	font-size: 16px!important;
	line-height: 22px;
}


@media (max-width: 1400px) {
	.about-message-text .wp-block-vk-blocks-heading{
		padding: 20px 0;
		width: 750px;
		margin-left: auto;
	}
}
@media (max-width: 768px) {
	.about-info-tables .wp-block-column:nth-child(2) {
		margin-left: 0;
	}
	.about-info-tables table tr td:first-child {
		width: 110px;
	}
	.about-info-tables table tr td ul {
		padding-left: 20px;
		margin-top: 0;
	}
	.about-info-tables table tr td ul li {
		
	}
	.about-info-tables .wp-block-column:first-child table tr:last-child td {
		border-bottom: 1px solid #CDD6DD;
	}
	.about-info-tables .wp-block-column:first-child .wp-block-table {
		margin-bottom: 0;
	}
	.about-info-button {
		margin-top: 20px;
	}
	.about-profile-box {
		padding-left: 10px;
		padding-right: 10px;
	}

	.about-message {
	    background-image: url(/wp-content/uploads/about-profile-background-m.jpg);
	    background-repeat: no-repeat;
	    background-size: 100%;
	    background-position: right bottom;
	    background-color: #FFF;
	    border-bottom: 15px solid #0065B5;
	    padding-bottom: 120px;
	}
	.about-message-text .wp-block-vk-blocks-heading{
		padding: 20px;
		width: 100%;
	}
}
@media (max-width: 576px) {
	.about-profile-02 {
		margin-top: 20px;
	}

}
@media (max-width: 350px) {

}



/* セミナー・お知らせ */
.media-body_excerpt,
.vk_posts.postNextPrev {
	display: none!important;
}
.single .section.siteContent .container,
.category .section.siteContent .container,
.archive .section.siteContent .container,
.search .section.siteContent .container {
	width: 1100px;
}

article.media {
	border: 2px solid #0065B5;
	margin-bottom: 20px;
	padding: 0;
}
.media:first-child {
	border-top: 2px solid #0065B5;
}
article.media .entry-meta {
	padding: 10px;
	background-color: #0065B5;
	color: #FFF;
	margin-bottom: 0;
}
.fa_v5_css .entry-meta_items.published::before {
	content: "";
	margin-right: 0;
}
.entry-meta_items_term_button {
	background-color: #131D72!important;
}
.media .media-body .media-heading {
	padding: 30px 20px;
	margin-bottom: 0;
}
.media .media-body .media-heading a,
.media .media-body .media-heading a:hover {
	color: #000;
}

.widget-title.subSection-title {
	border-bottom: none;
}
.widget-title.subSection-title:after {
	border-bottom: none;
}
li.cat-item {
	border-left: 5px solid #0065B5;
	border-radius: 0 50px 50px 0;
	margin-bottom: 10px!important;
	text-align: center;
}
li.cat-item a {
	color: #FFF;
}
.subSection li.current-cat > a,
.subSection li.current_page_item > a {
	background-color: transparent;
}
li.cat-item.cat-item-3 {
	background-color: #7ABDDD;
}
li.cat-item.cat-item-1 {
	background-color: #4F8DC7;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_link_list ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_recent_entries ul li a {
	border-bottom: none;
}
.widget_archive li {
	border-bottom: 1px solid #0065B5;
}

#main .entry-footer {
	display: none;
}
.single-post #main article {
	border: 2px solid #0065B5;
}
.single-post #main article .entry-header {
	background-color: #0065B5;
	padding: 10px;
	color: #FFF;
	margin-bottom: 0;
}
.single-post #main article .entry-body {
	padding: 25px 25px 0 25px;
}
.single-post #main article .entry-header h1.entry-title {
	font-size: 28px;
}
.single-post #main article h2 {
	border-left: 10px solid #0065B5;
	border-top: 1px solid #0065B5;
	border-bottom: 1px solid #0065B5;
	border-right: 1px solid #0065B5;
	padding: 10px;
	font-size: 24px;
}

@media (max-width: 1024px) {
	.single .section.siteContent .container,
	.category .section.siteContent .container,
	.archive .section.siteContent .container,
	.search .section.siteContent .container {
		width: 100%;
	}
	.entry-meta .entry-meta_items_term {
		float: right;
		display: inline-block;
	}
}
@media (max-width: 768px) {
	
}
@media (max-width: 576px) {

}
@media (max-width: 350px) {

}



/* お問合せ */
.contact-container {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #0065B5;
	padding: 50px;
}
.contact-message {
	margin: 50px auto;
	font-weight: bold;
	color: #707F89;
}
.contact-message a {
	color: #0065B5;
}
.contact-container table {
	border: none;
}
.contact-container th,
.contact-container td {
	border-bottom: none;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
} 
.form-necessary p {
	background-color: #EFA631;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.form-unnecessary p {
	background-color: #EFEFEF;
	text-align: center;
	font-size: 14px;
}
.contact-container table tr th,
.contact-container table tr td {
	vertical-align: top;
}
.contact-container input,
.contact-container textarea {
	border: 1px solid #0065B5;
	border-radius: 0;
}
span.wpcf7-list-item {
	display: block!important;
}
input[type="checkbox"] {
    -webkit-transform: scale(2);
    -webkit-transform-origin:100% 50%;
    -moz-transform: scale(2);
    -moz-transform-origin:100% 50%;
    -ms-transform: scale(2);
    -ms-transform-origin:100% 50%;
    width:12px;
    height:12px;
    vertical-align: middle;
}
.contact-policy,
.contact-send {
	text-align: center;
	padding-top: 2em;
}
.contact-send {
	padding-bottom: 2em;
}
.contact-send .btn.btn-primary {
	border: 1px solid #0065B5;
	border-radius: 0;
	color: #0065B5;
	background-color: #fff;
	transition: .2s;
	width: 200px;
    height: 60px;
}
.contact-send .btn.btn-primary:hover {
	color: #fff;
	background-color: #0065B5;
}

.main-contents {
	width: 1100px;
	margin: 0 auto;
}
.main-contents h4 {
	border-left: 5px solid #0065B5;
    border-bottom: 1px solid #0065B5;
    padding: 10px;
}
.main-contents hr {
	border-top: 1px solid #0065B5;
}

.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #0065B5;
}
.privacy-first-text {
	margin: 50px auto;
}
.privacy-info {
	padding: 30px;
	border: 1px solid #0065B5;
}

@media (max-width: 1024px) {
	.contact-container div.wpcf7 {
		width: 95%;
		margin: 0 auto;
	}

	.main-contents {
		width: 95%;
		margin: 0 auto;
	}
}


@media (max-width: 768px) {
	.contact-container {
		padding: 0;
		width: 95%;
	}
	.contact-message {
		padding: 0 20px;
	}
}

@media (max-width: 576px) {
	.contact-container table tr th,
	.contact-container table tr td {
		display: inline-block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.contact-container table tr th,
	.contact-container table tr td:nth-child(2) {
		padding-top: 20px;
	}
	.form-necessary,
	.form-unnecessary {
		width: 100px;
	}
	.form-necessary p,
	.form-unnecessary p {
		margin-bottom: 0;
	}
	.contact-container .wp-block-group__inner-container > p {
		width: 95%;
		margin: 0 auto;
	}
	.form-input {
		display: block!important;
	}
	.form-control {
		height: 50px;
	}
}












@media (max-width: 1024px) {
	
}
@media (max-width: 768px) {
	
}
@media (max-width: 576px) {

}
@media (max-width: 350px) {

}


