@charset "UTF-8";
/*fontset*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
* {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1.4;
}

img {
  border: none;
}

a {
  transition: 0.5s;
  color: #303030;
}

a:hover {
  opacity: 0.5;
}

body, html {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  letter-spacing: 0.08em;
}

h1, h2 {
  font-family: "Noto Sans JP","Roboto";
  font-weight: normal;
}

/***globalheader-PC***/
.g-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5000;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.g-header a:hover {
  opacity: 1;
}
.g-header .maintitle {
  display: block;
  background: #8dc031;
  width: 300px;
  height: 128px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.g-header .maintitle img {
  display: block;
  margin: 33px auto 0 auto;
}
.g-header .maintitle.m {
  text-align: center;
}
.g-header .maintitle.m img {
  margin: 0 auto 10px auto;
  width: 190px;
  height: auto;
}
.g-header .maintitle.m span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 0 8px;
}
.g-header .maintitle:hover {
  opacity: 0.8;
}
.g-header .gnavarea {
  float: right;
  width: 100%;
  transition: 0;
  padding: 0 3% 0 0;
}
.g-header .gnavarea .ticon {
  display: none;
  opacity: 0;
}
.g-header .gnavarea .sub-nav {
  visibility: visible;
  height: 60px;
  width: 100%;
  font-size: 13px;
  text-align: right;
}
.g-header .gnavarea .sub-nav .parent {
  margin: 15px 0 0 0;
  padding: 0 20px 0 0;
  display: inline-block;
}
.g-header .gnavarea .sub-nav .parent > li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 30px;
}
.g-header .gnavarea .sub-nav .parent > li > a {
  display: block;
  color: #737272;
}
.g-header .gnavarea .sub-nav .parent > li > a img {
  display: inline-block;
}
.g-header .gnavarea .sub-nav .parent > li > a:hover {
  color: #8dc031;
}
.g-header .gnavarea .sub-nav .parent li.enbt, .g-header .gnavarea .sub-nav .parent li.sl {
  margin: 0;
  color: #737272;
}
.g-header .gnavarea .sub-nav .parent:nth-child(1) li {
  line-height: 3;
}
.g-header .gnavarea .sub-nav .parent li img {
  vertical-align: middle;
}
.g-header .gnavarea .sub-nav .parent li .ico {
  margin: 0 10px 0 0;
}
.g-header .gnavarea .sub-nav .parent li .arrow {
  margin: 0 0 0 10px;
}
.g-header .gnavarea .sub-nav .parent:last-child {
  border-left: 1px #737272 solid;
  padding: 0;
}
.g-header .gnavarea .sub-nav .child {
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #8dc031;
}
.g-header .gnavarea .sub-nav .child li {
  text-align: left;
  width: 100%;
  margin: 0;
}
.g-header .gnavarea .sub-nav .child li a {
  padding: 10px 25px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.g-header .gnavarea .sub-nav .child li a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #689d38;
  left: 0;
  bottom: 0;
}
.g-header .gnavarea .sub-nav .child li a:hover {
  background: #c6e57a;
  color: #689d38;
}
.g-header .gnavarea .sub-nav .child li:last-child a:after {
  display: none;
}
.g-header .gnavarea .sub-nav .sp-left span {
  position: absolute;
  width: 90px;
  text-align: center;
  bottom: -20px;
  left: -34px;
  font-size: 10px;
  color: #737272;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.g-header .gnavarea .sub-nav .sp-left:nth-of-type(1).schobt span {
  left: -5px;
}
.g-header .gnavarea .sub-nav .jpbt span {
  left: 0px;
}
.g-header .gnavarea .sub-nav .enbt span {
  left: -32px;
}
.g-header .gnavarea .sub-nav .sp-left:hover span {
  visibility: visible;
  opacity: 1;
}
.g-header .gnavarea .sub-nav .child:nth-child(1) {
  width: 230px;
}
.g-header .gnavarea .sub-nav .child:nth-child(2) {
  width: 250px;
}
.g-header .gnavarea .main-nav {
  overflow: hidden;
  height: 68px;
  width: 100%;
  font-size: 15px;
  text-align: right;
}
.g-header .gnavarea .main-nav ul {
  display: inline-block;
}
.g-header .gnavarea .main-nav ul li {
  float: left;
  margin: 0 0 0 35px;
  padding: 20px 0 0 0;
}
.g-header .gnavarea .main-nav ul li a {
  display: block;
  color: #303030;
  position: relative;
  padding: 0 0 27px 0;
}
.g-header .gnavarea .main-nav ul li a:after {
  background: #8dc031;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
}
.g-header .gnavarea .main-nav ul li a:hover:after {
  width: 100%;
}
.g-header .gnavarea .main-nav ul li a.active {
  color: #8dc031;
}
.g-header .gnavarea .main-nav ul li a.active:after {
  background: #8dc031;
  content: '';
  display: block;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.g-header .menuopcl {
  position: absolute;
  z-index: 0;
  top: -80px;
  right: 0;
  content: "";
  width: 80px;
  height: 80px;
  background: #8dc031;
  opacity: 0;
  transition: 0.3s;
}
.g-header .menuopcl span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.g-header .menuopcl span:nth-of-type(1) {
  top: 30px;
  left: 26px;
}
.g-header .menuopcl span:nth-of-type(2) {
  top: 37px;
  left: 26px;
}
.g-header .menuopcl span:nth-of-type(3) {
  top: 44px;
  left: 26px;
}
.g-header .menuopcl.active span:nth-of-type(1) {
  -ms-transform: translateY(9px) rotate(-315deg);
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.g-header .menuopcl.active span:nth-of-type(2) {
  opacity: 0;
}
.g-header .menuopcl.active span:nth-of-type(3) {
  -ms-transform: translateY(-5px) rotate(315deg);
  -webkit-transform: translateY(-5px) rotate(315deg);
  transform: translateY(-5px) rotate(315deg);
}
.g-header .mob-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 70px;
  display: none;
}
.g-header .mob-title a {
  display: block;
  width: 100%;
  height: 70px;
  text-indent: -9999px;
}

.g-header-sp {
  display: none;
}
.g-header-sp a:hover {
  opacity: 1;
}

.gsearcharea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
  background: rgba(48, 48, 48, 0.8);
  height: 100%;
  width: 100%;
}
.gsearcharea .search-box {
  background: #fff;
  overflow: hidden;
  padding: 30px 30px 35px 30px;
}
.gsearcharea .search-box form {
  width: 90%;
  float: left;
}
.gsearcharea .search-box form .s-field {
  padding: 6px;
  background: none;
  width: 60%;
  border: none;
  border-bottom: 2px #8dc031 solid;
  color: #666;
  font-size: 18px;
  outline: none;
  float: left;
}
.gsearcharea .search-box form .s-submit {
  background: url("../imgs/icon_m04_g.png") 50% 50% no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 10px;
}
.gsearcharea .search-box .search-close {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  position: relative;
  text-indent: -9999px;
}
.gsearcharea .search-box .search-close:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #333;
  top: 40%;
  left: 30%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gsearcharea .search-box .search-close:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #333;
  top: 40%;
  left: 30%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 0;
}

/*google検索窓*/
/*PC用ヘッダ*/
#search-01 .gsc-search-box {
  width: 60%;
}
#search-01 .gsc-search-box table {
  width: 100%;
}
#search-01 .gsc-search-box table .gsc-input {
  width: 90%;
  border-bottom: 2px #8dc031 solid;
}
#search-01 .gsc-search-box table .gsc-input input {
  border: none;
  padding: 6px;
  color: #666;
  font-size: 18px;
  outline: none;
}
#search-01 .gsc-search-box table .gsc-search-button input {
  background: url(../imgs/icon_m04_g.png) 50% 50% no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 10px;
}
#search-01 .gsc-search-box table .gsc-clear-button {
  display: none;
}

/*SP用ヘッダ*/
#search-02 .gsc-search-box {
  width: 100%;
}
#search-02 .gsc-search-box table {
  width: 90%;
  margin: 0 auto;
}
#search-02 .gsc-search-box table .gsc-input {
  width: 100%;
}
#search-02 .gsc-search-box table .gsc-input input {
  width: 100%;
  border: none;
  padding: 6px;
  background: none;
  color: #666;
  font-size: 18px;
  outline: none;
  border-radius: 4px;
}
#search-02 .gsc-search-box table .gsc-search-button input {
  background: url(../imgs/icon_m04_o.png) 50% 50% no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 10px;
}
#search-02 .gsc-search-box table .gsc-clear-button {
  display: none;
}

/*検索結果tmpl用*/
#search-03 .gsc-search-box {
  width: 100%;
  margin: 0 0 30px 0;
}
#search-03 .gsc-search-box table {
  width: 100%;
  margin: 0 auto;
}
#search-03 .gsc-search-box table .gsc-input {
  width: 100%;
  border-bottom: 2px #8dc031 solid;
}
#search-03 .gsc-search-box table .gsc-input input {
  border: none;
  padding: 6px;
  background: none;
  color: #666;
  font-size: 18px;
  outline: none;
}
#search-03 .gsc-search-box table .gsc-search-button {
  width: 10%;
}
#search-03 .gsc-search-box table .gsc-search-button input {
  background: url(../imgs/icon_m04_g.png) 50% 50% no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 0 0 10px;
}
#search-03 .gsc-search-box table .gsc-clear-button {
  display: none;
}

.g-search-r {
  width: 90%;
  margin: 0 auto 100px auto;
}
.g-search-r .gsc-table-cell-thumbnail {
  padding: 10px 0 0 0;
}
.g-search-r .gsc-tabHeader {
  padding: 10px;
}
.g-search-r .gsc-tabHeader.gsc-tabhActive {
  border-top-color: #689d38;
}
.g-search-r .gsc-result .gs-title {
  margin: 0 0 10px 0;
  color: #689d38;
}
.g-search-r .gsc-result .gs-title b {
  color: #689d38;
}
.g-search-r .gsc-result .gs-title i {
  color: #689d38;
}
.g-search-r .gsc-result .gs-title u {
  color: #689d38;
}

/**グローバルメニュースクロールfix状態**/
.fixed {
  position: fixed;
  top: -60px;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  pointer-events: none;
}
.fixed .maintitle {
  display: none;
}
.fixed .gnavarea {
  pointer-events: none;
  background: #8dc031;
  opacity: 0;
  width: 100%;
}
.fixed .gnavarea .ticon {
  display: block;
  opacity: 0;
  position: absolute;
  top: 66px;
  left: 20px;
}
.fixed .gnavarea .sub-nav {
  visibility: hidden;
  height: 60px;
  overflow: hidden;
}
.fixed .gnavarea .main-nav {
  height: 80px;
  width: 100%;
  font-size: 15px;
  overflow: hidden;
}
.fixed .gnavarea .main-nav ul {
  display: inline-block;
}
.fixed .gnavarea .main-nav ul li {
  float: left;
  margin: 0 0 0 35px;
  padding: 20px 0 0 0;
}
.fixed .gnavarea .main-nav ul li a {
  display: block;
  color: #303030;
  position: relative;
  padding: 0 0 25px 0;
}
.fixed .gnavarea .main-nav ul li a:after {
  background: #8dc031;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
}
.fixed .gnavarea .main-nav ul li a:hover:after {
  width: 100%;
}
.fixed .main-nav {
  overflow: hidden;
}
.fixed .main-nav ul {
  margin: 0 auto;
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}
.fixed .gnavarea .main-nav ul li {
  float: none;
  padding: 30px 0 0 0;
  display: inline-block;
}
.fixed .gnavarea .main-nav ul li a {
  display: block;
  color: #fff;
  position: relative;
  padding: 0 0 29px 0;
}
.fixed .gnavarea .main-nav ul li a:after {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
}
.fixed .gnavarea .main-nav ul li a:hover:after {
  width: 100%;
}
.fixed .gnavarea .main-nav ul li a.active {
  color: #fff;
}
.fixed .gnavarea .main-nav ul li a.active:after {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.fixed .menuopcl {
  position: absolute;
  z-index: 9999;
  opacity: 1;
  top: 60px;
  right: 0;
  pointer-events: auto;
}

.w-zero {
  width: 100%;
}
.w-zero .gnavarea {
  pointer-events: auto;
  opacity: 1;
}
.w-zero .gnavarea .ticon {
  display: block;
  opacity: 1;
}

/**汎用みだし**/
.cec {
  font-size: 52px;
  letter-spacing: 0.06em;
  margin: 0 0 65px 0;
  font-weight: 100;
}
.cec span {
  letter-spacing: 0.08em;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.cec-center {
  font-size: 52px;
  letter-spacing: 0.06em;
  margin: 65px 0;
  text-align: center;
  font-weight: 100;
}
.cec-center span {
  letter-spacing: 0.08em;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.bt-detail {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.bt-detail a {
  max-width: 340px;
  min-width: 235px;
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 55px;
  color: #8dc031;
  border: 2px #8dc031 solid;
  border-radius: 5px;
  overflow: hidden;
  font-size: 15px;
  background: rgba(255, 255, 255, 0);
  text-align: center;
}
.bt-detail a.tp {
  background: rgba(255, 255, 255, 0.7);
}
.bt-detail a:hover {
  background: #8dc031;
  opacity: 1;
  color: #fff;
}
.bt-detail a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: #8dc031;
  right: 21px;
  top: 49%;
  transition: 0.5s;
}
.bt-detail a:hover:before {
  background: #fff;
}
.bt-detail a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 44%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
  transition: 0.5s;
}
.bt-detail a:hover:after {
  border-color: transparent transparent transparent #fff;
}

/**content**/
.top-mainvisual {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}
.top-mainvisual .imgfield {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-mainvisual .imgfield img {
  width: 100%;
  height: auto;
}
.top-mainvisual .imgfield img.sp {
  display: none;
}

/*下階層メインビジュアル*/
.cat-top-mainvisual {
  position: relative;
  width: 100%;
  padding: 128px 0 0 0;
}
.cat-top-mainvisual .imgfield {
  width: 100%;
  line-height: 0;
}
.cat-top-mainvisual .imgfield img {
  width: 100%;
  height: auto;
}
.cat-top-mainvisual .imgfield img.sp {
  display: none;
  width: auto;
  height: 100%;
}
.cat-top-mainvisual .subpart {
  width: 100%;
}
.cat-top-mainvisual .subpart .ctitle {
  position: relative;
  line-height: 1;
  float: left;
  margin: -88px 0 0 25px;
}
.cat-top-mainvisual .subpart .ctitle span {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  display: inline-block;
  background: #8dc031;
  color: #fff;
  font-size: 42px;
  padding: 2px 14px;
}
.cat-top-mainvisual .subpart .ctitle .icon {
  width: 75px;
  margin: 0 7px 0 0;
  text-align: center;
}
.cat-top-mainvisual .subpart .ctitle .icon img {
  margin: -5px 0 0 0;
  vertical-align: middle;
  padding: 0;
}
.cat-top-mainvisual .subpart .ctitle .small {
  font-family: "Noto Sans JP" ,sans-serif;
  margin: 7px 0 0 0;
  padding: 4px 14px;
  font-size: 20px;
  font-weight: 300;
}
.cat-top-mainvisual .subpart .topicpath {
  float: right;
}
.cat-top-mainvisual .subpart .topicpath ul {
  position: relative;
  display: inline-block;
  float: right;
  margin: 20px 25px 25px 0;
  text-align: right;
}
.cat-top-mainvisual .subpart .topicpath ul li {
  display: inline;
  margin: 15px 0 0 30px;
  padding: 0 10px;
  background: #fff;
  font-size: 12px;
}
.cat-top-mainvisual .subpart .topicpath ul li a {
  color: #727272;
  position: relative;
  white-space: nowrap;
}
.cat-top-mainvisual .subpart .topicpath ul li a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #737373;
  top: 8px;
  right: -35px;
}
.cat-top-mainvisual .m-subpart {
  position: absolute;
  bottom: -30px;
  width: 100%;
  overflow: hidden;
}
.cat-top-mainvisual .m-subpart .ctitle {
  float: left;
  margin: 0 0 0 25px;
}
.cat-top-mainvisual .m-subpart .ctitle span {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  display: inline-block;
  background: #8dc031;
  color: #fff;
  font-size: 28px;
  padding: 2px 14px;
}
.cat-top-mainvisual .m-subpart .ctitle .small {
  font-family: "Noto Sans JP" ,sans-serif;
  margin: 0 0 7px 0;
  padding: 4px 14px;
  font-size: 20px;
  font-weight: 300;
}

.cat-top-mainvisual.noimage {
  margin: 0 0 70px 0;
}
.cat-top-mainvisual.noimage .imgfield {
  height: 130px;
  background: #f3f3f3;
}
.cat-top-mainvisual.noimage .subpart .ctitle {
  margin: -30px 0 0 0;
}
.cat-top-mainvisual.noimage .subpart .ctitle .middle {
  font-size: 36px;
  width: 646px;
}

.first-topic-part {
  position: relative;
  width: 50%;
  overflow: hidden;
  margin: -25px 0 70px 50%;
  background: #8dc031;
}
.first-topic-part a {
  display: block;
  padding: 14px 20% 14px 20px;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.first-topic-part a span.date {
  padding: 0;
  font-size: 13px;
  display: inline-block;
  width: 26%;
  vertical-align: top;
}
.first-topic-part a span.description {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.first-topic-part a span.date + span.description {
  display: inline-block;
  width: 74%;
  vertical-align: top;
}
.first-topic-part a:hover {
  opacity: 0.8;
}
.first-topic-part a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #fff;
  right: 40px;
  top: 25px;
}
.first-topic-part a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 40px;
  top: 22px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}
.first-topic-part .filter {
  content: "";
  position: absolute;
  width: 1%;
  height: 100%;
  background: #8dc031;
  top: 0;
  left: 0;
}

.content-box {
  clear: both;
  max-width: 1260px;
  margin: 0 auto;
}

.colmn-2 {
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.4em;
}
.colmn-2 .left, .colmn-2 .right {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  width: 530px;
  text-align: left;
  vertical-align: top;
}
.colmn-2 .left h2, .colmn-2 .right h2 {
  position: relative;
  width: 75%;
  margin: -22px 0 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #8dc031;
}
.colmn-2 .left h2 span.tex, .colmn-2 .right h2 span.tex {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  padding: 10px 15px;
}
.colmn-2 .left a, .colmn-2 .right a {
  display: block;
}
.colmn-2 .left a:hover, .colmn-2 .right a:hover {
  opacity: 0.8;
}
.colmn-2 .left .read, .colmn-2 .right .read {
  display: block;
  padding: 20px 25% 20px 0;
  font-size: 14px;
  line-height: 1.8;
}
.colmn-2 .left .ca-arrow, .colmn-2 .right .ca-arrow {
  font-family: "Roboto";
  position: absolute;
  display: block;
  top: 0;
  top: 203px;
  font-size: 14px;
  color: #8dc031;
}
.colmn-2 .left .ca-arrow {
  left: -100px;
}
.colmn-2 .left .ca-arrow:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #8dc031;
  top: 10px;
  left: 90px;
}
.colmn-2 .right .ca-arrow {
  right: -100px;
}
.colmn-2 .right .ca-arrow:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #8dc031;
  top: 10px;
  right: 90px;
}

.topic-graypart {
  background: #f3f3f3;
  margin: -350px 0 0 0;
  padding: 380px 0 100px 0;
}

.topic-whitepart {
  background: #fff;
}

.topic-slickpart, .topic-slickpart-full {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.topic-slickpart div div, .topic-slickpart-full div div {
  width: 75%;
  margin: 0 auto;
}
.topic-slickpart div div img, .topic-slickpart-full div div img {
  width: 100%;
  height: auto;
}
.topic-slickpart div div span, .topic-slickpart-full div div span {
  position: relative;
  width: 45%;
  display: block;
  float: right;
  font-size: 12px;
  margin: -16px 0 0 0;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background: #689d38;
}
.topic-slickpart div div p, .topic-slickpart-full div div p {
  font-size: 15px;
  margin: 20px 0;
}
.topic-slickpart div a, .topic-slickpart-full div a {
  display: block;
  transition: 0.5s;
  outline: none;
}
.topic-slickpart div a:hover, .topic-slickpart-full div a:hover {
  opacity: 0.8;
}

.events {
  margin: 50px 0 0 0;
  position: relative;
  background-color: #f3f3f3;
  background-position: 50%;
  background-size: cover;
}
.events .cec-center {
  position: absolute;
  width: 100%;
  top: -115px;
  left: 0;
}
.events .content-box {
  padding: 145px 0 100px 0;
}
.events .content-box .acd-listparts {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.events .content-box .acd-listparts a:hover dd {
  color: #8dc031;
}
.events .content-box .acd-listparts dl {
  display: table;
  table-layout: fixed;
  background: #fff;
  float: left;
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
}
.events .content-box .acd-listparts dl dt {
  font-family: "Roboto";
  font-weight: lighter;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #8dc031;
  color: #fff;
  height: 100px;
  width: 25%;
  font-size: 26px;
  line-height: 1;
}
.events .content-box .acd-listparts dl dt span {
  font-size: 12px;
  display: block;
  line-height: 1;
  color: #fff;
}
.events .content-box .acd-listparts dl dt a {
  color: #fff;
  display: block;
}
.events .content-box .acd-listparts dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px;
  width: 70%;
  font-size: 15px;
  line-height: 22px;
}
.events .content-box .acd-listparts dl dd span {
  font-size: 11px;
  color: #666;
  display: block;
  line-height: 1;
  margin: 5px 0 0 0;
}
.events .content-box .acd-listparts dl dd a {
  display: block;
}

.topic-graypart + .events {
  margin: 50px 0 0 0;
}

.topnews {
  padding: 0 0 40px 0;
}
.topnews h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05;
  position: relative;
  font-weight: normal;
  font-size: 28px;
  color: #8dc031;
  padding: 10px 0 20px 0;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.topnews p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin: 0 auto 20px auto;
  line-height: 1.8;
}
.topnews p.two-c-tex {
  margin: 20px 0 0 40px;
  text-align: left;
  width: 85%;
  line-height: 1.8;
  color: #ff3300;
  font-size: 13px;
}
.topnews p.two-c-tex a {
  color: #ff3300;
}
.topnews .date {
  margin: 20px 0 20px 40px;
  font-size: 16px;
}

