@charset "UTF-8";

/*
Theme Name: Tagarasu Management Institute
Author:Tagarasu Management Institute
Author URI: https://tagarasu-keiei.jp/
Version:1.5.1
Description:「田烏経営研究所」のコーポレートサイト専用WordPressテーマです。 
Text Domain:tagarasu-management-institute
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, blog
*/

/**
* Table of contents
*
* 1.0 - Elements
* 2.0 - Typography
* 3.0 - Forms
* 4.0 - Navigation
*   4.1 - Links
*   4.2 - Menus
* 5.0 - Accessibility
* 6.0 - Alignments
* 7.0 - Widgets
* 8.0 - Content
*    8.1 - Header
*    8.2 - Posts and pages
*    8.3 - Post Formats
*    8.4 - Comments
*    8.5 - Sidebar
*    8.6 - Footer
*    8.7 - Page Bottom Banner
*    8.8 - Cards
* 9.0 - Media
*    9.1 - Captions
*    9.2 - Galleries
* 10.0 - Media Queries
*    10.1 - Mobile
*    10.2 - <= 640px
*    10.3 - >= 641px
*    10.4 - <= 1024px
*    10.5 - >= 1025px
**/

/**
* 1.0 - Elements
*/
iframe {
  max-width: 100%;
}

figure {
  margin: 0;
  max-width: 100%;
}

.corporate-info-container i[class *= "fi"] {
  margin-right: .5rem;
}

main i[class *= "fi"] {
  font-style: normal;
  margin: 0 .25rem;
}

/**
* 2.0 - Typography
*/
html {
  font-size: 16px;
  overflow-y: scroll;
}

body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.index-title {
  background-color: #e6e4d1;
  font-weight: 500;
  margin: 0 0 2.5rem 0;
  padding: 1rem;
  position: relative;
}

.blog .index-title {
  background: url("./img/sprite.png") top left no-repeat;
  background-color: inherit;
  background-size: 153px 119px;
  height: 93px;
  left: 50%;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 76px;
}

.index-title small {
  color: #0088b7;
  font-size: .875rem;
  line-height: .75rem;
  margin-bottom: .5rem;
}

main h1 small,
main h2 small,
main h3 small,
main h4 small,
main h5 small,
main h6 small {
  margin-left: .5rem;
}

/**
*  3.0 - Forms
*/

/* iOSを利用しているときにformにて画面ズームがされないようにフォントサイズを16pxに設定 */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
  font-size: 1rem;
}

select {
  height: 2.75rem;
}

.searchform {
  font-size: 0;
  text-align: right;
}

.searchform > input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.searchform [name="s"] {
  border: 2px solid #0aa2cb;
  box-shadow: 0 0 0 transparent;
  width: 77%;
}

.searchform input[type="search"]:focus {
  border-color: #317395;
}

.searchform input[type="submit"] {
  background: url("svg/sprite.svg") center no-repeat #0aa2cb;
  background-position: 50% -237px;
  background-size: 30px 960px;
  border: none;
  height: 2.3125rem;
  padding: 4px;
  width: 23%;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
  background-color: #317395;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
}

/**
* 4.0 - Navigation
*/

/**
* 4.1 - Links
*/

.sidebar a:hover,
article a:hover,
.footer-nav a:hover {
  text-decoration: underline;
}

a.button:hover,
.button a:hover {
  text-decoration: none;
}

.page-bottom-banner .button {
  outline: 2px solid #0aa2cb;
}

.page-bottom-banner .button:focus,
.page-bottom-banner .button:hover {
  background: transparent;
  color: #0aa2cb;
  outline: 2px solid #0aa2cb;
}

.home .rss-link {
  background-color: #f26522;
  border: 2px solid #f26522;
  color: #fff;
  display: block;
  font-size: .875rem;
  margin: 6px -.9375rem 6px 0;
  padding: .5rem;
}

.home .rss-link:hover {
  background: transparent;
  color: #f26522;
  text-decoration: none;
  transition: all .3s ease-out;
}

