/*
 Theme Name:   IndyZone Corporate
 Theme URI:    https://indyzone.co.jp
 Description:  IndyZone Corporate Theme
 Author:       IndyZone
 Author URI:   https://indyzone.co.jp
 Template:     freesia-empire
 Version:      0.0.0
 License:      UNLICENSED
 Text Domain:  indyzone-corporate
*/

/* #Basic Styles
================================================== */

body,
button,
input,
select,
textarea {
	color: #000000;
	font: 15px 'Roboto', sans-serif;
	line-height: 22px;
	word-wrap: break-word;
	font-weight: 300;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin-top:0;
	padding-bottom: 20px;
}

/* #Page Container
================================================== */

#page {
  margin: 0; /* 元⇒おかしい 0 16px */
}

@media screen and (max-width: 480px) {
  #page {
    margin: 0;
  }
}


/* #Top Header
================================================== */

.top-header > .container {
  max-width: 1440px;
}

.page-header {
  background-color: #6897e5; /* 変更前 #2f1b9e */
  padding: 25px 20px;
  max-width: 1500px;
  margin: 0 auto;
}

.page-header .container {
  text-align: center;
}

.page-header .page-title {
  float: none;
}

@media screen and (max-width: 767px) {
  .header-search,
  .header-search-x {
    display: block !important;
    float: right;
    font-size: 24px;
    margin: 28px 10px 0 20px;
    border: none;
  }
}

@media screen and (max-width: 480px) {
  .top-header > .container {
    width: 330px;
  }
}


/* #Main Content
================================================== */

#content > .container {
  max-width: 1320px;
}

/* #Indyzone Post Styles
================================================== */

.site-main article .entry-content a:link {
	color: #0B3388
}

.site-main article .entry-content a:visited {
	color: #551A8B
}

.site-main article .entry-content a:hover {
	color: #ee0000;
}

.site-main article .entry-content a:active {
	color: #ee0000;
}

#content {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #f8f8f8;
  padding-top: 50px;
}