.academism {
  clear: both;
  background: #f3f3f3;
  padding: 80px 0 40px 0;
  overflow: hidden;
}
.academism .block {
  clear: both;
}
.academism .block .image {
  width: 80%;
  line-height: 0;
  border-bottom: 6px #8dc031 solid;
}
.academism .block .image img {
  width: 100%;
}
.academism .block .text {
  width: 50%;
  padding: 125px 0 0 0;
}
.academism .block .text h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05;
  position: relative;
  font-size: 40px;
  color: #8dc031;
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
}
.academism .block .text h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #8dc031;
}
.academism .block .text h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05;
  position: relative;
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.academism .block .text p {
  line-height: 1.8;
  width: 100%;
}
.academism .img_right .image {
  float: right;
  margin: 0 -20% 20px 45px;
}
.academism .img_right .text {
  margin: 0 0 0 5%;
}
.academism .img_left {
  width: 50%;
  margin: 0 0 0 50%;
}
.academism .img_left .image {
  width: 150%;
  float: left;
  margin: 0 65px 20px -130%;
}
.academism .img_left .text {
  width: 90%;
  margin: 0 0 0 5%;
}
.academism .img_left .text h1:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 23%;
  width: 30px;
  height: 1px;
  background: #8dc031;
}
.academism .img_right .image {
  float: right;
  margin: 0 -20% 20px 65px;
}
.academism .img_right .text {
  margin: 0 0 0 5%;
}
.academism .bt-detail {
  display: block;
  text-align: left;
  margin: 40px 0 0 0;
}
.academism .content-box {
  clear: both;
}
.academism > .content-box {
  padding-bottom: 100px;
}
.academism > .content-box:after {
  content: '';
  display: block;
  clear: both;
}
.academism .ac-content {
  width: 1060px;
  margin: 0 auto;
  padding: 40px 0 0;
  overflow: hidden;
}
.academism .ac-content div.white {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
  float: none;
}
.academism .ac-content div.white img {
  width: 100%;
  height: auto;
}
.academism .ac-content div {
  width: 450px;
  margin: 30px 60px;
  background: #8fc231;
  text-align: left;
  color: #fff;
  transition: 0.5s;
  float: left;
}
.academism .ac-content div a {
  display: block;
}
.academism .ac-content div a:hover {
  opacity: 1;
}
.academism .ac-content div h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05;
  position: relative;
  transition: 0.5s;
  padding: 30px 40px 20px 40px;
  font-size: 28px;
  color: #fff;
}
.academism .ac-content div h2 img {
  vertical-align: middle;
  float: right;
  width: 13%;
}
.academism .ac-content div h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}
.academism .ac-content div p {
  transition: 0.5s;
  color: #fff;
  font-size: 15px;
  padding: 20px 40px 30px 40px;
  line-height: 1.8;
}
.academism .ac-content div .sublist {
  margin: -30px 0 30px 0;
  padding: 0 50px;
  overflow: hidden;
}
.academism .ac-content div .sublist li {
  color: #fff;
  float: left;
  margin: 0 30px 5px 0;
  padding: 0;
  font-size: 14px;
}
.academism .ac-content div .sublist li:before {
  content: "・";
}
.academism .ac-content div:hover {
  background: rgba(143, 194, 49, 0.7);
}
.academism .ac-content div:nth-child(4n+3), .academism .ac-content div:nth-child(4n+2) {
  background: #689d38;
  transition: 0.5s;
}
.academism .ac-content div:nth-child(4n+3):hover, .academism .ac-content div:nth-child(4n+2):hover {
  background: rgba(104, 157, 56, 0.7);
}
.academism .ac-content div:nth-child(even) {
  position: relative;
  top: 100px;
  margin: 30px 0 30px;
}
.academism .flat div:nth-child(even) {
  top: 0px;
}
.academism .ac-wc {
  background: #fff;
  padding: 30px 0;
}
.academism .ac-wc .text {
  width: 100%;
  padding: 100px 0 0 0;
  text-align: center;
}
.academism .ac-wc .text h2 {
  position: relative;
  font-size: 24px;
  color: #8dc031;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  transition: 0.5s;
}
.academism .ac-wc .text h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 48%;
  width: 30px;
  height: 1px;
  background: #8dc031;
}
.academism .ac-wc .text p {
  line-height: 1.8;
  width: 440px;
  margin: 0 auto;
  text-align: left;
}
.academism .content-box:first-child {
  margin: 0 auto;
}
.academism .content-box:first-child .cec {
  text-align: center;
}
.academism .part {
  overflow: hidden;
}
.academism .part .elm {
  float: left;
  clear: left;
  width: 46.8%;
  margin: 0 0 30px 0;
}
.academism .part .elm .image {
  line-height: 0;
  border-bottom: #8fc231 7px solid;
}
.academism .part .elm .image img {
  width: 100%;
}
.academism .part .elm h2 {
  color: #8fc231;
  font-size: 40px;
  padding: 50px 14% 25px 0;
  margin: 0 0 25px 0;
  position: relative;
}
.academism .part .elm h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #8fc231;
}
.academism .part .elm p {
  line-height: 1.6;
  padding: 0 14% 0 0;
}
.academism .part .elm .bt-detail {
  text-align: left;
  margin: 30px 0 20px;
}
.academism .part .elm .bt-detail a {
  text-align: center;
}
.academism .part .elm:nth-child(2n) {
  clear: right;
  float: right;
  margin: 100px 0 10px 6%;
}
.academism .btsec {
  padding: 0 0 0 0;
  margin: 30px 0 20px;
  clear: both;
}
.academism .btsec ul {
  overflow: hidden;
}
.academism .btsec ul li {
  margin: 0 0 20px 0;
}
.academism .btsec ul li a {
  min-width: 240px;
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 55px;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  text-align: center;
  background: #8ec231;
  position: relative;
}
.academism .btsec ul li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  height: 28px;
  width: auto;
}
.academism .btsec ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  right: 21px;
  top: 49%;
  transition: 0.5s;
}
.academism .btsec ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 44%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  transition: 0.5s;
}
.academism .btsec ul li:nth-child(2n) a {
  background: #689f39;
}
.academism .btsec ul li:last-child {
  margin: 0;
}

.academism.micro {
  margin: 0;
}

.ac-wc.wide {
  padding: 60px 0 60px 0;
}

.circle-four {
  margin: 20px 0 0 0;
  overflow: hidden;
  text-align: center;
}
.circle-four li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3% 30px 3%;
  width: 140px;
}
.circle-four li .circle {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 80px;
  line-height: 0;
}
.circle-four li span {
  display: inline-block;
  margin: 20px 0 0 0;
  color: #8dc031;
}

.research {
  padding: 80px 0 130px 0;
}
.research .colmn-2 .left, .research .colmn-2 .right {
  display: inline-block;
  position: relative;
  width: 580px;
  text-align: left;
  vertical-align: top;
}
.research .colmn-2 .left img, .research .colmn-2 .right img {
  width: 100%;
}
.research .bt-detail {
  margin: 50px 0;
}

.aboutycu {
  margin: 0;
  position: relative;
  background: url("../imgs/index_aboutycu_bg.jpg") 50% 50%;
  background-size: cover;
}
.aboutycu .cec-center {
  position: absolute;
  width: 100%;
  top: -115px;
  left: 0;
}
.aboutycu .content-box {
  padding: 0px 0 100px 0;
}
.aboutycu .about-slickpart {
  margin: 0;
  padding: 110px 0 40px 0;
  overflow: hidden;
}
.aboutycu .about-slickpart .detail {
  position: relative;
  text-align: center;
  -webkit-transform: scale(0.68);
  opacity: 0.5;
  -ms-transform: scale(0.68);
  opacity: 0.5;
  transform: scale(0.68);
  opacity: 0.5;
  transition: 0.5s;
  padding: 0;
  margin: 0;
}
.aboutycu .about-slickpart .detail a {
  display: block;
  height: 280px;
  outline: none;
}
.aboutycu .about-slickpart .detail a img {
  opacity: 0.5;
}
.aboutycu .about-slickpart .detail a:hover {
  opacity: 1;
}
.aboutycu .about-slickpart .detail .imgscl {
  display: inline-block;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 125px;
  background: #333;
}
.aboutycu .about-slickpart .detail h2 {
  font-family: "Roboto";
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 100;
  font-size: 80px;
  line-height: 1;
}
.aboutycu .about-slickpart .detail h2 span.st {
  display: block;
  margin: 70px 0 20px 0;
}
.aboutycu .about-slickpart .detail h2 span {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #fff;
  line-height: 0;
}
.aboutycu .about-slickpart .detail .txt {
  position: absolute;
  bottom: 10px;
  left: 45%;
  text-align: left;
}
.aboutycu .about-slickpart .detail .txt span {
  white-space: nowrap;
  line-height: 1.4;
  background: #689d38;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  display: inline;
}
.aboutycu .about-slickpart .detail .txt span .small {
  padding: 0;
  font-size: 12px;
}
.aboutycu .about-slickpart .something {
  transform: scale(1);
  opacity: 1;
}

.ycunow {
  padding: 0;
  background: #f3f3f3;
}
.ycunow .cec-center {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.4;
  color: #fff;
}
.ycunow .cec-center span {
  color: #fff;
}
.ycunow .blockpart {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.ycunow .blockpart .first {
  overflow: hidden;
  width: 100%;
}
.ycunow .blockpart .first div {
  float: left;
  width: 16.6667%;
  overflow: hidden;
}
.ycunow .blockpart .first div a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
}
.ycunow .blockpart .first div img.inspic {
  position: absolute;
  width: 100%;
  height: auto;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.ycunow .blockpart .first div img.inspic.landscape {
  height: 100%;
  width: auto;
}
.ycunow .blockpart .first div img.inspic_o {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.05, 1.05);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.05, 1.05);
  transform: translateY(-50%) translateX(-50%) scale(1.05, 1.05);
}
.ycunow .blockpart .first .title {
  position: relative;
  width: 33.33333%;
  background: #8dc031;
}
.ycunow .blockpart .second {
  overflow: hidden;
  width: 100%;
}
.ycunow .blockpart .second div {
  float: left;
  width: 16.6667%;
  overflow: hidden;
}
.ycunow .blockpart .second div a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
}
.ycunow .blockpart .second div img.inspic {
  position: absolute;
  width: 100%;
  height: auto;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.ycunow .blockpart .second div img.inspic.landscape {
  height: 100%;
  width: auto;
}
.ycunow .blockpart .second div img.inspic_o {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.05, 1.05);
  transform: translateY(-50%) translateX(-50%) scale(1.05, 1.05);
}
.ycunow .blockpart .second div .inner {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 2.5;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.ycunow .blockpart .second div .inner i {
  color: #fff;
  font-size: 30px;
}
.ycunow .blockpart .second div .inner img {
  width: 40%;
  margin: 5px 0 0 0;
}
.ycunow .blockpart .second div .inner a {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 2;
}
.ycunow .blockpart .second div .inner a:hover {
  opacity: 0.8;
}
.ycunow .blockpart .second div .inner p {
  display: block;
  position: relative;
  color: #fff;
  font-size: 15px;
  width: 80%;
  margin: 5px auto 0 auto;
  padding: 0 10px 0 0;
}
.ycunow .blockpart .second div .inner p:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  right: 10%;
  top: 10px;
}
.ycunow .blockpart .second div .inner p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10%;
  top: 7px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}
.ycunow .blockpart .second div.inner-parent {
  background: #8dc031;
}
.ycunow .graypart {
  padding: 100px 0 70px 0;
}
.ycunow .graypart .content-box {
  text-align: center;
  overflow: hidden;
}
.ycunow .graypart .content-box .cr {
  width: 150px;
  height: auto;
  margin: 0 45px 30px 45px;
  display: inline-block;
  vertical-align: top;
}
.ycunow .graypart .content-box .cr .circle {
  overflow: hidden;
  border-radius: 75px;
  line-height: 0;
}
.ycunow .graypart .content-box .cr a {
  display: block;
}
.ycunow .graypart .content-box .cr span {
  margin: 20px 0 0 0;
  color: #8dc031;
  display: block;
}

.news {
  padding: 0 0 90px 0;
}
.news h2 {
  color: #8dc031;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin: 10px 0 30px 0;
}
.news .newssummary {
  width: 1000px;
  margin: 0 auto 50px auto;
  border-bottom: 1px #cacaca solid;
}
.news .newssummary a {
  display: block;
  background: #fff;
  padding: 22px 0 10px 5px;
}
.news .newssummary a p {
  display: block;
  transition: 0.5s;
  line-height: 1.6;
  padding: 0 0 12px 0;
}
.news .newssummary a:hover {
  opacity: 1;
  background: #f3f3f3;
}
.news .newssummary a:hover p {
  color: #8dc031;
}
.news .newssummary li {
  border-top: 1px #cacaca solid;
}
.news .newssummary li .category {
  display: inline-block;
  background: #8dc031;
  font-size: 12px;
  color: #fff;
  padding: 4px 0;
  min-width: 130px;
  text-align: center;
  margin: 0 48px 12px 48px;
}
.news .newssummary li p {
  display: inline-block;
  font-size: 15px;
}
.news .newssummary li:nth-child(n+6) {
  display: none;
}
.news .newssummary.second {
  width: 100%;
  margin: 0 auto 20px auto;
  border: none;
}
.news .newssummary.second li:nth-Child(1) {
  border: none;
}

.news.first-content {
  margin: 0 0 80px 0;
}

.news + .m-frame.art-set {
  margin: 20px auto 0 auto;
}

.top-linkpart {
  margin: 50px 0 0 0;
  overflow: hidden;
}
.top-linkpart .linkar {
  width: 50%;
  float: left;
  background: #666;
}
.top-linkpart .linkar a {
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
}
.top-linkpart .linkar a img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  opacity: 0.6;
  transition: 0.5s;
}
.top-linkpart .linkar a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: table;
}
.top-linkpart .linkar a div span {
  padding: 0 50px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.top-linkpart .linkar a div:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #fff;
  right: 41px;
  top: 52%;
}
.top-linkpart .linkar a div:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 40px;
  top: 50%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}
.top-linkpart .linkar a:hover {
  opacity: 1;
}
.top-linkpart .linkar a:hover img {
  opacity: 1;
}

.first-content .cec-center {
  margin: 40px 0 65px 0;
}

.bannerarea {
  background: #f5f5f5;
  margin: 0;
  padding: 50px 0;
}
.bannerarea .bannerlist {
  overflow: hidden;
  text-align: center;
}
.bannerarea .bannerlist li {
  display: inline-block;
  width: 27%;
  margin: 0 1%;
  overflow: hidden;
  line-height: 0;
}
.bannerarea .bannerlist li img {
  width: 100%;
  height: auto;
}

.content + .bannerarea {
  margin: -100px 0 0 0;
  position: relative;
}

/**globalfooter**/
body > .topicpath {
  display: none;
}
body > .topicpath ul {
  width: 90%;
  position: relative;
  margin: 20px auto 0 auto;
}
body > .topicpath ul li {
  display: inline;
  margin: 0 25px 10px 0;
  padding: 0;
  background: #fff;
  font-size: 12px;
}
body > .topicpath ul li a {
  color: #727272;
  position: relative;
  white-space: nowrap;
}
body > .topicpath ul li a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #737373;
  top: 8px;
  right: -20px;
}

.g-footer {
  padding: 0;
}
.g-footer .first {
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.g-footer .snspart {
  display: inline-block;
}
.g-footer .snspart ul {
  overflow: hidden;
  border-left: 1px #cacaca solid;
  border-right: 1px #cacaca solid;
  padding: 0 40px;
  margin: 0 auto;
  display: inline-block;
}
.g-footer .snspart ul li {
  margin: 0 20px;
  width: 46px;
  height: 46px;
  float: left;
  border-radius: 30px;
}
.g-footer .snspart ul li a {
  text-align: center;
  font-size: 22px;
  width: 100%;
  height: 46px;
  display: block;
  overflow: hidden;
  line-height: 2.1;
  color: #fff;
}
.g-footer .snspart ul li a span {
  display: none;
}
.g-footer .snspart ul li:nth-child(1) {
  background: #235980;
}
.g-footer .snspart ul li:nth-child(2) {
/*  background: #0089cd;*/
  background: #000000;
}
.g-footer .snspart ul li:nth-child(3) {
  background: #f15018;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.g-footer .snspart ul li:nth-child(4) {
  background: #be2c26;
}
.g-footer .sns-link {
  display: block;
  position: absolute;
  width: 100px;
  text-align: left;
  top: 50px;
  right: 20%;
  color: #303030;
}
.g-footer .sns-link span.ar {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
}
.g-footer .sns-link span.ar:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 16px;
  background: #8dc031;
  right: 11px;
  top: 11px;
}
.g-footer .sns-link span.ar:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  top: 8px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}
.g-footer .sns-link:hover {
  opacity: 0.8;
}
.g-footer .simbolpart {
  position: absolute;
  top: 40px;
  right: 0;
  text-align: center;
  display: block;
}
.g-footer .simbolpart ul {
  overflow: hidden;
}
.g-footer .simbolpart ul li {
  display: inline-block;
  float: left;
}
.g-footer .simbolpart ul li img {
  width: 60%;
  height: auto;
}
.g-footer .heavyfooter {
  background: url("../imgs/bg_footer.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.g-footer .heavyfooter .bgpart {
  padding: 100px 0 0 0;
  background: rgba(36, 49, 60, 0.9);
  overflow: hidden;
}
.g-footer .heavyfooter .bgpart .navpart {
  width: 20%;
  float: left;
  margin: 0 2% 20px 2%;
}
.g-footer .heavyfooter .bgpart .navpart h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #fff;
  margin: 0 0 30px 0;
  font-size: 16px;
}
.g-footer .heavyfooter .bgpart .navpart h2 a {
  color: #fff;
}
.g-footer .heavyfooter .bgpart .navpart h2 a:hover {
  color: #8dc031;
  opacity: 1;
}
.g-footer .heavyfooter .bgpart .navpart ul {
  margin: 0 0 80px 0;
}
.g-footer .heavyfooter .bgpart .navpart ul li {
  margin: 8px 0;
}
.g-footer .heavyfooter .bgpart .navpart ul li a {
  color: #fff;
  font-size: 12px;
}
.g-footer .heavyfooter .bgpart .navpart ul li a:hover {
  color: #8dc031;
  opacity: 1;
}
.g-footer .heavyfooter .bgpart .navpart ul .thumb {
  position: relative;
  overflow: hidden;
  background: #24313c;
  margin: 0 0 20px 0;
}
.g-footer .heavyfooter .bgpart .navpart ul .thumb a {
  width: 100%;
  height: 68px;
  position: relative;
  display: block;
  transition: 0.5s;
}
.g-footer .heavyfooter .bgpart .navpart ul .thumb a img {
  float: left;
  line-height: 0;
}
.g-footer .heavyfooter .bgpart .navpart ul .thumb a span {
  position: absolute;
  padding: 0 40px 0 15px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.5s;
}
.g-footer .heavyfooter .bgpart .navpart ul .thumb a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  background: #8dc031;
  right: 16px;
  top: 50%;
}
.g-footer .heavyfooter .bgpart .navpart ul .thumb a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 15px;
  top: 47%;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #8dc031;
}
.g-footer .heavyfooter .bgpart .navpart ul .thumb a:hover {
  opacity: 1;
}
.g-footer .heavyfooter .bgpart .navpart ul .thumb a:hover span {
  color: #8dc031;
}
.g-footer .f-bottom {
  background: #24313c;
  text-align: center;
  padding: 60px 0 60px;
  border-bottom: 14px #8dc031 solid;
}
.g-footer .f-bottom div {
  margin: 40px 0 30px 0;
}
.g-footer .f-bottom div ul li {
  display: inline-block;
  margin: 0 20px;
}
.g-footer .f-bottom div ul li a {
  color: #fff;
  font-size: 12px;
}
.g-footer .f-bottom div ul li a:hover {
  color: #8dc031;
}
.g-footer .f-bottom small {
  color: #fff;
  font-size: 12px;
}
.g-footer .f-bottom .bt-sctop {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: -60px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px rgba(255, 255, 255, 0.4) solid;
}
.g-footer .f-bottom .bt-sctop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(144, 192, 61, 0.6);
}
.g-footer .f-bottom .bt-sctop a span {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: auto;
  right: auto;
  display: block;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1.1;
}
.g-footer .f-bottom .bt-sctop a span br {
  line-height: 1.2;
}
.g-footer .f-bottom .bt-sctop a::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  transform: rotate(45deg);
}
.g-footer .f-bottom .bt-sctop a::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 42%;
  width: 10px;
  height: 8px;
  border-top: 2px #fff solid;
  transform: rotate(45deg);
}
.g-footer .f-bottom .bt-sctop a:hover {
  background: #90c03d;
  opacity: 1;
}
.g-footer .f-bottom .bt-sctop.active {
  bottom: 20px;
  display: block;
  position: fixed;
  z-index: 101;
}
.g-footer .f-bottom .bt-sctop.hit {
  background: #90c03d;
  opacity: 1;
}

.info {
  width: 1060px;
  margin: 0 auto 80px auto;
  padding: 20px 0 0 0;
}
.info .infobox {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 0 0;
  border-top: 1px #cacaca solid;
}
.info .infobox .box {
  text-align: left;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 3.33% 45px 0;
  transition: 0.5s;
}
.info .infobox .box p {
  line-height: 1.6;
}
.info .infobox .box a {
  opacity: 1;
}
.info .infobox .box .date {
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.info .infobox .box .category {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #8dc031;
}
.info .infobox .box:nth-child(3n) {
  margin: 0 0 45px 0;
}
.info .infobox .box:hover {
  opacity: 0.5;
}

/*汎用ナビゲーション*/
.cat-nav {
  width: 1060px;
  margin: 0 auto 0 auto;
}
.cat-nav h2, .cat-nav h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  font-size: 30px;
  margin: 20px 0 20px 0;
}
.cat-nav h4 {
  font-size: 24px;
  margin: 20px 0 20px 0;
  font-weight: 400;
}
.cat-nav p {
  margin: 0 0 30px 0;
  line-height: 1.8;
}
.cat-nav .nav-large {
  margin: 0 0 40px 0;
}
.cat-nav .nav-large ul {
  overflow: hidden;
}
.cat-nav .nav-large ul li {
  float: left;
  overflow: hidden;
  margin: 0 2% 24px 0;
  width: 49%;
}
.cat-nav .nav-large ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 0;
  width: 100%;
  background: #fff;
}
.cat-nav .nav-large ul li a img {
  width: 30%;
  height: auto;
  margin: 0;
  float: left;
}
.cat-nav .nav-large ul li a:hover {
  opacity: 0.8;
}
.cat-nav .nav-large ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 26px;
  top: 50%;
}
.cat-nav .nav-large ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 25px;
  top: 47%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}
.cat-nav .nav-large ul li span {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding: 0 10% 0 5%;
}
.cat-nav .nav-large ul li:nth-child(2n) {
  margin: 0 0 24px 0;
}
.cat-nav .nav-large:last-child {
  margin: 0 0 20px 0;
}
.cat-nav .nav-midd ul {
  overflow: hidden;
}
.cat-nav .nav-midd ul li {
  float: left;
  overflow: hidden;
  margin: 0 2% 24px 0;
  width: 32%;
  border-radius: 4px;
  background: #fff;
  table-layout: fixed;
}
.cat-nav .nav-midd ul li a {
  line-height: 1.5;
  padding: 12px 40px 12px 12px;
  font-size: 14px;
  display: block;
  position: relative;
  vertical-align: middle;
}
.cat-nav .nav-midd ul li a:hover {
  opacity: 0.8;
}
.cat-nav .nav-midd ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 21px;
  top: 50%;
}
.cat-nav .nav-midd ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 44.6%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}
.cat-nav .nav-midd ul li:nth-child(3n) {
  margin: 0 0 24px 0;
}
.cat-nav .nav-midd ul li:nth-child(3n+1) {
  clear: both;
}
.cat-nav .nav-midd ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #fff;
  right: 20px;
  top: 15px;
}
.cat-nav .nav-midd ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 25px;
  top: 20px;
}

/*カテゴリ検索*/
.search-frame {
  width: 1060px;
  margin: 20px auto 0 auto;
}
.search-frame .search-part {
  padding: 0;
}
.search-frame .search-part .years {
  overflow: hidden;
  padding: 0 0 20px 0;
  border-bottom: 1px #cacaca solid;
}
.search-frame .search-part .years li {
  float: left;
  width: 24.5%;
  margin: 0 0.5% 0 0;
}
.search-frame .search-part .years li a {
  border: 1px #8dc031 solid;
  display: block;
  text-align: center;
  line-height: 2.5;
  color: #8dc031;
  transition: 0.5s;
}
.search-frame .search-part .years li a:hover {
  opacity: 0.8;
}
.search-frame .search-part .years li.active a {
  background: #8dc031;
  color: #fff;
}
.search-frame .search-part .category {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px 0;
}
.search-frame .search-part .sub-category {
  border-top: 1px #cacaca solid;
  overflow: hidden;
  margin: 0 0 40px 0;
}
.search-frame .search-part .c-title {
  position: relative;
  width: 20%;
  float: left;
  margin: 35px 0 0 0;
}
.search-frame .search-part .c-title h3 {
  color: #8dc031;
  font-size: 20px;
  text-align: center;
}
.search-frame .search-part .ext {
  position: absolute;
  top: 80px;
  left: 3%;
  display: block;
  padding: 5px 10px 5px 20px;
  width: 110px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #689d38;
  border-radius: 5px;
}
.search-frame .search-part .ext:before {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: 0.5s;
}
.search-frame .search-part .list {
  width: 80%;
  float: left;
  margin: 40px 0 0 0;
}
.search-frame .search-part .list li {
  float: left;
  margin: 0 0 15px 0;
  padding: 0 25px;
  border-left: 1px #cacaca solid;
}
.search-frame .search-part .list li a {
  display: block;
  padding: 0;
  font-size: 14px;
  transition: 0.5s;
  box-sizing: border-box;
  border-bottom: 3px #fff solid;
}
.search-frame .search-part .list li a.act {
  border-bottom: 3px #8dc031 solid;
}
.search-frame .search-part .list li:last-child {
  border-right: 1px #cacaca solid;
}

