@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  : 16px;
  line-height: 1.7;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
  color: #1c72bb;
}

a:hover {
  text-decoration: none;
  color: #c51c1f;
}

a:hover img {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}

img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}

.right {
  float: right;
  margin: 0 0 1em 1.5em;
}

.left {
  float: left;
  margin: 0 1.5em 1em 0;
}

.b {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.gray {
  color: #2E2E2E !important;
}

.red {
  color: #c00 !important;
}
.blue{
  color: #17339a;
}
.navy {
  color: #3e3330 !important;
}

.l_blue {
  color: #bbb4b2 !important;
}

.white {
  color: #fff !important;
}

.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.f06em {
  font-size: 0.6em;
}

.f08em {
  font-size: 0.8em;
}

.f09em {
  font-size: 0.9em;
}

.f11em {
  font-size: 1.1em;
}

.f12em {
  font-size: 1.2em;
}

.f14em {
  font-size: 1.4em;
}

.f16em {
  font-size: 1.6em;
}

.f20em {
  font-size: 2em;
}

.f30em {
  font-size: 2em;
}

.m0-t {
  margin-top: 0 !important;
}

.m0-b {
  margin-bottom: 0 !important;
}

.m10-t {
  margin-top: 10px !important;
}

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

.m20-t {
  margin-top: 20px !important;
}

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

.m60-t {
  margin-top: 60px !important;
}

.p10-b {
  padding-bottom: 10px !important;
}

.p5 {
  padding: 5px !important;
}

.p40 {
  padding: 40px;
}

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

.m40-t {
  margin-top: 40px;
}

.m40-b {
  margin-bottom: 40px;
}
.m60-b {
  margin-bottom: 60px;
}
.noborder {
  border: none;
}

.gray {
  color: #ccc !important;
}

.bg_lblue {
  background: #bbb4b2;
  padding: 10px;
}

.bg_lgray {
  background: #efefef;
}

.radius5 {
  border-radius: 5px;
}

h2 {
  clear: both;
  font-size: 28px;
  padding: 30px 0;
}

h3 {
  font-size: 26px;
  margin-bottom: 1.5em;
  font-weight: bold;
  border-bottom: 5px solid #e9e9e9;
  padding: 10px;
}

h3 i {
  color: #022f5d;
  margin-right: .5em
}

h3 .line_red {
  font-weight: bold;
  border-bottom: 5px solid #3e3330;
  padding-bottom: .3em;
}

h4 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.3em;
}

#page h4,
#seminar h4,
#brows h4{
  border-left: 8px solid #233B6C;
  padding-left: .5em;
  margin-top: 30px;
}

h5 {
  font-weight: bold;
}

#target h5 {
  background: #bbb4b2;
  padding: 5px .5em;
  margin-bottom: .5em;
}

#target .visitor li {
  width: 48%;
  margin: 0 1% 10px;
  background: #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
}

p {
  margin-bottom: 1em;
}
#title_area {
  position: relative;
  background: #eee;
  margin-top: 60px;
}
.inner {
  width: 1100px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
  #title_area h2 {
    font-size: 2em;
  }
.breadcrumbs {
  margin-bottom: 20px;
  font-size: .85em;
}
ul.disc {
  margin-bottom: 10px;
  margin-left: 1.5em;
  list-style-type: disc;
}
/*来場登録関連*/
ol.decimal {
  list-style: decimal;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
ol.decimal li{
  margin-bottom: .5em;
  list-style: disc;
}

#permission li {
  margin-bottom: .5em;
  list-style: disc;
}

.register_v th {
  width: 200px;
}

.contact select {
  padding: .5em;
}

.contact .ex {
  color: #a7a7a7;
  font-size: .9em;
}

input.wpcf7-form-control.wpcf7-submit:disabled {
  background: #666;
}


.privacypolicy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.privacypolicy_list .pp_link {
  font-size: .9em;
  width: calc(33.3333% - 10px);
  padding: 10px 5px;
  box-sizing: border-box;
  display: block;
  color: #ccc;
  margin: 5px;
  border: 1px solid #ccc;
}

.privacypolicy_list .pp_link a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #222;
}

.privacypolicy_list .pp_link:hover {
  background: #efefef;
}
.title_wrap {
  margin-bottom: 30px;
}

@media (max-width:768px) {
  .privacypolicy_list .pp_link {
    width: calc(50% - 10px);
  }

  .register_v th {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width:500px) {
  .privacypolicy_list .pp_link {
    width: calc(100% - 10px);
  }
}

/*アグロ*/
#list_concurrent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#list_concurrent li {
    width: 48%;
    margin: 0 1% 30px;
}
#list_concurrent .img_wrap {
    overflow: hidden;
    max-height: 220px;
    margin-bottom: 10px;
}
#list_concurrent .img_wrap img {
    transition-duration: 0.3s;
}
.re_logo {
    max-height: 30px;
    margin: 5px auto;
    display: block;
}