/*
Theme Name: OITID2020
Theme URI:
Description:
Author: Oboshi Yuki
Author URI:
Version: 1.0.0
Template: pearce
*/


.cf:before,
.cf:after {
    content:' ';
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    *zoom:1;
}

/* breakpoint */
/*
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 680px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1440px) {}

@media only screen and (min-width: 481px) {}
@media only screen and (min-width: 681px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1025px) {}
@media only screen and (min-width: 1367px) {}
@media only screen and (min-width: 1441px) {}
*/


/* Elemntorの強制CSS */
.elementor-widget-container {
    /* margin: 0 !important; */
    /* padding: 0 !important; */
    transition: none !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
}
.elementor a {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  color: #8990a5 !important;
  text-decoration: underline !important;
}
.elementor b {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}
/* テキストエディタ */
.elementor-text-editor {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  /* text-align: left !important; */
  color: #2d2e52 !important;
  font-size: 14px !important;
  text-shadow: none !important;
  columns: auto !important;
  column-gap: 0 !important;
}



/* ------------------------------
   共通
------------------------------ */


html,
body {
   height: 100%;
   overflow: hidden;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  color: #2d2e52 !important;
  background: #f9f9f9 !important;
  overflow: scroll;
  overflow-x: hidden;
}
p {
  color: #2d2e52;
  margin: 10px 0;
  line-height: 1.667em;
}
h1, .h1 {
  color: #2d2e52;
  font-size: 24px;
  line-height: 1.4em;
  margin-top: 0;
}
body.page h1, .h1 {
  font-size: 24px;
}
h2, .h2 {
  color: #2d2e52;
  font-size: 21px;
  line-height: 1.4em;
  margin-top: 0;
}
h3, .h3 {
  color: #2d2e52;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0;
}
h4, .h4 {
  color: #2d2e52;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 0;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  h1, .h1 { font-size: 30px; }
  body.page h1, .h1 { font-size: 30px; }
  h2, .h2 { font-size: 26px; }
  h3, .h3 { font-size: 22px; }
  h4, .h4 { font-size: 14px; }
}
@media only screen and (min-width: 1025px) {
  h1, .h1 { font-size: 36px; }
  body.page h1, .h1 { font-size: 36px; }
  h2, .h2 { font-size: 30px; }
  h3, .h3 { font-size: 24px; }
  h4, .h4 { font-size: 14px; }
}

sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}


.bold {
  font-weight: bold;
}
#qodef-page-inner {
    padding: 36px 0 100px !important;
}
.qodef-content-grid {
    width: 90%;
}
@media only screen and (min-width: 768px) {
  .qodef-content-grid {
      width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-content-grid {
      width: 960px;
  }
}
@media only screen and (min-width: 1367px) {
.qodef-content-grid {
    width: 1160px;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-content-grid {
    width: 1160px !important;
  }
}
a:hover {
  color: #8990a5 !important;
}
.left { float: left; }
.right { float: right; }
.full_width {
  width:100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.title_band {
  padding: 6px 20px;
  color: #fcfcfc !important;
  /* background: #2d2e52; */
  background: rgb(45,46,82);
  background: linear-gradient(90deg, #2d2e52 0%, #474d7f 100%);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px !important;
  border-radius: 3px;
}
.adjust-box {
  position: relative;
  width: 100%;
  height: auto;
  background: #aaa;
  margin-bottom: 10px;
}
.box_1x1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.box_3x2:before {
  content: "";
  display: block;
  padding-top: 66.66666666%;
}
.adjust-box .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrumbs {
  margin-bottom: 20px;
  font-size: 12px;
  color: #8990a5;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.flex_container {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:flex-start;
}
::selection {
    background: #8990a5;
    color: #f9f9f9;
}

a.btn_st {
  background: #2d2e52;
  color: #fcfcfc !important;
  padding: 0 20px;
  text-align: center;
  line-height: 40px;
  text-decoration: none !important;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 6px;
  height: 40px;
}
a.btn_st:hover {
  background: #393f66;
}
a.btn_st span:before {
    font-family: Ionicons;
    content: "";
    padding-right: 8px;
}
a.btn_lg {
  background: #2d2e52;
  color: #fcfcfc !important;
  padding: 0 80px;
  text-align: center;
  line-height: 60px;
  text-decoration: none !important;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 6px;
  height: 60px;
}
a.btn_lg:hover {
  background: #393f66;
}
a.btn_lg span:before {
    font-family: Ionicons;
    content: "";
    padding-right: 8px;
}
i.fa-youtube {
  font-size: 22px;
  line-height: 40px;
}

br.newline__in_pc {
  display: block;
}
@media only screen and (min-width: 1025px) {
  br.newline__in_pc {
    display: none;
  }
}

/* table */
.table_box {
  margin-bottom: 50px;
  border: solid 2px #2d2e52
}
.table_box .h4 {
  background: #2d2e52;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 0;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #2d2e52;
  font-size: 0.85em;
  margin-bottom: 0;
}
tr:hover {
  background: #efefef;
}
tr:not(:first-child) th {
  border-top: solid 1px #2d2e52;
}
tr:not(:first-child) td {
  border-top: solid 1px #2d2e52;
}
th, td {
  padding: 2px 6px;
  border: solid 1px #2d2e52;
  line-height: 2em;
  text-align: center;
}
th {
  background:#dadfea;
  color: #2d2e52;
  border-right: 1px solid #2d2e52 !important;
  border-left: 1px solid #2d2e52;
}
th:first-child {
  border-left: 1px solid #2d2e52;
}
th:last-child {
  border-right: 1px solid #2d2e52;
}
td {
  background: #fcfcfc;
  border-right: 1px solid #2d2e52 !important;
}
td a {
  position: relative;
  padding-left: 1em;
}
td a:before {
  font-family: Ionicons;
  content: "";
  position: absolute;
  color: #2d2e52;
  left: 0;
}
td.text_left {
  text-align: left;
  padding-left: 14px;
}
.arrow-double {
  display: block;
  width: 14px;
  height: auto;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}

/* ------------------------------
   ヘッダー・ナビ
------------------------------ */

header {
  height: 60px !important;
  background: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
@media only screen and (min-width: 1025px) {
  header {
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
  }
}

@media only screen and (min-width: 768px) {
  header {
    height: 66px !important;
  }
}
header .qodef-header-logo-link img,
footer a.logo_oit_box img {
  max-width: none !important;
}

a.logo_oit_box {
  display: block;
  float: left;
}
@media only screen and (min-width: 1200px) {
  a.logo_oit_box {
    display: block;
    float: right;
  }
}
img.logo_oit {
  width: 162px !important;
  height: 28px !important;
}

header .qodef-content-grid {
    width: 100% !important;
}

.qodef-header--standard #qodef-page-header-inner {
    padding-left: 30px;
    padding-right: 30px;
}
header #text-8 {
  display: none;
}

.qodef-header-navigation>ul>li {
  padding: 0 20px;
}
.qodef-header-navigation>ul>li:after {
   content:"";
   display:inline-block;
   width:2px;
   height:1em;
   background-color:#2d2e52;
   position:absolute;
   top: -webkit-calc(50% - 0.5em);
   top: calc(50% - 0.5em);
   right:0;
}
.qodef-header-navigation>ul>li:last-child:after {
  display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
  top: -10px;
  left: -webkit-calc(100% + 30px);
  left: calc(100% + 30px);
}
header nav ul li a { color: #2d2e52 !important; }
header nav ul li a:link { color: #2d2e52 !important; }
header nav ul li a:visited { color: #2d2e52 !important; }
header nav ul li a:hover { color: #2d2e52 !important; }
header nav ul li a:active { color: #2d2e52 !important; }

header nav > ul > li > a:not(:only-child) > span > span:after {
  content: '+';
  padding-left: 5px;
}

header .to_oit img {
  height: 26px !important;
  width: auto !important;
}
header .to_oitid_official img {
  height: 30px !important;
  width: auto !important;
}
/* header .to_crssc img {
  height: 24px !important;
  width: auto !important;
} */

.qodef-header-sticky {
  background-color: #fcfcfc;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
  background-color: #f9f9f9;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  /* width: 270px; */
  left: 0;
  width: auto;
  /* padding: 10px 0; */
  padding: 10px 36px 10px 0;
  background: #eaebef;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
  padding: 0 20px;
}
.qodef-header-navigation>ul>li>a {
  font-size: 14px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a {
  font-size: 14px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li a {
  font-size: 14px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
  font-size: 14px;
}

.qodef-header-navigation ul li.current-menu-item>a .qodef-menu-item-inner {
  color: #2d2e52 !important;
}
.qodef-header-navigation ul li.current-menu-ancestor>a .qodef-menu-item-inner {
  color: #2d2e52 !important;
}
body.home .breadcrumbs {
  display: none;
}

#qodef-side-area {
    background-color: #2d2e52 !important;
}
#qodef-side-area #qodef-side-area-close {
  color: #f9f9f9 !important;
}

.qodef-mobile-header-opener svg {
  width: 70px !important;
  height: 70px !important;
}
.qodef-side-area-opener svg {
  width: 70px !important;
  height: 70px !important;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul>li.menu-item-has-children>a:after {
    content: "";
    font-family: Ionicons;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin: 0 -30px 0 12px;
    font-size: 16px;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.35,.33,0,1.01);
    transition: -webkit-transform .5s cubic-bezier(.35,.33,0,1.01);
    -o-transition: transform .5s cubic-bezier(.35,.33,0,1.01);
    transition: transform .5s cubic-bezier(.35,.33,0,1.01);
    transition: transform .5s cubic-bezier(.35,.33,0,1.01),-webkit-transform .5s cubic-bezier(.35,.33,0,1.01);
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul>li.menu-item-has-children> ul li.menu-item-has-children>a:after  {
    content: "";
    font-family: Ionicons;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 12px;
    font-size: 16px;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.35,.33,0,1.01);
    transition: -webkit-transform .5s cubic-bezier(.35,.33,0,1.01);
    -o-transition: transform .5s cubic-bezier(.35,.33,0,1.01);
    transition: transform .5s cubic-bezier(.35,.33,0,1.01);
    transition: transform .5s cubic-bezier(.35,.33,0,1.01),-webkit-transform .5s cubic-bezier(.35,.33,0,1.01);
  }
.qodef-side-area-opener svg rect {
  fill: #2d2e52;
}
.qodef-header-sticky-inner {
  padding: 0 30px;
}
.qodef-header-sticky {
  height: 66px;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.5); */
}

.fa-external-link-alt {
  margin-left: 8px;
}
.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-left: 18px;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
 height: 38px;
}
#qodef-mobile-header-opener {
  width: 64px !important;
}
#qodef-mobile-header-opener .qodef-open-icon {
  font-size: 30px;
}
#qodef-mobile-header-opener .qodef-close-icon {
  font-size: 38px;
}
i.fa-external-link-alt {
  font-size: 80%;
}

/* モバイルヘッダー */
nav#qodef-mobile-header-navigation {
  left: auto;
}
nav#qodef-mobile-header-navigation .qodef-m-inner {
    padding: 10px 10px;
    background: #eaebef;
}
nav#qodef-mobile-header-navigation .qodef-m-inner > ul > li > a {
    font-size: 15px;
}