.search-result {
  padding: 0;
  overflow: hidden;
}
.search-result .noresult {
  background: #fff;
  text-align: center;
  padding: 30px;
  display: none;
}

/*ニュース用*/
.n-result {
  overflow: hidden;
}
.n-result .item {
  float: left;
  overflow: hidden;
  width: 27.5%;
  margin: 0 2.75% 30px 2.75%;
  display: block;
  min-height: 300px;
}
.n-result .item a {
  display: block;
}
.n-result .item a:hover {
  opacity: 0.5;
}
.n-result .item img {
  width: 100%;
}
.n-result .item span.category {
  position: relative;
  display: inline-block;
  float: right;
  margin: -12px 0 0 0;
  background: #689d38;
  padding: 4px 30px;
  color: #fff;
  font-size: 12px;
}
.n-result .item p {
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 1.6;
}
.n-result .item p span {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #8dc031;
}
.n-result .item.none {
  display: none;
}

/*イベント用*/
.e-result {
  overflow: hidden;
}
.e-result .item {
  display: inline-block;
  vertical-align: top;
  width: 27.5%;
  margin: 0 2.75% 50px 2.75%;
  background: #fff;
}
.e-result .item a {
  display: block;
}
.e-result .item .first {
  border-bottom: 1px #cacaca solid;
  height: 90px;
}
.e-result .item .first .date {
  background: #689d38;
  width: 20%;
  float: left;
}
.e-result .item .first .date .month {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  height: 90px;
  width: 20%;
  color: #fff;
}
.e-result .item .first .date .month .day {
  font-size: 11px;
  display: block;
  color: #fff;
}
.e-result .item .first .name {
  width: 80%;
  float: left;
}
.e-result .item .first .name .txt {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  padding: 0 20px;
  font-size: 15px;
}
.e-result .item .first .name .txt .type {
  display: block;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 11px;
  color: #808080;
}
.e-result .item .second {
  padding: 15px 20px;
}
.e-result .item .second ul li {
  font-size: 13px;
  line-height: 2;
  padding-left: 2em;
  text-indent: -2em;
}
.e-result .item .second ul li img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.e-result .item:nth-Child(3n+1) {
  /*clear:both;*/
}
.e-result .item.none {
  display: none;
}

/*汎用コンテンツ用*/
.cec-center.s {
  font-size: 44px;
}
.cec-center.s span {
  font-size: 16px;
}

.sec-ec {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  position: relative;
  clear: both;
  margin: 100px 0;
  padding: 0 0 40px 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 1.8;
}

.sec-ec.large {
  font-size: 34px;
  margin: 50px 0 80px 0;
}

.sec-ec:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 48%;
  width: 30px;
  height: 1px;
  background: #737272;
}

.sec-ec.large:before {
  background: #737272;
}

.textset {
  width: 1060px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;
  letter-spacing: 0.08em;
}
.textset h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  font-size: 30px;
  position: relative;
  text-align: center;
  width: 75%;
  margin: 0 auto 40px auto;
  padding: 0 0 40px 0;
}
.textset h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 40px;
  background: #727272;
  left: 47%;
  bottom: 0;
}
.textset h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 30px 0;
}
.textset p {
  width: 420px;
  margin: 0 auto;
  line-height: 1.8;
}

.content {
  clear: both;
  margin: 0;
  background: #f3f3f3;
  position: relative;
}
.content .datebox {
  background: #fff;
  width: 90%;
  padding: 0 0 20px 0;
}
.content .graypart {
  padding: 50px 0 50px 0;
  position: relative;
}
.content .graypart-sec {
  position: relative;
}
.content .cec-center {
  margin: -95px 0 0 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.content .cec-center.ec2-1-1 {
  margin: -45px 0 0 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.content .intro {
  width: 410px;
  margin: 50px auto;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.content .intro:first-letter {
  font-size: 3em;
  float: left;
  margin: -.2em .2em 0 0;
  padding: 0;
}
.content .twopair-section {
  width: 1060px;
  margin: 80px auto;
  overflow: hidden;
  height: auto;
}
.content .twopair-section .twopair .side {
  background: #8dc031;
  width: 50%;
  float: left;
  margin: 0 0 40px 0;
  position: relative;
}
.content .twopair-section .twopair .side .thumb {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.content .twopair-section .twopair .side h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 38px;
  position: relative;
  width: 80%;
  margin: 40px auto 10px auto;
  padding: 0 0 20px 0;
  color: #fff;
}
.content .twopair-section .twopair .side h2 .icon {
  float: right;
  width: 13%;
  margin: 4px 0 0 0;
}
.content .twopair-section .twopair .side h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background: #fff;
  left: 0px;
  bottom: 0;
}
.content .twopair-section .twopair .side p {
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 80%;
  margin: 25px auto 10px auto;
  color: #fff;
  line-height: 1.8;
}
.content .twopair-section .twopair .side ul {
  width: 80%;
  overflow: hidden;
  margin: 20px 0 30px 50px;
}
.content .twopair-section .twopair .side ul li {
  color: #fff;
  padding: 10px 0 0 36px;
  position: relative;
  line-height: 1.8;
}
.content .twopair-section .twopair .side ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #8dc031;
  border-radius: 10px;
}
.content .twopair-section .twopair .side ul li:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .twopair-section .twopair .side:nth-child(2) {
  width: 50%;
  float: left;
  background: #fff;
}
.content .twopair-section .twopair .side:nth-child(2) .thumb {
  position: relative;
}
.content .twopair-section .twopair .side:nth-child(2) h2 {
  width: 80%;
  font-size: 24px;
  padding: 0;
  color: #8dc031;
  margin: 50px auto 0 auto;
}
.content .twopair-section .twopair .side:nth-child(2) h2:before {
  display: none;
}
.content .twopair-section .twopair .side:nth-child(2) p {
  width: 80%;
  color: #8dc031;
}
.content .twopair-section .twopair .side:nth-child(2) ul {
  width: 80%;
}
.content .twopair-section .twopair .side:nth-child(2) ul li {
  font-size: 15px;
  color: #303030;
}
.content .twopair-section .twopair .side:nth-child(2) .bt-detail {
  width: 60%;
  margin: 0 auto 40px auto;
  overflow: visible;
}
.content .twopair-section .twopair .side:nth-child(2) .bt-detail a {
  min-width: 70%;
}
.content .twopair-section .twopair:nth-child(even) {
  /*偶数*/
}
.content .twopair-section .twopair:nth-child(even) .side:nth-child(1) {
  float: right;
}
.content .twopair-section .twopair:nth-child(3n-1) {
  /*たがいちがい背景用*/
}
.content .twopair-section .twopair:nth-child(3n-1) .side:nth-child(1) {
  background: #689d38;
}
.content .twopair-section .twopair:nth-child(3n) {
  /*たがいちがい背景用*/
}
.content .twopair-section .twopair:nth-child(3n) .side:nth-child(1) {
  background: #689d38;
}
.content .three-box {
  width: 1060px;
  margin: 0 auto 80px auto;
  background: #e8e8e8;
  padding: 70px 0 40px 0;
  text-align: center;
}
.content .three-box .box {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 2% 45px 2%;
}
.content .three-box .box .circle {
  line-height: 0;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 80px;
  line-height: 1;
  margin: 0 auto 20px auto;
}
.content .three-box .box .circle img {
  width: 100%;
  line-height: 1;
}
.content .three-box .box h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
}
.content .three-box .box p {
  font-size: 15px;
  text-align: left;
  margin: 0 0 30px 0;
  line-height: 1.8;
}
.content .three-box .box .bt-detail a {
  min-width: 95%;
  padding: 14px 0;
}

/*下階層2カラム*/
.sec-2col {
  background: url("../imgs/bg_2col.gif") right 0 repeat-y #fff;
  overflow: hidden;
  position: relative;
  margin: 0;
  /*navigation*/
}
.sec-2col .leftframe {
  overflow: hidden;
  padding: 80px 0 40px 0;
  background: url("../imgs/bg_2col.gif") right 0 repeat-y #f3f3f3;
}
.sec-2col .leftframe-w {
  overflow: hidden;
  padding: 40px 0 40px 0;
  background: url("../imgs/bg_2col.gif") right 0 repeat-y #fff;
}
.sec-2col .leftframe-w .leftframe {
  margin: 0;
  padding: 0;
}
.sec-2col .rightnav {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: 270px;
}
.sec-2col .rightnav h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background: #689d38;
  font-size: 24px;
  text-align: center;
}
.sec-2col .rightnav h2 a {
  padding: 45px 30px;
  display: block;
  color: #fff;
}
.sec-2col .rightnav h2 a span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #d0e1c1;
  line-height: 1.4;
}
.sec-2col .rightnav h2 a:hover {
  opacity: 1;
}
.sec-2col .rightnav ul li a {
  position: relative;
  color: #fff;
  display: block;
  padding: 25px 20px 25px 60px;
  border-bottom: #689d38 1px solid;
  background: #8dc031;
}
.sec-2col .rightnav ul li a:before {
  position: absolute;
  content: "";
  top: 32px;
  left: 35px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.5s;
}
.sec-2col .rightnav ul li a:hover {
  background: #c6e57a;
  color: #689d38;
  opacity: 1;
}
.sec-2col .rightnav ul li a:hover:before {
  border-top: #689d38 2px solid;
  border-left: #689d38 2px solid;
}
.sec-2col .rightnav ul .parent {
  position: relative;
}
.sec-2col .rightnav ul .parent .child {
  background: none;
  position: absolute;
  top: 0;
  left: -540px;
  width: 540px;
  height: 0;
  overflow: hidden;
  padding: 0 1px 0 0;
  text-align: right;
}
.sec-2col .rightnav ul .parent .child ul {
  width: 270px;
  background: none;
  float: right;
}
.sec-2col .rightnav ul .parent .child ul li {
  display: inline-block;
  width: 269px;
  margin: 0 1px 1px 0;
}
.sec-2col .rightnav ul .parent .child ul li a {
  text-align: left;
  border: none;
  padding: 25px 20px 25px 35px;
  background: #e8e8e8;
  color: #689d38;
}
.sec-2col .rightnav ul .parent .child ul li a:before {
  display: none;
}
.sec-2col .rightnav ul .parent .child ul li a:hover {
  background: #fff;
  opacity: 1;
}
.sec-2col .rightnav ul .parent .child ul li.active a {
  background: #fff;
}
.sec-2col .rightnav ul .parent .child ul li:nth-child(6n) {
  display: block;
  float: left;
  opacity: 1;
}
.sec-2col .rightnav ul .parent .child.op {
  height: auto;
}
.sec-2col .rightnav ul .parent.active a {
  color: #689d38;
  border-bottom: #689d38 1px solid;
  border-left: #8dc031 1px solid;
  background: #C6E57B;
}
.sec-2col .rightnav ul .parent.active a::before {
  border-top: #689d38 2px solid;
  border-left: #689d38 2px solid;
}
.sec-2col .rightnav ul .parent.active a:hover {
  background: #fff;
}
.sec-2col .rightnav.fixed {
  position: fixed;
  top: 80px;
  bottom: auto;
  z-index: 100;
  pointer-events: auto;
}

/*下階層1カラム*/
.content-single {
  background: #f5f5f5;
  padding: 50px 0;
  /*汎用：SNSボタン*/
}
.content-single .content-gray {
  width: 1060px;
  background: none;
  overflow: hidden;
  margin: 0 auto;
}
.content-single .content-gray .cec-center {
  font-size: 52px;
}
.content-single .content-white {
  width: 900px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 80px;
}
.content-single .foot-module {
  margin: -100px auto 0 auto;
  padding: 0;
  overflow: hidden;
  /*汎用：文責*/
}
.content-single .foot-module .sharebt {
  overflow: hidden;
  display: inline-block;
  float: right;
}
.content-single .foot-module .sharebt ul li {
  float: left;
  margin: 0 0 0 10px;
}
.content-single .foot-module .sharebt ul li .fblikebox {
  border: 0;
  background-color: transparent;
  overflow: hidden;
  width: 119px;
  height: 65px;
}
.content-single .foot-module .sharebt ul li.hb {
  display: block;
}
.content-single .foot-module .sharebt ul li.line {
  display: none;
}
.content-single .foot-module small.auther {
  color: #727272;
  padding: 0 0 50px 50px;
  display: inline-block;
  position: relative;
}
.content-single .foot-module small.auther:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 33px;
  top: 7px;
  left: 0;
  background: #727272;
}

.content-single + .content-single {
  margin: -70px 0 0 0;
}

.content-single.white {
  background: #fff;
}

.leftpart {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 890px;
  margin: 40px 0 60px 0;
}

.leftpart.gray {
  overflow: hidden;
  background: #f3f3f3;
}

.leftpart.gray + .leftpart.gray {
  margin: -40px 0 0 0;
}

.leftpart.m0 {
  overflow: hidden;
  margin: 0;
}

.leftpart.linkset {
  position: relative;
  margin: 0;
}
.leftpart.linkset .link-bt-set {
  width: 890px;
}
.leftpart.linkset .link-bt-set .link-list-div ul {
  margin: 0;
}
.leftpart.linkset .link-bt-set .link-list-div ul li:last-child {
  padding: 0 0 0 20px;
  margin: 0;
}

/*下層汎用*/
/*汎用：日付とカテゴリ*/
.date-category {
  margin: 10px 0 30px 0;
}
.date-category span {
  font-size: 15px;
  margin: 0 35px 0 0;
}
.date-category ul {
  display: inline-block;
}
.date-category ul li {
  padding: 0;
  min-width: 130px;
  background: #e8e8e8;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
}
.date-category ul li:before {
  display: none;
}
.date-category ul li.main-c {
  background: #8dc031;
  color: #fff;
}

.pageindex {
  overflow: hidden;
  border-top: 1px #cacaca solid;
  padding: 30px 0 0 0;
  margin: 0;
}
.pageindex li {
  float: left;
  margin: 0 35px 20px 0;
  padding: 0;
}
.pageindex li a {
  padding: 0 0 0 30px;
  position: relative;
  display: block;
  font-size: 14px;
}
.pageindex li a:after {
  position: absolute;
  content: "";
  top: 3px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-top: #8dc031 2px solid;
  border-left: #8dc031 2px solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: 0.5s;
}
.pageindex li:before {
  display: none;
}

.full-image img {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}

.art-set {
  line-height: 1.8;
  padding: 0 0 100px 0;
  position: relative;
  /*汎用2カラム箱*/
  /*汎用3カラム箱*/
  /*囲み用灰色座布団*/
  /*table*/
  /*様々なリスト*/
}
.art-set .a-set01 {
  line-height: 1.8;
}
.art-set h2 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 30px;
  color: #8dc031;
  margin: 0 0 30px 0;
}
.art-set h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 30px 0;
}
.art-set h4 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 30px 0;
}
.art-set p {
  line-height: 1.8;
  margin: 0 0 40px 0;
}
.art-set p .img-left {
  float: left;
  width: 45%;
  height: auto;
  margin: 0 30px 20px 0;
}
.art-set p .img-right {
  float: right;
  width: 45%;
  height: auto;
  margin: 0 0 20px 30px;
}
.art-set a {
  color: #8dc031;
}
.art-set b {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-weight: bold;
}
.art-set i {
  font-style: italic;
}
.art-set u {
  text-decoration: underline;
}
.art-set strike {
  text-decoration: line-through;
}
.art-set .redtxt {
  color: #e91e63;
}
.art-set .bt-detail {
  margin: 30px 0 0 0;
}
.art-set .bt-detail.top {
  margin-bottom: 50px;
}
.art-set .capimage {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.art-set .capimage img {
  max-width: 100%;
}
.art-set .capimage .caption {
  margin: 0;
  padding: 10px 0 0 40px;
  display: block;
  position: relative;
  font-size: 12px;
  color: #737272;
}
.art-set .capimage .caption:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 33px;
  background: #737272;
  top: 8px;
  left: 0;
}
.art-set .capimage.center {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.art-set .capimage.center .caption {
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 0 50px;
}
.art-set .capimage.center + .side {
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 0;
}
.art-set .capimage.left {
  max-width: 47%;
  float: left;
  margin: 0 40px 0 0;
}
.art-set .capimage.left img {
  width: 100%;
}
.art-set .capimage.left .caption {
  margin: 0;
  padding: 0 0 0 50px;
}
.art-set .capimage.left + .side {
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 0;
}
.art-set .capimage.right {
  max-width: 47%;
  float: right;
  margin: 0 0 0 40px;
}
.art-set .capimage.right .caption {
  float: right;
  margin: 0;
  padding: 0 0 0 50px;
}
.art-set .capimage.right + .side {
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 0;
}
.art-set .side {
  line-height: 1.8;
}
.art-set .twoframe {
  overflow: hidden;
  padding: 0;
}
.art-set .twoframe .itembox {
  overflow: hidden;
  padding: 0;
  margin: 0 0 80px 0;
}
.art-set .twoframe .item {
  width: 46%;
  float: left;
  margin: 0 8% 50px 0;
  line-height: 1.8;
}
.art-set .twoframe .item a {
  display: block;
}
.art-set .twoframe .item img {
  width: 100%;
  margin: 0;
}
.art-set .twoframe .item h4 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0;
}
.art-set .twoframe .item p {
  margin: 0 0 30px 0;
}
.art-set .twoframe .item p:last-child {
  margin: 0;
}
.art-set .twoframe .item:nth-child(even) {
  margin: 0 0 50px 0;
}
.art-set .twoframe .item.imgonly {
  width: 47%;
  float: left;
  margin: 0 6% 30px 0;
}
.art-set .twoframe .item.imgonly img {
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 0;
}
.art-set .twoframe .item.imgonly:nth-child(even) {
  margin: 0;
}
.art-set .twoframe .item.faqparts {
  width: 47%;
  margin: 0 6% 30px 0;
}
.art-set .twoframe .item.faqparts .bt {
  display: block;
  position: relative;
  background: #8fc231;
  color: #fff;
  padding: 30px 65px 30px 35px;
  transition: 0.5s;
}
.art-set .twoframe .item.faqparts .bt:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 35px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: 0.5s;
}
.art-set .twoframe .item.faqparts .bt:hover {
  color: #689d38;
  background: #c6e57a;
  opacity: 1;
}
.art-set .twoframe .item.faqparts .bt:hover:after {
  border-top: #689d38 2px solid;
  border-left: #689d38 2px solid;
}
.art-set .twoframe .item.faqparts .bt.open + p {
  display: block;
}
.art-set .twoframe .item.faqparts p {
  display: none;
  background: #f5f5f5;
  padding: 30px 60px 30px 35px;
  margin: 0;
}
.art-set .twoframe .item.faqparts a.arrow {
  display: inline-block;
  font-size: 15px;
  color: #8dc031;
  margin: 15px 0 0 0;
  padding: 0 25px 0 0;
  position: relative;
}
.art-set .twoframe .item.faqparts a.arrow:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 1px;
  top: 48%;
}
.art-set .twoframe .item.faqparts a.arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 38%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}
.art-set .twoframe .item.faqparts:nth-child(even) {
  margin: 0 0 30px 0;
}
.art-set .twoframe .bt-detail {
  margin: 30px 0 0 0;
  width: auto;
}
.art-set .twoframe .bt-detail a {
  width: 100%;
  box-sizing: border-box;
}
.art-set .twoframe:nth-last-child(1) .item {
  margin-bottom: 30px;
}
.art-set .threeframe {
  overflow: hidden;
  padding: 0 0 30px 0;
}
.art-set .threeframe .item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5% 60px 0;
  line-height: 1.8;
}
.art-set .threeframe .item a {
  display: block;
}
.art-set .threeframe .item img {
  width: 100%;
  margin: 0 0 0 0;
}
.art-set .threeframe .item h4 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0;
}
.art-set .threeframe .item p {
  margin: 0 0 30px 0;
}
.art-set .threeframe .item p .cap {
  margin: 16px 0 0 0;
  display: inline-block;
  font-size: 12px;
}
.art-set .threeframe .item .achivement h4 {
  text-align: center;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #689d38;
  line-height: 1;
}
.art-set .threeframe .item .achivement p {
  margin: 0 0 30px 0;
  line-height: 1;
  text-align: center;
  font-family: "Roboto";
  font-weight: 100;
  font-size: 80px;
  color: #689d38;
}
.art-set .threeframe .item .achivement p span {
  font-size: 18px;
  color: #689d38;
}
.art-set .threeframe .item.a-item {
  margin: 0 3.5% 40px 0;
}
.art-set .threeframe .item.a-item:nth-child(3n) {
  margin: 0;
}
.art-set .threeframe .bt-detail {
  padding: 0;
}
.art-set .threeframe .bt-detail a {
  min-width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.art-set .threeframe.img {
  padding: 0 0 60px 0;
  margin: 0;
}
.art-set .threeframe.img .item {
  margin: 0 3.5% 0 0;
}
.art-set .threeframe.img .item:nth-child(3n) {
  margin: 0;
}
.art-set .threeframe:nth-last-child(1) .item {
  /*margin-bottom:0;*/
}
.art-set .grayframe {
  background: #f3f3f3;
  margin: 0 0 20px 0;
  padding: 30px 35px;
  overflow: hidden;
}
.art-set .grayframe h3.gray {
  color: #737373;
  border-bottom: 1px #cacaca solid;
  padding: 0 0 20px 0;
}
.art-set .grayframe .thumb {
  float: left;
  max-width: 45%;
  margin: 0 5% 0 0;
}
.art-set .grayframe .right {
  overflow: hidden;
}
.art-set .grayframe .right h3 {
  font-size: 18px;
  color: #689d38;
  margin: 0 0 20px 0;
}
.art-set .grayframe .right p {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.art-set .grayframe .right a {
  font-size: 15px;
  color: #8dc031;
  margin: 0;
  padding: 0 25px 0 0;
  position: relative;
}
.art-set .grayframe .right a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 1px;
  top: 9px;
}
.art-set .grayframe .right a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 6px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}
.art-set .grayframe .alert {
  margin: 20px 0 0 0;
  font-size: 12px;
}
.art-set .grayframe .alert .red {
  color: #e91e63;
}
.art-set .grayframe .bt-detail {
  margin: 40px 0 10px 0;
}
.art-set .grayframe .nopadding {
  padding: 0;
  margin: 0;
}
.art-set .grayframe .center {
  text-align: center;
  font-size: 13px;
}
.art-set .table-normal {
  overflow-x: auto;
  margin: 0 0 40px 0;
}
.art-set .table-normal table {
  width: 100%;
}
.art-set .table-normal table th, .art-set .table-normal table td {
  background: #f7f8f8;
  padding: 20px;
}
.art-set .table-normal table th {
  background: #e8e8e8;
}
.art-set .table-normal table thead th:nth-child(1) {
  background: #cacaca;
}
.art-set table {
  width: 100%;
}
.art-set table th, .art-set table td {
  background: #f7f8f8;
  padding: 20px;
}
.art-set table th {
  background: #e8e8e8;
}
.art-set table thead th:nth-child(1) {
  background: #cacaca;
}
.art-set ul {
  margin: 0 0 40px 30px;
  overflow: visible;
  list-style-position: outside;
}
.art-set ul li {
  list-style-type: disc;
  line-height: 1.7;
  padding: 0 0 10px 0;
  position: relative;
}
.art-set ul li img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.art-set ul li ul {
  margin: 10px 0 0 30px;
}
.art-set ul li ul li {
  list-style-type: circle;
}
.art-set ul li ul li ul li {
  list-style-type: square;
}
.art-set ul li ol {
  margin: 10px 0 0 30px;
}
.art-set ul li ol li {
  list-style-type: decimal;
}
.art-set ul li:last-child {
  padding-bottom: 0;
}
.art-set ul:last-child {
  margin: 0 0 0 30px;
}
.art-set ol {
  margin: 0 0 40px 30px;
  overflow: visible;
  list-style-position: outside;
}
.art-set ol li {
  list-style-type: decimal;
  line-height: 1.7;
  padding: 0 0 10px 0;
  position: relative;
}
.art-set ol li ol {
  margin: 10px 0 0 30px;
}
.art-set ol li ul {
  margin: 10px 0 0 30px;
}
.art-set ol li ul li {
  list-style-type: circle;
}
.art-set ol li ul li ul li {
  list-style-type: square;
}
.art-set ol li:last-child {
  padding-bottom: 0;
}
.art-set ol:last-child {
  margin: 0 0 0 30px;
}
.art-set .link-bt-set {
  position: relative;
  padding: 50px 0 10px 0;
  margin: 0;
  overflow: hidden;
}
.art-set .link-bt-set h3 {
  margin: 0 auto 30px auto;
  width: 90%;
  color: #737373;
}
.art-set .link-bt-set .bt-detail {
  float: left;
  width: 31%;
  margin: 0 3.5% 20px 0;
  padding: 0;
}
.art-set .link-bt-set .bt-detail a {
  min-width: 100%;
  box-sizing: border-box;
}
.art-set .link-bt-set .bt-detail:nth-child(3n) {
  margin: 0 0 20px 0;
}
.art-set .link-bt-set .bt-detail:before {
  display: none;
}
.art-set .link-list-div h3 {
  font-size: 20px;
}
.art-set .link-list-div h4 {
  font-size: 18px;
  margin: 0 auto 25px auto;
}
.art-set .link-list-div ul {
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}
.art-set .link-list-div li {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  /*
  a.blank:before{
  	content:"";position:absolute;
  	height:7px;width:7px;border:2px $green-l solid;
  	right:0;bottom:5px;
  }
  */
}
.art-set .link-list-div li a {
  color: #8dc031;
  position: relative;
  padding: 0 25px 0 0;
}
.art-set .link-list-div li a img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.art-set .link-list-div li a.blank:after {
  content: url("../imgs/icon_blank.png");
  /*position:absolute;
  width: 0;height: 0;
  height:7px;width:7px;
  border:none;
  border-left:2px $green-l solid;
  border-bottom:2px $green-l solid;
  right:5px;bottom:2px;
  */
}
.art-set .link-list-div li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #8dc031;
  left: 0;
  top: 12px;
  border-radius: 2px;
}
.art-set .link-list-div:nth-of-type(odd) {
  margin: 0 0 40px 5%;
  width: 42%;
  float: left;
  clear: both;
}
.art-set .link-list-div:nth-of-type(even) {
  margin: 0 0 40px 5%;
  width: 42%;
  float: left;
}
.art-set .listset01 {
  padding: 0 0 40px 0;
}
.art-set .listset01 ul {
  overflow: hidden;
}
.art-set .listset01 ul li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 5% 24px 0;
  width: 45%;
  border-radius: 4px;
  background: #f3f3f3;
  display: table;
  table-layout: fixed;
}
.art-set .listset01 ul li a {
  min-height: 52px;
  line-height: 1.5;
  padding: 12px 20px 12px 12px;
  font-size: 14px;
  display: block;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.art-set .listset01 ul li a:hover {
  opacity: 0.8;
}
.art-set .listset01 ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 21px;
  top: 50%;
}
.art-set .listset01 ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 44%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}
.art-set .listset01 ul li:nth-child(2n) {
  margin: 0 0 24px 0;
}
.art-set .listset01 ul li:before {
  display: none;
}
.art-set .listset01 ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #f3f3f3;
  right: 20px;
  top: 15px;
}
.art-set .listset01 ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 25px;
  top: 20px;
}
.art-set .sitemap {
  width: 90%;
  overflow: hidden;
  margin: 0 auto 70px auto;
}
.art-set .sitemap h2.underline {
  border-bottom: 1px #8dc031 solid;
  padding: 0 0 30px 0;
}
.art-set .sitemap .sitemap-ul {
  margin: 0 0 40px 20px;
  width: 45%;
  float: left;
}
.art-set .sitemap .sitemap-ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 20px 20px;
}
.art-set .sitemap .sitemap-ul li a {
  position: relative;
  padding: 0 25px 0 0;
}
.art-set .sitemap .sitemap-ul li a.blank:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #fff;
  right: 0px;
  top: 5px;
}
.art-set .sitemap .sitemap-ul li a.blank:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 5px;
  top: 10px;
}
.art-set .sitemap .sitemap-ul li:before {
  position: absolute;
  content: "";
  background: #8dc031;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  top: 12px;
  left: 4px;
}
.art-set .sitemap .sitemap-ul ul {
  margin: 20px 0 0 0;
}
.art-set .sitemap .sitemap-ul ul li:before {
  width: 4px;
  height: 1px;
  border-radius: 0px;
  top: 10px;
  left: 4px;
}