.rss-link i[class*="fi-rss"] {
  margin-left: 0;
}

/**
* 4.2 - Menus
*/

.site-header .sp-menu-btn {
  margin-right: -.9375rem;
}

.main-nav {
  clear: both;
}

.breadcrumbs {
  background-color: transparent;
}

.breadcrumbs > *::before {
  content: ">";
  top: 0;
}

.breadcrumbs > .current {
  max-width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links,
.wp-link-pages {
  clear: both;
  margin: 2.5rem 0;
  overflow: hidden;
  text-align: center;
}

.nav-links > a,
.nav-links > span,
.wp-link-pages a,
.wp-link-pages > span {
  display: inline-block;
  margin: 0 .25rem;
  padding: .5rem 1.125rem;
  text-align: center;
  vertical-align: top;
}

.nav-links span.page-numbers {
  background: #0aa2cb;
  color: #fff;
}

.nav-links a,
.wp-link-pages > a,
.nav-links span.page-numbers.dots {
  background-color: transparent;
  border: 1px solid #cbced0;
  border-radius: 0 !important;
  color: #999;
  font-weight: normal;
}

.nav-links a:hover,
.wp-link-pages > a:hover {
  background: #ddd;
  color: #0aa2cb;
  text-decoration: none;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.nav-previous,
.nav-next {
  margin: 0 1%;
  vertical-align: top;
  width: 48%;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.nav-previous a,
.nav-next a {
  display: block;
  padding: 1rem;
}

.previous-post {
  text-align: left;
}

.next-post {
  text-align: right;
}

.single .posts-link {
  margin-top: 3rem;
}

/**
* 5.0 - Accessibility
*/

.screen-reader-text,
.says,
.wp-custom-header-video-button {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/**
* 6.0 - Alignments
*/

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
}

.alignnone {
  margin: 1rem 0;
}

.site-header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.two-cols-flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.two-cols-flex > div,
.two-cols-flex > article {
  margin: 0 .9375rem 1.25rem 0;
  width: calc((100% - .9375rem) / 2);
}

_:-ms-lang(x)::-ms-backdrop,
.two-cols-flex > div,
_:-ms-lang(x)::-ms-backdrop,
.two-cols-flex > article {
  width: calc((100% - .9375rem) / 2.01);
}

.two-cols-flex > div:nth-of-type(2n),
.two-cols-flex > article:nth-of-type(2n) {
  margin: 0 0 .9375rem 0;
}

.justify-content-center {
  justify-content: center;
}

/**
* 7.0 - Widgets
*/
.widget {
  margin-bottom: 3rem;
}

.widget li a,
.recentcomments {
  display: block;
  padding: .9375rem 0;
}

.widget .post-date {
  font-size: 80%;
}

.widget .post-date::before {
  content: "\f12b";
  font-family: "foundation-icons";
  padding-right: 5px;
}

.widget .wp-calendar-table {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
}

.wp-calendar-table td,
.wp-calendar-table th {
  text-align: center;
}

.widget .wp-calendar-nav {
  overflow: hidden;
}

.wp-calendar-nav-next {
  float: right;
}

.widget .tagcloud > a {
  background: #325573;
  color: #fff;
  display: inline-block;
  font-size: .875rem !important;
  height: 2rem;
  line-height: 2rem;
  margin: .3125rem .625rem;
  padding: 0 .625rem;
  position: relative;
}

.widget .tagcloud > a:hover {
  background-color: #262322;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.widget .tagcloud > a::before {
  border: 1rem solid transparent;
  border-right-color: #325573;
  content: "";
  display: block;
  height: 0;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 0;
}

.widget .tagcloud > a:hover::before {
  border-right-color: #262322;
  -webkit-transition: .2s;
  transition: .2s;
}

.widget .tagcloud > a:after {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: .5rem;
  left: -.25rem;
  margin-top: -.25rem;
  position: absolute;
  top: 50%;
  width: .5rem;
}

.pr-block {
  padding: .9375rem .9375rem 0 .9375rem;
}

.pr-block i[class *= "fi"] {
  border: 2px solid #0aa2cb;
  border-radius: 50%;
  color: #0aa2cb;
  display: block;
  font-size: 3rem;
  height: 100px;
  line-height: 100px;
  margin: 1rem auto;
  width: 100px;
}

.pr-block a {
  color: #222;
}

.pr-block h3 {
  color: #0aa2cb;
}

.pr-block a:hover,
.pr-block a:hover i[class *= "fi"],
.pr-block a:hover h3 {
  border-color: #0088b7;
  color: #0088b7;
  text-decoration: none;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.pr-block a:hover i[class*="fi"],
.pr-block a:focus i[class*="fi"] {
  background: #0088b7;
  color: #fff;
}

.contact-button .button-text {
  display: block;
  font-weight: bold;
}

.page-bottom-widget,
.page-bottom-contents {
  margin-top: 3rem;
}

.lp-bottom-widget {
  clear: both;
  margin-top: 3rem;
}

.inquiry-widget-column {
  margin-bottom: 1.25rem;
}

.widget_inquiry_widget > h3 {
  background: #222;
  border: 1px solid #d8d8d8;
  color: #fff;
  margin-bottom: 0;
  padding: 1.25rem;
}

.cta-button {
  margin-top: 1.25rem;
}

.widget_inquiry_widget .panel {
  border-color: transparent;
  border-style: none;
  border-width: 0;
}

.widget_render_recently_posts {
  position: relative;
}

.widget_render_recently_posts .rss-link {
  margin: 13px 0;
  position: absolute;
  right: .9375rem;
  top: 0;
}

/*
**  8.0 - Content
*/
.wrapper {
  margin-top: 3.9375rem;
  min-width: 20rem;
  overflow: hidden;
}

/*
**  8.1 - Header
*/
.site-description {
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
}

.site-header {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(34, 34, 34, .3);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.site-title {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}

.site-title a,
.site-description {
  color: #444;
}

.custom-logo {
  vertical-align: bottom;
  width: 50vw;
}

.corporate-info-container .button {
  margin: 0 0 0 .9375rem;
  white-space: nowrap;
}

.corporate-address span {
  font-size: 1rem;
}

.corporate-address .fi-mail {
  font-size: 2rem;
  margin-right: 1rem;
}

.corporate-address.alert-box {
  margin: 0;
  padding-left: 1em;
}

.corporate-address address {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: bold;
  line-height: calc(8 / 7);
  white-space: nowrap;
}

.corporate-address.show-address-only + .button {
  display: none;
}

.darken-background::before {
  background: rgba(34, 34, 34, .5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.wp-custom-header {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.wp-custom-header > img {
  font-family: "object-fit: cover;  object-position: center center;";   /* Polyfill */
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.wp-custom-header > iframe {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

.jumbotron {
  background-color: #000;
  box-sizing: content-box;
  height: 46.93333vw;
  padding: 3rem 0;
  position: relative;
}

.jumbotron .container {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 3;
}

.jumbotron .columns {
  box-sizing: border-box;
}

.jumbotron h2,
.jumbotron .lead {
  color: #fff;
}

.jumbotron .lead abbr {
  color: inherit;
  font-size: inherit;
}

.jumbotron .button {
  border: 2px solid #f26522;
  box-shadow: 0 0 8px rgba(34, 34, 34, .7);
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}


.jumbotron .button:focus,
.jumbotron .button:hover {
  background-color: transparent;
}

.jumbotron .button i[class*="fi"],
.cta-button i[class*="fi"] {
  margin-left: .5rem;
}

/*
**  8.2 - Posts and pages
*/

.sticky.card {
  border: 2px solid #ff3004;
}

.sticky-label {
  background-color: #ff3004;
}

.category-label {
  margin: 0 .25rem .25rem 0;
}

.home .main,
.blog .main,
.blog .sidebar {
  margin-top: 3rem;
}

.blog .sidebar:first-child {
  margin-top: 0;
}

.main,
.sidebar {
  margin-top: 1.25rem;
}

.main header {
  margin: 0 0 3rem 0;
}

.post-meta {
  margin-left: 0;
}

.post-meta li {
  float: left;
  list-style: none;
  margin-right: .9375rem;
}

main .post-meta i[class*="fi"] {
  margin-left: 0;
}

.post,
.error404 section {
  margin-bottom: 3rem;
}

main h2,
.comment-content-body h2 {
  background-color: #ebfaff;
  border-left: 17px solid #0aa2cb;
  color: #0aa2cb;
  padding: .5rem;
}

main h2 small {
  color: #0aa2cb;
  display: inline-block;
  line-height: 1;
}

main h2 small::first-letter {
  text-transform: uppercase;
}

.post-thumbnail {
  position: relative;
}

.post-meta,
.post-meta a {
  color: #7a7a7a;
  font-size: .75rem;
}

.category-label:hover {
  background: #fff;
  color: #0088b7;
  outline: 1px solid #0088b7;
}

.post-meta p {
  margin-bottom: 0;
}

.error404 header + h2 {
  margin: 2.5rem 0;
}

.card-labels {
  left: 0;
  line-height: .9;
  position: absolute;
  top: 0;
  z-index: 1;
}

.card-labels > a:first-child:not([data-category]) {
  display: none;
}

.single main > article {
  margin-bottom: 3rem;
}

/*
** 8.3 - Post Formats
*/

/*
** 8.4 - Comments
*/
.comment,
.pingback {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-top: 1.25rem;
  padding: 1rem;
  position: relative;
}

.comment-meta {
  font-size: 0;
}

.bypostauthor .fn::before {
  background: #0aa2cb;
  color: #fff;
  content: "投稿者";
  font-size: 80%;
  margin-right: 4px;
  padding: .5rem;
  vertical-align: middle;
}

.avatar,
.fn {
  display: inline-block;
  font-size: .875rem;
  vertical-align: middle;
}

.comment-author .avatar {
  margin-right: .625rem;
}

.comment-author.vcard {
  border: none;
  padding: 0;
}

.comment-metadata {
  display: inline-block;
  font-size: .875rem;
  margin-left: .625rem;
  vertical-align: middle;
}

.comment-content {
  margin-bottom: 1.25rem;
}

.logged-in-as {
  background-color: #a0d3e8;
  border: 1px solid #74bfdd;
  color: #4f4f4f;
  margin: 1.25rem 0;
  padding: 1rem;
}

.required {
  color: #ff3004;
}

/*
** 8.5 - Sidebar
*/

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

.sidebar li {
  border-bottom: 1px solid #ddd;
}

.sidebar li:first-child {
  border-top: 1px solid #ddd;
}

/*
**   8.6 - Footer
*/
.site-footer {
  background: #333;
  clear: both;
  color: #fff;
  margin-top: 5rem;
  overflow: hidden;
  padding: 3rem 0;
}

.footer-nav,
.footer-nav ul {
  color: #fff;
  list-style-type: disc;
}

.footer-nav ul li {
  margin: .5rem 0;
}

.footer-nav li a {
  color: #fff;
  display: block;
  position: relative;
}

.footer-nav .children,
.footer-nav .sub-menu {
  list-style: none;
}

.footer-nav .children li a::before,
.footer-nav .sub-menu li a::before {
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: -1.25rem;
  margin: auto;
  position: absolute;
  top: 50%;
  width: .5rem;
}

.site-footer .footer-widget h5 {
  color: #fff;
  font-weight: bold;
}

.site-footer .copyright {
  clear: both;
  color: #fff;
  margin: 0;
}

/*
**  8.7 - Page Bottom Banner
*/
.page-bottom-banner {
  background: #fff;
  border-top: 2px solid #ddd;
  bottom: 0;
  display: none;
  left: 0;
  padding: .9375rem 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9;
}

.page-bottom-banner.is-mobile {
  display: none;
}

.page-bottom-banner .close-button {
  background-image: url("./img/close-button.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 2rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: -2rem;
  white-space: nowrap;
  width: 2rem;
  z-index: 10;
}

.page-bottom-banner .banner-text {
  color: #0aa2cb;
  margin-bottom: .5rem;
  text-align: center;
}

.page-bottom-banner .button {
  background: #0aa2cb;
  margin: 2px 0 0;
}

/*
**  8.8 - Cards
*/
.card {
  border: 1px solid #cbced0;
  box-sizing: border-box;
  margin-bottom: .9375rem;
}

.card a:hover {
  text-decoration: none;
}

.card:hover {
  border-color: #0aa2cb;
  transition: all .15s linear;
}

.card .card-title {
  margin: .9375rem;
}

.card .description,
.card .date {
  color: #7a7a7a;
  font-size: .75rem;
  margin: .9375rem .9375rem 1.875rem .9375rem;
}

.card .date:not(:last-child) {
  margin-bottom: 0;
}

.card .th {
  box-shadow: 0 0 0 1px rgba(203, 206, 208, .2);
}

.card i[class*="fi"] {
  margin-left: 0;
}

.thumbnail-item {
  position: relative;
}

.thumbnail-item .post-thumbnail::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.thumbnail-item:hover .post-thumbnail::after {
  background-color: rgba(34, 34, 34, .75);
  transition: linear .2s background-color;
}

/*
** 9.0 - Media
*/

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

/*
** 9.1 - Captions
*/
.wp-caption-text,
.gallery-caption,
.wp-caption-dd,
.attachment .main figcaption {
  color: #727272;
  font-size: .875rem;
  margin: 0 0 .5rem 0;
  max-width: 100%;
  text-align: left;
}

.th {
  border: 0;
  min-width: 100%;
}

/*
** 9.2 - Galleries
*/

.gallery {
  font-size: 0;
  margin: 2.5rem -1rem;
}

.gallery-item {
  display: inline-block;
  margin: 0 0 1rem 0;
  padding: 0 1rem 1rem 1rem;
  vertical-align: top;
}

.gallery-icon {
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

/*
** 10.0 - Media Queries
*/

/**
* 10.1 - Mobile
*/

@media only screen {
}

/**
* 10.2 - <= 640px
*/

@media only screen and (max-width: 40em) {
  .single .post-meta .time {
    left: .9375rem;
    position: absolute;
    top: 0;
  }
}

/**
* 10.3 - >= 641px
*/

@media only screen and (min-width: 40.063em) {
  .wrapper {
    margin-top: 0;
  }

  .site-header {
    position: relative;
  }

  .custom-logo {
    width: 20vw;
  }

  .jumbotron h2 {
    font-size: 2.4375rem;
  }

  .home .read-more {
    width: calc(100% / 3 - .9375rem);
  }

  .page-bottom-banner .banner-text {
    margin-top: 0;
    text-align: left;
  }

  .three-cols-on-medium-flex > div,
  .three-cols-on-medium-flex > article {
    width: calc((100% - 1.875rem) / 3);
  }

  _:-ms-lang(x)::-ms-backdrop,
  .three-cols-on-medium-flex > div,
  _:-ms-lang(x)::-ms-backdrop,
  .three-cols-on-medium-flex > article {
    width: calc((100% - 1.875rem) / 3.01);
  }

  .three-cols-on-medium-flex > div:nth-of-type(2n),
  .three-cols-on-medium-flex > article:nth-of-type(2n) {
    margin-right: .9375rem;
  }

  .three-cols-on-medium-flex > div:nth-of-type(3n),
  .three-cols-on-medium-flex > article:nth-of-type(3n) {
    margin-right: 0;
  }

  .one-col-on-small-flex > div,
  .one-col-on-small-flex > article {
    margin-right: 0;
    width: 100%;
  }

  .card .description,
  .card .date,
  .post-meta,
  .post-meta a {
    font-size: .875rem;
  }
}

/**
* 10.4 - <= 1024px
*/
@media only screen and (max-width:64em) {
  .main-nav {
    box-shadow: 0 4px 4px #7a7a7a inset;
    margin: 0 -.9375rem;
  }

  .site-title {
    font-size: 1.5rem;
  }

  .flexnav > li {
    border-bottom: 1px solid #317395;
  }

  .flexnav li a {
    background-color: #0aa2cb;
    color: #fff;
  }

  .flexnav li a:hover {
    background-color: #0381a5;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
  }

  .flexnav .panel-btn-icon::before {
    border: 8px solid transparent;
    border-top-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: auto 1rem auto auto;
    position: absolute;
    right: 0;
    top: 8px;
    width: 0;
  }

  .flexnav .sub-menu a {
    border-top: 1px solid #295f7b;
    text-indent: 1rem;
  }

  .sidebar {
    border-top: 1px solid #cdcdcd;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

/**
* 10.5 - >= 1025px
*/
@media only screen and (min-width: 64.063em) {
  .site-header {
    border-bottom: 4px solid #317395;
    position: relative;
  }

  .site-header-inner {
    padding: 1.25rem 0;
  }

  .custom-logo {
    margin-bottom: 1.25rem;
    width: 320px;
  }

  .corporate-info-container {
    align-items: center;
  }

  .jumbotron .container {
    text-align: left;
  }

  .jumbotron {
    height: 33.33333vw;
    padding: .9375rem 0;
  }

  .jumbotron h2 {
    font-size: 3.75rem;
  }

  .jumbotron .lead {
    font-size: 1.875rem;
    line-height: 1.6;
  }

  .site-header .sp-menu-btn {
    display: none;
    float: right;
  }

  .main-nav {
    height: 55px;
    margin: .9375rem 0;
    position: static;
  }

  .flexnav {
    display: flex;
  }

  .flexnav > li {
    flex-grow: 1;
  }

  .flexnav li > ul {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(34, 34, 34, .5);
    margin: 0 1px;
    padding: .5rem 0;
  }

  .flexnav > .menu-item-has-children > a {
    padding-right: 2.5rem;
  }

  .flexnav .panel-btn-icon {
    left: auto;
    width: 1.875rem;
  }

  .flexnav .panel-btn-icon::before {
    border: 4px solid transparent;
    border-left-color: #0aa2cb;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }

  .flexnav > li > .panel-btn-icon::before {
    border: 8px solid transparent;
    border-top-color: #7a7a7a;
    height: 0;
    margin-top: -4px;
    right: .5rem;
    top: 50%;
    width: 0;
  }

  .flexnav > li.menu-item-has-children ul::before {
    content: "";
  }

  .flexnav > li > a {
    background-color: transparent;
    border-left: 2px solid #7a7a7a;
    color: #7a7a7a;
    text-align: center;
  }

  .flexnav > li > a:after {
    display: block;
  }

  .flexnav > li > a:hover:after {
    border-bottom-color: #0aa2cb;
  }

  .flexnav > li:last-child > a {
    border-right: 2px solid #7a7a7a;
  }

  .flexnav > li > a:hover {
    color: #0aa2cb;
  }

  .flexnav a:hover ~ .panel-btn-icon::before {
    border-left-color: #fff;
  }

  .flexnav .sub-menu a,
  .flexnav .sub-menu .sub-menu a {
    background-color: #fff;
    color: #7a7a7a;
  }

  .flexnav .sub-menu a:hover {
    background-color: #0aa0cb;
    color: #fff;
  }

  .flexnav .sub-menu a:after,
  .flexnav .sub-menu .sub-menu a:after {
    border-bottom: 1px solid #ddd;
    bottom: 0;
    content: "";
    display: block;
    left: 1rem;
    margin: 0 auto;
    position: absolute;
    right: 1rem;
  }

  .flexnav .sub-menu a:hover:after {
    border-bottom: none;
  }

  .flexnav .sub-menu > li:last-child > a:after {
    content: none;
  }
}