/* ------------------------------
   ヘッダー サーチ & フィルター
------------------------------ */
.search_filter {
  display: none;
}
@media only screen and (min-width:1025px) {
  .search_filter {
    display: block;
    position: relative;
    z-index: 99;
    width: 100%;
    height: 60px;
    /* background: #2d2e52; */
    background: rgb(45,46,82);
    background: linear-gradient(90deg, #2d2e52 0%, #474d7f 100%);

    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    color: #f9f9f9;
    box-sizing: border-box;
    padding: 0 42px;
    border-bottom: 1px solid #8990a5;
  }
  .search_filter > .inner {
    width: 900px;
    margin: 0 auto;
  }
  .search_filter .search_box {
    float: left;
    margin-top: 12px;
    margin-right: 36px;
  }
  .search_filter .search_box .main_title {
    float: left;
    line-height: 36px;
    display: block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
  }

  .search_filter .seeds_cat_box {
    float: right;
  }
  .search_filter .seeds_cat_box .main_title {
    display: none;
  }
  .search_filter .search_box .inner {
   float: left;
   width: 220px;
   height: 36px;
  }
  .search_filter .search_box li[data-sf-field-name="search"] {
    height: 36px;
  }
  .search_filter .search_box li[data-sf-field-name="search"] input[type="text"] {
      height: 36px;
  }
  .search_filter .search_box li[data-sf-field-name="search"] button.qodef-search-form-button {
      height: 36px;
      line-height: 36px;
  }
  .search_filter .filter_box {
    width: 65%;
    float: right;
  }
  .search_filter .filter_box ul {
    background: #2d2e52;
  }
  .searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
      padding-left: 4px;
  }

  .search_filter .widget {
    margin-bottom: 30px;
  }
  .search_filter .widget h5.qodef-widget-title {
    font-size: 14px;
    line-height: 60px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .search_filter .widget h5.qodef-widget-title:hover {
    color: #dadfea;
  }
  .search_filter .widget:last-child .qodef-widget-title {
    padding-right: 0;
  }

  .search_filter .widget h5.qodef-widget-title:after {
    font-family: Ionicons;
    content: "";
    padding-left: 6px;
  }

  .search_filter .widget h5 {
    font-weight: normal;
  }
  .search_filter .widget ul {
    padding: 10px !important;
  }
  .search_filter .widget ul li {
    line-height: 1.5em;
  }
  .search_filter .widget a {
    color: #2d2e52;
    font-size: 13px;
    line-height: 1em;
  }
  .widget.widget_tag_cloud .tagcloud a {
    color: #02a0e9;
  }
  .search_filter .widget ul.sdgs_icon_box li {
   width: 41px;
   height: 41px;
   margin-right: 4px;
   margin-bottom: 4px;
   float: left;
  }
  .search_filter .widget form ul {
    padding: 0 !important;
  }
  .search_filter .widget {
    *zoom: 1;
    list-style-type: none;
    width: auto;
    margin: 0;
    padding: 0;
    float: left;
  }
  .search_filter .widget:before, .search_filter .widget:after {
    content: "";
    display: table;
  }
  .search_filter .widget:after {
    clear: both;
  }
  .search_filter .widget li {
    position: relative;
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .search_filter .widget li a {
    display: block;
    margin: 0;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
  }
  .search_filter .widget li a h5 {
    color: #f9f9f9;
    margin-bottom: 0;
  }
  .search_filter .widget li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 10px;
    background: #2d2e52;
    visibility: hidden;
    opacity: 0;
    transition: 0s;
  }
  .search_filter .widget li ul li {
    width: 300px;
    margin-bottom: 0;
    padding: 8px 14px;
  }
  .search_filter .widget li ul li a {
    text-align: left;
    font-size: 13px;
  }
  .search_filter .widget li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .search_filter .widget li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
  }
  .search_filter .widget li:hover ul li a {
    visibility: visible;
    opacity: 1;
  }
  .search_filter .widget ul.wp-tag-cloud {
    width: 300px;
    left: -210px;
  }
  .search_filter .widget ul.wp-tag-cloud li {
    display: inline-block;
    float: left;
    width: auto;
    border: 1px solid #f9f9f9;
    line-height: 13px;
    padding: 6px 16px;
    margin-right: 10px !important;
    margin-bottom: 16px !important;
    border-radius: 20px;
  }
  .search_filter .widget li ul li ul {
    list-style: none;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 10px;
    background: #2d2e52;
    opacity: 1;
  }
  .search_filter .widget ul.wp-tag-cloud li a {
    display: inline;
    color: #2d2e52;
  }
  .search_filter .widget ul.wp-tag-cloud li a::before {
    display: none;
  }
  .search_filter .widget .see_all_keyword {
    display: none;
  }
  .search_filter .widget ul.wp-tag-cloud li.see_all_keyword_in_sf {
    display: block;
    width: 100%;
    border: none;
    line-height: 13px;
    padding: 6px 16px ;
    margin-top: 20px;
    border-radius: 0;
    text-align: right;
    margin-bottom: 0;
    background: transparent;
  }
  .search_filter .widget ul.wp-tag-cloud li.see_all_keyword_in_sf a {
    color: #fcfcfc;
  }
  .search_filter .widget ul.wp-tag-cloud li.see_all_keyword_in_sf a::after {
    font-family: "Ionicons";
    content: "";
    padding-left: 8px;
    font-size: 80%;
    line-height: 80%;
    color: #fcfcfc;
  }

}