.art-set.sc h2 {
  margin: 100px 0 20px 0;
}
.art-set.sc .grayframe {
  margin: 100px 0 20px 0;
}

.new-article {
  width: 1060px;
  margin: 0 auto 70px auto;
  background: #fff;
  padding: 70px 0;
  letter-spacing: 0.08em;
  overflow: hidden;
}
.new-article .leftpart {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0 auto 70px auto;
}
.new-article .leftpart:last-child {
  margin: 0 auto 0 auto;
}

.whitebox {
  background: #fff;
  padding: 40px 5% 0 5%;
  margin: 40px 0 0 0;
}

.graybox {
  padding: 40px 0 0 0;
  margin: 0;
}

/*slick用*/
.slick-slide .item a {
  display: block;
}

.content-box-full {
  margin: 0 0 70px 0;
}

/*汎用：画像と文字互い違いセットA*/
.intropart {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px #cacaca solid;
}
.intropart .block {
  overflow: hidden;
  margin: 0;
}
.intropart .block .image {
  line-height: 0;
  float: left;
  margin: 0 60px 30px 0;
}
.intropart .block .text {
  margin: 0 0 0 50%;
  padding: 50px 0 0 0;
  width: 50%;
  line-height: 1.8;
}
.intropart .block .text h2 {
  position: relative;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
  font-size: 32px;
}
.intropart .block .text h2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  bottom: 0;
  background: #8dc031;
}
.intropart .block .text h3 {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 40px 0;
  color: #303030;
}
.intropart .block .text p {
  margin: 0 0 40px 0;
  line-height: 1.8;
}
.intropart .block.right .image {
  line-height: 0;
  float: right;
  margin: 0 0 30px 60px;
}
.intropart .block.right .text {
  margin: 0 40% 0 0;
  padding: 50px 0 0 0;
  width: 60%;
}

.intropart:nth-last-child(1) {
  margin: 0;
  padding: 0;
  border: none;
}

/*上のものの下にリストがつくもの*/
.introlist {
  background: #fff;
  width: 100%;
  margin: 0 auto 50px auto;
}
.introlist h2 {
  font-size: 20px;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  text-align: center;
  padding: 40px 0 0 0;
}
.introlist ul {
  width: 90%;
  margin: 0 auto 30px auto;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.introlist ul li {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  margin: 0 3.5% 25px 2.5%;
  padding: 0 0 0 5%;
  position: relative;
  list-style-type: none;
  text-align: left;
}
.introlist ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #8dc031;
  border-radius: 10px;
}
.introlist ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*汎用：問い合わせセット*/
.ask {
  padding: 10px 0;
  width: 100%;
}
.ask p {
  line-height: 1;
  font-size: 38px;
  font-family: "Roboto";
  font-weight: 100;
  color: #689d38;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.ask p span {
  font-size: 13px;
  color: #689d38;
}
.ask p img {
  margin: 0 25px 0 0;
}

/*汎用ボタン左揃え*/
.bt-detail.left {
  text-align: left;
}
.bt-detail.left a {
  text-align: center;
}

/*汎用まとめナビ*/
.sec-nav-part {
  padding: 0 0 30px 0;
}
.sec-nav-part h3 {
  width: 1060px;
  margin: 0 auto 30px auto;
  padding: 50px 0 0 0;
  font-size: 30px;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #8dc031;
  letter-spacing: 0.08em;
}
.sec-nav-part nav {
  width: 1060px;
  margin: 0 auto;
}
.sec-nav-part .large ul {
  border-top: 1px #ccc solid;
}
.sec-nav-part .large ul li {
  padding: 25px 20px;
  border-bottom: 1px #ccc solid;
}
.sec-nav-part .large ul li img {
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.sec-nav-part .large ul .blank a {
  position: relative;
  padding: 0 25px 0 0;
}
.sec-nav-part .large ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #fff;
  right: 0px;
  bottom: 4px;
}
.sec-nav-part .large ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 5px;
  bottom: 1px;
}
.sec-nav-part .middle ul {
  overflow: hidden;
}
.sec-nav-part .middle ul li {
  width: 45%;
  float: left;
  padding: 15px 0 10px 15px;
  position: relative;
}
.sec-nav-part .middle ul li a img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.sec-nav-part .middle ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #8dc031;
  border-radius: 3px;
  left: 0;
  top: 48%;
}
.sec-nav-part .middle ul .blank a {
  position: relative;
  padding: 0 25px 0 0;
}
.sec-nav-part .middle ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #fff;
  right: 0px;
  bottom: 4px;
}
.sec-nav-part .middle ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 5px;
  bottom: 1px;
}
.sec-nav-part .small ul {
  overflow: hidden;
}
.sec-nav-part .small ul li {
  float: left;
  margin: 0 2% 24px 0;
  width: 30%;
  border-radius: 4px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
.sec-nav-part .small ul li a {
  line-height: 1.5;
  padding: 12px 25px 12px 12px;
  font-size: 14px;
  display: block;
  position: relative;
  transition: 0.5s;
  display: table-cell;
  vertical-align: middle;
  background: #f3f3f3;
}
.sec-nav-part .small ul li a:hover {
  opacity: 0.8;
}
.sec-nav-part .small ul li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  background: #8dc031;
  right: 10px;
  top: 50%;
}
.sec-nav-part .small ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  top: 45%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}
.sec-nav-part .small ul li:nth-child(3n+1) {
  clear: both;
}
.sec-nav-part .small ul .blank a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 2px #8dc031 solid;
  background: #f3f3f3;
  right: 10px;
  top: 15px;
}
.sec-nav-part .small ul .blank a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  height: 7px;
  width: 7px;
  border: none;
  border-left: 2px #8dc031 solid;
  border-bottom: 2px #8dc031 solid;
  right: 15px;
  top: 20px;
}

.sec-content-foot {
  position: relative;
  overflow: hidden;
  background: #999;
  width: 100%;
  height: 380px;
  line-height: 0;
}
.sec-content-foot a .image {
  width: 100%;
  transition: 0.5s;
  opacity: 0.6;
}
.sec-content-foot a:hover {
  opacity: 1;
}
.sec-content-foot a:hover .image {
  opacity: 1;
}
.sec-content-foot a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 60px;
  background: #8dc031;
  right: 41px;
  top: 50%;
  z-index: 10;
}
.sec-content-foot a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 40px;
  top: 49%;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #8dc031;
}
.sec-content-foot .ctitle {
  position: absolute;
  bottom: 10%;
  line-height: 1.5;
}
.sec-content-foot .ctitle span {
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 300;
  display: inline-block;
  background: #8dc031;
  color: #fff;
  font-size: 42px;
  padding: 8px 10px;
}
.sec-content-foot .ctitle .small {
  font-family: "Noto Sans JP" , sans-serif;
  margin: 10px 0 0 0;
  font-size: 20px;
}

/**ヨコハマから世界へ+AboutYCU**/
.content.white > .y-content {
  /*padding:10px 0 0px 0;*/
}