@media screen and (max-width: 1365px) {
  #content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.iz-header {
	background-color: #6897e5;
	color: #ffffff;
	padding: 10px 20px;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.iz-red {
	color: #ff3300;
}

.iz-strong-button {
	font-size:12px;
  font-family:Arial;
  font-weight:bold;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #808080;
  padding:5px 100px;
  text-decoration:none;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(51%, #ededed), color-stop(54%, #dbdbdb) );
  background:-moz-linear-gradient( center top, #ededed 51%, #dbdbdb 54% );
  background:-ms-linear-gradient( top, #ededed 51%, #dbdbdb 54% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dbdbdb');
  background-color:#ededed;
  color:#1a1a1a;
  display:inline-block;
   -webkit-box-shadow:inset 0px 0px 1px 0px #ffffff;
   -moz-box-shadow:inset 0px 0px 1px 0px #ffffff;
   box-shadow:inset 0px 0px 1px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(51%, #ffc379), color-stop(54%, #ff8b20) );
  background:-moz-linear-gradient( center top, #ffcc00 51%, #f9b41b 54% );
  background:-ms-linear-gradient( top, #ffc379 51%, #ff8b20 54% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#ededed');
  background-color:#ffcc00;
  position:relative;
  top:1px;
}

#primary .two-column {
  width: 50%;
}

.iz-section-header {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #777;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  line-height: 27px;
}

@media screen and (max-width: 480px) {
  .iz-posts-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.widget-title-container {
  display: flex;
  border-bottom: 1px solid #777;
}

.widget-title-container h2.widget-title {
  border: none;
}

.widget-title-container a {
  font-weight: bold;
}

.widget-title-container a:link {
	color: #545454
}

.widget-title-container a:visited {
	color: #545454
}

.widget-title-container a:hover {
	color: #6897e5;
}

.widget-title-container a:active {
	color: #6897e5;
}

.flex-fill {
  flex-grow: 1;
}

/* #Navigation
================================================== */
.main-navigation a {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}

.main-navigation ul li ul {
  width: 300px;
}

.main-navigation ul li ul li {
  width: 300px;
}

.main-navigation > ul > li:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .site-header .menu-toggle {
    float: left;
  }

  .site-header .menu-toggle .line-one,
  .site-header .menu-toggle .line-two,
  .site-header .menu-toggle .line-three {
    background-color: rgba(0, 0, 0, 0.75);
  }

  .site-header #site-branding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header #site-logo {
    width: 230px;
  }

  .site-header #site-navigation {
    margin-top: 0 !important;
  }

  .site-header .main-navigation > ul > li {
    border-top: 1px solid #ddd;
  }
}


/* #Main Slider
================================================== */
.main-slider {
  max-width: 1500px;
  margin: 0 auto;
}

.main-slider .image-slider {
  min-height: 0;
  height: 220px;
  padding: 0;
}

.main-slider .slider-content-container {
	height: 100%;
	display: flex;
	align-items: center;
  justify-content: center;
}

.main-slider .slider-content-container p {
  margin: 0;
}

.main-slider .slider-content-container p img {
  margin-top: 0;
  margin-bottom: 0;
}

a.slider-prev {
  left: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  color: #b0bad0;
}

a.slider-next {
  right: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  color: #b0bad0;
}

.slider-button {
  bottom: -40px !important;
}

.slider-button a {
  background-color: #ccc;
}

@media screen and (max-width: 480px) {
  .slider-button {
    bottom: -40px !important;
  }
  .slider-button a {
    background-color: #ccc;
  }
}

/* Latest Blog Widget
================================================== */
.widget_latest_blog:after {
	display: none;
}
.widget_latest_blog {
	margin-bottom: 80px;
	padding: 0px 0px 10px;
  position: relative;
  text-align: left;
}
.widget_latest_blog .container {
	overflow: hidden;
}
.widget_latest_blog .widget-title {
	position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #777;
  padding-bottom: 15px;
  width: 100%;
  line-height: 27px;
}
.widget_latest_blog .widget-title:after,
.widget_latest_blog .widget-title:before {
  display: none;
}
.widget_latest_blog .widget-title:after {
	display: none;
}
.latest-blog-sub-title {
	text-align: left;
	margin-bottom: 25px;
}
.widget_latest_blog .entry-header {
	padding-bottom: 10px;
}
.widget_latest_blog .blog-content {
  width: 100%;
	float: left;
	/* padding-left: 30px; */
	padding-left: 0;
}
.widget_latest_blog .entry-title {
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 10px;
}
.widget_latest_blog .entry-header .entry-meta .entry-format:before {
	font-size: 16px;
}
.widget_latest_blog .entry-meta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
	padding: 5px 0 0;
}
.widget_latest_blog .entry-meta span:after {
	content: "-:-";
	font-size: 13px;
    display: inline-block;
    padding: 0 0 0 8px;
}
.widget_latest_blog .entry-meta span:last-child:after {
    display: none;
}
.widget_latest_blog .blog-content .entry-content p {
	margin-bottom: 7px;
}

.widget_latest_blog .two-column {
	text-align: center;
}

.iz-item-container {
  display: flex;
}

.iz-item-container + .iz-item-container {
  margin-top: 16px;
}

.iz-item-container .blog-img,
.iz-item-container .blog-content {
  height: 170px;
}

.iz-item-container .blog-content {
  flex-grow: 1;
  width: 0;
}

.iz-item-container .blog-img {
  width: 280px;
  background-color: #333;
  white-space: nowrap;
  text-align: center;
}

.iz-item-container .valign-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.iz-item-container .blog-img a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -4px;
}

.iz-item-container .blog-content {
  background-color: #fff;
  padding: 15px;
}

.iz-item-container .entry-title {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .iz-item-container {
    min-width: 260px;
    display: block;
    margin-right: 20px;
  }
  .iz-item-container + .iz-item-container {
    margin-top: 0;
  }
  .iz-item-container .blog-img {
    margin-bottom: 0 !important;
  }
  .iz-item-container .blog-content {
    width: initial;
    padding: 10px !important;
  }
  .iz-item-container .entry-content p {
    display: none;
  }
  .iz-item-container .entry-content a {
    color: #777 !important;
  }
}

.button-container__view-all {
  margin-top: 16px;
}

.button__view-all {
  font-size: 1.4em;
  font-weight: bold;
  border-style: none;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  background-color: #4577bc;
  color: #fff;
}

/* Products Widget
================================================== */

.iz-products-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.iz-product-item-container {
  width: 210px;
}

.iz-product-item-container .blog-img {
  height: 120px;
}

.iz-product-item-container .blog-img {
  width: 210px;
  background-color: #333;
  white-space: nowrap;
  text-align: center;
}

.iz-product-item-container .valign-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.iz-product-item-container .blog-img a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -4px;
}

.iz-product-item-container .entry-title {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .iz-product-item-container {
    width: 140px;
  }
}

@media screen and (max-width: 480px) {
  .iz-products-container.is-horizontal-scrollable {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
  }

  .iz-products-container.is-horizontal-scrollable .iz-product-item-container {
    width: 260px;
    margin-right: 20px;
    height: 170px;
  }

  .iz-products-container.is-horizontal-scrollable .blog-img {
    width: 260px;
    height: 170px;
  }

  .iz-products-container.is-horizontal-scrollable img {
    width: 260px;
    height: auto;
  }
}


/* Footer
================================================== */

.site-footer {
  margin: 0 auto;
  width: 1500px;
  color: #fff;
  background-color: #333333;
}

.site-footer .container {
  max-width: 1400px;
}

#colophon .widget-wrap {
  color: #fff !important;
  background-color: #333333 !important;
}