@media only screen and (min-width: 1700px) {
  .search_filter .widget ul.wp-tag-cloud {
    left: 0;
  }
}

@media only screen and (min-width:1367px) {
  .search_filter > .inner {
    width: 1180px;
  }
  .search_filter .search_box .inner {
   width: 250px;
  }
  .search_filter .seeds_cat_box .main_title {
    display: block;
    float: left;
    line-height: 60px;
    display: block;
    margin-right: 18px;
    font-weight: bold;
    font-size: 14px;
  }
}
.qodef-mobile-header--standard #qodef-mobile-header-navigation .qodef-m-inner {
  background-color: #fcfcfc !important;
}

.qodef-icon-ionicons,
.ion-ios-close {
 color: #2d2e52 !important;
}

@media only screen and (max-width: 1025px) {
  #qodef-page-mobile-header .qodef-mobile-header-logo-link {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 !important;
    margin-left: -6px !important ;
    display: -ms-flexbox;
    display: block;
  }
}
@media only screen and (min-width: 600px) {
   #qodef-page-mobile-header .qodef-mobile-header-logo-link {
    margin-left: 0px !important ;
  }
}

  #qodef-mobile-header-opener_sck {
    font-size: 24px;
    position: absolute;
    left: 0;
    right: auto;
    width: 64px !important;
    height: 100%;
    display: block;
  }

#qodef-mobile-header-opener_sck .qodef-mobile-header-opener-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: inline;
  width: 100%;
  text-align: center;
}

#qodef-mobile-header-opener_sck.qodef--opened .qodef-open-icon {
  opacity: 0;
}

#qodef-mobile-header-opener_sck.qodef--opened .qodef-close-icon {
  opacity: 1;
}

#qodef-mobile-header-opener_sck .qodef-open-icon {
  opacity: 1;
  text-align: center;
  display: block;
  line-height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#qodef-mobile-header-opener_sck .qodef-close-icon {
  font-size: 38px;
  opacity: 0;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#mobileSckBox {
  position: absolute;
  top: 100%;
  left: auto;
  display: none;
  width: 100%;
  max-height: -webkit-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  padding: 10px 10px 60px;
  margin: 0;
  overflow-y: scroll;
  z-index: 10;
  background: #fcfcfc;
  box-shadow: 0 4px 4px rgba(0,0,0,0.3)
}
#mobileSckBox .mobile_sck {
  padding: 10px;
}
#mobileSckBox .widget_text {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0;
}
#mobileSckBox .mobile_sck h2.widgettitle {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 6px;
}
#mobileSckBox .widget a {
  font-size: 14px;
  color: #2d2e52;
}
#mobileSckBox .wp-tag-cloud li {
  background: #fcfcfc;
  padding: 10px 16px;
}
#mobileSckBox .wp-tag-cloud li a.tag-cloud-link {
  color: #2d2e52;
  font-weight: normal;
}
##mobileSckBox p.see_all_keyword a {
 color: #2d2e52;
}
#search_filter_register_widget-7.mobile_sck {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#categories-11.mobile_sck {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.mobile_sck > ul > li.title {
  position: relative;
  background: #dadfea;
  height: auto;
  line-height: 40px;
  color: #2d2e52 ;
  padding: 0 10px;
  font-weight: bold;
  .searchandfilter h4: 3px;
  font-size: 15px;
  border-radius: 3px;
}
.mobile_sck > ul > li > span.qodef-menu-arrow {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  width: 100%;
  height: inherit;
  font-size: 20px;
  line-height: inherit;
  cursor: pointer;
}
.mobile_sck > ul > li > span.qodef-menu-arrow:after {
  color: inherit;
  display: block;
  line-height: inherit;
  content: '\35';
  font-family: ElegantIcons;
  font-style: normal;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  right: 0;
  position: absolute;
}
.mobile_sck > ul > li > span.qodef-menu-arrow:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile_sck ul {
  margin-left: 0 !important;
}
.mobile_sck > ul > li > ul {
  display: none;
}
.mobile_sck > ul > li > ul > li {
 border-bottom: 1px solid #fcfcfc;
 font-size: 13px;
 font-weight: normal;
 line-height: 1.5em;
 padding: 10px;
 margin-bottom: 0 !important;
}
.mobile_sck > ul > li > ul > li > ul > li {
 border-bottom: 1px solid #fcfcfc;
 font-size: 13px;
 font-weight: normal;
 line-height: 1.5em;
 padding: 10px;
 margin-bottom: 0 !important;
}
.mobile_sck > ul > li > ul > li:last-child {
 border-bottom: none;
}
.mobile_sck > ul > li > ul > li > ul > li:last-child {
 border-bottom: none;
}


/* ------------------------------
   フッター
------------------------------ */
footer p {
  color: #fcfcfc;
}

#qodef-page-footer-top-area {
  display: none;
}
@media only screen and (min-width: 1367px) {

  #qodef-page-footer-top-area {
    display: block;
  }

  #qodef-page-footer-top-area {
    display: block;
    /* background-color: #2d2e52 !important; */
    background: rgb(45,46,82);
    background: linear-gradient(90deg, #2d2e52 0%, #474d7f 100%);
    padding: 80px 0 40px;
    height: 600px;
  }
}
#qodef-page-footer-bottom-area {
  background-color: #252842 !important;
  /* background: linear-gradient(45deg, #2d2e52 0%, #1d1f33 100%); */
  padding: 80px 0 20px;
}
#qodef-page-footer-top-area {
  box-shadow: 0 5px 8px -4px rgba(0,0,0,0.3) inset;
  padding-left: 40px;
  padding-right: 40px;
}
.qodef-back-to-top--dark #qodef-back-to-top .qodef-back-to-top-icon {
  background: #f9f9f9;
}
.ion-ios-arrow-up:before {
    font-size: 24px;
    color: #2d2e52;
}
#qodef-back-to-top .qodef-back-to-top-icon>svg path {
    stroke-width: 4px;
}
.qodef-back-to-top--dark #qodef-back-to-top .qodef-back-to-top-icon>svg path {
    stroke: #2d2e52;
}
#qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 40px;
}
#qodef-page-footer-top-area {
  padding-left: 0;
  padding-right: 0;
}
#qodef-page-footer-top-area .qodef-content-full-width {
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width:1367px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    width: 1200px;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%;
  } 
}

.footer_menu ul.menu {
  display: block;
}
@media only screen and (min-width: 1367px) {
  .footer_menu ul.menu {
    display: block;
    font-size: 11px;
  }
  .footer_menu ul.menu > li {
    display: table;
    width: 200px;
    margin-bottom: 20px !important;
    line-height: 2em;
  }
  .footer_menu ul.menu > li.menu-item-8232 > a {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #8990a5;
  }
  .footer_menu ul.menu > li.menu-item-8008 > a {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #8990a5;
  }
  .footer_menu ul.menu > li.menu-item-8205 > a {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #8990a5;
  }
  .footer_menu ul.menu > li > a {
    font-weight: bold;
  }
  .footer_menu ul.menu > li > ul.sub-menu {
    margin-left: 0px !important;
  }
  /* 学科別教員一覧 */
  .footer_menu ul.menu > li.menu-item-8007 {
    width: 960px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer_menu ul.menu > li.menu-item-8007 > ul.sub-menu > li {
    width: 220px;
    float: left;
    margin-right: 20px !important;
  }
  .footer_menu ul.menu > li.menu-item-8007 > ul.sub-menu > li > a {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #8990a5;
  }
  .footer_menu ul.menu > li.menu-item-8007 > ul.sub-menu > li > ul.sub-menu {
   margin-left: 0 !important;
  }
  .footer_menu li.menu-item-4069 > a {
    border-bottom: none !important;
    margin-bottom: 20px;
  }
  /* その他を削除 */
  .footer_menu li.menu-item-4084 > a {
    display: none !important;
  }
  .footer_menu ul.menu > li.menu-item-8007 > ul.sub-menu > li > ul.sub-menu > li.menu-item-4083 > a {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #8990a5;
  }
  .footer_menu ul.menu > li.menu-item-8007 > ul.sub-menu > li > ul.sub-menu > li ul.sub-menu {
   margin-left: 0px !important;
  }
  .footer_menu ul.menu a[href]::before {
    font-family: Ionicons;
    content: "";
    padding-right: 6px;
  }
  .footer_menu li.menu-item-4069 {
    margin-top: 14px !important;
  }
  .footer_menu li.menu-item-4069 > a {
    font-weight: normal !important;
  }
  .footer_menu li.menu-item-4074 {
    margin-top: 30px !important;
    border-top: 1px solid #8990a5;
    padding-top: 4px;
  }
  .footer_menu li a:not([href]) {
    pointer-events: none;
  }
  .footer_menu li.menu-item-8051 {
    margin-top: 20px !important;
  }
  .footer_menu li.menu-item-8051 > a {
    display: none !important;
  }
  .footer_menu li.menu-item-8036 > a {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #8990a5;
  }
  .footer_menu li.menu-item-8040 {
    margin-top: 20px !important;
  }
}

#qodef-page-footer-bottom-area-inner {
  padding: 0;
  width: 90% !important;
  margin: 0 auto;
}
@media only screen and (min-width:1367px) {
  #qodef-page-footer-bottom-area-inner {
    width: 1200px !important;
  }
}

