/*
Theme Name: Lightning
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:9.0.7
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, E-Commerce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2019 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/

/* common ------------------------------------- */
@media screen and (max-width:991px) {
body .container {
	max-width: initial;
	max-width: auto;
}
}
.veu_socialSet {
display: none!important;
}

/* header ------------------------------------- */
@media screen and (min-width:992px){
body .siteHeader .container {
	padding-top: 20px;
	padding-bottom: 0;
}
}
@media screen and (max-width:991px){
body .siteHeader .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media screen and (min-width:768px) and (max-width: 991px) {
body .siteHeader .siteHeadContainer {
	width: calc(100% - 30px);
}
}
@media screen and (max-width:767px) {
body .siteHeader .siteHeadContainer {
	width: calc(100% - 20px);
	margin-left: 0;
}
}

body .navbar-header {
  position: relative;
}

body .siteHeader_logo {
	text-align: left;
  float: none!important;
}
@media screen and (max-width: 991px) {
body .siteHeader_logo {
  padding: 0;
}
}
body .siteHeader_logo a {
  display: block;
}
@media screen and (max-width: 360px) {
body .siteHeader_logo a {
	position: relative;
}
}
body .siteHeader_logo:after {
  content: "";
  display: block;
  clear: both;
}
body table {
  width: auto;
}
body table .siteLogoSpan {
  padding: 0 10px 0 0;
  border: 0;
}
body table .siteLogoSpan img {
	width: auto;
	max-width: auto;
	max-width: initial;
  height: 80px;
  max-height: auto;
  max-height: initial;
}
@media screen and (max-width:767px) {
body table .siteLogoSpan img {
  height: 50px;
}
}

body table .siteName {
	font-size: 18px;
  padding: 0;
  border: 0;
	color: #336633;
	font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width:767px) {
body table .siteName {
  font-size: 14px;
  line-height: 22px;
}
}

body .navbar-header .telmail {
  position: absolute;
  transform: translateY(-50%);
  right: 300px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 410px;
  padding: 0;
  margin: 0;
}
body .navbar-header .telmail li {
  max-width: 200px;
  margin: 0;
  list-style: none;
}
body .navbar-header .telmail li img {
  vertical-align: bottom;
}
@media screen and (max-width:1199px) {
body .navbar-header .telmail {
  right: 250px;
  width: 320px;
}
body .navbar-header .telmail li {
  max-width: 155px;
}
}
@media screen and (max-width:991px) {
body .navbar-header .telmail {
  right: 10px;
  width: 40vw;
}
body .navbar-header .telmail li {
  max-width: initial;
  max-width: auto;
  width: 49%;
}
}
@media screen and (max-width:767px) {
body .navbar-header .telmail {
  display: none !important;
}
}

body .navbar-header .widget_search {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
}
@media screen and (max-width:991px) {
body .navbar-header .widget_search {
  display: none !important;
}
}

@media screen and (min-width: 1200px) {
body .gMenu_outer {
  float: none;
  width: 100%;
}
body .gMenu {
  float: none;
  display: flex;
  justify-content: space-between;
}
}

body .gMenu_outer nav.menu-headernavigation-container {
  margin: 0 auto;
}

body.device-pc .gMenu > li > a {
  padding: 40px 2.4em;
}
body.device-pc.header_scrolled .gMenu > li > a {
  padding: 14px 1.8em;
}

body .vk-mobile-nav-menu-btn {
	width: 50px;
	height: 50px;
	left: auto;
	top: 10px;
	right: 10px;
}
@media screen and (min-width: 768px) {
body .vk-mobile-nav-menu-btn {
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}
}

body .gMenu .gMenu_description {
	display: none;
}

/* aside -------------------------------------- */
.subSection .localNav ul {
	margin-top: 10px;
}
.widget_archive ul li,
.widget_categories ul li, 
.widget_link_list ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_entries ul li {
	display: flex;
	flex-wrap: wrap;
}
.widget_archive ul li span,
.widget_categories ul li span, 
.widget_link_list ul li span,
.widget_nav_menu ul li span,
.widget_pages ul li span,
.widget_recent_entries ul li span {
	order: 1;
	width: 100%;
	padding: 10px 0.5em 0 0;
}
.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 {
  position: relative;
	order: 2;
	width: 100%;
	padding-top: 5px;
  padding-left: 1.5em;
	border-bottom: 0;
}
.widget_archive ul li a:after,
.widget_categories ul li a:after,
.widget_link_list ul li a:after,
.widget_nav_menu ul li a:after,
.widget_pages ul li a:after,
.widget_recent_entries ul li a:after {
  position: absolute;
  content: "\025a1";
  left: 0;
  top: 6px;
  font-size: 80%;
}

/* footer ------------------------------------- */
body .sectionBox {
	padding-top: 1em;
	padding-bottom: 1em;
}
body footer aside .profile ul .mail_btn a {
  width: 10em;
  padding: 10px;
  border: none !important;
  border-radius: 5px;
  background-color: #0693e3 !important;
}
body footer aside .profile ul .mail_btn a i {
  width: calc(100% - 20px);
}
body footer aside .profile ul .mail_btn a i:before {
  content: "お問い合わせ";
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

/* TOP PAGE ----------------------------------- */
.home .sideSection {
	display: none !important;
}

.home #top__fullcarousel {
/*  max-width: 1110px; */
  margin: 0 auto;
}
.top-info {
  transform: translateX(-50%);
  width: 100vw;
  padding-bottom: 40px;
  margin-left: 50%;
  background-color: #DFECFF;
}
.top-info .wp-block-group__inner-container {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
.top-info {
  margin-top: -2rem;
  padding-top: 2rem;
}
}
@media screen and (min-width: 576px) {
.top-info {
  margin-top: -2rem;
  padding-top: 2rem;
}
}
@media screen and (min-width: 768px) {
.top-info {
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}
}
@media screen and (max-width:1199px) and (min-width: 992px) {
.top-info {
  margin-top: -3rem;
  padding-top: 3rem;
}
.top-info .wp-block-group__inner-container {
  max-width: 960px;
}
}
@media screen and (min-width: 1200px) {
.top-info {
  margin-top: -3.5rem;
  padding-top: 3.5rem;
}
.top-info .wp-block-group__inner-container {
  max-width: 1110px;
  padding: 0;
}
}
.omoi {
  transform: translateX(-50%);
  width: 100vw;
  padding: 30px 0;
  margin-left: 50%;
  background-image: url(/wp-content/uploads/2020/09/top-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.omoi .wp-block-group__inner-container {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width:1199px) and (min-width: 992px) {
.omoi .wp-block-group__inner-container {
  max-width: 960px;
  padding: 0 15px;
}
}
@media screen and (min-width: 1200px) {
.omoi .wp-block-group__inner-container {
  max-width: 1110px;
  padding: 0;
}
}

.omoi h2 {
  padding-top: 0;
  margin: 0;
  border: 0;
  color: #40458c;
}
.omoi p {
  color: #40458c;
}
.omoi li {
  margin-bottom: 0;
  line-height: 1.5;
  color: #40458c;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
.omoi li {
  line-height: 1.9;
}
}

.twoColsTile > div {
  position: relative;
}
@media screen and (max-width:599px) {
.twoColsTile > div:first-of-type {
  margin-bottom: 28px;
}
}
.twoColsTile figure {
  margin-bottom: 0;
}
.twoColsTile h2 {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:991px) {
.twoColsTile h2 {
  font-size: 4vw;
}
}
@media screen and (max-width:599px) {
.twoColsTile h2 {
  font-size: 7vw;
}
}
.twoColsTile h2 a,
.twoColsTile h2 a:visited,
.twoColsTile h2 a:hover {
  color: inherit;
  text-decoration: underline;
}
.twoColsTile h2 + p {
  display: none;
}
.top-banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.top-banner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* 第二階層 ------------------------------------ */
.mv2nd {
  width: 100% !important;
}
.mv2nd img {
  width: 100% !important;
}

/* business ----------------------------------- */
.list-triangle li {
	position: relative;
	list-style: none;
}
.list-triangle li:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 6px;
	width: 10px;
	height: 10px;
	background-image: url(/wp-content/uploads/2020/08/triangle.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.list-triangle-solo li {
	position: relative;
	list-style: none;
}
.list-triangle-solo li:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 6px;
	width: 10px;
	height: 10px;
	background-image: url(/wp-content/uploads/2020/08/triangle.png);
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (min-width:992px) {
.list-triangle li:before,
.list-triangle-solo li:before {
  top: 8px;
}
}
.list-indent {
	padding-left: 60px;
}

/* mba ---------------------------------------- */
@media screen and (max-width: 781px) {
.pdfLinks3cols .wp-block-column {
	flex-basis: 100%!important;
	margin-left: 0!important;
}
.pdfLinks3cols .wp-block-column:not(:last-child) {
	margin-bottom: 28px;
}
}

.pdfLinks3cols h3 {
  padding: 0;
	margin-bottom: 0;
  border: 0;
  color: #fff;
  font-size: 100%;
}
.pdfLinks3cols h3:after {
  display: none;
}
.pdfLinks3cols a,
.pdfLinks3cols a:hover,
.pdfLinks3cols a:visited {
  display: block;
  padding: 10px 10px 9px;
  border-radius: 5px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #337ab7;
}
.pdfLinks3cols a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 781px) {
.pdfLinks3cols a {
	max-width: 440px;
	margin: 0 auto;
}
}

.pdfLinks3cols p {
display: none!important;
}

/* Mari Christine ----------------------------- */
.mari_christine {
	text-align: center;
}

/* 投稿 page ----------------------------------- */
@media screen and (max-width:767px){
.single .breadcrumb {
	display: none!important;
}
}
.single .breadcrumb li:nth-of-type(3) {
	display: none!important;
}
.entry-title-page {
	font-size: 20px;
}
@media screen and (max-width:600px) {
.entry-title-page {
	font-size: 14px;
}
}
.entry-meta-dataList {
	display: none!important;
}

.entry-meta_items_term {
	display: none!important;
}

#padSection {
  display: none !important;
}
.veu_cta {
  display: none !important;
}

/* form --------------------------------------- */
form p label span.required {
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
  background-color: #f00;
}