#colophon .widget-title {
  color: #fff !important;
}

#colophon .widget-title:after {
  display: none;
}

#colophon .widget ul li a {
  color: #fff;
}

.site-footer .site-info {
  background-color: #1d1d1d;
}

.site-footer .copyright {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.site-footer .copyright a {
  color: #fff;
}

.widget_contact ul li {
  font-size: 12px;
  margin: 0 0 5px 0;
}

.widget_contact ul li.address:before {
  display: none;
}

.widget_contact ul li.phone-number:before {
  display: none;
}

#colophon .column-4.contact {
  width: 20%;
  padding: 0 15px;
}

#colophon .column-4.footer-logo,
#colophon .column-4.contact {
  border-right: none;
}

#colophon .column-4.links {
  width: 30%;
  border-left: 1px solid #666;
}

@media screen and (max-width: 480px) {
  .site-footer {
    width: 100%;
  }
  .site-footer .container {
    width: 320px;
  }
  #colophon .column-4.contact {
    width: 100%;
  }
  #colophon .column-4.links {
    width: 100%;
    border: none;
  }
}

/* Sidebar
================================================== */

#secondary {
  border-left: none;
}

#secondary .widget-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #777;
}

#secondary .upw-posts article {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#secondary .simcal-day-label {
  border-bottom: none !important;
}

#secondary .simcal-events-list-container dd:not(:last) {
  border-bottom: 1px solid #ccc;
}

#secondary .mailpoet_submit {
  background-color: #4577bc;
}

/* News List Item
================================================== */


.iz-news-item {
	margin-bottom: 10px;
  overflow: hidden;
}

.iz-news-item .entry-title {
	position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  width: 100%;
  line-height: 27px;
}

.iz-news-item .entry-header {
	padding-bottom: 0;
}

.iz-news-item .entry-content {
  width: 100%;
	float: left;
	/* padding-left: 30px; */
	padding-left: 0;
  /* color: #999; */
}

.iz-news-item .entry-content p {
  margin-bottom: 10px;
}

.iz-news-item .posted-on {
  font-size: 16px;
  margin-bottom: 10px;
	padding: 5px 0 0;
}

/* Product List
================================================== */

.iz-product-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.iz-product-list-item-container {
  width: 220px;
  padding: 0 5px;
}

.iz-product-list-item-container .blog-img {
  width: 210px;
  height: 120px;
  background-color: #333;
  white-space: nowrap;
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  float: left;
}

.iz-product-list-item-container .valign-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.iz-product-list-item-container .blog-img a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -4px;
}

.iz-product-list-item-container .entry-title {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .iz-product-list-container {
    justify-content: center;
  }

  .iz-product-list-item-container {
    width: 140px;
  }

  .iz-product-list-item-container .blog-img {
    width: 100%;
    height: 120px;
    display: block;
    margin-bottom: 4px;
  }

  .iz-product-list-item-container .entry-title {
    font-weight: bold;
  }

  .iz-product-list-item-container .entry-header {
    padding-bottom: 5px;
  }

  .iz-product-list-item-container .entry-content {
    display: none;
  }
}

/* Search Form Styles
================================================== */

.searchandfilter {
  margin-bottom: 24px;
  padding: 16px 24px;
  background-color: #ddd;
}

.searchandfilter ul {
  display: flex;
  align-items: center;
}

.searchandfilter li {
  position: relative;
  padding-right: 16px;
}

.searchandfilter li:nth-child(2) {
  flex-grow: 1;
}

.searchandfilter input {
  margin-bottom: 0;
  border-radius: 0;
}

.searchandfilter input[type="submit"] {
  border-radius: 0;
  background-color: #4577bc;
}

.searchandfilter [type="radio"] {
  margin-right: 8px;
}

.searchandfilter [type="radio"]:checked::before,
.searchandfilter [type="radio"]:not(:checked)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.searchandfilter [type="radio"]:checked::after,
.searchandfilter [type="radio"]:not(:checked)::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #4577bc;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.searchandfilter [type="radio"]:not(:checked)::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.searchandfilter [type="radio"]:checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 480px) {
  .searchandfilter ul {
    flex-wrap: wrap;
  }
  .searchandfilter li {
    padding-right: 8px;
  }
  .searchandfilter [type="text"] {
    margin-top: 8px;
  }
}

/* Total Count Styles
================================================== */

.search-result-count {
  font-weight: bold;
  margin-bottom: 16px;
}

/* Pagination Styles
================================================== */

.navigation .wp-paginate {
  display: flex;
  justify-content: center;
}