footer p.desc {
  margin-top: 0;
  margin-bottom: 10px !important;
}
footer a.to_contact {
  background: #dadfea;
  color: #2d2e52 !important;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: bold;
}
footer a.to_contact:hover {
  background: #fcfcfc;
}


#copyrightArea {
  background: #252842;
}
#copyrightArea .inner {
  padding: 20px 0px 80px;
  width: 90% !important;
  margin: 0 auto;
}
@media only screen and (min-width:1367px) {
  #copyrightArea .inner {
    width: 1200px !important;
  }
}

.copyright {
  color: #f9f9f9;
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 768px) {
.copyright {
  color: #f9f9f9;
  margin-bottom: 0 !important;
}
}



.footer_logo_oit {
  width: 140px;
  margin-bottom: 30px;
}
.footer_logo {
  width: 140px;
  margin-bottom: 30px;
}
.footer_logo_crssc {
  width: 200px;
}

@media only screen and (min-width: 768px) {
  .footer_logo_box {
    float: right;
    width: 472px;
  }
  .footer_logo_oit {
    width: 130px;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .footer_logo {
    width: 130px;
    float: left;
    margin-right: 22px;
    margin-bottom: 0;
  }
  .footer_logo_crssc {
    width: 170px;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
  }
}


#qodef-back-to-top {
    width: 60px;
    height: 60px;
}
#qodef-back-to-top .qodef-back-to-top-icon>span {
    line-height: 62px;
    width: 60px;
}

/* ------------------------------
   swiper
------------------------------ */
.swiper-container {
  width: 100%;
  height: 100%;
  padding: 38px 0 !important;
}
article.swiper-slide {
  text-align: left;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

article.swiper-slide h2 {
  font-size: 14px;
}
article.swiper-slide p.author {
  font-size: 13px;
}


#mainSwiper {
  padding-top: 8px;
  padding-bottom: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(45, 46, 82, 0.5) 100%), url("https://www.research.oit.ac.jp/oitid/seeds/wp-content/uploads/2024/09/bg_hero_2024.jpg");
  background-size: 160px;

}



.thumbbox {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
.thumbbox a {
  display: block;
  width: 100%;
  height: 100%;
}
.thumbbox .seeds_thumbnail {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9f9f9;
}
.thumbbox .text_box {
  color: #f9f9f9;
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 109px;
  background: rgba(29, 31, 51, 0.35);
  text-align: left;
  padding: 16px 20px;
  bottom: -33px;
  backdrop-filter: blur(2px);
}
.thumbbox .text_box .seeds_title {
  font-size: 15px;
  font-weight: bold;
  color: #f9f9f9;
  height: ;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
}
.thumbbox .text_box .seeds_author {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #f9f9f9;
  margin: 0;
}





.swiper-button-next, .swiper-button-prev {
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .swiper-button-next, .swiper-button-prev {
    display: flex !important;
  }
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background: #2d2e52 !important;
  border-radius: 50%;
  width: 60px !important;
  height: 60px !important;
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  background: #2d2e52 !important;
  border-radius: 50%;
  width: 60px !important;
  height: 60px !important;
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
}

.swiper-button-next:before, .swiper-button-prev:before {
    color: #f9f9f9;
    font-size: 24px;
    line-height: 44px;
}

.swiper-button-next:before {
    padding-left: 2px;
}
.swiper-button-prev:before {
    padding-right: 2px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}

.swiper-container .partition_left {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  background: rgba(249,249,249, 0.8);
  width: 0; /* jsで出力 */
  height: 0; /* jsで出力 */
  border-radius: 0px 4px 4px 0px;
}
.swiper-container .partition_right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  z-index: 9;
  background: rgba(249,249,249, 0.8);
  width: 0; /* jsで出力 */
  height: 0; /* jsで出力 */
  border-radius: 3px 0px 0px 4px;
}
#historyList .swiper-container .partition_left,
#singleSeedsList .swiper-container .partition_left {
  background: rgba(234,235,239, 0.8);
}
#historyList .swiper-container .partition_right,
#singleSeedsList .swiper-container .partition_right {
  background: rgba(234,235,239, 0.8);
}

.list_swiper .thumbbox .text_box .seeds_title {
  font-size: 14px;
}
.list_swiper .thumbbox .text_box .seeds_author {
  font-size: 14px;
}


/* ------------------------------
   トップページ
------------------------------ */
body.home {
  background: #f9f9f9 !important;
}

body.home .qodef-content-grid {
    width: 100% !important;
    margin: 0 auto;
}
body.home #qodef-page-inner {
    padding: 0 !important;
}


#mv .mv_mobile { display: block; width: 100%; }
#mv .mv_pc { display: none; }

@media only screen and (min-width: 1200px) {
  #mv .mv_mobile { display: none; }
  #mv .mv_pc { display: block; width: 100%; }
}


#historyList {
 background: #eaebef;
 padding: 36px 0 8px;
}

#newsheading {
  padding: 10px 0;
  /* background: #2d2e52; */
  background: rgb(45,46,82);
  background: linear-gradient(90deg, #2d2e52 0%, #474d7f 100%);
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
#newsheading .inner {
  width: 90%;
  margin: 0 auto;
  padding: 10px 14px;
  height: auto;
}
#newsheading .inner .news_list_box {
  display: block !important;
}
#newsheading .inner p.h4 {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1em;
  color: #f9f9f9;
}
#newsheading .inner a {
  color: #f9f9f9;
}
#newsheading .inner p.to_all {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0px;
  float: right;
  font-size: 13px;
}
#newsheading .inner p.to_all a {
  font-size: 14px;
  display: inline-block;
  line-height: 1em;
}
#newsheading .inner p.to_all a::after {
  font-family: Ionicons;
  content: "";
  padding-left: 6px;
}
#newsheading .inner article {
  display: block;
  width: 100%;
  border-top: 1px solid #8990a5;
  border-bottom: 1px solid #8990a5;
  margin-bottom: -1px;
  padding: 4px;
}
#newsheading .inner article a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#newsheading .inner article span.date::before {
  font-family: Ionicons;
  content: "";
  padding-right: 10px;
}
#newsheading .inner article span.date {
  font-size: 13px;
  display: inline-block;
  margin-right: 0.5em;
}
#newsheading .inner article span.title {
  font-size: 13px;
  display: inline;
  margin: 0;
}
#newsheading p.none_post {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #newsheading {
    padding: 36px 0;
  }
  #newsheading .inner {
    width: 90%;
    height: auto;
    padding: 0 20px;
    border-radius: 25px;
  }
  #newsheading .inner p.h4 {
    margin-bottom: 16px;
  }
  #newsheading .inner .news_list_box article {
    line-height: 40px;
  }
}

@media only screen and (min-width: 960px) {
  #newsheading .inner {
    width: 70%;
  }
}

@media only screen and (min-width: 1367px) {
  #newsheading {
    padding: 10px 0;
  }
  #newsheading .inner {
    width: 100%;
    padding: 0 46px;
  }
  #newsheading .inner .news_list_box {
    width: 80%;
    display: flex !important;