.y-content {
  width: 1060px;
  margin: 0 auto 0 auto;
  padding: 10px 0 100px 0;
  position: relative;
}
.y-content .sec-ec.large {
  margin: 50px 0;
}
.y-content .intro {
  width: 500px;
  margin: 0 auto 0 auto;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.y-content .intro:first-letter {
  font-size: 3em;
  float: left;
  margin: -.2em .2em 0 0;
  padding: 0;
}
.y-content .cec.y {
  top: -50px;
  margin: 0 0 100px 0;
  display: block;
  position: absolute;
}
.y-content .circle-four {
  margin: 60px 0 0 0;
}
.y-content .search-frame {
  margin: 100px auto 0 auto;
}
.y-content .search-frame .n-result .item {
  width: 85%;
  margin: 0 0 50px 7.5%;
  min-height: auto;
}
.y-content .search-frame .n-result .item span {
  background: #00a6e3;
}
.y-content .search-frame .n-result .item span.gg {
  background: #24313c;
}
.y-content .search-frame .n-result .item a:hover {
  /*opacity:1;*/
}
.y-content .y-twopair {
  margin: 0 auto;
  overflow: hidden;
}
.y-content .y-twopair .item {
  display: inline-block;
  position: relative;
  float: left;
  width: 530px;
  margin: 0 0 80px 0;
}
.y-content .y-twopair .item a {
  display: block;
}
.y-content .y-twopair .item img {
  width: 100%;
  height: auto;
}
.y-content .y-twopair .item h3 {
  position: relative;
  margin: -24px 0 0 0;
}
.y-content .y-twopair .item h3 span {
  padding: 6px 8px;
  display: inline-block;
  max-width: 85%;
  background: #8dc031;
  color: #fff;
  font-size: 26px;
}
.y-content .y-twopair .item h4 {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 0 10px 0;
  background: #00a6e3;
  padding: 6px 8px;
}
.y-content .y-twopair .item h4.gg {
  background: #24313c;
}
.y-content .y-twopair .item p {
  margin: 20px 0 0 0;
}
.y-content .y-twopair .item p span {
  padding: 0 20px 0 0;
  font-size: 12px;
}
.y-content .y-twopair .item:nth-Child(even) {
  margin: 70px 0 80px 0;
}
.y-content .y-twopair:nth-of-type(1) {
  margin: 100px auto 0 auto;
}
.y-content .twopair-section .twopair {
  margin: 0 0 50px 0;
  overflow: hidden;
}
.y-content .twopair-section .twopair .side h2 img {
  width: 90%;
  height: auto;
}
.y-content .twopair-section .twopair .side h2:before {
  display: none;
}
.y-content .twopair-section .twopair .side h3 {
  width: 75%;
  margin: 0 0 0 60px;
  font-size: 24px;
  color: #fff;
}
.y-content .twopair-section .twopair .side + .side p {
  width: 60%;
  padding: 100px 0;
  margin: 0 auto;
  color: #303030;
}
.y-content .twopair-section .twopair .side.tex {
  background: url("../imgs/y_line01.png") 0 bottom no-repeat;
  background-color: #fff;
}
.y-content .twopair-section .twopair.second .side {
  float: right;
}
.y-content .twopair-section .twopair.second .side h2 img {
  width: 60%;
  height: auto;
  margin: 40px 0 0 10%;
}
.y-content .twopair-section .twopair.second .side h3 {
  width: 50%;
  margin: 0 0 0 19%;
  font-size: 24px;
  color: #fff;
}
.y-content .twopair-section .twopair.second .side:nth-Child(1) {
  background: #24313c;
}
.y-content .twopair-section .twopair.second .side + .side {
  background: url("../imgs/y_line02.png") 0 bottom no-repeat;
  background-color: #fff;
}
.y-content .twoframe {
  margin: 0 0 30px 0;
}
.y-content .twoframe .item {
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 5% 25px 0;
}
.y-content .twoframe .item a {
  color: #303030;
}
.y-content .twoframe .item:nth-Child(2n) {
  margin: 0 0 25px 0;
}
.y-content .threeframe {
  margin: 0 0 30px 0;
}
.y-content .threeframe .item {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 4% 30px 0;
}
.y-content .threeframe .item a {
  color: #303030;
}
.y-content .threeframe .item:nth-Child(3n) {
  margin: 0 0 25px 0;
}
.y-content .academism .block .text {
  padding: 60px 0 0 0;
}
.y-content .academism .block .text h2 {
  font-size: 32px;
}
.y-content .academism .block .image {
  border-bottom: none;
}

.y-content.last {
  padding: 10px 0 0 0;
}

.white {
  background: #fff;
}

main.about .y-content {
  padding: 0 0 80px 0;
}

main.about .content + .bannerarea {
  margin: 20px 0 0 0;
}

/**micro**/
.m-intro {
  width: 1060px;
  margin: 0 auto 0 auto;
  padding: 100px 0;
  position: relative;
  overflow: visible;
}
.m-intro .m-cec {
  border-top: 1px #cacaca solid;
  width: 740px;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.06em;
  margin: 0 auto 50px auto;
  padding: 50px 0 0 0;
  font-weight: 100;
}
.m-intro .m-cec span {
  letter-spacing: 0.08em;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.m-intro h2 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.m-intro p {
  width: 400px;
  margin: 0 auto 50px auto;
  line-height: 1.8;
}
.m-intro .bt-box {
  text-align: center;
  margin: 30px 0 0 0;
}
.m-intro .bt-box .bt-detail {
  display: inline-block;
  margin: 0 1%;
}
.m-intro .bt-box .bt-detail a {
  max-width: 268px;
  min-width: 235px;
}
.m-intro .intro {
  margin: 30px auto 20px auto;
}

.m-intro.error {
  clear: both;
  padding: 0 0 100px 0;
}
.m-intro.error p {
  width: 100%;
  margin: 0 0 100px 0;
  text-align: center;
}

.m-intro.empty {
  clear: both;
  padding: 50px 0;
}

.m-intro.empty + .news {
  margin: -15px auto 0 auto;
}

.m-intro.empty + .m-frame.art-set {
  margin: -20px auto 0 auto;
}

.m-result {
  overflow: hidden;
  margin: 50px 0;
}
.m-result .item {
  overflow: hidden;
  width: 27.5%;
  margin: 50px 2.5% 0 2.5%;
  display: inline-block;
  vertical-align: top;
  min-height: 250px;
}
.m-result .item img {
  width: 100%;
}
.m-result .item a {
  display: block;
}
.m-result .item span.category {
  position: relative;
  display: inline-block;
  float: right;
  margin: -12px 0 0 0;
  background: #689d38;
  padding: 4px 30px;
  color: #fff;
  font-size: 12px;
}
.m-result .item p {
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.info.micro {
  margin: 0 auto 60px auto;
}
.info.micro .infobox {
  margin: 0 auto;
}
.info.micro .infobox .box {
  margin-bottom: 0;
}
.info.micro .infobox .box a .category:nth-last-child(1) {
  display: block;
}
.info.micro .infobox .box a .category:not(:nth-last-child(1)) {
  display: none;
}
.info.micro h3 {
  color: #727272;
  font-size: 24px;
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  padding: 0 0 10px 0;
}
.info.micro h3 a {
  font-size: 15px;
  display: block;
  float: right;
}
.info.micro h3 a img {
  vertical-align: middle;
  margin: 0 0 2px 5px;
}
.info.micro .bt-detail {
  display: none;
}
.info.micro .infobox + h3 {
  margin-top: 50px;
}

.m-content {
  width: 1060px;
  margin: 0 auto;
}
.m-content .block {
  margin: 0 0 60px 0;
}
.m-content .block .image {
  border: none;
}
.m-content .img_right .text {
  padding: 0;
  margin: 0;
}

.m-frame {
  width: 1060px;
  margin: 70px auto 0 auto;
}

.m-frame.art-set {
  margin: 80px auto 0 auto;
  padding: 0;
}

.cat-top-mainvisual + .m-frame.art-set {
  margin: 100px auto 0 auto;
}

.plain {
  margin: 70px auto 0 auto;
}

.m-grayset {
  margin: 0 auto;
}
.m-grayset h4 {
  color: #8dc031;
  text-align: center;
  font-size: 20px;
}
.m-grayset .grayframe {
  padding: 70px 70px 40px 70px;
}
.m-grayset .grayframe .art-set {
  padding: 0;
}
.m-grayset .grayframe .art-set p {
  margin: 0;
}

.grayset .grayframe p {
  margin: 0;
}

.m-content-box {
  width: 1160px;
  margin: 0 auto;
}

.sc-part {
  width: 48%;
  float: left;
  margin: 0 4% 25px 0;
}
.sc-part h3 {
  padding: 16px 0 0 0;
  font-size: 16px;
  width: 27%;
  float: left;
}
.sc-part h3 span {
  display: block;
  margin: 10px 0;
  color: #8dc031;
  font-size: 14px;
}
.sc-part .listsec {
  position: relative;
  width: 73%;
  float: left;
}
.sc-part .listsec h4 {
  position: relative;
  background: #8dc031;
  color: #fff;
  font-size: 16px;
  padding: 20px 25px;
  transition: 0.5s;
}
.sc-part .listsec h4 span {
  transition: 0.5s;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.sc-part .listsec h4:after {
  transition: 0.5s;
  position: absolute;
  content: "";
  top: 45%;
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sc-part .listsec ul {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  opacity: 0;
}
.sc-part .listsec ul li {
  display: block;
  border-bottom: 1px #737272 solid;
}
.sc-part .listsec ul li a {
  display: block;
  padding: 20px 25px;
  background: #f5f5f5;
}
.sc-part .listsec ul li a:hover {
  opacity: 1;
  background: #fff;
}
.sc-part .listsec ul li span {
  display: block;
  font-size: 14px;
  color: #737272;
}
.sc-part .listsec ul.open {
  display: block;
}
.sc-part .listsec:hover h4 {
  background: #c6e57a;
  color: #689d38;
}
.sc-part .listsec:hover h4 span {
  color: #689d38;
}
.sc-part .listsec:hover h4:after {
  border-top: #689d38 2px solid;
  border-left: #689d38 2px solid;
}

.sc-part:nth-child(even) {
  margin: 0 0 25px 0;
}

table.scholar {
  width: 100%;
  margin: 0 auto;
}
table.scholar thead {
  width: 100%;
}
table.scholar tbody {
  width: 100%;
}
table.scholar tbody a {
  text-decoration: underline;
}
table.scholar tr.title {
  overflow: hidden;
  display: table;
  width: 100%;
  background: #fff;
  margin: 0 0 20px 0;
}
table.scholar tr.title th {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  border-right: 2px #cacaca solid;
}
table.scholar tr.title th:nth-child(1) {
  width: 17%;
}
table.scholar tr.title th:nth-child(2) {
  width: 11%;
}
table.scholar tr.title th:nth-child(n+3) {
  width: 18%;
}
table.scholar tr.title th:nth-last-child(1) {
  border: none;
}
table.scholar tr.detail {
  overflow: hidden;
  display: table;
  width: 100%;
  background: #fff;
  margin: 0 0 15px 0;
}
table.scholar tr.detail td {
  box-sizing: border-box;
  vertical-align: top;
  padding: 20px;
  border-right: 2px #cacaca solid;
  position: relative;
}
table.scholar tr.detail td span {
  display: block;
  font-size: 14px;
  color: #737272;
  margin: 10px 0 0 0;
}
table.scholar tr.detail td .status {
  display: none;
}
table.scholar tr.detail td .btbox {
  margin: 20px 0 0 0;
}
table.scholar tr.detail td .btbox .map {
  text-decoration: none;
  width: 100%;
  display: block;
  background: #689d38;
  font-size: 12px;
  color: #fff;
  padding: 3px 6px;
  margin: 8px 0 0 0;
}
table.scholar tr.detail td .btbox .map img {
  float: right;
  margin: 3px 0 0 5px;
}
table.scholar tr.detail td:nth-child(1) {
  width: 17%;
}
table.scholar tr.detail td:nth-child(2) {
  width: 11%;
}
table.scholar tr.detail td:nth-child(n+3) {
  width: 18%;
}
table.scholar tr.detail td:nth-last-child(1) {
  border: none;
}

table.scholar.bid thead tr.title th:nth-Child(1) {
  width: 13%;
}
table.scholar.bid thead tr.title th:nth-Child(2) {
  width: 16%;
}
table.scholar.bid thead tr.title th:nth-Child(3) {
  width: 49%;
}
table.scholar.bid thead tr.title th:nth-Child(4) {
  width: 11%;
}
table.scholar.bid thead tr.title th:nth-Child(5) {
  width: 11%;
}
table.scholar.bid tbody tr.detail td .green {
  display: inline;
  background: #689d38;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 12px;
}
table.scholar.bid tbody tr.detail td .targ {
  margin: 0;
  color: #8dc031;
  font-size: 14px;
}
table.scholar.bid tbody tr.detail td .targ img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
table.scholar.bid tbody tr.detail td:not(:nth-child(3)) {
  text-align: center;
}
table.scholar.bid tbody tr.detail td:nth-Child(1) {
  width: 13%;
}
table.scholar.bid tbody tr.detail td:nth-Child(2) {
  width: 16%;
}
table.scholar.bid tbody tr.detail td:nth-Child(3) {
  width: 49%;
}
table.scholar.bid tbody tr.detail td:nth-Child(4) {
  width: 11%;
}
table.scholar.bid tbody tr.detail td:nth-Child(5) {
  width: 11%;
}
table.scholar.bid tbody tr.detail td.over {
  background: #979797;
  color: #fff;
  border: none;
}
table.scholar.bid tbody tr.detail td.active {
  background: #8fc231;
  color: #fff;
  border: none;
}
table.scholar.bid tbody tr.detail td.open {
  background: #689d38;
  color: #fff;
  border: none;
}
table.scholar.bid tbody tr.detail td.before {
  background: #c6e57a;
  color: #689f38;
  border: none;
}
table.scholar.bid tbody tr.detail td.report {
  background: #c6e57a;
  color: #689f38;
  border: none;
}

table.scholar.bid.ext thead tr th:nth-Child(1) {
  width: 10%;
}
table.scholar.bid.ext thead tr th:nth-Child(2) {
  width: 14%;
}
table.scholar.bid.ext thead tr th:nth-Child(3) {
  width: 51%;
}
table.scholar.bid.ext thead tr th:nth-Child(4) {
  width: 11%;
}
table.scholar.bid.ext thead tr th:nth-Child(5) {
  width: 14%;
}
table.scholar.bid.ext tbody tr.detail td:nth-Child(1) {
  width: 10%;
}
table.scholar.bid.ext tbody tr.detail td:nth-Child(2) {
  width: 14%;
}
table.scholar.bid.ext tbody tr.detail td:nth-Child(3) {
  width: 51%;
}
table.scholar.bid.ext tbody tr.detail td:nth-Child(4) {
  width: 11%;
  padding: 22px 0;
}
table.scholar.bid.ext tbody tr.detail td:nth-Child(5) {
  width: 14%;
  padding: 22px 10px;
  text-align: left;
}

table.scholar.bid.offer thead tr th:nth-Child(1) {
  width: 10%;
}
table.scholar.bid.offer thead tr th:nth-Child(2) {
  width: 30%;
}
table.scholar.bid.offer thead tr th:nth-Child(3) {
  width: 30%;
}
table.scholar.bid.offer thead tr th:nth-Child(4) {
  width: 10%;
}
table.scholar.bid.offer thead tr th:nth-Child(5) {
  width: 10%;
}
table.scholar.bid.offer thead tr th:nth-Child(6) {
  width: 10%;
}
table.scholar.bid.offer tbody tr.detail td a {
  color: #8dc031;
}
table.scholar.bid.offer tbody tr.detail td span {
  display: none;
}
table.scholar.bid.offer tbody tr.detail td:nth-Child(1) {
  width: 10%;
}
table.scholar.bid.offer tbody tr.detail td:nth-Child(2) {
  width: 30%;
  text-align: left;
}
table.scholar.bid.offer tbody tr.detail td:nth-Child(3) {
  width: 30%;
}
table.scholar.bid.offer tbody tr.detail td:nth-Child(4) {
  width: 10%;
}
table.scholar.bid.offer tbody tr.detail td:nth-Child(5) {
  width: 10%;
}
table.scholar.bid.offer tbody tr.detail td:nth-Child(6) {
  width: 10%;
}

table.scholar-detail {
  width: 100%;
  margin: 0 auto 50px auto;
}
table.scholar-detail tbody a {
  text-decoration: underline;
}
table.scholar-detail tbody a.green {
  display: inline-block;
  text-decoration: none;
  color: #689d38;
}
table.scholar-detail tbody tr th {
  width: 22%;
  padding: 22px 10px;
  line-height: 2;
  background: #e4e4e4;
}
table.scholar-detail tbody tr td {
  width: 78%;
  padding: 22px 20px;
  line-height: 2;
  background: #f7f8f8;
}
table.scholar-detail tbody tr td .btbox {
  position: static;
}
table.scholar-detail tbody tr td .btbox .map {
  text-decoration: none;
  display: inline-block;
  background: #689d38;
  font-size: 14px;
  color: #fff;
  padding: 3px 6px;
  margin: 0 5px 0 0;
}
table.scholar-detail tbody tr td .btbox .map img {
  margin: 0 0 0 5px;
}
table.scholar-detail tbody tr td a {
  color: #8dc031;
}
table.scholar-detail tbody tr td b {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-weight: bold;
}
table.scholar-detail tbody tr td i {
  font-style: italic;
}
table.scholar-detail tbody tr td u {
  text-decoration: underline;
}
table.scholar-detail tbody tr td strong {
  font-family: "Roboto", "Noto Sans JP", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-weight: bold;
}
table.scholar-detail tbody tr td ol {
  margin: 10px 0 10px 0;
}
table.scholar-detail tbody tr td ol > li {
  list-style-type: decimal;
  margin: 0 0 0 18px;
  line-height: 1.8;
}
table.scholar-detail tbody tr td ul {
  margin: 10px 0 10px 0;
}
table.scholar-detail tbody tr td ul > li {
  list-style-type: disc;
  margin: 0 0 0 18px;
  line-height: 1.8;
}
table.scholar-detail tbody tr span {
  display: block;
  font-size: 14px;
  color: #737272;
  /*font-weight: 100;*/
}
table.scholar-detail tbody tr span.label {
  font-size: 16px;
  color: #8dc031;
}

table.scholar-detail.linkbk td a {
  color: #030303;
}

.eventover {
  background: #689d38;
  font-size: 24px;
  padding: 20px 0;
  margin: 0 0 60px 0;
  text-align: center;
  color: #fff;
}

/*loading*/
.loadingsec {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.loadingsec .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #8dc031;
}
.loadingsec .title {
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingsec .title .logomark {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0;
}
.loadingsec .title .load {
  display: block;
  margin: 0 auto 0 auto;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 1280px) {
  /***globalheader-PC***/
  .g-header .maintitle {
    width: 20%;
  }
  .g-header .gnavarea .main-nav ul li {
    font-size: 14px;
    margin: 0 0 0 20px;
    padding: 20px 0 0 0;
  }
  .g-header .gnavarea .main-nav ul li a {
    padding: 0 0 30px 0;
  }

  /**グローバルメニュースクロールfix状態**/
  .fixed .main-nav ul {
    margin: 0 auto;
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
  }
  .fixed .gnavarea .main-nav ul li {
    float: none;
    padding: 30px 0 0 0;
    display: inline-block;
  }
  .fixed .gnavarea .main-nav ul li a {
    color: #fff;
  }

  .top-mainvisual .imgfield {
    position: absolute;
    height: 100%;
  }
  .top-mainvisual .imgfield img {
    height: 100%;
    width: auto;
  }

  /*下階層メインビジュアル*/
  .cat-top-mainvisual {
    width: 100%;
    padding: 128px 0 0 0;
  }
  .cat-top-mainvisual .imgfield {
    width: 100%;
    line-height: 0;
  }
  .cat-top-mainvisual .imgfield img {
    width: 100%;
    height: auto;
  }
  .cat-top-mainvisual .imgfield .img01, .cat-top-mainvisual .imgfield .img02 {
    width: 50%;
  }
  .cat-top-mainvisual .subpart {
    width: 100%;
    overflow: visible;
  }
  .cat-top-mainvisual .subpart .ctitle {
    position: relative;
    float: left;
    margin: -88px 0 0 25px;
  }
  .cat-top-mainvisual .subpart .ctitle span {
    font-size: 42px;
    padding: 4px 14px;
  }
  .cat-top-mainvisual .subpart .ctitle .icon {
    width: 75px;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: center;
  }
  .cat-top-mainvisual .subpart .ctitle .icon img {
    vertical-align: middle;
  }
  .cat-top-mainvisual .subpart .ctitle .small {
    margin: 7px 0 0 0;
    padding: 4px 14px;
    font-size: 20px;
  }
  .cat-top-mainvisual .subpart .topicpath ul {
    position: relative;
    display: inline-block;
    float: right;
    margin: 20px 25px 25px 0;
    text-align: right;
  }
  .cat-top-mainvisual .subpart .topicpath ul li {
    display: inline;
    margin: 15px 0 0 30px;
    padding: 0 10px;
  }

  .cat-top-mainvisual.noimage {
    margin: 0 0 70px 0;
    height: 180px;
  }
  .cat-top-mainvisual.noimage .imgfield {
    height: 130px;
    background: #f3f3f3;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle {
    margin: -30px 0 0 0;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle .middle {
    font-size: 36px;
    width: 646px;
  }

  .cec {
    margin: 0 0 65px 40px;
  }

  .colmn-2 .left, .colmn-2 .right {
    width: 45%;
    text-align: left;
  }
  .colmn-2 .left img, .colmn-2 .right img {
    width: 100%;
    height: auto;
  }
  .colmn-2 .left h2 span, .colmn-2 .right h2 span {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 20px;
  }
  .colmn-2 .left .read, .colmn-2 .right .read {
    display: block;
    padding: 20px 25% 20px 0;
  }
  .colmn-2 .left .ca-arrow, .colmn-2 .right .ca-arrow {
    position: absolute;
    display: block;
    top: 0;
    top: 160px;
    font-size: 14px;
    color: #8dc031;
  }
  .colmn-2 .left .ca-arrow {
    left: -10%;
  }
  .colmn-2 .right .ca-arrow {
    right: -10%;
  }

  .academism .part {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }

  .news .newssummary {
    width: 90%;
    overflow: hidden;
  }
  .news .newssummary.second {
    width: 90%;
    margin: 0 auto;
  }

  .research .colmn-2 .left, .research .colmn-2 .right {
    width: 45%;
  }

  .ycunow .blockpart {
    overflow: hidden;
    line-height: 0;
  }
  .ycunow .blockpart .first div {
    float: left;
    width: 20%;
  }
  .ycunow .blockpart .first div:nth-child(2) {
    display: none;
  }
  .ycunow .blockpart .first .title {
    width: 40%;
    line-height: 1.4;
  }
  .ycunow .blockpart .second {
    width: 100%;
  }
  .ycunow .blockpart .second div {
    width: 20%;
  }
  .ycunow .blockpart .second div .inner {
    float: left;
    width: 100%;
    line-height: 2.5;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .ycunow .blockpart .second div .inner i {
    color: #fff;
    font-size: 40px;
  }
  .ycunow .blockpart .second div .inner img {
    width: 40%;
  }
  .ycunow .blockpart .second > div:nth-child(1) {
    display: none;
  }

  /**globalfooter**/
  .g-footer {
    padding: 0;
  }
  .g-footer .first {
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .g-footer .snspart {
    display: inline-block;
  }
  .g-footer .snspart ul {
    overflow: hidden;
    border-left: 1px #cacaca solid;
    border-right: 1px #cacaca solid;
    padding: 0 40px;
    display: inline-block;
    margin: 0 auto;
  }
  .g-footer .sns-link {
    top: 50px;
    right: 18%;
  }
  .g-footer .sns-link span.ar {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
  }

  .info {
    width: 100%;
  }
  .info .infobox {
    width: 90%;
    margin: 0 auto;
  }

  /*下階層メインビジュアル部分*/
  .cat-nav {
    width: 90%;
    margin: 0 auto;
  }

  .textset {
    width: 90%;
    background: #fff;
  }

  .content .twopair-section {
    width: 90%;
    margin: 80px auto;
    overflow: hidden;
    height: auto;
  }
  .content .twopair-section .twopair .side {
    background: #8dc031;
    width: 50%;
    float: left;
    margin: 0 0 40px 0;
    position: relative;
  }
  .content .twopair-section .twopair .side .thumb {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .content .twopair-section .twopair .side h2 {
    font-size: 38px;
    position: relative;
    padding: 0 0 20px 0;
    font-weight: 100;
    color: #fff;
  }
  .content .twopair-section .twopair .side h2 .icon {
    float: right;
    width: 14%;
  }
  .content .twopair-section .twopair .side h2:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    background: #fff;
    left: 0px;
    bottom: 0;
  }
  .content .twopair-section .twopair .side ul {
    overflow: hidden;
    margin: 20px auto 30px auto;
  }
  .content .twopair-section .twopair .side:nth-child(2) {
    float: left;
    background: #fff;
  }
  .content .twopair-section .twopair .side:nth-child(2) .thumb {
    position: relative;
  }
  .content .three-box {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 40px 0;
  }

  /*汎用：SNSボタン*/
  .foot-module {
    width: 90%;
  }

  /*下階層1カラム*/
  .content-single {
    padding: 40px 0;
  }
  .content-single .content-white {
    width: 90%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 50px 0;
  }
  .content-single .content-white .leftframe-w {
    width: 90%;
    margin: 0 auto;
  }
  .content-single .content-gray {
    width: 100%;
  }
  .content-single .leftpart {
    width: 100%;
    margin: 0 0 100px 0;
  }

  /*下階層2カラム*/
  .sec-2col .leftframe {
    background: url("../imgs/bg_2col.gif") right 0 repeat-y #f3f3f3;
    background-size: 270px;
  }
  .sec-2col .leftframe-w {
    background: url("../imgs/bg_2col.gif") right 0 repeat-y #fff;
    background-size: 270px;
  }
  .sec-2col .rightnav {
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    background: rgba(0, 0, 0, 0.3);
  }
  .sec-2col .fixed {
    position: fixed;
    top: 80px;
    bottom: auto;
    z-index: 9000;
  }

  .leftpart {
    width: 65%;
    margin: 40px 0 50px 5%;
  }

  .leftpart.m0 {
    width: 65%;
    margin: 0 0 0 5%;
  }

  .leftpart.linkset {
    position: relative;
  }
  .leftpart.linkset .link-bt-set {
    width: 90%;
    margin: 0 0 0 5%;
  }

  .new-article {
    width: 90%;
    margin: 0 auto 70px auto;
    padding: 70px 0;
  }
  .new-article .leftpart {
    width: 85%;
  }
  .new-article .leftpart:last-child {
    margin: 0 auto;
  }

  /*下層汎用*/
  .date-category {
    width: 90%;
    margin: 10px auto 30px auto;
  }

  .pageindex {
    overflow: hidden;
    border-top: 1px #cacaca solid;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }

  .full-image {
    width: 90%;
    margin: 0 auto;
  }
  .full-image img {
    height: auto;
    margin: 0 0 40px 0;
  }

  .art-set {
    /*list*/
  }
  .art-set .twoframe .bt-detail {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .art-set .twoframe .bt-detail a {
    min-width: 0;
    box-sizing: border-box;
  }
  .art-set .link-bt-set {
    margin: 0;
  }

  /*汎用まとめナビ*/
  .sec-nav-part h3 {
    width: 90%;
  }
  .sec-nav-part nav {
    width: 90%;
  }
  .sec-nav-part .middle ul li {
    width: 45%;
  }

  .sec-content-foot {
    width: 100%;
    height: 280px;
  }
  .sec-content-foot .ctitle {
    margin: 0 0 0 40px;
  }

  /*micro*/
  .info.micro h3 {
    width: 90%;
    margin: 0 auto;
  }
  .info.micro h3 a {
    font-size: 15px;
  }

  .cec.m {
    margin: 0 0 50px 0;
  }

  .m-content {
    width: 90%;
    margin: 0 auto;
  }

  .m-frame {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
  }

  .m-content-box {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .g-header {
    display: none;
  }

  .g-header-sp {
    height: 70px;
    display: block;
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }
  .g-header-sp .maintitle {
    display: block;
    background: #8dc031;
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .g-header-sp .maintitle img {
    display: block;
    margin: 15px 0 0 20px;
  }
  .g-header-sp .maintitle:hover {
    opacity: 0.8;
  }
  .g-header-sp .gnavarea {
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: -150vh;
    left: 0;
    background: #8dc031;
    padding: 0;
    transition: top 0.5s;
    letter-spacing: 0.08em;
  }
  .g-header-sp .gnavarea .main-nav {
    overflow: hidden;
    width: 80%;
    margin: 15px auto 0 auto;
    font-size: 18px;
  }
  .g-header-sp .gnavarea .main-nav ul {
    margin: 20px 0 0 0;
  }
  .g-header-sp .gnavarea .main-nav ul li {
    margin: 0;
    padding: 10px 0 10px 0;
  }
  .g-header-sp .gnavarea .main-nav ul li a {
    display: block;
    color: #fff;
    position: relative;
    padding: 0;
  }
  .g-header-sp .gnavarea .sub-nav {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.08em;
    padding: 20px 0 30px 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent {
    margin: 0 0 15px 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent li {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #ddd;
  }
  .g-header-sp .gnavarea .sub-nav .parent li a {
    display: block;
    color: #fff;
  }
  .g-header-sp .gnavarea .sub-nav .parent li a img {
    display: inline-block;
    float: right;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl {
    width: 100%;
    font-size: 16px;
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl img {
    float: right;
    margin: 4px 10px 0 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .child {
    overflow: hidden;
    height: 0;
    padding: 0 0 0 30px;
    margin: 10px 0 0 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .child li {
    width: 100%;
    padding: 10px 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .child li a {
    font-size: 15px;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .smopen {
    height: 100%;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl .sp-left span {
    display: none;
  }
  .g-header-sp .gnavarea .sub-nav .parent .mtgl:nth-Child(2) {
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
    margin: 0 0 20px 0;
  }
  .g-header-sp .gnavarea .sub-nav .parent:nth-child(1) li {
    line-height: 3.5;
  }
  .g-header-sp .gnavarea .sub-nav .parent li img {
    vertical-align: middle;
  }
  .g-header-sp .gnavarea .sub-nav .parent li .ico {
    margin: 0 10px 0 0;
  }
  .g-header-sp .gnavarea .sub-nav .sp-left {
    padding: 0 40px 10px 0;
  }
  .g-header-sp .gnavarea .sub-nav .askbt.sp-left {
    margin: 15px 0 0 0;
  }
  .g-header-sp .mopen {
    width: 100%;
    transition: top 0.5s;
    background: #8dc031;
    top: 0;
  }
  .g-header-sp .searcharea {
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .g-header-sp .searcharea .search-box {
    background: #a2ca5a;
    overflow: hidden;
    padding: 20px 0 20px 10px;
  }
  .g-header-sp .searcharea .search-box form {
    width: 90%;
    margin: 0 auto;
  }
  .g-header-sp .searcharea .search-box form .s-field {
    padding: 6px;
    background: none;
    width: 80%;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
    float: left;
  }
  .g-header-sp .searcharea .search-box form .s-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
  }
  .g-header-sp .searcharea .search-box form .s-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
  }
  .g-header-sp .searcharea .search-box form .s-field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
  }
  .g-header-sp .searcharea .search-box form .s-submit {
    background: url("../imgs/icon_m04_o.png") 50% 50% no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 5px 0 0 10px;
    float: right;
  }
  .g-header-sp .searcharea .search-box .search-close {
    display: none;
  }
  .g-header-sp .searchparent {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 70px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .g-header-sp .searchparent img {
    width: 24px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
  }
  .g-header-sp .snavarea {
    width: 100%;
    display: none;
    position: absolute;
    top: 40px;
    z-index: 10;
  }
  .g-header-sp .snavarea.active {
    display: block;
  }
  .g-header-sp .menuopcl {
    position: absolute;
    z-index: 9999;
    top: -4px;
    right: 0;
    width: 70px;
    height: 70px;
  }
  .g-header-sp .menuopcl::after {
    content: "MENU";
    position: absolute;
    bottom: 5px;
    left: 22px;
    font-size: 10px;
    text-align: center;
    color: #8dc031;
  }
  .g-header-sp .menuopcl span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    background: #8dc031;
  }
  .g-header-sp .menuopcl.active span {
    background: #fff;
  }
  .g-header-sp .menuopcl.active::after {
    color: #fff;
  }
  .g-header-sp .menuopcl span:nth-of-type(1) {
    top: 29px;
    left: 25px;
  }
  .g-header-sp .menuopcl span:nth-of-type(2) {
    top: 36px;
    left: 25px;
  }
  .g-header-sp .menuopcl span:nth-of-type(3) {
    top: 43px;
    left: 25px;
  }
  .g-header-sp .menuopcl.active span:nth-of-type(1) {
    -ms-transform: translateY(9px) rotate(-315deg);
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .g-header-sp .menuopcl.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-header-sp .menuopcl.active span:nth-of-type(3) {
    -ms-transform: translateY(-5px) rotate(315deg);
    -webkit-transform: translateY(-5px) rotate(315deg);
    transform: translateY(-5px) rotate(315deg);
  }
  .g-header-sp .mob-title {
    position: absolute;
    width: 35%;
  }
  .g-header-sp .mob-title a {
    display: block;
    height: 70px;
    background: #8dc031;
    text-align: center;
    overflow: hidden;
  }
  .g-header-sp .mob-title a img {
    height: 70px;
    width: auto;
    display: block;
    margin: 0 auto;
    line-height: 0;
  }
  .g-header-sp .mob-title a span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 80%;
    line-height: 1.2;
  }
  .g-header-sp .mob-title.m a img {
    height: 70px;
    width: auto;
    margin: 0 auto;
    line-height: 0;
  }

  .g-header-sp.sfixed {
    position: fixed;
    z-index: 2000;
    top: -140px;
    left: 0;
    transition: top .3s;
  }
  .g-header-sp.sfixed .gnavarea {
    position: fixed;
    top: -250vh;
    height: 100vh;
    overflow: scroll;
  }
  .g-header-sp.sfixed .gnavarea.mopen {
    position: fixed;
    top: 0;
  }
  .g-header-sp.sfixed .snavarea.active {
    position: absolute;
    top: 30px;
  }

  .g-header-sp.sfixed.active {
    top: 0px;
    left: 0;
    transition: top .3s;
  }

  /**汎用部品**/
  .cec {
    margin: 0;
    font-size: 52px;
    letter-spacing: 0.06em;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .cec span {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .cec-center {
    font-size: 52px;
    letter-spacing: 0.06em;
    margin: 40px 0;
    text-align: center;
  }
  .cec-center span {
    display: block;
    font-size: 14px;
  }

  main {
    padding: 0;
  }

  .g-header-sp.sfixed + main {
    padding: 70px 0 0 0;
  }

  .top-mainvisual {
    width: 100%;
    height: 540px;
    overflow: hidden;
  }
  .top-mainvisual .imgfield {
    margin: 0;
    width: 100%;
    height: 540px;
  }

  .cat-top-mainvisual {
    padding: 0;
  }

  .cat-top-mainvisual.noimage {
    height: 150px;
  }
  .cat-top-mainvisual.noimage .imgfield {
    height: 130px;
    background: #f3f3f3;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle {
    margin: -30px 0 0 0;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle .middle {
    font-size: 36px;
    width: 646px;
  }

  .first-topic-part a {
    display: block;
    padding: 14px 15% 14px 20px;
  }
  .first-topic-part a span.date {
    width: 30%;
  }
  .first-topic-part a span.description {
    width: 100%;
  }
  .first-topic-part a span.date + span.description {
    width: 70%;
  }
  .first-topic-part a:hover {
    opacity: 0.8;
  }
  .first-topic-part a:before {
    width: 30px;
    right: 20px;
    top: 25px;
  }
  .first-topic-part a:after {
    right: 20px;
    top: 22px;
  }

  .events .cec-center {
    position: absolute;
    width: 100%;
    top: -90px;
    left: 0;
  }
  .events .content-box {
    padding: 155px 0 120px 0;
  }
  .events .content-box .acd-listparts {
    margin: 0 0 40px 0;
  }
  .events .content-box .acd-listparts a:hover dd {
    color: #8dc031;
  }
  .events .content-box .acd-listparts dl {
    width: 45%;
    margin: 0 2.5% 30px 2.5%;
  }

  .news .newssummary {
    width: 90%;
    margin: 0 auto 70px auto;
  }
  .news .newssummary li:nth-child(n+5) {
    display: none;
  }

  .academism .ac-content {
    width: 100%;
    padding: 50px 0 50px 1.5%;
  }
  .academism .ac-content > div {
    width: 45%;
    margin: 0;
    margin: 0 2.5% 20px 2.5%;
  }
  .academism .ac-content > div .thumb {
    width: 100%;
  }
  .academism .ac-content div:nth-child(even) {
    top: 0;
    margin: 0 0 30px;
  }
  .academism .block .text {
    padding: 0;
  }

  .aboutycu .cec-center {
    top: -90px;
  }

  .ycunow .blockpart {
    overflow: hidden;
  }
  .ycunow .blockpart .first div {
    float: left;
    width: 25%;
  }
  .ycunow .blockpart .first div:nth-child(2), .ycunow .blockpart .first div:nth-child(3) {
    display: none;
  }
  .ycunow .blockpart .first .title {
    width: 50%;
    line-height: 1.4;
  }
  .ycunow .blockpart .second div {
    float: left;
    width: 25%;
  }
  .ycunow .blockpart .second div img {
    width: 100%;
    height: auto;
  }
  .ycunow .blockpart .second div .inner i {
    color: #fff;
    font-size: 40px;
  }
  .ycunow .blockpart .second div .inner img {
    width: 40%;
  }
  .ycunow .blockpart .second > div:nth-child(1), .ycunow .blockpart .second > div:nth-child(2) {
    display: none;
  }

  .news .newssummary {
    width: 90%;
  }
  .news .newssummary li {
    border-top: 1px #cacaca solid;
  }
  .news .newssummary li .category {
    margin: 0 0 0 30px;
  }
  .news .newssummary li p {
    display: block;
    font-size: 15px;
    margin: 10px 0 0 0;
  }

  .content + .bannerarea {
    margin: 0;
    position: relative;
  }

  /**globalfooter**/
  .g-footer .snspart ul {
    overflow: hidden;
    border-left: 1px #cacaca solid;
    border-right: 1px #cacaca solid;
    padding: 0 2px;
    display: inline-block;
    margin: 0 auto;
  }
  .g-footer .sns-link {
    position: static;
    margin: 20px auto 0 auto;
    text-align: center;
    width: 120px;
  }
  .g-footer .simbolpart {
    position: static;
    text-align: center;
    width: 90%;
    padding: 20px 0 0 0;
    margin: 20px auto 0 auto;
  }
  .g-footer .simbolpart ul {
    text-align: center;
    margin: 0 auto;
  }
  .g-footer .simbolpart ul li {
    float: none;
  }
  .g-footer .simbolpart ul li img {
    width: 60%;
    height: auto;
  }

  /*汎用ナビゲーション*/
  .cat-nav .nav-midd {
    padding: 0 0 30px 0;
  }
  .cat-nav .nav-midd ul {
    overflow: hidden;
  }
  .cat-nav .nav-midd ul li {
    float: left;
    margin: 0 2% 24px 0;
    width: 49%;
    border-radius: 4px;
  }
  .cat-nav .nav-midd ul li:nth-child(even) {
    margin: 0 0% 24px 0;
    float: left;
  }
  .cat-nav .nav-midd ul li:nth-child(odd) {
    margin: 0 2% 24px 0;
    clear: both;
  }
  .cat-nav .nav-midd ul li:nth-child(3n+1) {
    float: left;
    clear: none;
  }
  .cat-nav .nav-large {
    padding: 0 0 30px 0;
  }
  .cat-nav .nav-large:last-child {
    padding: 0 0 10px 0;
  }

  /*下階層2カラム*/
  .sec-2col {
    background: #fff;
    margin: 0;
  }
  .sec-2col .leftframe {
    background: #f3f3f3;
  }
  .sec-2col .leftframe-w {
    background: #fff;
  }
  .sec-2col .rightnav {
    position: static;
    overflow: hidden;
    width: 100%;
  }
  .sec-2col .rightnav ul li a {
    padding: 25px 50px 25px 35px;
  }
  .sec-2col .rightnav ul li a:before {
    left: auto;
    right: 30px;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .sec-2col .rightnav ul .parent {
    position: relative;
  }
  .sec-2col .rightnav ul .parent .child {
    background: none;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 1px 0 0;
    text-align: right;
  }
  .sec-2col .rightnav ul .parent .child ul {
    width: 100%;
    background: none;
    float: none;
  }
  .sec-2col .rightnav ul .parent .child ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 1px 0;
  }
  .sec-2col .rightnav ul .parent .child ul li a {
    text-align: left;
    border: none;
    padding: 25px 20px 25px 50px;
    background: #e8e8e8;
    color: #689d38;
  }

  .leftpart {
    width: 90%;
    margin: 0 auto 50px auto;
  }

  .leftpart.m0 {
    width: 90%;
    margin: 0 auto 0 auto;
  }

  .leftpart.linkset {
    position: relative;
  }
  .leftpart.linkset .link-bt-set {
    width: 90%;
    margin: 0 auto;
  }

  .ask {
    padding: 10px 0;
    width: 100%;
  }

  /*汎用まとめナビ*/
  .sec-nav-part nav {
    width: 90%;
  }
  .sec-nav-part .middle ul li {
    width: 45%;
  }
  .sec-nav-part .small ul li {
    margin: 0 0 24px 0;
    width: 48%;
  }
  .sec-nav-part .small ul li:nth-child(3n+1) {
    clear: none;
  }
  .sec-nav-part .small ul li:nth-child(3n) {
    margin: 0 0 24px 0;
  }
  .sec-nav-part .small ul li:nth-child(2n+1) {
    margin: 0 2% 24px 0;
    clear: both;
  }

  /*カテゴリ検索*/
  .search-frame {
    width: 90%;
  }

  /**ヨコハマから世界へ**/
  .y-content {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .y-content .cec.y {
    top: -50px;
    margin: 0 0 100px 5%;
  }
  .y-content .cec.y span {
    text-align: left;
  }
  .y-content .y-twopair {
    width: 90%;
    margin: 0 auto;
  }
  .y-content .y-twopair .item {
    display: inline-block;
    position: relative;
    float: left;
    width: 50%;
    margin: 0 0 80px 0;
  }
  .y-content .y-twopair .item img {
    width: 100%;
    height: auto;
  }
  .y-content .y-twopair .item h3 {
    position: relative;
    margin: -24px 0 0 0;
  }
  .y-content .y-twopair .item h3 span {
    padding: 6px 8px;
    background: #8dc031;
    color: #fff;
    font-size: 26px;
  }
  .y-content .y-twopair .item h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0 0 10px 0;
    background: #00a6e3;
    padding: 6px 8px;
  }
  .y-content .y-twopair .item h4.gg {
    background: #24313c;
  }
  .y-content .y-twopair .item p {
    margin: 10px 0 0 0;
  }
  .y-content .y-twopair .item p span {
    padding: 0 20px 0 0;
    font-size: 12px;
  }
  .y-content .y-twopair .item:nth-Child(even) {
    margin: 70px 0 80px 0;
  }

  /*micro*/
  .m-intro {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 120px 0 120px 0;
    position: relative;
    overflow: visible;
  }
  .m-intro .m-cec {
    border-top: 1px #cacaca solid;
    width: 80%;
    text-align: center;
    font-size: 38px;
    letter-spacing: 0.06em;
    margin: 0 auto 50px auto;
    padding: 50px 0 0 0;
    font-weight: 100;
  }
  .m-intro .m-cec span {
    letter-spacing: 0.08em;
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  .m-intro h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 30px auto;
    width: 80%;
    font-family: "Roboto", "Noto Sans JP", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
  .m-intro .intro {
    width: 80%;
    margin: 30px auto 20px auto;
  }

  .m-intro.empty {
    padding: 30px 0;
  }

  .m-content .block {
    margin: 0 0 60px 0;
  }

  .m-frame.art-set {
    margin: 60px auto 0 auto;
  }

  .info {
    margin: 0 auto 50px auto;
  }

  .info.micro {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .bt-detail {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
  }
  .bt-detail a {
    min-width: 235px;
    min-width: 80%;
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 15px;
  }
  .bt-detail a:before, .bt-detail a:after {
    display: none;
  }

  .cat-top-mainvisual .subpart .ctitle {
    margin: -82px 0 0 25px;
  }
  .cat-top-mainvisual .subpart .ctitle span {
    font-size: 36px;
  }
  .cat-top-mainvisual .subpart .ctitle .small {
    font-size: 18px;
  }
  .cat-top-mainvisual .subpart .topicpath {
    display: none;
    float: none;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .cat-top-mainvisual .subpart .topicpath ul {
    text-align: left;
    float: none;
  }
  .cat-top-mainvisual .subpart .topicpath ul li {
    display: inline;
    margin: 0 25px 10px 0;
    padding: 0;
  }
  .cat-top-mainvisual .subpart .topicpath ul li a::after {
    width: 12px;
    right: -20px;
  }
  .cat-top-mainvisual .m-subpart .ctitle span {
    font-size: 36px;
  }
  .cat-top-mainvisual .m-subpart .ctitle .small {
    font-size: 18px;
  }

  .sec-content-foot .ctitle span {
    font-size: 36px;
  }
  .sec-content-foot .ctitle .small {
    font-size: 18px;
  }

  .cec {
    font-size: 42px;
  }

  .cec-center {
    font-size: 42px;
  }

  .cec-center.s {
    font-size: 36px;
  }

  .colmn-2 .left h2 span.tex, .colmn-2 .right h2 span.tex {
    font-size: 18px;
  }

  .topnews h2 {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
  }
  .topnews p {
    width: 80%;
    font-size: 13px;
    line-height: 1.8;
  }
  .topnews p.two-c-tex {
    margin: -10px auto 0 auto;
    text-align: left;
    width: 90%;
    font-size: 13px;
  }

  .academism .block .text h2 {
    font-size: 32px;
  }
  .academism .block .bt-detail {
    min-width: 235px;
    text-align: center;
  }
  .academism .ac-content div h2 {
    font-size: 24px;
  }
  .academism .content-box {
    margin: 0 auto;
  }
  .academism .content-box:first-child {
    margin: 0 auto 0 auto;
  }
  .academism .part {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .academism .part .elm {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .academism .part .elm .image {
    border-bottom: #8fc231 4px solid;
  }
  .academism .part .elm h2 {
    padding: 30px 0 0 0;
    margin: 0 0 -10px 0;
    font-size: 26px;
    text-align: center;
  }
  .academism .part .elm h2::after {
    display: none;
  }
  .academism .part .elm .text {
    overflow: hidden;
  }
  .academism .part .elm .text p {
    font-size: 14px;
    display: none;
  }
  .academism .part .elm .bt-detail {
    text-align: center;
    width: 100%;
  }
  .academism .part .elm .bt-detail a {
    min-width: 260px;
  }
  .academism .part .elm:nth-child(2n) {
    margin: 0 0 50px 0;
  }
  .academism .btsec ul {
    text-align: center;
  }
  .academism .btsec ul li {
    margin: 0 auto 20px auto;
  }
  .academism .btsec ul li a {
    min-width: 190px;
    margin: 0 auto;
  }

  .academism > .content-box {
    padding-bottom: 80px;
  }

  .ac-wc .textset h2 {
    font-size: 26px;
  }
  .ac-wc .textset h3 {
    font-size: 20px;
  }

  .ycunow .blockpart .first div {
    width: 33.3333%;
  }
  .ycunow .blockpart .first div:nth-child(2), .ycunow .blockpart .first div:nth-child(3), .ycunow .blockpart .first div:nth-child(4) {
    display: none;
  }
  .ycunow .blockpart .first .title {
    width: 66.66666%;
  }
  .ycunow .blockpart .second div {
    width: 33.3333%;
  }
  .ycunow .blockpart .second div .inner {
    line-height: 2.5;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .ycunow .blockpart .second div .inner i {
    font-size: 40px;
  }
  .ycunow .blockpart .second div .inner img {
    width: 40%;
  }
  .ycunow .blockpart .second > div:nth-child(1), .ycunow .blockpart .second > div:nth-child(2), .ycunow .blockpart .second > div:nth-child(4) {
    display: none;
  }

  .top-mainvisual img {
    height: 100%;
    width: auto;
  }

  /*下階層メインビジュアル部分*/
  .cat-top-mainvisual {
    margin: 0 0 20px 0;
  }
  .cat-top-mainvisual .imgfield {
    width: 100%;
  }

  .cat-top-mainvisual.noimage .subpart .ctitle .middle {
    font-size: 32px;
    width: 90%;
  }

  /*information*/
  .info .infobox .box:nth-child(3n) {
    margin: 0 3% 20px 0;
  }
  .info .infobox .box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 20px 0;
  }
  .info .infobox .box:nth-child(2n) {
    margin: 0 0 20px 0;
  }

  .info.micro .infobox .box:nth-child(3n) {
    margin: 0 3% 30px 0;
  }
  .info.micro .infobox .box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 30px 0;
  }
  .info.micro .infobox .box:nth-child(2n) {
    margin: 0 0 30px 0;
  }

  /*汎用ナビゲーション*/
  .cat-nav {
    width: 90%;
  }
  .cat-nav h2, .cat-nav h3 {
    font-family: "Roboto", "Noto Sans JP", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #8dc031;
    font-size: 30px;
    margin: 30px 0;
  }
  .cat-nav h3 {
    font-size: 26px;
  }
  .cat-nav h4 {
    font-size: 22px;
  }
  .cat-nav .nav-large {
    margin: 0 0 20px 0;
  }
  .cat-nav .nav-large ul {
    overflow: hidden;
  }
  .cat-nav .nav-large ul li {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .cat-nav .nav-large ul li a:after {
    right: 25px;
    top: 48%;
  }

  .content .three-box {
    padding: 100px 0;
    text-align: center;
  }
  .content .three-box .box {
    width: 33%;
    margin: 0 2% 45px 2%;
  }
  .content .three-box .box .circle {
    width: 130px;
    height: 130px;
  }
  .content .twopair-section .twopair .side h2 {
    font-size: 30px;
  }
  .content .twopair-section .twopair .side:nth-child(2) h2 {
    font-size: 20px;
  }

  .textset h2 {
    font-size: 26px;
  }
  .textset h3 {
    font-size: 20px;
  }

  .sec-ec {
    font-size: 24px;
  }

  .sec-ec.large {
    font-size: 30px;
  }

  .sec-nav-part h3 {
    font-size: 26px;
  }

  /*下階層1カラム*/
  .content-single .content-white h2 {
    margin: 0 0 20px 0;
  }
  .content-single .content-white .grayframe {
    padding: 35px 20px;
  }
  .content-single .content-gray .cec-center {
    font-size: 36px;
  }

  /*下階層2カラム*/
  .sec-2col {
    margin: 0;
  }
  .sec-2col .pageindex {
    margin: 0;
    margin-top: 40px;
  }
  .sec-2col .leftframe {
    width: 100%;
    padding: 50px 0;
  }
  .sec-2col .leftframe-w {
    width: 100%;
    padding: 50px 0;
  }

  .leftpart {
    width: 90%;
    margin: 0 auto 50px auto;
  }

  .leftpart.m0 {
    width: 90%;
    margin: 0 auto 50px auto;
  }

  .leftpart.linkset {
    position: relative;
  }
  .leftpart.linkset .link-bt-set {
    width: 90%;
    margin: 0 0 0 0;
  }

  .art-set {
    /*list*/
  }
  .art-set h2 {
    font-size: 26px;
  }
  .art-set h3 {
    font-size: 22px;
  }
  .art-set h4 {
    font-size: 18px;
  }
  .art-set p {
    margin: 0 0 60px 0;
    line-height: 1.9;
  }
  .art-set p .img-left {
    float: left;
    width: 45%;
    height: auto;
    margin: 0 30px 20px 0;
  }
  .art-set p .img-right {
    float: right;
    width: 45%;
    height: auto;
    margin: 0 0 20px 30px;
  }
  .art-set .twoframe {
    overflow: hidden;
    margin: 0;
  }
  .art-set .twoframe .item {
    width: 46%;
    float: left;
    margin: 0 8% 30px 0;
  }
  .art-set .twoframe .item h4 {
    font-size: 20px;
    margin: 20px 0;
  }
  .art-set .twoframe .item p {
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item:nth-child(even) {
    width: 46%;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .bt-detail {
    width: auto;
  }
  .art-set .twoframe .bt-detail a {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
  }
  .art-set .threeframe .item .achivement p {
    font-size: 60px;
  }
  .art-set .threeframe .bt-detail {
    width: auto;
  }
  .art-set .threeframe .bt-detail a {
    min-width: auto;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
  }
  .art-set .listset01 {
    padding: 0 0 40px 0;
  }
  .art-set .listset01 ul {
    overflow: hidden;
  }
  .art-set .listset01 ul li {
    float: left;
    overflow: hidden;
    margin: 0 2% 24px 0;
    width: 48%;
    border-radius: 4px;
    background: #f3f3f3;
    display: table;
    table-layout: fixed;
  }
  .art-set .listset01 ul li a {
    min-height: 52px;
    line-height: 1.5;
    padding: 12px 20px 12px 12px;
    font-size: 14px;
    display: block;
    position: relative;
    transition: 0.5s;
    display: table-cell;
    vertical-align: middle;
  }
  .art-set .listset01 ul li a:hover {
    opacity: 0.8;
  }
  .art-set .listset01 ul li a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    background: #8dc031;
    right: 11px;
    top: 50%;
  }
  .art-set .listset01 ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 44%;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #8dc031;
  }
  .art-set .listset01 ul li:nth-child(2n) {
    margin: 0 0 24px 0;
  }
  .art-set .listset01 ul .blank a:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    border: 2px #8dc031 solid;
    background: #f3f3f3;
    right: 10px;
    top: 15px;
  }
  .art-set .listset01 ul .blank a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    height: 7px;
    width: 7px;
    border: none;
    border-left: 2px #8dc031 solid;
    border-bottom: 2px #8dc031 solid;
    right: 15px;
    top: 20px;
  }

  /*******/
  .intropart .block .image {
    float: none;
    margin: 0 auto;
  }
  .intropart .block .image img {
    width: 100%;
    height: auto;
  }
  .intropart .block .text {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .intropart .block .text h2 {
    font-size: 28px;
    text-align: center;
  }
  .intropart .block .text h2:before {
    left: 48%;
  }
  .intropart .block .text h3 {
    width: 60%;
    text-align: center;
    margin: 0 auto 40px auto;
    font-size: 20px;
  }
  .intropart .block .text p {
    margin: 0 0 40px 0;
  }
  .intropart .block.right .image {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .intropart .block.right .image img {
    width: 100%;
    height: auto;
  }
  .intropart .block.right .text {
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: 90%;
  }
  .intropart .block.right .text h2 {
    text-align: center;
  }
  .intropart .block.right .text h3 {
    width: 60%;
    text-align: center;
    margin: 0 auto 40px auto;
  }

  .bt-detail.left {
    text-align: center;
  }

  .ask {
    padding: 10px 0;
  }
  .ask p {
    line-height: 1;
    margin: 0;
    font-size: 32px;
  }
  .ask p img {
    margin: 0 10px 0 0;
    width: 24px;
  }
  .ask p.sm {
    font-size: 28px;
  }

  .sec-content-foot {
    width: 100%;
    height: 200px;
  }

  /*カテゴリ検索*/
  .search-frame {
    width: 90%;
    margin: 0 auto;
  }
  .search-frame .search-part {
    padding: 0 0 60px 0;
  }
  .search-frame .search-part .ext {
    position: absolute;
    top: 80px;
    left: 0;
    display: block;
    padding: 5px 10px 5px 10px;
    width: 80px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #689d38;
    border-radius: 5px;
  }
  .search-frame .search-part .ext:before {
    display: none;
  }

  .search-result {
    padding: 50px 0;
  }

  /*ニュース用*/
  .n-result .item {
    width: 45%;
    margin: 0 2.5% 50px 2.5%;
    min-height: 280px;
  }
  .n-result .item a {
    transition: 0.5s;
  }
  .n-result .item img {
    width: 100%;
  }
  .n-result .item span.category {
    position: relative;
    display: inline-block;
    float: right;
    margin: -18px 0 0 0;
    background: #689d38;
    padding: 4px 30px;
    color: #fff;
    font-size: 12px;
  }
  .n-result .item p {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .n-result .item p span {
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
    color: #8dc031;
  }

  .e-result .item {
    width: 45%;
    margin: 0 2.5% 50px 2.5%;
  }

  .y-content .y-twopair .item h3 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .g-header-sp .mob-title {
    position: absolute;
    width: 37%;
  }
  .g-header-sp .mob-title a img {
    display: block;
    margin: 0 auto;
    line-height: 0;
  }
  .g-header-sp .mob-title.m a img {
    height: 70px;
    width: auto;
    line-height: 0;
  }

  /**汎用部品**/
  .cec {
    font-size: 30px;
  }
  .cec span {
    display: block;
    font-size: 11px;
  }

  .cec-center {
    font-size: 30px;
  }
  .cec-center span {
    display: block;
    font-size: 11px;
  }

  .bt-detail a {
    padding: 10px 0;
    min-width: 85%;
    color: #8dc031;
    border: 2px #8dc031 solid;
    border-radius: 5px;
    font-size: 14px;
  }

  .top-mainvisual .imgfield {
    position: absolute;
    height: 100%;
  }
  .top-mainvisual .imgfield img {
    height: 100%;
    width: auto;
    display: none;
  }
  .top-mainvisual .imgfield img.sp {
    width: 100%;
    height: auto;
    display: block;
  }

  .first-topic-part {
    background: #8dc031;
    width: 85%;
    overflow: hidden;
    margin: -30px 0 55px 15%;
  }
  .first-topic-part a {
    display: block;
    padding: 13px 20px 13px 20px;
    position: relative;
  }
  .first-topic-part a span.date {
    padding: 0;
    font-size: 13px;
    width: 32%;
  }
  .first-topic-part a span.description {
    font-size: 13px;
    width: 68%;
  }
  .first-topic-part a span.description {
    width: 100%;
  }
  .first-topic-part a span.date + span.description {
    width: 100%;
  }
  .first-topic-part a:before {
    display: none;
  }
  .first-topic-part a:after {
    display: none;
  }

  .topnews p.two-c-tex {
    margin: -10px auto 0 auto;
    text-align: left;
    width: 80%;
    font-size: 13px;
  }

  .colmn-2 {
    overflow: hidden;
    text-align: center;
  }
  .colmn-2 .left, .colmn-2 .right {
    display: block;
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .colmn-2 .left h2, .colmn-2 .right h2 {
    width: 90%;
    margin: -15px 0 0 0;
  }
  .colmn-2 .left h2 span.tex, .colmn-2 .right h2 span.tex {
    font-size: 16px;
    padding: 10px 20px;
  }
  .colmn-2 .left .read, .colmn-2 .right .read {
    font-size: 13px;
    padding: 10px 0 20px 0;
  }
  .colmn-2 .left .ca-arrow, .colmn-2 .right .ca-arrow {
    top: 100px;
    font-size: 12px;
    color: #8dc031;
    display: none;
  }

  .topic-graypart {
    margin: -360px 0 0 0;
    padding: 380px 0 40px 0;
  }
  .topic-graypart .content-box-full {
    margin-top: -20px;
  }

  .topic-slickpart, .topic-slickpart-full {
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .topic-slickpart div div, .topic-slickpart-full div div {
    width: 85%;
    margin: 0 auto;
  }
  .topic-slickpart div div p, .topic-slickpart-full div div p {
    font-size: 13px;
  }

  .events {
    padding: 0;
    margin: 0;
  }
  .events .cec-center {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
  }
  .events .content-box {
    padding: 80px 0;
  }
  .events .content-box .acd-listparts {
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .events .content-box .acd-listparts a:hover dd {
    color: #8dc031;
  }
  .events .content-box .acd-listparts dl {
    width: 80%;
    margin: 0 10% 15px 10%;
    display: block;
  }
  .events .content-box .acd-listparts dl dt {
    font-size: 25px;
  }
  .events .content-box .acd-listparts dl dd {
    font-size: 14px;
    line-height: 1.4;
    width: 300px;
  }
  .events .content-box .acd-listparts dl dd span {
    font-size: 12px;
    color: #666;
  }
  .events .content-box .acd-listparts dl:nth-child(n+5) {
    display: none;
  }

  .academism {
    background: #f3f3f3;
    padding: 40px 0 0 0;
    overflow: hidden;
  }
  .academism .block {
    clear: both;
  }
  .academism .block .image {
    width: 95%;
    line-height: 0;
  }
  .academism .block .image img {
    width: 100%;
  }
  .academism .block .text {
    width: 100%;
    padding: 0;
  }
  .academism .block .text h2 {
    font-size: 26px;
    text-align: center;
  }
  .academism .block .text h2:before {
    bottom: 0;
    left: 44%;
  }
  .academism .block .text h3 {
    text-align: center;
    font-size: 20px;
  }
  .academism .block .text p {
    font-size: 13px;
    margin: 0 auto;
    line-height: 1.8;
    width: 90%;
    text-align: left;
    text-align: center;
  }
  .academism .block .text p.second {
    text-align: left;
  }
  .academism .img_right .image {
    float: none;
    margin: 0 0 30px 5%;
  }
  .academism .img_right .text {
    width: 90%;
    margin: 0 auto;
  }
  .academism .img_left {
    width: 100%;
    margin: 0;
  }
  .academism .img_left .image {
    width: 95%;
    float: left;
    margin: 0 0 30px 0;
  }
  .academism .img_left .text {
    width: 90%;
    margin: 0 0 0 5%;
  }
  .academism .img_left .text h1:before {
    left: 44%;
  }
  .academism .bt-detail {
    float: none;
    margin: 30px 0 0 0;
  }
  .academism .ac-content {
    padding: 50px 0 60px 0;
    text-align: center;
  }
  .academism .ac-content div h2 {
    padding: 30px 35px 20px 35px;
    font-size: 22px;
  }
  .academism .ac-content div h2 img {
    width: 15%;
  }
  .academism .ac-content div p {
    font-size: 13px;
    padding: 20px 35px 30px 35px;
  }
  .academism .ac-content div .sublist {
    padding: 10px 35px 0 35px;
  }
  .academism .ac-content div .sublist li {
    font-size: 13px;
  }
  .academism .ac-content > div:nth-child(odd) {
    width: 80%;
    margin: 0 10% 30px 10%;
  }
  .academism .ac-content > div:nth-child(even) {
    width: 80%;
    margin: 0 10% 30px 10%;
    position: relative;
    top: 0px;
  }
  .academism .ac-content div > img {
    width: 100%;
    height: auto;
  }
  .academism .part .elm .bt-detail {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .academism .part .elm .bt-detail a {
    text-align: center;
  }
  .academism .btsec {
    margin: 20px 0;
  }
  .academism .btsec ul li {
    text-align: center;
  }
  .academism .btsec ul li a {
    min-width: 160px;
  }

  .ac-wc {
    background: #fff;
    padding: 0 0 70px 0;
  }

  .circle-four {
    padding: 0;
  }
  .circle-four li {
    width: 120px;
    margin: 0 4% 30px 4%;
  }
  .circle-four li .circle {
    width: 120px;
    height: 120px;
  }
  .circle-four li .circle img {
    width: 100%;
  }
  .circle-four li span {
    font-size: 14px;
    display: block;
    margin: 20px 0 0 0;
    color: #8dc031;
  }
  .circle-four a {
    transition: 0.5s;
  }
  .circle-four a:hover {
    opacity: 0.7;
  }

  .ac-wc.wide {
    padding: 30px 0 30px 0;
  }

  .research {
    padding: 50px 0 0 0;
  }
  .research .colmn-2 .left, .research .colmn-2 .right {
    display: block;
    width: 80%;
    margin-bottom: 40px;
  }
  .research .colmn-2 .left img, .research .colmn-2 .right img {
    width: 100%;
  }
  .research .colmn-2 .left p, .research .colmn-2 .right p {
    display: none;
  }
  .research .bt-detail {
    margin: 0;
  }

  .aboutycu {
    margin: 120px 0 0 0;
    position: relative;
    background-size: cover;
  }
  .aboutycu .cec-center {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
  }
  .aboutycu .content-box {
    padding: 40px 0 60px 0;
  }
  .aboutycu .about-slickpart {
    margin: 0;
    padding: 80px 0 0 0;
    overflow: hidden;
  }
  .aboutycu .about-slickpart .detail h2 {
    margin: 0;
  }
  .aboutycu .about-slickpart .detail h2 span {
    line-height: 0;
  }
  .aboutycu .about-slickpart .imgscl {
    width: 178px;
    height: 178px;
  }
  .aboutycu .about-slickpart .imgscl img {
    opacity: 0.5;
  }

  .ycunow .blockpart {
    overflow: hidden;
    line-height: 0;
  }
  .ycunow .blockpart .second div .inner {
    float: left;
    width: 100%;
    line-height: 2.4;
    color: #fff;
    text-align: center;
    font-size: 10px;
  }
  .ycunow .blockpart .second div .inner i {
    color: #fff;
    font-size: 24px;
  }
  .ycunow .blockpart .second div .inner img {
    width: 60%;
  }
  .ycunow .blockpart .second div .inner p {
    font-size: 13px;
    padding: 0;
    display: none;
  }
  .ycunow .blockpart .second div .inner p:before, .ycunow .blockpart .second div .inner a:after {
    display: none;
  }
  .ycunow .blockpart .second > div:nth-child(1), .ycunow .blockpart .second > div:nth-child(2), .ycunow .blockpart .second > div:nth-child(4) {
    display: none;
  }
  .ycunow .graypart {
    padding: 50px 0 40px 0;
  }
  .ycunow .graypart .content-box .cr {
    width: 120px;
    margin: 0 15px 30px 15px;
  }
  .ycunow .graypart .content-box .cr .circle {
    width: 120px;
    height: 120px;
  }
  .ycunow .graypart .content-box .cr span {
    font-size: 14px;
  }

  .news {
    padding: 0 0 60px 0;
  }
  .news h2 {
    font-size: 22px;
    margin: 10px 0 30px 0;
    padding: 30px 0 0 0;
  }
  .news .newssummary {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .news .newssummary a p {
    font-size: 14px;
  }
  .news .newssummary a .category {
    font-size: 10px;
  }
  .news .newssummary li {
    font-size: 13px;
  }
  .news .newssummary.second {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }

  .top-linkpart {
    margin: 40px 0 0 0;
  }
  .top-linkpart .linkar {
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
  }
  .top-linkpart .linkar a {
    width: 100%;
    font-size: 13px;
  }
  .top-linkpart .linkar a div span {
    font-size: 13px;
    padding: 0 0 0 30px;
  }

  .bannerarea {
    background: #f5f5f5;
    padding: 50px 0 30px 0;
  }
  .bannerarea .bannerlist {
    overflow: hidden;
    text-align: center;
  }
  .bannerarea .bannerlist li {
    display: inline-block;
    width: 80%;
    margin: 0 0 20px 0;
  }
  .bannerarea .bannerlist li img {
    width: 100%;
    height: auto;
  }

  /**globalfooter**/
  body > .topicpath {
    display: block;
  }

  .g-footer .first {
    padding: 30px 0 0 0;
  }
  .g-footer .snspart ul {
    border: none;
    padding: 0;
    display: inline-block;
    margin: 0 auto;
  }
  .g-footer .snspart ul li {
    margin: 0 12px;
  }
  .g-footer .sns-link {
    font-size: 13px;
  }
  .g-footer .sns-link .ar {
    top: -4px;
  }
  .g-footer .simbolpart {
    border-top: 1px #ccc solid;
    width: 80%;
    padding: 20px 0;
    margin: 20px auto 0 auto;
  }
  .g-footer .heavyfooter {
    display: none;
  }
  .g-footer .f-bottom {
    position: relative;
    padding: 40px 0 30px;
    border-bottom: 7px #8dc031 solid;
  }
  .g-footer .f-bottom img {
    width: 20%;
  }
  .g-footer .f-bottom div {
    margin: 40px 0 20px 0;
  }
  .g-footer .f-bottom div ul li {
    margin: 0;
    padding: 0 10px;
  }
  .g-footer .f-bottom div ul li a {
    color: #fff;
    font-size: 12px;
  }
  .g-footer .f-bottom div ul li:nth-child(1) {
    border-right: 1px #ddd solid;
  }
  .g-footer .f-bottom small {
    color: #fff;
    font-size: 11px;
  }
  .g-footer .f-bottom .bt-sctop {
    right: 10px;
  }
  .g-footer .f-bottom .bt-sctop.active {
    bottom: 0;
  }

  /*下階層メインビジュアル部分*/
  .cat-top-mainvisual {
    width: 100%;
  }
  .cat-top-mainvisual .imgfield {
    width: 100%;
  }
  .cat-top-mainvisual .imgfield img {
    display: none;
  }
  .cat-top-mainvisual .imgfield img.sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .cat-top-mainvisual .subpart .ctitle {
    float: left;
    margin: -22px 0 20px 25px;
  }
  .cat-top-mainvisual .subpart .ctitle span {
    font-size: 25px;
  }
  .cat-top-mainvisual .subpart .ctitle .icon {
    width: 51px;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: center;
  }
  .cat-top-mainvisual .subpart .ctitle .icon img {
    width: 70%;
    vertical-align: middle;
  }
  .cat-top-mainvisual .subpart .ctitle .small {
    font-size: 12px;
  }
  .cat-top-mainvisual .m-subpart .ctitle {
    width: 88%;
  }
  .cat-top-mainvisual .m-subpart .ctitle span {
    font-size: 25px;
  }
  .cat-top-mainvisual .m-subpart .ctitle .icon {
    width: 51px;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: center;
  }
  .cat-top-mainvisual .m-subpart .ctitle .icon img {
    width: 70%;
    vertical-align: middle;
  }
  .cat-top-mainvisual .m-subpart .ctitle .small {
    font-size: 12px;
  }

  .cat-top-mainvisual.noimage {
    margin: 0 0 20px 0;
  }
  .cat-top-mainvisual.noimage .imgfield {
    height: 105px;
    overflow: hidden;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle {
    width: 90%;
    margin: -18px 0 30px 25px;
  }
  .cat-top-mainvisual.noimage .subpart .ctitle .middle {
    font-size: 22px;
  }

  .cat-top-mainvisual.h260 {
    height: auto;
    margin: 0;
  }
  .cat-top-mainvisual.h260 .imgfield {
    /*height:105px;*/
  }

  .cat-top-mainvisual + .news {
    padding: 0 0 40px 0;
  }

  .first-content .cec-center {
    margin: 40px 0;
  }

  .subpart.topicpath {
    display: none;
  }

  /*information*/
  .info .infobox {
    width: 80%;
  }
  .info .infobox .box:nth-child(3n) {
    margin: 0 0 40px 0;
  }
  .info .infobox .box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .info .infobox .box p {
    font-size: 14px;
  }
  .info .infobox .box .category {
    font-size: 13px;
  }
  .info .infobox .box:nth-child(2n) {
    margin: 0 0 40px 0;
  }

  /*汎用ナビゲーション*/
  .cat-nav {
    width: 80%;
  }
  .cat-nav h2, .cat-nav h3 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
  }
  .cat-nav h4 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }
  .cat-nav p {
    font-size: 13px;
  }
  .cat-nav .nav-large ul li {
    float: left;
    overflow: hidden;
    margin: 0 2% 20px 0;
    width: 100%;
  }
  .cat-nav .nav-large ul li a {
    font-size: 13px;
  }
  .cat-nav .nav-large ul li a span {
    padding: 0 18% 0 10%;
  }
  .cat-nav .nav-large ul li a:after {
    top: 45.5%;
  }
  .cat-nav .nav-large ul li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .cat-nav .nav-midd ul li {
    float: left;
    overflow: hidden;
    margin: 0 0 20px 0;
    width: 100%;
    border-radius: 4px;
  }
  .cat-nav .nav-midd ul li a {
    font-size: 13px;
  }
  .cat-nav .nav-midd ul li:nth-child(3n) {
    margin: 0 0 20px 0;
  }

  .content .cec-center.ec2-1-1 {
    margin: -95px 0 0 0;
  }
  .content .twopair-section {
    width: 80%;
    margin: 0 auto;
  }
  .content .twopair-section .twopair {
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .content .twopair-section .twopair .side {
    width: 100%;
    margin: 0;
  }
  .content .twopair-section .twopair .side h2 {
    margin: 40px auto 10px auto;
    font-size: 23px;
  }
  .content .twopair-section .twopair .side p {
    margin: 25px auto 0 auto;
    font-size: 13px;
  }
  .content .twopair-section .twopair .side:nth-child(1) {
    padding: 0 0 50px 0;
  }
  .content .twopair-section .twopair .side:nth-child(1) .thumb {
    display: none;
  }
  .content .twopair-section .twopair .side:nth-child(2) {
    width: 100%;
  }
  .content .twopair-section .twopair .side:nth-child(2) h2 {
    width: 75%;
    margin-top: 30px;
    font-size: 20px;
  }
  .content .twopair-section .twopair .side:nth-child(2) ul {
    width: 75%;
  }
  .content .twopair-section .twopair .side:nth-child(2) ul li {
    font-size: 13px;
  }
  .content .twopair-section .twopair .side:nth-child(2) .bt-detail a {
    min-width: 100%;
  }
  .content .three-box {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0 40px 0;
    text-align: center;
  }
  .content .three-box .box {
    width: 80%;
    margin: 0 auto 45px auto;
  }
  .content .three-box .box .circle {
    width: 130px;
    height: 130px;
  }
  .content .three-box .box h2 {
    font-size: 17px;
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .content .three-box .box p {
    font-size: 14px;
  }
  .content .three-box .box .bt-detail a {
    min-width: 95%;
    padding: 10px 0;
  }

  /*汎用コンテンツ用*/
  .sec-ec {
    clear: both;
    width: 80%;
    margin: 40px auto 90px auto;
    font-size: 16px;
  }

  .sec-ec:before {
    left: 44%;
  }

  .sec-ec.large {
    font-size: 17px;
    margin: 0 auto;
  }

  .textset {
    width: 80%;
    padding: 50px 0 20px 0;
    text-align: center;
  }
  .textset h2 {
    font-size: 20px;
  }
  .textset h2:before {
    left: 42%;
  }
  .textset h3 {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
  }
  .textset p {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    width: 80%;
    padding: 0 0 20px;
  }

  .textset.undergraduate {
    margin: 40px auto;
    width: 80%;
    padding: 80px 0 20px 0;
    text-align: center;
  }
  .textset.undergraduate .image {
    width: 50%;
    float: none;
    margin: 0 auto 50px auto;
  }
  .textset.undergraduate .subbox {
    width: 100%;
  }
  .textset.undergraduate .subbox h2 {
    font-family: "Roboto", "Noto Sans JP", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #030303;
    font-size: 20px;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 40px 0;
    display: inline-block;
    width: 80%;
  }
  .textset.undergraduate .subbox h3 {
    text-align: center;
    display: inline-block;
    width: 50%;
  }
  .textset.undergraduate .subbox p {
    width: 80%;
    padding: 0;
  }
  .textset.undergraduate .subbox .bt-detail {
    text-align: center;
    margin: 20px 0;
  }
  .textset.undergraduate .subbox .bt-detail a {
    min-width: 70%;
    max-width: 70%;
    padding: 12px 5%;
  }

  .content .intro {
    font-size: 14px;
    width: 80%;
    margin: 20px auto 40px auto;
    line-height: 1.8;
  }
  .content .intro:first-letter {
    font-size: 1em;
    float: none;
    margin: 0;
    padding: 0;
  }
  .content .cec-center {
    margin: -100px 0 0 0;
  }
  .content .cec-center.s {
    font-size: 27px;
  }
  .content .graypart {
    padding: 70px 0 50px 0;
    margin: 50px 0 0 0;
  }
  .content .graypart-sec {
    padding: 70px 0 0 0;
  }

  /*下階層1カラム*/
  .content-single {
    padding: 40px 0;
    /*汎用：SNSボタン*/
  }
  .content-single .content-white {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
  }
  .content-single .content-white h2 {
    margin: 0 0 20px 0;
  }
  .content-single .content-white .leftframe-w {
    width: 80%;
    margin: 0 auto;
  }
  .content-single .content-white .grayframe {
    padding: 20px 20px;
  }
  .content-single .content-white .grayframe.nega {
    width: 90%;
    margin: 0 auto 15px auto;
  }
  .content-single .news .content-white {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  .content-single .content-gray {
    width: 100%;
    background: #f5f5f5;
    overflow: visible;
    padding: 100px 0 20px 0;
    position: relative;
  }
  .content-single .content-gray .cec-center {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0 0 50px 0;
    position: absolute;
    top: -30px;
  }
  .content-single .foot-module {
    padding: 0 0 60px 0;
    margin: -100px 0 40px 0;
    width: 100%;
    text-align: center;
    /*汎用：文責*/
  }
  .content-single .foot-module .sharebt {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
  }
  .content-single .foot-module .sharebt ul {
    display: inline-block;
  }
  .content-single .foot-module .sharebt ul li {
    text-align: center;
  }
  .content-single .foot-module .sharebt ul li.hb {
    overflow: hidden;
  }
  .content-single .foot-module .sharebt ul li.line {
    overflow: block;
  }
  .content-single .foot-module small.auther {
    display: block;
    text-align: center;
    padding: 0 0 50px 0;
  }
  .content-single .foot-module small.auther:before {
    display: none;
  }

  /*下層2カラム*/
  .sec-2col {
    margin: 0;
    padding: 0;
  }
  .sec-2col .pageindex {
    margin: 0;
  }

  .leftpart {
    width: 80%;
    margin: 0 auto 50px auto;
    padding: 30px 0 0 0;
  }

  .leftpart.m0 {
    width: 80%;
    margin: 0 auto 0 auto;
  }

  .leftpart.linkset {
    position: relative;
  }

  /*下層汎用*/
  .date-category {
    overflow: hidden;
    width: 80%;
    margin: 20px auto 30px auto;
  }
  .date-category span {
    font-size: 12px;
    margin: 0 35px 20px 0;
  }
  .date-category ul {
    overflow: hidden;
    margin: 0;
  }
  .date-category ul li {
    min-width: 100px;
    margin: 5px 5px 0 0;
    font-size: 10px;
  }

  .full-image {
    position: relative;
    margin: 0 0 30px 0;
  }
  .full-image img {
    position: absolute;
    top: 0;
    left: -15%;
    padding: 0;
    width: 130%;
    height: auto;
  }

  .art-set {
    padding: 0 0 70px 0;
    /*link-list*/
    /*list*/
  }
  .art-set h2 {
    font-size: 20px;
    text-align: left;
  }
  .art-set h3 {
    font-size: 17px;
    text-align: left;
  }
  .art-set h4 {
    font-size: 15px;
  }
  .art-set p {
    margin: 0 0 30px 0;
    font-size: 14px;
  }
  .art-set p .img-left {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .art-set p .img-right {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
  }
  .art-set .capimage .caption {
    margin: 10px 0 0 0;
    padding: 0 0 0 50px;
    display: block;
    position: relative;
    font-size: 12px;
  }
  .art-set .capimage .caption:before {
    display: none;
  }
  .art-set .capimage.center img {
    width: 100%;
  }
  .art-set .capimage.center img .caption {
    float: none;
    padding: 0;
  }
  .art-set .capimage.center .caption {
    padding: 0;
  }
  .art-set .capimage.left {
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
    float: none;
  }
  .art-set .capimage.left .caption {
    float: left;
    margin: 10px 0 30px 0;
    padding: 0px;
  }
  .art-set .capimage.left + .side {
    padding: 0;
    width: 100%;
    float: none;
  }
  .art-set .capimage.right {
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
    float: none;
  }
  .art-set .capimage.right .caption {
    float: none;
    margin: 10px 0 30px 0;
    padding: 0px;
  }
  .art-set .capimage.right + .side {
    padding: 0;
    width: 100%;
    float: none;
  }
  .art-set .twoframe {
    overflow: hidden;
    margin: 0;
  }
  .art-set .twoframe .item {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item h4 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }
  .art-set .twoframe .item p {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item img {
    margin: 0;
  }
  .art-set .twoframe .item.faqparts {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item.faqparts h4 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }
  .art-set .twoframe .item.faqparts p {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
  .art-set .twoframe .item:nth-child(even) {
    width: 100%;
  }
  .art-set .twoframe:nth-last-child(1) .item {
    margin: 0 0 30px 0;
  }
  .art-set .twoframe:nth-last-child(1) .item:nth-last-child(1) {
    margin: 0 auto;
  }
  .art-set .threeframe {
    overflow: hidden;
    padding: 0 0 30px 0;
  }
  .art-set .threeframe .item {
    width: 100%;
    float: none;
    margin: 0 auto 40px auto;
  }
  .art-set .threeframe .item img {
    display: block;
    width: 80%;
    margin: 0 auto 10px auto;
  }
  .art-set .threeframe .item h4 {
    font-size: 16px;
    text-align: left;
  }
  .art-set .threeframe .item p {
    margin: 0 0 30px 0;
  }
  .art-set .threeframe .item .achivement h4 {
    text-align: center;
  }
  .art-set .threeframe .item .achivement p span {
    font-size: 18px;
    color: #8dc031;
  }
  .art-set .threeframe .item:nth-child(3n) {
    margin: 0 auto 40px auto;
  }
  .art-set .threeframe .item:last-child p {
    margin: 0 auto 0 auto;
  }
  .art-set .threeframe .item.a-item {
    margin: 0 auto;
  }
  .art-set .threeframe .item.a-item p:last-child {
    margin: 0 0 40px 0 !important;
  }
  .art-set .threeframe .item.a-item:nth-child(3n) {
    margin: 0 auto;
  }
  .art-set .threeframe.img {
    padding: 25px 0;
  }
  .art-set .threeframe.img .item {
    float: left;
    width: 47.5%;
    margin: 0 5% 0 0;
  }
  .art-set .threeframe.img .item img {
    width: 100%;
  }
  .art-set .threeframe.img .item:nth-child(3n) {
    margin: 0 5% 0 0;
  }
  .art-set .threeframe.img .item:nth-child(2n) {
    margin: 0 0 0 0;
  }
  .art-set .twoframe:nth-last-child(1) .item {
    margin: 0 0 30px 0;
  }
  .art-set .threeframe:nth-last-child(1) .item:nth-last-child(1) {
    margin: 0 auto 0 auto;
  }
  .art-set .grayframe {
    margin: 0 0 20px 0;
    padding: 30px 25px;
    overflow: hidden;
  }
  .art-set .grayframe h3.gray {
    text-align: center;
  }
  .art-set .grayframe .thumb {
    float: none;
    min-width: 100%;
    margin: 0 0 20px 0;
  }
  .art-set .grayframe .right {
    float: none;
    width: 100%;
    margin: 0;
  }
  .art-set .grayframe .alert {
    margin: 20px 0 0 0;
    font-size: 12px;
  }
  .art-set .grayframe .alert .red {
    color: #e91e63;
  }
  .art-set .grayframe .bt-detail a {
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .art-set .grayframe .nopadding {
    padding: 0;
    margin: 0;
  }
  .art-set .grayframe .center {
    text-align: left;
    font-size: 13px;
  }
  .art-set .link-bt-set {
    padding: 20px 0 20px 0;
    margin: 0 !important;
  }
  .art-set .link-bt-set h3 {
    margin: 0 auto 30px auto;
    width: 85%;
    color: #737373;
  }
  .art-set .link-bt-set .bt-detail {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .art-set .link-bt-set .bt-detail a {
    min-width: 100%;
    box-sizing: border-box;
  }
  .art-set .link-bt-set .bt-detail:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .art-set .link-list-div {
    padding: 0;
  }
  .art-set .link-list-div h3 {
    font-size: 20px;
  }
  .art-set .link-list-div h4 {
    font-size: 16px;
    margin: 0 auto 25px auto;
  }
  .art-set .link-list-div li {
    font-size: 14px;
    margin: 0 0 14px 0;
  }
  .art-set .link-list-div:nth-of-type(odd) {
    margin: 0 auto 30px auto;
    width: 85%;
    float: none;
  }
  .art-set .link-list-div:nth-of-type(even) {
    margin: 0 auto 30px auto;
    width: 85%;
    float: none;
  }
  .art-set .listset01 {
    padding: 0;
  }
  .art-set .listset01 ul {
    margin: 0 0 40px 0;
  }
  .art-set .listset01 ul li {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .art-set .listset01 ul li a {
    min-height: 52px;
    line-height: 1.5;
    padding: 12px 20px 12px 12px;
    font-size: 14px;
  }
  .art-set .listset01 ul li:nth-child(2n) {
    margin: 0 0 24px 0;
  }
  .art-set .pageindex {
    margin: 0;
    margin-top: 0;
  }
  .art-set .pageindex li {
    float: left;
    margin: 0 35px 20px 0;
  }
  .art-set .pageindex li a {
    padding: 0 0 0 30px;
    position: relative;
    display: block;
    font-size: 14px;
  }
  .art-set .sitemap {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 20px auto;
  }
  .art-set .sitemap h2.underline {
    font-size: 20px;
    text-align: center;
    padding: 30px 0 25px 0;
  }
  .art-set .sitemap .sitemap-ul {
    margin: 0 0 0 0;
    width: 100%;
    float: none;
  }
  .art-set .sitemap .sitemap-ul li {
    position: relative;
    padding: 0 0 20px 20px;
  }
  .art-set .sitemap .sitemap-ul li a {
    font-size: 13px;
  }
  .art-set .sitemap .sitemap-ul li a.blank:before {
    top: 2px;
  }
  .art-set .sitemap .sitemap-ul li a.blank:after {
    top: 7px;
  }

  .art-set.sc h2 {
    width: 90%;
    margin: 50px auto 20px auto;
  }
  .art-set.sc p {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .art-set.sc .grayframe {
    margin: 50px 0 20px 0;
  }

  .new-article {
    width: 80%;
    margin: 0 auto 70px auto;
    padding: 50px 0;
  }
  .new-article .leftpart {
    margin: 0 auto 50px auto;
  }
  .new-article .leftpart:last-child {
    margin: 0 auto 0 auto;
  }

  /*table*/
  .table-normal {
    overflow-x: auto;
    width: 100%;
  }
  .table-normal table {
    font-size: 14px;
  }

  ul, ol {
    font-size: 14px;
  }

  .whitebox {
    background: #fff;
    padding: 50px 5% 0 5%;
    margin: 0 0 50px 0;
  }

  .graybox {
    padding: 0;
    margin: 0;
  }

  .intropart {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
  }
  .intropart .block {
    margin: 0 0 50px 0;
  }
  .intropart .block .text h2 {
    font-size: 24px;
  }
  .intropart .block .text h2:before {
    left: 45%;
  }
  .intropart .block .text h3 {
    font-size: 16px;
    width: 60%;
    text-align: center;
    margin: 0 auto 40px auto;
  }
  .intropart .block .text p {
    font-size: 14px;
    margin: 0 0 30px 0;
  }

  .introlist h2 {
    font-size: 15px;
    text-align: center;
    padding: 40px 0 0 0;
  }
  .introlist ul {
    width: 80%;
  }
  .introlist ul li {
    width: 90%;
    display: block;
    font-size: 12px;
    margin: 0 0 30px;
    padding: 0 0 0 10%;
  }
  .introlist ul li:before {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #8dc031;
    border-radius: 10px;
  }
  .introlist ul li:after {
    top: 4px;
    left: 3px;
    width: 8px;
    height: 4px;
  }

  .ask {
    padding: 10px 0;
  }
  .ask p {
    font-size: 32px;
    text-align: center;
    padding: 0;
  }
  .ask p span {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .ask p img {
    margin: 0 10px 0 0;
    width: 8%;
  }
  .ask p.sm {
    font-size: 20px;
  }

  /*汎用まとめナビ*/
  .sec-nav-part {
    width: 90%;
    margin: 0 auto;
  }
  .sec-nav-part h3 {
    text-align: center;
    font-size: 20px;
  }
  .sec-nav-part .large ul li {
    font-size: 13px;
  }
  .sec-nav-part .middle ul li {
    font-size: 13px;
    width: 100%;
  }
  .sec-nav-part .small ul li {
    font-size: 13px;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .sec-nav-part .small ul li a {
    font-size: 13px;
  }
  .sec-nav-part .small ul li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .sec-nav-part .small ul li:nth-child(2n+1) {
    margin: 0 0 20px 0;
  }

  .sec-content-foot {
    width: 100%;
    height: 140px;
  }
  .sec-content-foot a:before {
    width: 16px;
    right: 31px;
    top: 51%;
  }
  .sec-content-foot a:after {
    right: 30px;
    top: 49%;
  }
  .sec-content-foot .ctitle span {
    font-size: 22px;
    padding: 5px 10px;
  }
  .sec-content-foot .ctitle .small {
    margin: 5px 0 0 0;
    padding: 5px 10px;
    font-size: 13px;
  }

  /*カテゴリ検索*/
  .search-frame {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .search-frame .search-part {
    overflow: hidden;
    padding: 0;
  }
  .search-frame .search-part .years {
    overflow: hidden;
    border-bottom: 1px #cacaca solid;
  }
  .search-frame .search-part .years li {
    float: left;
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
  }
  .search-frame .search-part .years li a {
    font-size: 12px;
  }
  .search-frame .search-part .category {
    position: relative;
    width: 100%;
  }
  .search-frame .search-part .sub-category {
    border-top: 1px #cacaca solid;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .search-frame .search-part .c-title {
    position: relative;
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
  }
  .search-frame .search-part .c-title h3 {
    font-size: 15px;
  }
  .search-frame .search-part .ext {
    position: static;
    display: block;
    padding: 14px 10px;
    margin: 20px auto;
    width: 85%;
    font-size: 14px;
    clear: both;
  }
  .search-frame .search-part .ext:before {
    display: block;
  }
  .search-frame .search-part .list {
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .search-frame .search-part .list li {
    width: 50%;
    margin: 0 0 14px 0;
    box-sizing: border-box;
    padding: 0;
    border-left: none;
  }
  .search-frame .search-part .list li a {
    display: inline;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.02em;
    box-sizing: border-box;
  }
  .search-frame .search-part .list li:nth-Child(odd) {
    border: none;
  }
  .search-frame .search-part .list li:last-child {
    border-right: none;
  }

  .search-result {
    padding: 20px 0;
    overflow: hidden;
  }

  /*ニュース用*/
  .n-result {
    overflow: hidden;
  }
  .n-result .item {
    width: 100%;
    margin: 0 0 50px 0;
    min-height: auto;
    border-bottom: 1px #cacaca solid;
  }
  .n-result .item a {
    transition: 0.5s;
  }
  .n-result .item img {
    width: 100%;
  }
  .n-result .item span.category {
    margin: -16px 0 0 0;
    padding: 4px 20px;
    color: #fff;
    font-size: 10px;
  }
  .n-result .item p {
    margin: 20px 0 0 0;
    padding: 0 0 30px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .n-result .item p span {
    display: block;
    font-size: 10px;
    margin: 0 0 5px 0;
    color: #8dc031;
  }
  .n-result .item.none {
    display: none;
  }
  .n-result .noresult {
    display: none;
  }

  /*イベント用*/
  .e-result {
    overflow: hidden;
  }
  .e-result .item {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .e-result .item .first {
    height: 90px;
  }
  .e-result .item .first .date {
    background: #689d38;
    width: 20%;
    float: left;
  }
  .e-result .item .first .date .month {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    height: 90px;
    width: 20%;
    color: #fff;
  }
  .e-result .item .first .date .month .day {
    font-size: 11px;
    display: block;
    color: #fff;
  }
  .e-result .item .first .name .txt {
    font-size: 14px;
  }
  .e-result .item .first .name .txt .type {
    font-size: 11px;
    color: #808080;
  }
  .e-result .item .second {
    padding: 15px 20px;
  }
  .e-result .item .second ul li {
    font-size: 12px;
    line-height: 2;
  }
  .e-result .item .second ul li img {
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .e-result .item.none {
    display: none;
  }

  /**ヨコハマから世界へ+AboutYCU**/
  .y-content {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 10px 0 120px 0;
  }
  .y-content .sec-ec.large {
    margin: 0 auto 50px auto;
  }
  .y-content .intro {
    margin: 40px auto 0 auto;
    width: 80%;
    font-size: 14px;
  }
  .y-content .intro:first-letter {
    font-size: 1em;
    float: none;
    margin: 0;
    padding: 0;
  }
  .y-content .cec.y {
    top: -50px;
    margin: 0 auto 0 auto;
    position: relative;
  }
  .y-content .cec.y span {
    text-align: center;
  }
  .y-content .search-frame {
    margin: 0 auto;
  }
  .y-content .search-frame .n-result {
    margin: 0 0 0 -20%;
    width: 140%;
  }
  .y-content .search-frame .n-result .item {
    margin-bottom: 20px;
    border: none;
  }
  .y-content .y-twopair {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .y-content .y-twopair .item {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .y-content .y-twopair .item h3 {
    position: relative;
    margin: -24px 0 0 0;
  }
  .y-content .y-twopair .item h3 span {
    font-size: 16px;
  }
  .y-content .y-twopair .item h4 {
    font-size: 10px;
  }
  .y-content .y-twopair .item h4.gg {
    background: #24313c;
  }
  .y-content .y-twopair .item p {
    font-size: 12px;
  }
  .y-content .y-twopair .item p span {
    font-size: 10px;
  }
  .y-content .y-twopair .item:nth-Child(even) {
    margin: 0 0 50px 0;
  }
  .y-content .y-twopair:not(:nth-last-child(1)) {
    margin: 0 auto 0 auto;
  }
  .y-content .twopair-section .twopair {
    margin: 50px 0;
    overflow: hidden;
  }
  .y-content .twopair-section .twopair .side h2 {
    margin: 35px 0 0 0;
  }
  .y-content .twopair-section .twopair .side h2 img {
    width: 85%;
    height: auto;
    margin: 0 0 0 55px;
  }
  .y-content .twopair-section .twopair .side h3 {
    width: 85%;
    margin: 0 0 0 55px;
    font-size: 14px;
    color: #fff;
  }
  .y-content .twopair-section .twopair .side:nth-child(1) {
    padding: 0;
  }
  .y-content .twopair-section .twopair .side:nth-child(1) .thumb {
    display: block;
    position: static;
    margin: 40px 0 0 0;
  }
  .y-content .twopair-section .twopair .side + .side p {
    width: 60%;
    padding: 70px 0;
    margin: 0 auto;
    color: #303030;
  }
  .y-content .twopair-section .twopair .side.tex {
    background: url("../imgs/y_line01.png") 0 bottom no-repeat;
    background-color: #fff;
  }
  .y-content .twopair-section .twopair.second .side {
    float: right;
  }
  .y-content .twopair-section .twopair.second .side h2 {
    margin: 30px 0 0 0;
  }
  .y-content .twopair-section .twopair.second .side h2 img {
    width: 60%;
    height: auto;
    margin: 40px 0 0 60px;
  }
  .y-content .twopair-section .twopair.second .side h3 {
    width: 50%;
    margin: 0 0 20px 60px;
    font-size: 14px;
  }
  .y-content .twopair-section .twopair.second .side:nth-Child(1) {
    background: #24313c;
  }
  .y-content .twopair-section .twopair.second .side + .side {
    background: url("../imgs/y_line02.png") 0 bottom no-repeat;
    background-color: #fff;
  }
  .y-content .twoframe {
    padding: 0 0 40px 0;
  }
  .y-content .twoframe .item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .y-content .twoframe .item:last-child {
    width: 100%;
    margin: 0;
  }
  .y-content .threeframe {
    margin: 0;
    padding: 0 0 40px 0;
  }
  .y-content .threeframe .item {
    padding: 0;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .y-content .threeframe .item p {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .y-content .threeframe .item:nth-child(3n) {
    margin: 0;
  }
  .y-content .academism {
    padding: 0 0 50px 0;
  }
  .y-content .academism .part {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .y-content .academism .part .bt-detail {
    text-align: center;
  }
  .y-content .academism .part .bt-detail a {
    text-align: center;
  }
  .y-content .academism .block {
    margin: 0 0 60px 0;
  }
  .y-content .academism .block .text {
    padding: 60px 0 0 0;
  }
  .y-content .academism .block .text h2 {
    font-size: 24px;
  }
  .y-content .academism .block .text h3 {
    font-size: 16px;
  }
  .y-content .academism .block .image {
    border-bottom: none;
    width: 80%;
    margin: 0 auto 0 auto;
    float: none;
  }
  .y-content .academism .block .image img {
    width: 100%;
    margin: 0;
  }
  .y-content .whitebox {
    width: 70%;
    margin: 0 auto;
  }
  .y-content .whitebox .item.a-item {
    text-align: center;
    float: none;
    margin: 0 0 10px 0;
  }
  .y-content .whitebox .threeframe .item p {
    width: 100%;
  }

  /*micro*/
  .m-intro {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: visible;
  }
  .m-intro .m-cec {
    width: 80%;
    font-size: 30px;
    margin: 0 auto 40px auto;
    padding: 40px 0 0 0;
  }
  .m-intro .m-cec span {
    font-size: 10px;
  }
  .m-intro h2 {
    font-size: 16px;
    margin: 0 auto 30px auto;
  }
  .m-intro p {
    margin: 0 auto 50px auto;
    line-height: 1.8;
    font-size: 14px;
  }

  .m-intro.empty {
    padding: 20px 0;
  }

  .m-intro.error {
    clear: both;
    padding: 20px 0 50px 0;
    width: 90%;
  }
  .m-intro.error p {
    width: 100%;
    margin: 50px 0 50px 0;
    text-align: center;
  }

  .m-result {
    width: 100%;
    margin: 0;
  }
  .m-result .item {
    float: none;
    display: block;
    overflow: hidden;
    width: 80%;
    margin: 0 auto 30px auto;
    min-height: 250px;
  }
  .m-result .item img {
    width: 100%;
  }
  .m-result .item a {
    display: block;
  }
  .m-result .item span.category {
    font-size: 10px;
  }
  .m-result .item p {
    font-size: 14px;
  }

  .info.micro .infobox .box a .date {
    display: inline-block;
    margin: 0 20px 15px 0;
  }
  .info.micro .infobox .box a .category:nth-last-child(1) {
    display: none;
  }
  .info.micro .infobox .box a .category:not(:nth-last-child(1)) {
    background: #8dc031;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    min-width: 120px;
    text-align: center;
  }
  .info.micro h3 {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
  }
  .info.micro h3 a {
    display: none;
  }
  .info.micro .bt-detail {
    display: block;
  }

  .m-content {
    width: 90%;
    margin: 0 auto;
  }
  .m-content .block .image {
    margin: 0 0 30px -10%;
    width: 120%;
  }

  .m-frame {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .m-frame .item {
    margin-bottom: 40px;
  }

  .m-grayset {
    margin: 50px auto;
  }
  .m-grayset .grayframe {
    padding: 35px 35px 20px 35px;
  }
  .m-grayset .grayframe .art-set {
    padding: 0;
  }
  .m-grayset .grayframe .art-set p {
    margin: 0;
  }

  .sc-part {
    width: 90%;
    margin: 0 auto 25px auto;
    float: none;
  }
  .sc-part h3 {
    padding: 16px 0 0 0;
    font-size: 14px;
    width: 100%;
  }
  .sc-part h3 span {
    display: inline-block;
    margin: 10px 0 10px 10px;
    font-size: 12.5px;
  }
  .sc-part .listsec {
    position: relative;
    width: 100%;
    float: left;
  }
  .sc-part .listsec h4 {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 20px 25px;
  }
  .sc-part .listsec h4 span {
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 12.5px;
  }
  .sc-part .listsec ul {
    position: relative;
    z-index: none;
    display: none;
    width: 100%;
  }
  .sc-part .listsec ul li {
    display: block;
    border-bottom: 1px #737272 solid;
  }
  .sc-part .listsec ul li a {
    display: block;
    padding: 20px 25px;
    background: #f5f5f5;
  }
  .sc-part .listsec ul li span {
    display: block;
    font-size: 12.5px;
  }
  .sc-part .listsec ul.open {
    display: block;
  }

  .sc-part:nth-child(even) {
    margin: 0 auto 25px auto;
  }

  table.scholar {
    width: 95%;
    margin: 0 auto;
  }
  table.scholar thead {
    display: none;
  }
  table.scholar tr.detail {
    overflow: hidden;
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table.scholar tr.detail td {
    box-sizing: border-box;
    display: block;
    float: left;
    vertical-align: top;
    padding: 10px 0;
    border: none;
    position: relative;
    font-size: 13.5px;
  }
  table.scholar tr.detail td span {
    display: block;
    font-size: 12.5px;
    color: #8dc031;
    margin: 5px 0 0 0;
  }
  table.scholar tr.detail td .status {
    display: inline-block;
    font-size: 13.5px;
    color: #737272;
  }
  table.scholar tr.detail td .eng {
    color: #737272;
  }
  table.scholar tr.detail td .btbox {
    position: static;
  }
  table.scholar tr.detail td .btbox .map {
    display: block;
    position: static;
    text-align: center;
    background: #689d38;
    font-size: 13px;
    color: #fff;
    padding: 6px 6px;
    margin: 10px 0 0 0;
  }
  table.scholar tr.detail td .btbox .map img {
    float: right;
    margin: 5px 5px;
  }
  table.scholar tr.detail td:nth-child(1), table.scholar tr.detail td:nth-child(2), table.scholar tr.detail td:nth-child(4) {
    width: 90%;
    margin: 0 auto;
  }
  table.scholar tr.detail td:nth-child(2) {
    border-bottom: 1px #ccc solid;
  }
  table.scholar tr.detail td:nth-child(3), table.scholar tr.detail td:nth-child(n+5) {
    display: none;
  }

  table.scholar-detail {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  table.scholar-detail tbody tr th {
    width: 84%;
    display: inline-block;
    font-size: 13.5px;
    padding: 12px 8%;
    line-height: 2;
  }
  table.scholar-detail tbody tr td {
    width: 84%;
    display: block;
    font-size: 13.5px;
    padding: 12px 8%;
  }
  table.scholar-detail tbody tr td .btbox .map {
    display: block;
    text-align: center;
    padding: 6px 10px;
    margin: 5px 5px 10px 5px;
  }
  table.scholar-detail tbody tr td .btbox .map img {
    float: right;
    margin: 4px 0 0 5px;
  }
  table.scholar-detail tbody tr span {
    display: block;
    font-size: 12.5px;
    color: #737272;
    /*font-weight: 100;*/
  }
  table.scholar-detail tbody tr span.lavel {
    font-size: 13.5px;
    padding: 10px 0;
  }

  table.scholar.bid {
    width: 100%;
  }
  table.scholar.bid thead tr.title th {
    width: 12.5%;
  }
  table.scholar.bid thead tr.title th:nth-child(3) {
    width: 50%;
  }
  table.scholar.bid tbody tr.detail {
    padding: 0 0 20px 0;
  }
  table.scholar.bid tbody tr.detail td:nth-child(1), table.scholar.bid tbody tr.detail td:nth-child(2), table.scholar.bid tbody tr.detail td:nth-child(3), table.scholar.bid tbody tr.detail td:nth-child(4), table.scholar.bid tbody tr.detail td:nth-child(5) {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
    display: block;
    border: none;
    text-align: left;
    font-size: 12.5px;
  }
  table.scholar.bid tbody tr.detail td:nth-child(1) span, table.scholar.bid tbody tr.detail td:nth-child(2) span, table.scholar.bid tbody tr.detail td:nth-child(3) span, table.scholar.bid tbody tr.detail td:nth-child(4) span, table.scholar.bid tbody tr.detail td:nth-child(5) span {
    font-size: 12.5px;
  }
  table.scholar.bid tbody tr.detail td:nth-child(1) {
    display: none;
    margin: 20px auto 0 auto;
  }
  table.scholar.bid tbody tr.detail td:nth-child(3) {
    font-size: 14px;
  }
  table.scholar.bid tbody tr.detail td:nth-child(4), table.scholar.bid tbody tr.detail td:nth-child(5) {
    width: auto;
    float: left;
    margin: 0 0 0 5%;
  }
  table.scholar.bid tbody tr.detail td.over, table.scholar.bid tbody tr.detail td.active, table.scholar.bid tbody tr.detail td.before, table.scholar.bid tbody tr.detail td.open, table.scholar.bid tbody tr.detail td.report {
    padding: 10px 0;
    display: block;
    text-align: center;
  }

  table.scholar.bid.ext thead tr th:nth-Child(1) {
    width: 90%;
  }
  table.scholar.bid.ext thead tr th:nth-Child(2) {
    width: 90%;
  }
  table.scholar.bid.ext thead tr th:nth-Child(3) {
    width: 90%;
  }
  table.scholar.bid.ext thead tr th:nth-Child(4) {
    width: 90%;
  }
  table.scholar.bid.ext thead tr th:nth-Child(5) {
    width: 90%;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(1) {
    width: 90%;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(2) {
    width: 90%;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(3) {
    width: 90%;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(4) {
    width: auto;
    padding: 10px 0;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(4) a.green {
    display: inline-block;
    min-width: 120px;
    text-align: center;
  }
  table.scholar.bid.ext tbody tr.detail td:nth-Child(5) {
    width: auto;
    padding: 10px 0;
    text-align: left;
  }

  table.scholar.bid.offer tbody tr.detail td span {
    display: inline-block;
    color: #737272;
    margin: 0 10px 0 0;
    font-size: 12.5px;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(1) {
    display: block;
    text-align: center;
    border: 1px #8dc031 solid;
    width: 90%;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(2) {
    width: 90%;
    font-size: 14px;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(2) span {
    display: block;
    padding: 5px 0;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(3) {
    width: 90%;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(3) span {
    display: block;
    padding: 5px 0;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(4) {
    width: auto;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(5) {
    width: auto;
  }
  table.scholar.bid.offer tbody tr.detail td:nth-Child(6) {
    display: block;
    width: auto;
    margin: 0 0 0 5%;
    padding: 5px 0;
    font-size: 12.5px;
  }

  .eventover {
    background: #689d38;
    font-size: 12.5px;
    padding: 12px 0;
    margin: 0 auto 50px auto;
    width: 90%;
  }
}
@media screen and (max-width: 410px) {
  .first-topic-part {
    width: 90%;
    margin: -30px 0 55px 10%;
  }
  .first-topic-part a {
    padding: 13px 20px 13px 20px;
  }
  .first-topic-part a span.date {
    width: 100%;
  }
  .first-topic-part a span.description {
    width: 100%;
  }
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*print*/
@media print {
  .sec-2col {
    background: #fff;
  }
  .sec-2col .leftframe-w {
    background: #fff;
  }
  .sec-2col .leftpart {
    width: 1160px;
  }
  .sec-2col .leftpart .gray {
    background: none;
  }
  .sec-2col .leftpart .link-bt-set {
    width: 1160px;
  }
  .sec-2col .leftpart.gray {
    background: none;
  }

  .rightnav {
    display: none;
  }
}
/***colors***/
.color-s01-c01 {
  border-bottom: 6px #ffd600 solid;
}

.color-s01-c02 {
  border-bottom: 6px #00acc1 solid;
}

.color-s01-c03 {
  border-bottom: 6px #ff4081 solid;
}

.color-s02-c01 {
  border-bottom: 6px #ff9800 solid;
}

.color-s02-c02 {
  border-bottom: 6px #03a9f4 solid;
}

.color-s02-c03 {
  border-bottom: 6px #7c4dff solid;
}

.color-s03-c01 {
  border-bottom: 6px #e53935 solid;
}

.color-s03-c02 {
  border-bottom: 6px #42a5f5 solid;
}

.color-s03_c03 {
  border-bottom: 6px #009688 solid;
}

.color-s04-c01 {
  border-bottom: 6px #283593 solid;
}

.color-s04-c02 {
  border-bottom: 6px #ff5722 solid;
}

.color-s04-c03 {
  border-bottom: 6px #607d8b solid;
}

/*# sourceMappingURL=style.css.map */