/*     justify-content: space-between; */
  }
  #newsheading .inner p.h4 {
    float: left;
    margin-bottom: 10px;
    width: 10%;
    line-height: 46px;
    margin-bottom: 0;
    font-size: 15px;
    text-align: right;
    padding-right: 36px;
  }
  #newsheading .inner p.to_all {
    width: 10%;
    line-height: 46px;
    text-align: left;
    padding-left: 36px;
  }
  #newsheading .inner p.to_all a {
    font-size: 14px;
  }
  #newsheading .inner .news_list_box article {
    line-height: 36px;
    width: 33.3333333333%;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #8990a5;
    padding: 4px 20px;
  }
  #newsheading .inner .news_list_box article a {
    text-align: center;
  }
  #newsheading .inner .news_list_box article:last-child {
    border-right: 1px solid #8990a5;
  }
}

#topSeedsList {
  margin-top: 36px;
  margin-bottom: 80px;
}


#about {
  margin-top: 60px;
  padding: 72px 5%;
  background: #8990a5;
}
#about h2 {
  text-align: center;
  color: #fcfcfc;
  font-weight: normal;
}
#about p {
  text-align: center;
  color: #fcfcfc;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #about p {
    font-size: 15px;
  }
}
/* ------------------------------
   アーカイブ
------------------------------ */
body.seeds-all main,
body.archive main
 {
  float: left;
  width: 900px;
}

.seeds_list {
  width: 23%;
  float: left;
  margin-right: 2%;
}
.seeds_list img {
  margin-bottom: 5px;
}
.seeds_list h2 {
  font-size: 14px;
}
.seeds_list .author {
  font-size: 13px;
}



/* ------------------------------
   学科別教員一覧
------------------------------ */
.dep_name_en {
  color: #2d2e52;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .dep_name_en {
    font-size: 16px;
  }
}

#author ul.flex_container li.author_list {
  list-style-type: none;
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
}
@media only screen and (min-width: 681px) {
  #author ul.flex_container li.author_list {
    list-style-type: none;
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
}
@media only screen and (min-width: 1025px) {
#author ul.flex_container li.author_list {
    width: 14.66666666%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
.author_thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}
.author_labo {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.author_name_box {
  margin-top: 0;
  margin-bottom: 0;
}
.author_name {
  font-size: 15px;
}
.dep_name_box {
  margin-bottom: 20px;
}
.dep_name_box .dep_name_en {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .dep_name_box {
    margin-bottom: 30px;
  }
}
.dep_name_box h1 {
  margin-bottom: 10px;
}
.dep_desc_box {
  margin-bottom: 30px;
}
.widget_categories .children {
  margin-left: 20px;
}





/* ------------------------------
   サイドバー
------------------------------ */

@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 680px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1440px) {}

@media only screen and (min-width: 481px) {}
@media only screen and (min-width: 681px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1025px) {}
@media only screen and (min-width: 1367px) {}
@media only screen and (min-width: 1440px) {}


aside#qodef-page-sidebar {
  background: #eaebef;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
aside#qodef-page-sidebar .widget {
  margin-bottom: 30px;
}
aside#qodef-page-sidebar .widget .qodef-widget-title {
    font-size: 16px;
    line-height: 16px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 14px;
    border-bottom: 2px solid #2d2e52;
    margin-bottom: 14px;
}
aside#qodef-page-sidebar .widget ul {
  padding: 0 10px !important;
}
aside#qodef-page-sidebar .widget ul li {
  line-height: 1em;
}
aside#qodef-page-sidebar .widget a {
  color: #2d2e52;
  font-size: 13px;
  line-height: 17px;
}
.widget.widget_tag_cloud .tagcloud a {
  color: #02a0e9;
}
aside#qodef-page-sidebar .widget ul.sdgs_icon_box li {
 width: 40px;
 height: 40px;
 margin-right: 4px;
 margin-bottom: 4px;
 float: left;
}
@media only screen and (min-width: 1367px) {
  aside#qodef-page-sidebar .widget ul.sdgs_icon_box li {
   width: 41px;
   height: 41px;
  }
}

aside#qodef-page-sidebar .widget form ul {
  padding: 0 !important;
}
li[data-sf-field-name="search"]{
  box-sizing: border-box;
  position: relative;
  padding: 3px 10px;
  border-radius: 23px;
  height: 46px;
  width: 100%;
  overflow: hidden;
  background: #f9f9f9;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2) inset;
  padding: 0 20px !important;
}
li[data-sf-field-name="search"] input[type="text"]{
  border: none;
  height: 46px;
  margin-bottom: 0;
}
li[data-sf-field-name="search"] input[type="text"]::placeholder {
 color: #2d2e52;
 font-weight: normal
}
li[data-sf-field-name="search"] input[type="text"]:focus {
  outline: 0;
}

ul.wp-tag-cloud li {
  display: inline-block;
  border: 1px solid #2d2e52;
  line-height: 13px;
  padding: 4px 16px;
  margin-right: 6px !important;
  margin-bottom: 12px !important;
  border-radius:  20px;
  background: #f6f6f6;
}
ul.wp-tag-cloud li a {
  font-size: 13px !important;
}
.see_all_keyword {
  float: right !important;
  margin-bottom: 0 !important;
}

.see_all_keyword a::after {
  font-family: "Ionicons";
  content:"";
  padding-left: 8px;
  font-size: 80%;
  line-height: 80%;
}
@media only screen and (min-width: 1025px) {
   aside#qodef-page-sidebar {
    width: 280px;
    float: right;

  }
}
@media only screen and (min-width: 1367px) {
   aside#qodef-page-sidebar {
    width: 330px;
    border-radius: 3px;
  }
}

li.sf-field-search label {
  width: 100%;
}
.search_box input[name="_sf_search[]"] {
 width: 80%;
}
input[type="text"] {
  width: 80%;
 }
li[data-sf-field-name="search"] input[type="text"] {
  float: left;
}
button.qodef-search-form-button {
  width: 18px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  padding-top: 1px;
  float: right;
  background: transparent;
  border: none;
  box-sizing: border-box;
}
button.qodef-search-form-button:hover {
  background: transparent !important;
  border: none !important;
  color: #8990a5;
}
.fa-search:before {
    content: "\f002";
    font-size: 18px !important;
}
.breadcrumb_break:before {
font-family: Ionicons;
   content:"";
   padding: 0 8px;
}



/* ------------------------------
   シーズシングル
------------------------------ */
body.single-seeds .logo {
  display: none;
}
body.single-seeds main, body.archive main {
  float: left;
  width: 100%;
}
.seeds_box {
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (min-width: 1025px) {
  body.single-seeds .content {
    width: 960px
    margin: 0 auto;
  }
  .seeds_box {
    width: 640px;
    float: left;
  }
}
@media only screen and (min-width: 1367px) {
  body.single-seeds .content {
    width: 1180px
    margin: 0 auto;
  }
  .seeds_box {
    width: 760px;
  }
}
@media only screen and (min-width: 1440px) {
  body.single-seeds .content {
    width: 1180px
    margin: 0 auto;
  }
  .seeds_box {
    width: 760px;
  }
}

.archive_box {
  width: 100%;
  margin: 0 auto 100px;
}
body.page-template-page-seeds-all .archive_box {
  width: 90%;
  margin: 0 auto 100px;
}

@media only screen and (min-width: 1025px) {
  .archive_box {
    width: 640px;
    float: left;
  }
}
@media only screen and (min-width: 1367px) {
  .archive_box {
    width: 760px;
  }
}
@media only screen and (min-width: 1440px) {
  .archive_box {
    width: 760px;
  }
}




.seeds_title_box {
  border: 4px solid #dadfea;
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 3px;
}
.term_and_thumbnail_box {
  /* padding-bottom: 15px; */
  /* border-bottom:  2px solid #dadfea; */
  margin-bottom: 15px;
}


.seeds_thumbnail_title_box {
  display: none;
}
@media only screen and (min-width: 768px) {
  .seeds_term_box {
    width: -webkit-calc(79% - 15px);
    width: calc(79% - 15px);
    float: left;
  }
  .seeds_thumbnail_title_box {
    position: relative;
    display: block;
    width: 21%;
    float: right;
    /* border-left: 2px solid #dadfea; */
    margin-left: 15px;
    box-sizing: content-box;
  }
  .seeds_thumbnail_title_box img {
    width: 100%;
    object-fit: cover;
  }
}



.seeds_title_box .terms dl {
  padding: 0 !important;
  margin-bottom: 4px;
  color: #2d2e52;
}
@media only screen and (min-width: 768px) {
  .seeds_title_box .terms dl {
    margin-bottom: 0;
  }
}
.seeds_title_box .terms dt {
  background: #eaebef;
  margin-bottom: 6px;
  padding: 1px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.seeds_title_box .terms dd {
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .seeds_title_box .terms dt {
    clear: left;
    float: left;
    width: 8em;
    height: 26px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    display: table;
  }
  .seeds_title_box .terms dd {
    margin-left: 11%;
  }
}

.term_sdgs dd a {
  width: 30px;
  margin-right: 3px;
  margin-bottom: 6px;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .term_sdgs dd a {
    width: 26px;
  }
}

.term_theme dd a,
.term_department dd a {
 display: inline-block;
 border: 1px solid #ccd4ed;
 padding: 3px 10px;
 border-radius: 3px;
 margin-right: 6px;
 margin-bottom: 6px;
 background: #fcfcfc;
}






.seeds_title_box h1 .seeds_title {
  font-size: 24px;
  line-height: 1.4em;
  display: block;
  margin-bottom: 10px;
}
.seeds_title_box h1 .seeds_subtitle {
  font-size: 20px;
  line-height: 1.4em;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .seeds_title_box h1 .seeds_title {
    font-size: 26px;
  }
  .seeds_title_box h1 .seeds_subtitle {
    font-size: 21px;
  }
}
@media screen and (min-width: 1367px) {
  .seeds_title_box h1 .seeds_title {
    font-size: 30px;
  }
  .seeds_title_box h1 .seeds_subtitle {
    font-size: 21px;
  }
}


.elementor-inner h1,
.elementor-inner h2,
.elementor-inner h3,
.elementor-inner h4,
.elementor-inner h5,
.elementor-inner h6 {
  line-height: 1.4em;
}

.elementor-inner h1 {
  font-size: 21px !important;
  text-shadow: none !important;
}
@media screen and (min-width: 768px) {
  .elementor-inner h1 {
    font-size: 21px !important;
  }
}
@media screen and (min-width: 1367px) {
  .elementor-inner h1 {
    font-size: 24px !important;
  }
}

.elementor-inner h2 {
  font-size: 18px !important;
  text-shadow: none !important;
}
@media screen and (min-width: 768px) {
  .elementor-inner h2 {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1367px) {
  .elementor-inner h2 {
    font-size: 21px !important;
    text-shadow: none !important;
  }
}

.elementor-inner h3 {
  font-size: 16px !important;
  text-shadow: none !important;
}
@media screen and (min-width: 768px) {
  .elementor-inner h3 {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1367px) {
  .elementor-inner h3 {
    font-size: 18px !important;
  }
}

.elementor-inner h4 {
  font-size: 15px !important;
  text-shadow: none !important;
}
@media screen and (min-width: 768px) {
  .elementor-inner h4 {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1367px) {
  .elementor-inner h4 {
    font-size: 16px !important;
  }
}

.elementor-inner h5 {
  font-size: 14px !important;
  text-shadow: none !important;
}
@media screen and (min-width: 768px) {
  .elementor-inner h5 {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1367px) {
  .elementor-inner h5 {
    font-size: 14px !important;
  }
}

.elementor-inner h6 {
  font-size: 13px !important;
}
@media screen and (min-width: 768px) {
  .elementor-inner h6 {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1367px) {
  .elementor-inner h6 {
    font-size: 13px !important;
  }
}


.elementor-heading-title {
  line-height: 1.4em !important;
}

.elementor-text-editor p {
  margin-top: 0;
}
.elementor-widget-container figcaption {
  margin: 0 !important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 15px !important;
}

.elementor-inner table td {
  border-color: #2d2e52 !important;
}

.elementor-inner ul li::marker {
  margin-right: 0;
}
.elementor-inner ul li p {
  display: inline;
}




.author_coauthor_box p {
  margin-top: 0;
  /* margin-bottom: 4px; */
  color: #2d2e52;
  border-radius: 3px;
}
.author_coauthor_box .text_box p {
  margin-bottom: 0;
}

/* .author_info {
  margin-bottom: 20px;
} */
@media only screen and (min-width: 1367px) {
  .author_coauthor_box {
    margin-bottom: 10px;
  }
  .author_info {
    float: left;
    width: 60%;
    margin-bottom: 0;
  }
}
.author_info .avatar_box {
  width: 34%;
  max-width: 104px;
  height: auto;
  float: left;
  margin-right: 4%;
}
.author_info .avatar_box .author_thumbnail {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .author_info .avatar_box {
    margin-right: 12px;
  }
}
.author_info .text_box {
  width: 62%;
  float: left;
  font-weight: bold;
}

.users_fac, .users_dep, .users_labo {
  font-size: 14px;
  line-height: 1.5em;
}
@media only screen and (min-width: 1367px) {
  .users_fac, .users_dep, .users_labo {
    font-size: 14px;
  }
}

.author_info .text_box .users_name_box {
  margin-top: 8px;
}
.author_info .text_box .users_name {
  font-size: 16px;
}
.users_position {
  display: inline-block;
  font-size: 12px;
}
.seeds_description {
  margin-bottom: 20px;
}
.seeds_content {
  /* border-bottom: 2px solid #eaebef; */
  /* padding-bottom: 30px; */
  margin-bottom: 30px;
}
.seeds_content img.centered {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.seeds_content img.alignright {
  width: 50%;
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
  }
.seeds_content img.alignleft {
  width: 50%;
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
  }
.seeds_content .alignright {
  float: right;
  }
.seeds_content .alignleft {
  float: left;
  }
.seeds_content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.seeds_content ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.seeds_description .inner {
  padding: 10px;
}
.seeds_paper .inner {
  padding: 0 10px;
}
.seeds_patent .inner {
  padding: 0 10px;
}
.seeds_paper .paper {
    position: relative;
    padding-left: 1em;
  font-feature-settings: "palt";
  font-size: 13px;
}
.seeds_paper .paper:before {
  content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
.seeds_paper span {
 display: inline;
 margin-right: 10px;
}

.seeds_paper span.seeds_paper_kakko {
  margin-right: 10px;
}
.seeds_paper span.seeds_paper_author_last {
  margin-right: 0.2em;
}
.seeds_paper span.seeds_paper_author_first {
  margin-right: 10px;
}
.seeds_profile {
  margin-bottom: 20px;
}
.label {
  background: #eaebef;
  padding: 3px 10px;
  display: block;
  font-weight: bold;
  color: #2d2e52;
  border-radius: 3px;
}
.seeds_paper {
  margin-bottom: 20px;
}
.seeds_patent .patent {
    position: relative;
    padding-left: 1em;
  font-feature-settings: "palt";
  font-size: 13px;
}
.seeds_patent .patent:before {
  content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
.seeds_patent span {
 display: inline-block;
 margin-right: 10px;
}
.bottom_author_info {
  padding: 10px;
  border-top: 4px solid #eaebef;
  border-bottom: 4px solid #eaebef;
  margin-top: 40px;
}
.seeds_contact {
  padding: 20px 10px;
  border-bottom: 4px solid #eaebef;
}
.seeds_contact p.title {
  margin-top: 0;
  line-height: 1em;
}
.seeds_contact a.btn {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar_dammy {
  background: #eee;
  height: 600px;
  width: 100%;
  float: right;
}
.sidebar_dammy p {
 text-align: center;
 margin-top: 40px;
}

.users_last_name {
  display: inline-block;
  margin-right: 0.2em;
}
.users_first_name {
  display: inline-block;
}
.coauthor {
  margin-bottom: 6px;
  margin-top: 20px;
}
.coauthor .inner {
  padding: 0 10px;
}
@media only screen and (min-width: 1367px) {
  .coauthor {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1367px) {
  .coauthor {
    float: left;
    width: 40%;
  }
}
.coauthor_name {
  display: inline-block;
  margin-right: 5px;
}
.coauthor_name:after {
  content: ",";
}
.coauthor_name:last-child:after {
  content: "";
}
.coauthors_last_name {
  display: inline-block;
  margin-right: 0.2em;
}
.coauthors_first_name {
  display: inline-block;
}
.seeds_title_box .tag {
  margin-top: 10px;
}
.seeds_title_box .tag a {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #2d2e52;
  border-radius: 100px;
  margin-top: 10px;
  margin-right: 14px;
  margin-left: -4px;
  background: #fcfcfc;
  font-size: 13px;
}
@media only screen and (min-width: 1367px) {
  .seeds_title_box .tag .inner {
    padding: 0;
  }
}





/* 画像 */
.elementor-image {
}
.elementor-image .wp-caption {
  background: transparent !important;
  border: none !important;
  max-width: 100% !important;
  padding: 0 !important;
  text-align: left !important;
}
.elementor-image .wp-caption img {
  margin-bottom: 6px !important;
}
.elementor-image .wp-caption figcaption {
  font-size: 13px !important;
  text-align: left;
  line-height: 1.4em;
}

.seeds_box h1 {
  font-size: 26px;
  margin: 10px 0 20px;
}
@media only screen and (min-width: 768px) {
  .seeds_title_box h1 {
    padding-left: 15px;
    border-left: 4px solid;
  }
}


/* ------------------------------
  zoom.js
------------------------------ */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #f9f9f9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 0.75;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}


#singleSeedsList {
  padding: 36px 0 0;
  background: #eaebef;
}
#singleSeedsList .swiper_box .title_box h2 {
    background: #eaebef;
}






/* ------------------------------
   アーカイブページ
------------------------------ */

.archive_box article {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .archive_box article {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media only screen and (min-width: 768px) {
  body.page-template-page-seeds-all .archive_box {
    width: 96%;
    margin: 30px auto 100px;
    /* padding-top: 30px; */
    float: none;
    /* border-top: 2px solid #2d2e52; */
  }
}
body.page-template-page-seeds-all .archive_box article {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  body.page-template-page-seeds-all .archive_box article {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media only screen and (min-width: 1025px) {
  body.page-template-page-seeds-all .archive_box article {
    width: 31.3333333333%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media only screen and (min-width: 1367px) {
  body.page-template-page-seeds-all .archive_box article {
    width: 23.4%;
    margin-right: 0.8%;
    margin-left: 0.8%;
  }
}
@media only screen and (min-width: 1920px) {
  body.page-template-page-seeds-all .archive_box article {
    width: 18.4%;
    margin-right: 0.8%;
    margin-left: 0.8%;
  }
}
@media only screen and (min-width: 2560px) {
  body.page-template-page-seeds-all .archive_box article {
    width: 15.6666666667%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
}
.archive_title_box {
  padding-bottom: 10px;
  border-bottom: 2px solid #2d2e52;
  margin-bottom: 30px;
}






/* ------------------------------
   search.php
------------------------------ */

@media only screen and (min-width: 768px) {
  body.page-template-page-tag-all .tag_all_box {
    margin: 30px auto 100px;
    padding-top: 30px;
    border-top: 2px solid #2d2e52;
  }
}

h1.search_title {
  font-feature-settings: "palt";
}

#main_sf_box li[data-sf-field-name="search"]{
  background: #fcfcfc;
}







/* ------------------------------
   author.php
------------------------------ */

body.author .author_profile {
  margin-bottom: 30px;
}
body.author .avatar_box {
  width: 60%;
}

.author .text_box p {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: bold;
}
body.author .author_info {
  width: 100%;
}
body.author .author_info .text_box {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  body.author .avatar_box {
    width: 30%;
    float: left;
  }
  body.author .author_info {
    float: left;
    margin-left: 20px;
    width: 50%;
  }
  body.author .author_info .text_box {
    width: 100%;
  }
}


@media only screen and (min-width: 1025px) {
  body.author .avatar_box {
    width: 160px;
  }
  body.author .author_info {
    width: 600px;
  }
  body.author .archive_box {
    width: 100%;
  }
  body.author .archive_box article {
    width: 32.1333333%;
    margin-right: 0.6%;
    margin-left: 0.6%;
  }

}


/* ------------------------------
   タグ一覧
------------------------------ */
body.page-template-page-tag-all ul.wp-tag-cloud li {
    padding: 10px 16px;
    background: #fcfcfc;
}
.swiper_box {
  position: relative;
  padding: 0;
}
.swiper_box .title_box {
  position: absolute;
  top: 0;
  left: 24px;
  height: 21px;
  width: 100%;
}
.swiper_box .qodef-grid {
  z-index: 2;
}
.swiper_box .seeds_list_box {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .swiper_box .title_box {
    left: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .swiper_box .title_box {
    left: 0; /* jsで出力 */
    z-index: 1;
    margin-top: 8px;
  }
}
.swiper_box .title_box h2 {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 0;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  background: #f9f9f9;
  padding-right: 14px;
}
.swiper_box .title_box .line {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8990a5;
}
#historyList .swiper_box .title_box h2 {
  background: #eaebef;
}

.thumb_box {
  width: 400px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post_module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  width: 100%;
  height: auto; /* jsで出力 */
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #dadfea;
}
.post_module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.40);
}



.post_module .seeds_thumbnail_box {

  overflow: hidden;
}
.post_module .like {
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 10px;
}
.post_module .like .wpulike {
  margin-right:0;
}
.post_module .like .wpulike .wp_ulike_general_class {
  background: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  height: 26px;
  line-height: 26px;
}

.post_module .like .wpulike .wp_ulike_btn {
  background: transparent !important;
  padding:0;
  width:1em;
  margin-right: 0.4em;
  min-width:unset;
  height: 26px;
  min-height: 26px;
}
.post_module .like .wpulike .count-box {
  margin-left: 0;
  padding:0;
  box-shadow:none;
  background:transparent;
  border:none;
  border-radius:none;
  font-weight:bold;
  line-height: 26px;
}
.post_module .like .wpulike .count-box:before {
  display: none;
}

.post_module .like .wpulike-default .wp_ulike_put_image:after {
  width: 13px;
  height: 13px;
}
.post_module .like .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  filter: invert(0%) sepia(40%) saturate(1000%) hue-rotate(330deg) brightness(100%) contrast(1000%);
}



.post_module .seeds_thumbnail {

  background-size: cover;
  opacity: 1;
}
.post_module:hover .seeds_thumbnail,
.hover .seeds_thumbnail {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post_module .seeds_thumbnail {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-position: center;
  background-size: cover;
}
.post_module .post_content {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 14px 20px 12px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;

  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.post_module .post_content .author_name {
  position: absolute;
  top: -18px;
  left: 0;
  background: #2d2e52;
  padding: 6px 20px 6px 20px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
 /*  border-radius: 0px 4px 4px 0; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.post_module .post_content .seeds_title {
  margin: 0;
/*   padding: 0 0 10px; */
  color: #2d2e52;
  font-size: 15px;
/*   line-height: 1.5em; */
  height: 3em;
  font-weight: bold;
}
/* ------- */
.seeds_title .ellipsis {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  max-height: 3em;
  text-align: justify;
}
.seeds_title .ellipsis::before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 1em;
}
.seeds_title .ellipsis::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1.2em;
  background-color: #fff;
}
/* ------- */

.post_module .post_content .seeds_author {
  margin: 0;
  color: #8990a5;
  font-size: 14px;
  font-weight: 400;
}
.post_module .post_content .description {
  display: none;
  color: #666666;
  font-size: 13px;
  line-height: 4.5em;


}

.post_content p.description {
  overflow: hidden;
}
/* ------- */
.post_module .post_content .description .ellipsis {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  max-height: 3em;
  text-align: justify;
}
.post_module .post_content .description .ellipsis::before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 1em;
}
.post_module .post_content .description .ellipsis::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1.2em;
  background-color: #fff;
}
/* ------- */








/* ------------------------------
   ニュース
------------------------------ */
body.page-template-page-news-all article {
  border-bottom: 1px solid #2d2e52;
  margin-bottom: 10px;
}
body.page-template-page-news-all article h2 {
  font-size: 15px;
}
@media only screen and (min-width: 1025px) {
  body.page-template-page-news-all #qodef-page-inner {
    width: 760px !important;
    margin: 0 auto;
  }
}

body.single-news h1 {
  font-size: 22px;
  line-height: 1.4em;
  display: block;
}
@media only screen and (min-width: 768px) {
  body.single-news h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  body.single-news #qodef-page-inner {
    width: 760px !important;
    margin: 0 auto;
  }
}

/* ------------------------------
   協力機関コーナー
------------------------------ */
body.page-template-page-cooperation .elementor-inner {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media only screen and (min-width: 1025px) {
  body.page-template-page-cooperation .qodef-content-grid {
      width: 960px;
  }
}
@media only screen and (min-width: 1367px) {
  body.page-template-page-cooperation .qodef-content-grid {
    width: 1000px;
  }
}

.logo_orist {
  max-width: 160px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .logo_orist {
    margin: auto;
    float: right;
  }
}
.modaal-content-container img {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    width: auto;
    max-height: none;
    max-width: none;
    margin: 0 auto;
    display: block;
}
.case_study .box {
  padding: 20px;
  border: 2px solid #2d2e52;
}
.case_study .box h3 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .case_study .box h3 {
    height: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .case_study .box h3 {
    height: 3em;
  }
}
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: none !important;
}

body.page-id-181 .modaal-inner-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}
@media only screen and (min-width: 1025px) {
  body.page-id-181 .modaal-inner-wrapper {
    padding-top: 0;
    padding-right: 200px;
    padding-bottom: 0;
    padding-left: 200px;
  }
}
@media only screen and (min-width: 1367px) {
  body.page-id-181 .modaal-inner-wrapper {
    padding-top: 0;
    padding-right: 260px;
    padding-bottom: 0;
    padding-left: 260px;
  }
}


/* ------------------------------
   固定ページ デフォルト
------------------------------ */
.title_box {
  margin-bottom: 40px;
}
.page_title_eng {
  color: #2d2e52;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .page_title_eng {
    font-size: 16px;
  }
}
body.page-template-page-default .elementor-inner {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
}
body.page-template-page-defaul .elementor-inner {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media only screen and (min-width: 1025px) {
body.page-template-page-defaul .qodef-content-grid {
    width: 960px;
}
}
@media only screen and (min-width: 1367px) {
body.page-template-page-defaul .qodef-content-grid {
  width: 1000px;
}
}
body.page-template-page-search-filter li.sf-field-search {
  margin-bottom: 40px;
}
  #main_sf_box ul li {
   display: inline-block;
   font-size: 13px;
   margin-right: 0;
padding-right: 24px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  input[type="submit"] {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  }
#main_sf_box input[type="submit"] {
  background: #2d2e52;
  color: #f9f9f9;
  height: 56px;
  line-height: 56px;
  border: none;
  padding: 0 100px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 28px;
}
#main_sf_box li[data-sf-field-type="taxonomy"] {
  background: #eaebef;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #8990a5;
}
#main_sf_box .searchandfilter h4 {
  padding: 0 0 10px;
}
input[type="checkbox"] {
  display: none;
}
label.sf-label-checkbox {
  padding-left: 22px !important;
  position:relative;
  line-height: 18px;
}
label.sf-label-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fcfcfc;
}
input[type="checkbox"]:checked + label.sf-label-checkbox {
  font-weight: bold;
  color: #2d2e52;
}
input[type="checkbox"]:checked + label.sf-label-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #2d2e52;
  border-right: 3px solid #2d2e52;
}



/* ------------------------------
   404.php
------------------------------ */
body.error404 #qodef-page-inner {
    width: 90%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  body.error404 #qodef-page-inner {
      width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  body.error404 #qodef-page-inner {
      width: 960px;
  }
}
@media only screen and (min-width: 1367px) {
body.error404 #qodef-page-inner {
    width: 1160px;
  }
}
@media only screen and (min-width: 1441px) {
  body.error404 #qodef-page-inner {
    width: 1160px !important;
  }
}






.announce {
  width: 100%;
  margin: 50px auto 10px;
  padding: 40px;
  color: #2d2e52;
  background: #eaebef;
  border-top: 2px solid #2d2e52;
  border-bottom: 2px solid #2d2e52;
}
.announce p {
  text-align: center;
  font-weight: bold;
  color: #2d2e52;
}
.announce p.h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}







.like_and_share {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #eaebef;
}
.wpulike {
  display: inline-block;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .wpulike {
    margin-bottom: 0;
  }
}
.wpulike-default .wp_ulike_btn {
  color: #616161;
  background-color: #fff;
  min-height: 32px;
  min-width: 50px;
}

.addtoany_shortcode {
  display: inline-block;
  float:right;
}
.addtoany_shortcode::before {
  content: "シェアする：";
}
.addtoany_shortcode a {
  height: 32px;
}
.addtoany_list a, .widget .addtoany_list a {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .addtoany_list a, .widget .addtoany_list a {
    margin-bottom: 0;
  }
}




/* yop poll */


#pollArea {
  position: fixed;
  z-index: 99999;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom:0 !important;
  width: 100%;
  /* 高さはjsで出力 */
  border: none !important;
  background-color: rgba(45, 46, 82, 0.9) !important;
}
#pollArea .btn_close {
  position:absolute;
  z-index:2;
  top: 20px;
  right: 20px;
  color: #fff;
  font-weight:bold;
  cursor:pointer;
}
#pollArea .col-md-12 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#pollArea .btn_close img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1025px) {
  #pollArea .btn_close {
    top: 40px;
    right: 40px;
  }
}

#pollArea .basic-yop-poll-container {
  position:relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border: unset !important;
  border-style: unset !important;
  border-color: unset !important;
  border-radius: unset !important;
  margin: 0 auto !important;
}
@media only screen and (min-width: 1025px) {
  #pollArea .basic-yop-poll-container {
    width: 80%;
  }
}

#pollArea .desc {
  width: 80%;
}
#pollArea .desc p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#pollArea .basic-question-title h5 {
  color: #fff !important;
  font-weight: bold !important;
}
#pollArea ul.basic-answers li.basic-answer {
  display: inline-block !important;
  margin-right: 10px;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
@media only screen and (min-width: 1025px) {
  #pollArea ul.basic-answers li.basic-answer {
    margin-right: 20px;
    margin-top: ８px !important;
    margin-bottom: ８px !important;
  }
}
#pollArea ul.basic-answers li.basic-answer span.basic-text {
  color: #fff !important;
}

.basic-yop-poll-container .basic-inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px !important;
}
@media only screen and (min-width: 1025px) {
  .basic-yop-poll-container .basic-inner {
    width: 100%;
    padding: 80px !important;
  }
}

.basic-inner .basic-question-title h5 {
  text-align:left !important;
  font-size: 14px !important;
}
@media only screen and (min-width: 1025px) {
  .basic-inner .basic-question-title h5 {
    font-size: 16px !important;
  }
}
.basic-yop-poll-container .basic-custom-field, .basic-yop-poll-container .basic-question {
  margin-top: 30px !important;
}
@media only screen and (min-width: 1025px) {
  .basic-yop-poll-container .basic-custom-field, .basic-yop-poll-container .basic-question {
    margin-top: 36px !important;
  }
}


.basic-yop-poll-container div[class^=iradio_] {
  margin-right: 4px !important;
}

.basic-vote {
  margin-top: 30px !important;
  text-align: left !important;
}
.basic-vote .basic-vote-button {
  font-weight:bold !important;
  padding: 10px 80px !important;
  border: unset !important;
  border-style: unset !important;
  border-color: unset !important;
  border-radius: 3px !important;
}


.basic-message {
  border-left: 10px solid #2d2e52 !important;
}
.basic-yop-poll-container .basic-overlay {
  background: transparent !important;
}
.basic-message-text {
  font-size: 16px !important;
  font-weight: bold !important;
}

form ul {
  list-style: none;
}

#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 0 0 20px !important;
}




.popup_like_on,
.popup_like_off {
  display: none;
  position: absolute;
  top: -2.5em;
  left: 0;
  z-index: 2;
  background: #fff;
  /* border: 1px solid #2d2e52; */
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 13px;
  line-height:1em;
}



.btn_arrow {
  font-family: Ionicons;
  content: "";
  padding-right: 8px;
}
footer .to_contact span {
  padding-right: 0;
}


/* 
https://www.research.oit.ac.jp/oitid/seeds/seeds/seeds-13018/
原因不明のsmallタグが入るので、強制的にフォントサイズを変更する
*/
body.elementor-page-13018 .elementor-widget-text-editor small {
  font-size: 14px !important;
}

body.elementor-page-13018 .elementor-inner h2 small {
  font-size: 18px !important;
  text-shadow: none !important;
}
@media screen and (min-width: 768px) {
  body.elementor-page-13018 .elementor-inner h2 small {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1367px) {
  body.elementor-page-13018 .elementor-inner h2 small {
    font-size: 21px !important;
    text-shadow: none !important;
  }
}



header.elementor-slideshow__header {
	background-color: transparent !important;