@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  position: relative;
  z-index: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  z-index: 0;
  -webkit-text-size-adjust: 100%;
}
/*objedt-fit　IE対策*/
img.ie {
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.no-links {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover, a:hover img, a:hover::after {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
  color: #EB6B00;
}
a {
  word-break: break-all;
}
area {
  border: none;
  outline: none;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, header, footer, nav, addres, p, div, img, figure, section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, p {
  word-break: break-all;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.headerPc {
  background-color: #fff;
  height: 80px;
}
.headerSp {
  display: none;
}
.headerPc .inner {
  width: 1823px;
  margin: 0 auto;
}
/*img.hpLogo {
	width: 480px;
	height: auto;
	display: block;
	float: left;
	margin-right: 38px;
}*/
img.hpLogo {
  width: 480px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 4000;
}
.headerPc ul {
  width: 850px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  float: left;
  padding: 20px 0 0;
  margin: 0 0 0 490px;
}
.headerPc li {
  /*width: 14%;*/
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.headerPc li a {
  width: auto;
  display: block;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 2px #fff solid;
}
.headerPc li a:hover {
  color: #EB6B00;
  border-bottom: 2px #FFE23E solid;
}
.headerPc li a.active {
  color: #EB6B00;
  border-bottom: 2px #FFE23E solid;
}
.share {
  /*width: 218px;*/
  width: auto;
  height: 30px;
  /*padding-left: 10px;
  border-left: 1px #CACACA solid;*/
  float: right;
  margin-top: 20px;
}
.share p {
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  float: left;
  padding-right: 10px;
}
.fb {
  float: left;
  padding-right: 10px;
}
.tw {
  float: left;
  padding-right: 10px;
}
.fb img, .tw img {
  width: 26px;
  height: 26px;
}
.headerPc .logo {
  float: right;
  border-left: 1px #CACACA solid;
  padding-left: 10px;
}
.headerPc .logo img {
  width: 88px;
  height: auto;
}
.main {
  background-color: #FFF9D8;
  height: 526px;
}
.main .inner {
  width: 1440px;
  /*width: 1280px;*/
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
}
.main .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.main .swiper-slide {
  text-align: center;
  /*font-size: 18px;*/
  font-size: 0;
  background: #FFF9D8;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 20px 4px 0;
}
.main .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.main .swiper-pagination {
  position: inherit;
}
.main .swiper-slide .btnSlide {
  width: 210px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateY(-2%) translateX(-50%);
  -webkit- transform: translateY(-2%) translateX(-50%);
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 42%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mainLower {
  background-color: #FFF9D8;
  height: 46px;
}
.mainLower .inner {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 0;
  align-items: center;
  color: #999;
  background-color: #FFF9D8;
  font-size: 1.2rem;
  line-height: 1.7;
}
.breadcrumb a {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumb p {
  display: inline-block;
}
.breadcrumb span {
  color: #000;
}
.title {
  margin: 80px auto 20px;
  overflow: hidden;
  position: relative;
  clear: both;
}
.title2 h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 20px;
}
.secondEvent .seminar + .title2 h2 {
  padding-top: 70px;
}
.title3 {
  margin: 60px auto 20px;
  overflow: hidden;
  position: relative;
  clear: both;
  padding-top: 20px;
}
.title h2 br, .title h3 br, .title3 h2 br {
  display: none;
}
.title h2, .title h3, .title3 h2 {
  font-size: 3rem;
  line-height: 1;
  float: left;
  clear: both;
  overflow: hidden;
}
.title h2 span {
  font-size: 1.2rem;
  line-height: 1;
  padding-left: 17px;
}
/*.title h3 {
	margin-bottom: 15px;
	padding-top: 20px;
}*/
.title:first-of-type, .title3:first-of-type {
  margin: 0 auto 20px;
}
.titleList {
  float: right;
  position: absolute;
  bottom: 2px;
  right: 0;
}
.titleList a {
  position: relative;
  padding-right: 25px;
  color: #EB6B00;
  line-height: 1;
  font-size: 1.4rem;
}
.titleList a:after {
  position: absolute;
  content: '';
  top: 2px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.titleList a:hover {
  color: #EB6B00;
}
.title_pc-only {
  display: block;
}
.title_sp-only {
  display: none;
}
.titleLower {
  height: 138px;
  background-color: #fff;
}
.titleLower .inner {
  width: 1216px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
.titleLower h1 {
  font-size: 5rem;
  height: 138px;
  line-height: 138px;
  position: relative;
}
.titleLower h1 span {
  font-size: 2.6rem;
  line-height: 1;
  padding-left: 35px;
}
.titleLower h1 span.intro {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-left: 0;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.titleLower br {
  display: none;
}
.bg_White {
  background: #fff;
  margin: 80px 0 40px;
  padding: 40px 35px;
}
.bg_White:last-of-type {
  margin: 0;
}
.secondEvent .titleLower {
  padding: 40px 0 30px;
  height: auto;
}
.secondEvent .titleLower h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  height: auto;
}
.secondEvent .titleLower br {
  display: block;
}
.secondEvent .titleLower br.tb {
  display: none;
}
.titleLower2 {
  margin-top: 170px;
}
.titleLower2 h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.wrap, .wrapLower {
  background-color: #F0F1F0;
  overflow: hidden;
  background-image: url(../images/bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.wrapLower_article {
  background-color: #fff;
  overflow: hidden;
  background-image: url(../images/bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 0 230px;
  clear: both;
}
.wrapLower_article .inner {
  width: 1216px;
  margin: 0 auto;
  position: relative;
}
.wrapLower_article h1 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 40px;
}
.wrapLower_article h1 span {
  font-size: 1.9rem;
  line-height: 1.4;
  display: inline-block;
  margin-top: 20px;
}
.wrapLower_article .other {
  height: 30px;
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}
.wrapLower_article .other p {
  font-size: 1.2rem;
  line-height: 30px;
  color: #808080;
  display: inline-block;
  float: left;
}
.wrapLower_article .share {
  width: 105px;
  height: 30px;
  padding-left: 0;
  border-left: none;
  float: right;
  margin-top: 0;
}
.wrapLower_article .tw {
  padding-right: 0;
}
.article p {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-bottom: 60px;
}
.story_07 .article p:last-of-type {
  margin-bottom: 60px;
}
.article p:last-of-type {
  margin-bottom: 0;
}
.article img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.article h2 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 60px;
}
.article h3 {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-bottom: 40px;
}
.article span {
  font-weight: bold;
}
.article figure {
  margin: 0 0 80px;
  padding: 0;
}
.article figcaption {
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.8;
}
.profile {
  background-color: #FFE23E;
  padding: 40px;
  margin-top: 60px;
  overflow: hidden;
  clear: both;
}
.profile figure {
  width: 190px;
  float: left;
}
.profile figcaption {
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.profile span {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
  padding-top: 6px;
  display: block;
}
.profile p {
  width: 500px;
  float: right;
  font-size: 1.2rem;
  line-height: 2.1;
}
.profile img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.profile a {
  text-decoration: underline;
}
/*.wrap {
    padding: 260px 0 230px;
}*/
.wrap {
  padding: 180px 0 230px;
}
.wrapLower {
  padding: 40px 0 230px;
}
.wrap .inner, .wrapLower .inner {
  width: 1216px;
  margin: 0 auto;
}
.wrapLower .inner {
  position: relative;
}
.contents {
  width: 880px;
  float: left;
}
.contents .inner {
  width: 800px;
  margin: 0 auto;
  padding-top: 60px;
}
.photoPc {
  width: 880px;
  margin: 0 auto;
  padding-top: 40px;
}
.photoPc img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.photoSp {
  display: none;
}
.news li {
  width: auto;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.news li:last-child {
  margin-bottom: 0;
}
.news a {
  display: block;
  padding: 18px;
  background-color: #fff;
}
.news span, .story span, .event span, .eventLeft span, .info span, .recommend span, .eventLower span, .seminar span {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #808080;
  margin-bottom: 8px;
  display: inline-block;
}
.news span, .story span, .event span, .eventLeft span, .info span, .recommend span, .eventLower span, .seminar span.report_date {
  margin-bottom: 0;
}
.boxBtn_archive a {
	display: block;
  position: relative;
  width: 30%;
  margin:  0 auto;
  padding: 15px 40px;
  background-color: #FFF9D8;
  font-size: 1.6rem;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  font-weight: bold;
}
.boxBtn_archive a p:after {
  content: "";
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1260px) {
  .boxBtn_archive {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .boxBtn_archive a {
    width: auto;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .boxBtn_archive {
    width: 100%;
  }
  .boxBtn_archive a p {
    font-size: 1.5rem;
  }
}

.caption {
	background: #111;
  padding: 5px 25px;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: 13px;
  margin: 10px auto;
}

.caption_conf {
	margin: 65px auto;
}

@media only screen and (max-width: 767px) {
	.caption {
		font-size: 12px;
	}

	.caption_conf {
		margin: 20px auto;
	}
}

.story {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.story li {
  width: 49%;
  display: -webkit-flex;
  display: flex;
}
.story li.li-page {
  margin-bottom: 20px;
}
.story li a {
  display: block;
}
.story img {
  width: 200px;
  height: 280px;
  float: left;
  clear: both;
  display: inline-block;
  object-fit: cover;
}
.story .box {
  height: 280px;
  padding: 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.story .box .list_department_title {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  color: #EB6B00;
  line-height: 1.4;
  font-size: 13px;
  font-weight: bold;
}
.story .box .list_department_title:before {
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;
  height: 16px;
  background-image: url(../story/images/crown.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.story h2 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.story h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.story p {
  font-size: 1.2rem;
  line-height: 1.7;
}
.seminar {
  margin-bottom: 70px;
}
.seminar_other {
  height: auto;
  margin-bottom: 30px;
}
.secondEvent .seminar {
  margin-bottom: 20px;
}
.seminar a {
  display: block;
}
.seminar img.left, .seminar img.right {
  width: 430px;
  height: 345px;
  display: inline-block;
  object-fit: cover;
  float: left;
  clear: both;
}
.seminar img.thema_seminar_right {
  width: 485px;
}
.seminar img.newconf_right {
  width: 543px;
  height: 275px;
}
.seminar img.right {
  float: right;
  clear: both;
}
.seminar img.left {
  float: left;
  clear: both;
}
.seminar img.img_large {
  height: 350px;
}
.seminar .box {
  height: 345px;
  padding: 15px 20px 20px 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.seminar .box table tr th {
  width: 50px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.seminar .box table tr td {
  vertical-align: top;
}
.seminar .box table tr td p.professor {
  margin-bottom: 5px;
  line-height: 1.4;
}
.seminar .box table tr td p.professor:last-child {
  margin-bottom: 0;
}
.seminar .box .colornotice {
  margin-bottom: 0;
  color: #FFE23E;
}
.seminar_newconf .box {
  height: 275px;
}
.seminar .box_large {
  height: 350px;
}
.seminar .box_general {
  height: auto;
}
.seminar h3, .movie h3 {
  /* margin: 10px 0 20px;
  font-size: 2.2rem; */
  margin: 0 0 5px;
  font-size: 2.1rem;
  line-height: 1.3;
}
.seminar h3.newconf_ttl {
  margin: 0;
}
.seminar p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.seminar p.newconf_subttl {
  font-size: 1.8rem;
  line-height: 1.5;
}
.archive_area {
	margin-bottom: 20px;
}
.archive_area p {
	font-size: 1.8rem;
    line-height: 1.6;
}
.movie ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.movie li {
  width: 430px;
  background-color: #fff;
}
.movie li.movie_firstrow {
  margin-bottom: 20px;
}
.movie h3 {
  font-size: 1.6rem;
}
.movie .box {
  padding: 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 62%;
}
.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.outer {
  overflow: hidden;
}
.eventLeft {
  width: 430px;
  height: auto;
  float: left;
}
.eventLeft img {
  width: 430px;
  height: auto;
  display: block;
  object-fit: cover;
}
.eventLeft .box {
  width: 430px;
  height: 98px;
  padding: 10px 20px 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.event {
  width: 430px;
/*  height: 388px;*/
  float: right;
}
.event li {
  width: 430px;
  margin-bottom: 20px;
  overflow: hidden;
}
.event li:last-child {
  margin-bottom: 0;
}
.event h3, .eventLeft h3 {
  font-size: 1.6rem;
  line-height: 1.3;
}
.event p, .eventLeft p, .eventLower p {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 1.4rem;
}
.event li a, .eventLeft li a {
  display: block;
}
.event li img {
  width: 116px;
  height: 116px;
  float: left;
  clear: both;
  display: inline-block;
  object-fit: cover;
}
.event li .box {
  width: 100%;
  height: auto;
  padding: 10px 20px 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  float: right;
}
.eventLower {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
.eventLower img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.eventLower .box {
  width: auto;
  height: auto;
  padding: 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.eventLower h3 {
  font-size: 3rem;
  line-height: 1.3;
  margin: 10px 0 20px;
}
ul.eventLower {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eventLower li {
  width: 430px;
  margin-bottom: 20px;
  overflow: hidden;
}
.eventLower li:last-child {
  margin-bottom: 0;
}
.eventLower li img {
  width: 116px;
  height: 116px;
  float: left;
  clear: both;
  display: inline-block;
  object-fit: cover;
}
.eventLower li .box {
  width: 314px;
  height: 116px;
  padding: 10px 20px 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  float: right;
}
.eventLower li h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.eventDetail .pageLink {
  margin: 0 0 65px;
}
.eventDetail h1 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 40px;
}
.eventDetail h1 span {
  font-size: 2.8rem;
  line-height: 1.3;
  display: inline-block;
  margin-top: 5px;
}
.eventDetail h2 {
  font-size: 3rem;
  line-height: 1.3;
  margin: 40px 0 20px;
  padding: 20px 0 0;
}
.eventDetail h2 span {
  font-size: 1.6rem;
}
.eventDetail p {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-bottom: 20px;
}
.eventDetail table {
  width: 100%;
  border-top: #E3E3E3 1px solid;
  border-left: #E3E3E3 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.eventDetail th, .eventDetail td {
  padding: 20px;
}
.eventDetail th {
  width: 24%;
  background-color: #FFE23E;
  border-right: #E3E3E3 1px solid;
  border-bottom: #E3E3E3 1px solid;
  font-size: 1.6rem;
  /* vertical-align: top; */
  vertical-align: middle;
  line-height: 1.8;
}
.eventDetail td {
  border-right: #E3E3E3 1px solid;
  border-bottom: #E3E3E3 1px solid;
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: #fff;
}
.table_seminar {
  margin-bottom: 80px;
}
.eventDetail .time {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
.eventDetail .time td.colorBlack {
  color: #000;
}
.eventDetail .time td {
  color: #E76C02;
  font-weight: bold;
}
.eventDetail .time td.bgGray {
  color: #F9F9F9;
}
.eventDetail .time span {
  font-size: 1.2rem;
  background-color: #E76C02;
  padding: 3px;
  margin-right: 10px;
  color: #fff;
}
.eventDetail .time figure {
  width: 280px;
  float: none;
  margin: 20px 0 0;
  padding: 0;
  display: inline-table;
}
.eventDetail .time figcaption {
  width: 180px;
  float: right;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eventDetail .time figcaption span.name {
  width: auto;
  padding: 0 0 5px;
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.eventDetail .time figcaption span.position {
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  color: #000;
  padding: 0;
  margin: 0;
  display: inline-block;
  background-color: #fff;
}
.eventDetail .time img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0;
  float: left;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.eventDetail img.timePhoto {
  width: 300px;
  height: auto;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.eventDetail .boxBtn {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 40px;
}
.eventDetail .btnEvent {
  width: 100%;
  height: 100px;
  margin: 60px auto 0;
  padding: 0;
}
.eventDetail .btn, .eventDetail .btn4 {
  width: 400px;
  height: 100px;
  margin: 0 auto 80px;
  padding: 20px 0 0;
}
.eventDetail .btn2, .eventDetail .btn3 {
  width: 300px;
  height: 60px;
  padding: 40px 0 0;
  margin: 0 5px;
}
.eventDetail .btn2 {
  float: left;
}
.eventDetail .btn3 {
  float: right;
}
.eventDetail .btnEvent a {
  width: 100%;
  height: 100px;
  line-height: 100px;
  display: block;
  font-size: 2rem;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  font-weight: bold;
  position: absolute;
}
.eventDetail .btn a, .eventDetail .btn4 a {
  width: 400px;
  height: 100px;
  line-height: 100px;
  display: block;
  font-size: 1.6rem;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  font-weight: bold;
  position: absolute;
}
.eventDetail .btn2 a, .eventDetail .btn3 a {
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  font-size: 1.6rem;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  font-weight: bold;
  position: absolute;
}
.eventDetail .btnEvent a {
  background-color: #14a153;
  color: #fff;
}
.eventDetail .btn a {
  background-color: #FFE23E;
}
.eventDetail .btn4 a {
  background-color: #14a153;
  color: #fff;
}
.eventDetail .btn2 a, .eventDetail .btn3 a {
  background-color: #FFF9D8;
}
.eventDetail .btnEvent a::after {
  content: "";
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.eventDetail .btn a::after, .eventDetail .btn2 a::after, .eventDetail .btn3 a::after {
  content: "";
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.eventDetail .btn4 a::after {
  content: "";
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.eventDetail .btnEvent a:hover::after {
  color: #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.eventDetail .btn a:hover::after, .eventDetail .btn2 a:hover::after, .eventDetail .btn3 a:hover::after {
  color: #EB6B00;
  border-top: 2px solid #EB6B00;
  border-right: 2px solid #EB6B00;
}
.eventDetail .attention {
  border: #E3E3E3 1px solid;
  padding: 40px;
}
.eventDetail .attention p {
  line-height: 2.4;
}
.eventDetail .colorOrange {
  color: #F26800;
}
.eventDetail p.sizeSmall {
  font-size: 1.2rem;
  line-height: 1.4;
}
.eventDetail .attentionList {
  background-color: #FFF9D8;
  padding: 30px 40px;
  margin: 40px auto;
}
.eventDetail .attentionList li {
  font-size: 1.8rem;
  line-height: 2.4;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.eventDetail .contact {
  overflow: hidden;
  background-color: #F0F1F0;
}
.eventDetail .contact img {
  width: 100%;
  height: auto;
}
.eventDetail .contactLeft {
  width: 293px;
  height: 180px;
  float: left;
  clear: both;
  background-image: url(../images/bg_yellow.png);
  background-repeat: no-repeat;
  background-size: 293px auto;
  background-position: top center;
}
.eventDetail .contactLeft h3 {
  font-size: 3rem;
  line-height: 180px;
  padding-left: 35px;
}
.eventDetail .contactRight, .eventDetail .contactRight2 {
  width: 500px;
  float: right;
  background-color: #F0F1F0;
}
.eventDetail .contactRight {
  height: 180px;
}
.eventDetail .contactRight2 {
  height: 130px;
}
.eventDetail .profile p {
  font-size: 1.2rem;
  line-height: 2.1;
  margin: 0;
}
.eventDetail .profile {
  margin: 0 auto 5px;
}
.text_red {
  color: #FF0000;
}
.form_style {
  text-decoration: underline;
  font-weight: bold;
}
.report img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 60px;
}
.report .profile img {
  margin-bottom: 0;
}
.report h2 {
  margin: 40px 0 60px;
}
.report h2 span {
  border-bottom: 8px solid #FFE23E;
  padding: 0 0 5px;
  font-size: 2rem;
  margin: 0 0 30px;
  display: inline-block;
}
.report h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 60px;
}
.report p {
  margin-bottom: 60px;
}
.report .photo {
  width: 45%;
  margin-bottom: 30px;
}
.report .photo img {
  margin-bottom: 0;
}
.report .photo_right {
  float: right;
  margin-left: 50px;
}
.report .photo_left {
  float: left;
  margin-right: 50px;
}
.voice h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 30px;
  padding: 0;
}
.voice .box {
  border: 1px dotted #000;
  padding: 40px;
  margin: 0 auto 60px;
  background-color: #FFF9D8;
}
.voice p {
  margin: 0;
}
.voice span {
  display: block;
  margin: 20px 0 0;
}
.btnReport a {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #EB6B00;
  padding: 0 15px;
  display: inline-block;
}
p.markReport, p.markVoice {
  background-color: #FFE23E;
  font-weight: bold;
  padding: 0 15px;
  display: inline-block;
}
p.markReport {
  font-size: 1.8rem;
  margin: 0 0 10px;
}
p.markVoice {
  font-size: 2.4rem;
  margin: 0 0 20px;
}
.small {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.contactRight .company br {
  display: none;
}
.contactRight .company {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
  margin: 25px 0 0;
  padding: 0;
  text-align: center;
}
.contactRight .tel, .contactRight2 .tel2 {
  width: 230px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 0 60px;
  background-image: url(../images/tel.png);
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: left center;
}
.contactRight .tel {
  margin: 0 auto;
}
.contactRight2 .tel2 {
  margin: 45px auto 0;
}
.contactRight .tel span, .contactRight2 .tel2 span {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
}
.eventProfile .profile {
  margin: 0 auto 5px;
}
.eventProfile h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.eventProfile h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 20px;
}
.eventProfile .contents .inner {
  padding-top: 40px;
}
.eventDetail .lead {
  margin-top: 40px;
}
.eventDetail .disc {
  padding: 0;
  margin: 20px auto;
}
.eventDetail .disc li {
  width: auto;
  margin-right: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.eventDetail .mentor_disc li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.eventDetail .comment {
  margin: 10px 0 50px;
  font-size: 1.6rem;
  line-height: 1.6;
}
p.markFinish {
  color: #fff;
  font-weight: bold;
  background-color: #EB6B00;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.box .markFinish {
  color: #fff;
  font-weight: bold;
  background-color: #EB6B00;
  padding: 5px;
  display: inline-block;
  margin-top: 10px;
}
.box .markReport {
  color: #000;
  font-weight: bold;
  background-color: #FFE23E;
  padding: 5px;
  display: inline-block;
  /*margin-top: 10px;*/
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 3px;
}

.box .markReport_notice {
  background: #969696;
  padding: 5px;
  color: #fff;
  margin-bottom: 3px;
}
/*.eventDetail .appli {
  padding: 0;
}
.eventDetail .appli ul {
  padding: 0;
  margin: 20px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eventDetail .appli li {
  width: auto;
  margin-right: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: inside;
}
.eventDetail .appli p {
  font-size: 1.6rem;
  line-height: 1.6;
}*/
.adviser {
  height: 255px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 40px auto 70px;
  overflow: hidden;
}
/*.adviser figure {
	width: 185px;
}*/
.adviser figcaption {
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.adviser span {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
  padding-top: 6px;
  display: block;
}
.adviser img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.adviser .swiper-custom-parent {
  width: 840px;
  margin: 0 auto;
  position: relative;
}
.adviser .swiper-container {
  width: 767px;
  padding: 0 30px;
}
.adviser .swiper-button-prev, .adviser .swiper-button-next {
  width: 17px;
  height: 30px;
  margin-top: -70px;
}
.adviser .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center center / contain;
}
.adviser .swiper-button-next {
  background: url(../images/next.png) no-repeat center center / contain;
}
.tipsLeft {
  float: left;
}
.tipsRight {
  float: right;
}
.tips, .tips2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-bottom: 20px; */
}
.tips li, .tips2 li {
  width: 49%;
  display: -webkit-flex;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.3;
  overflow: hidden;
  margin-bottom: 15px;
}
.tips li:last-child, .tips2 li:last-child {
  margin-bottom: 0;
}
.tips li {
  background-color: #fff;
}
.tips2 li {
  background-color: #FFF9D8;
}
.tips li a, .tips2 li a {
  width: 100%;
  display: block;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tips li a::after, .tips2 li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  color: #000;
  padding-left: 8px;
  font-size: 1.5rem;
  display: inline-block;
}
.tips li a:hover::after, .tips2 li a:hover::after {
  color: #EB6B00;
}
.tipsLeft h3, .tipsRight h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  float: left;
  margin-right: 5px;
}
.tipsLower h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 20px;
}
.tipsLower .tips, .tipsLower .tips2 {
  margin-bottom: 30px;
}
.tipsLower p {
  margin-bottom: 40px;
}
.tipsLower p.credit {
  margin: 0;
  text-align: right;
}
.pageLink, .pageLink2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageLink {
  margin: -30px 0 65px;
}
.pageLink2 {
  margin: 0 0 65px;
  padding-top: 65px;
}
/*.secondEvent .pageLink2 {
  margin-top: 65px;
}*/
.pageLink li, .pageLink2 li {
  margin-right: 40px;
}
.pageLink a, .pageLink2 a {
  color: #EB6B00;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.2;
}
.pageLink a::before, .pageLink2 a::before {
  content: "";
  color: #000;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 3px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.pageLink a::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pageLink2 a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info li {
  /*width: 33%;*/
  display: -webkit-flex;
  display: flex;
}
.info li a {
  display: block;
}
.info img {
  width: 280px;
  height: 190px;
  display: block;
  object-fit: cover;
}
.info .box {
  width: 280px;
  height: 118px;
  padding: 10px 20px 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.info h3 {
  font-size: 1.6rem;
  line-height: 1.3;
}
.recommend {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recommend li {
  /*width: 33%;*/
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.recommend li a {
  display: block;
}
.recommend img {
  width: 280px;
  height: 190px;
  display: block;
  object-fit: cover;
}
.recommend .box {
  width: 280px;
  height: 118px;
  padding: 10px 20px 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.recommend h3 {
  font-size: 1.6rem;
  line-height: 1.3;
}
.aboutNew {
  background-color: #fff;
}
.aboutNew {
  padding: 80px 40px 60px;
  margin-bottom: 60px;
}
.aboutNew h3 {
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 60px;
}
.aboutNew img {
  width: 557px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.aboutNew p, .aboutNumber p {
  font-size: 1.8rem;
  line-height: 2.1;
  margin: 40px auto 0;
}
.aboutNumber .box {
  padding: 60px 40px;
  background-color: #FFF9D8;
}
.aboutNumber h3 {
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}
.aboutNumber img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.pager .pagination {
  text-align: center;
  margin-top: 40px;
}
.pager .pagination li {
  /*display: inline;*/
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
  color: #000;
  background: #FFE23E;
  border-radius: 50px;
}
.space {
  padding: 0 0 440px;
  margin: 0;
}
.personal p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.personal ul {
  margin-bottom: 40px;
}
.personal li {
  list-style: disc;
  list-style-position: inside;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.personal li:last-of-type {
  margin-bottom: 0;
}
/*.scaleupInner .pageLink {
  margin-bottom: 35px;
  margin-top: 0;
}*/
.scaleup ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scaleup li {
  width: 44%;
  height: auto;
  background-color: #FFF9D8;
  padding: 30px 20px 50px;
  margin-bottom: 20px;
  position: relative;
}
#top .scaleup li {
  width: auto;
  margin: 20px auto 0;
}
.scaleup h2 {
  padding-top: 20px;
}
.scaleup h3 {
  padding-top: 10px;
  margin-bottom: 10px;
}
.scaleup h3:first-of-type {
  padding-top: 40px;
}
.scaleup h4 {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
.scaleup p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.scaleup p.detail {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #7F7F7F;
  margin-bottom: 20px;
}
.scaleup a {
  width: auto;
  height: 24px;
  line-height: 24px;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 0 30px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateY(-8%) translateX(-50%);
  -webkit- transform: translateY(-8%) translateX(-50%);
}
.scaleup a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.scaleup a::after {
  content: "";
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.scaleup a:hover::after {
  color: #000;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.side {
  width: 300px;
  float: right;
}
.lower .side {
  position: absolute;
  top: 40px;
  right: 0;
}
.side2 {
  display: none;
}
.database {
  /*height: 507px;*/
  background-color: #FFE23E;
  margin: 0 auto 25px;
}
.database img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  object-fit: cover;
}
.side .fb-page {
  margin-bottom: 25px;
}
.sns {
  display: none;
}
footer {
  font-size: 1rem;
  background-color: #FFE23E;
  padding: 100px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
footer ul {
  width: 200px;
  margin: 0 auto 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer li {
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
address {
  width: auto;
  font-style: normal;
  margin: 0 20px 13px;
}
address br {
  display: none;
}
footer p {
  width: auto;
  margin: 0 20px;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 35px solid #FFE23E;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
}
.triangle p {
  width: 30px;
  line-height: 1.2;
  font-size: 1rem;
  position: absolute;
  top: 25px;
  right: 0;
  left: -15px;
  margin: auto;
  text-align: center;
}
.triangle a {
  color: #000;
}
.triangle a:hover {
  color: #000;
  font-weight: bold;
}

.breadcrumb {
  padding-left: 500px;
}

@media screen and (max-width: 2390px) {
  img.hpLogo {
    left: 0;
  }
}
@media screen and (max-width: 1830px) {
  .headerPc .inner {
    width: auto;
    margin: 0 30px;
  }
}
@media screen and (max-width: 1700px) {
  /*.headerPc {
    height: 70px;
  }*/
  .headerPc .inner {
    width: auto;
    margin: 0 10px;
  }
  .headerPc ul {
    width: 680px;
  }
  .share {
    margin-top: 14px;
  }
  .wrapLower_article .share {
    margin-top: 0;
  }
  .main .inner {
    width: auto;
    margin: 0 30px;
  }
  .main img {
    width: 100%;
    height: auto;
  }
  .wrap .inner, .wrapLower .inner, .titleLower .inner {
    width: 1216px;
    margin: 0 auto;
  }
  .contents {
    width: 72%;
  }
  .contents .inner {
    width: auto;
    margin: 0;
  }
  .photoPc {
    width: auto;
  }
  .profile p {
    width: 70%;
  }
  .adviser .swiper-custom-parent {
    width: 100%;
  }
  .adviser .swiper-container {
    width: 80%;
    padding: 0 30px;
  }
  .aboutNew img {
    width: 70%;
  }
  .eventDetail .contactRight {
    width: 580px;
  }
}
@media screen and (max-width: 1640px) {
  .breadcrumb {
    padding-left: 32%;
  }
  .eventDetail .contactRight2 {
    width: 560px;
  }
}
@media screen and (max-width: 1510px) {
  .breadcrumb {
    padding-left: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .headerPc ul {
    /*width: 550px;*/
    width: 600px;
    padding-top: 20px;
  }
  /*img.hpLogo {
	width: 320px;
	margin-right: 20px;
  }*/
  .wrap {
    padding: 170px 0 230px;
  }
  .wrapLower {
    padding: 40px 0 230px;
  }
}
@media screen and (max-width: 1300px) {
  .wrap {
    padding: 60px 0 230px;
  }
  .headerPc ul {
    margin: 0;
  }
  img.hpLogo {
    width: 320px;
    float: left;
    margin-right: 20px;
    position: inherit;
  }
  .breadcrumb {
    display: block;
    padding-left: 28%;
  }
}
@media screen and (max-width: 1260px) {
  .secondEvent .titleLower br.tb {
    display: block;
  }
  .wrap .inner, .wrapLower .inner, .titleLower .inner, .wrapLower_article .inner {
    width: auto;
    margin: 0 40px;
  }
  .story li {
    width: 100%;
    display: -webkit-block;
    display: block;
    margin-bottom: 5px;
  }
  .story li.li-page {
    margin-bottom: 5px;
  }
  .story li:last-child {
    margin-bottom: 0;
  }
  .story img {
    width: 130px;
    height: 202px;
  }
  .story .box {
    height: 202px;
  }
  .story .box .list_department_title {
    padding-left: 25px;
    font-size: 12px;
  }
  .story .box .list_department_title:before {
    height: 16px;
  }
  .story .box .list_department_title .list_department_br {
    display: none;
  }
  .seminar img.left, .seminar img.right {
    width: 100%;
    height: auto;
    float: none;
    clear: none;
    display: block;
  }
  .seminar img.right {
    float: none;
    clear: none;
  }
  .seminar img.left {
    float: none;
    clear: none;
  }
  .seminar .box {
    height: auto;
  }
  .seminar p br {
    display: none;
  }
  .movie li {
    width: 48%;
  }
  .movie li.movie_firstrow {
    margin-bottom: 20px;
  }
  .eventLeft {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 5px;
  }
  .eventLeft img {
    width: 100%;
    height: auto;
  }
  .eventLeft .box {
    width: auto;
    height: auto;
  }
  .event {
    width: 100%;
    height: auto;
    float: none;
  }
  .event li {
    width: 100%;
    margin-bottom: 5px;
  }
  .event li img {
    width: 116px;
    height: 116px;
    display: block;
  }
  .event li .box {
    width: auto;
    float: none;
  }
  ul.eventLower {
    display: -webkit-block;
    display: block;
  }
  .eventLower li {
    width: 100%;
  }
  .eventLower li img {
    width: 116px;
    height: 116px;
    display: block;
  }
  .eventLower li .box {
    width: auto;
    height: 116px;
    float: none;
  }
  .tipsLeft, .tipsRight {
    width: 100%;
  }
  .tipsLeft {
    float: none;
  }
  .tipsRight {
    float: none;
  }
  .info li, .recommend li {
    width: 32%;
    display: -webkit-block;
    display: block;
  }
  .info img {
    width: 100%;
    height: auto;
  }
  .recommend img {
    width: 100%;
    height: 150px;
  }
  .info .box, .recommend .box {
    width: 100%;
    height: auto;
  }
  .profile p {
    width: 65%;
  }
  .eventDetail .boxBtn {
    width: 100%;
  }
  .scaleup li {
    width: 43%;
  }
}
@media screen and (max-width: 1206px) {
  .breadcrumb {
    /*height: auto;
    padding: 15px;
    line-height: 1.3;*/
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumb a:first-child {
    padding-left: 15px;
  }
  .breadcrumb p {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .headerPc {
    display: none;
  }
  .headerSp {
    display: block;
    height: 50px;
  }
  .headerSp .inner {
    height: 50px;
    position: relative;
  }
  img.hpLogo {
    width: 180px;
  }
  .headerSp .logo img {
    width: 88px;
    height: auto;
    position: absolute;
    top: 12px;
    right: 60px;
    padding-right: 20px;
    border-right: 1px #CACACA solid;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: 2;
    float: right;
  }
  .menu-trigger span {
    position: absolute;
    background: #000;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .g-nav {
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 10000000;
  }
  .g-nav .list {
    padding: 20px 30px;
  }
  .g-nav .list .item {
    border-bottom: 1px solid #000;
  }
  .g-nav .list .item a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #000;
    padding: 15px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .g-nav .list .item a.active {
    color: #EB6B00;
    background-color: #FFF9D8;
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .openLink::after {
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main {
    height: auto;
  }
  .wrap {
    padding: 60px 0 230px;
  }
  .wrap .inner, .wrapLower .inner, .titleLower .inner, .wrapLower_article .inner {
    width: auto;
    margin: 0 30px;
  }
  .contents {
    width: 67%;
  }
  .profile figure {
    float: none;
    margin: 0 auto 30px;
  }
  .profile p {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 1180px) {
  .titleLower h1 {
    font-size: 3.5rem;
    height: 138px;
    line-height: 138px;
  }
  .titleLower h1 span {
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .eventDetail .contactLeft {
    width: 100%;
    height: 60px;
    float: none;
    clear: none;
    background-color: #FFE23E;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 293px auto;
    background-position: top center;
  }
  .eventDetail .contactLeft h3 {
    font-size: 2.6rem;
    line-height: 60px;
    padding-left: 0;
    text-align: center;
  }
  .eventDetail .contactRight, .eventDetail .contactRight2 {
    width: 100%;
    float: none;
  }
  .eventDetail .contactRight {
    height: 160px;
  }
  .eventDetail .contactRight2 {
    height: 130px;
  }
  .contactRight2 .tel2 {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1080px) {
  .eventDetail .btn, .eventDetail .btn4 {
    width: auto;
  }
  .eventDetail .btn2, .eventDetail .btn3 {
    width: auto;
    padding: 20px 0 0;
    margin: 0 auto;
  }
  .eventDetail .btn2 {
    float: none;
  }
  .eventDetail .btn3 {
    float: none;
  }
  .eventDetail .btn a, .eventDetail .btn4 a {
    width: 100%;
  }
  .eventDetail .btn2 a, .eventDetail .btn3 a {
    width: 100%;
  }
  .scaleup li {
    width: 41%;
  }
}
@media screen and (max-width: 1060px) {
  .contents {
    width: 63%;
  }
  .scaleup a {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .main .swiper-slide .btnSlide {
    width: 20%;
  }
}
@media screen and (max-width: 900px) {
  .secondEvent .titleLower br.tb {
    display: none;
  }
  .info li:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .info li {
    width: 48%;
  }
  .recommend li {
    width: 48%;
    margin-bottom: 20px;
  }
  .recommend img {
    height: 200px;
  }
  .contents {
    width: auto;
    float: none;
  }
  .photoPc {
    display: none;
  }
  .photoSp {
    display: block;
  }
  .photoSp img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .space {
    padding: 0;
  }
  .side {
    width: auto;
    float: none;
    margin: 100px auto 0;
  }
  /*.lower .side {
  	position: inherit;
  	order: 2;
  }*/
  .side2 {
    width: auto;
    float: none;
    margin: 100px auto 0;
    display: block;
  }
  .lower .side {
    display: none;
  }
  .database {
    height: auto;
  }
  .side .fb-page, .side2 .fb-page {
    display: none;
  }
  .side .twitter-page, .side2 .twitter-page {
    display: none;
  }
  .sns {
    display: block;
    margin: 78px auto 0;
  }
  .sns h2 {
    font-size: 3.4rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
  }
  .sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
  }
  .sns li {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sns li img {
    width: 100%;
    height: auto;
  }
  footer {
    font-size: 1.2rem;
    padding: 40px 0 40px;
  }
  footer ul {
    width: auto;
    margin: 0 30px 40px;
  }
  footer li {
    width: 40%;
    margin: 30px 0 0;
  }
  address {
    margin-bottom: 0;
  }
  address br {
    display: block;
  }
  .scaleup li {
    width: 43%;
  }
  .tips, .tips2 {
    display: block;
  }
  .tips li, .tips2 li {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .report .photo {
    width: 100%;
    text-align: center;
  }
  .report .photo_right {
    float: none;
    margin-left: 0;
  }
  .report .photo_left {
    float: none;
    margin-left: 0;
  }
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre, .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a, .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
  .scaleup li {
    width: 41%;
  }
  .seminar .box table tr th {
    display: block;
    width: 100%;
  }
  .seminar .box table tr td {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .story h2 {
    font-size: 1.4rem;
  }
  .story h3 {
    font-size: 1.4rem;
  }
  .story p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .contactRight .company {
    font-size: 2rem;
    line-height: 1.3;
  }
  .contactRight .tel, .contactRight2 .tel2 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .contactRight .tel {
    width: 180px;
  }
  .contactRight2 .tel2 {
    width: 200px;
  }
  .contactRight .company br {
    display: block;
  }
  .contactRight .company {
    margin: 20px 0 15px;
  }
}
@media screen and (max-width: 550px) {
  .title h2 br, .title3 h2 br {
    display: block;
  }
  .titleLower h1 {
    height: auto;
    padding: 30px 0 0;
    line-height: 1.2;
  }
  .secondEvent .titleLower h1 {
    padding: 0;
  }
  .titleLower h1 span.intro {
    bottom: -50px;
  }
  .titleLower br {
    display: block;
  }
  /*.seminar img.left, .seminar img.right {
    height: 300px;
  }*/
  .eventDetail th, .eventDetail td {
    width: auto;
    display: block;
  }
  .eventDetail .time figure {
    width: 100%;
    margin: 30px auto 0;
  }
  .eventDetail .time figcaption {
    width: 100%;
    float: none;
    margin: 15px 0 0;
    text-align: center;
    display: inline-block;
  }
  .eventDetail .time figcaption span.name {
    text-align: center;
    margin: 0;
  }
  .eventDetail .time figcaption span.position {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
    display: block;
  }
  .eventDetail .time img {
    margin: 0 auto;
    float: none;
  }
  .scaleup li {
    width: 100%;
  }
}
@media screen and (max-width: 490px){
  .story .box .list_department_title {
    padding-left: 22px;
    font-size: 10px;
  }
  .story .box .list_department_title:before {
    height: 14px;
  }
  .story .box .list_department_title .list_department_br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .main {
    background-color: #F0F1F0;
  }
  .main .inner {
    margin: 0;
    padding-top: 0;
  }
  .wrap {
    padding: 10px 0 100px;
  }
  .wrapLower {
    padding: 40px 0 100px;
  }
  .wrapLower_article {
    padding: 0 0 100px;
  }
  .wrap .inner, .wrapLower .inner, .titleLower .inner, .wrapLower_article .inner {
    width: auto;
    margin: 0 20px;
  }
  .wrapLower_article h1 {
    font-size: 2.6rem;
  }
  .titleLower h1 {
    font-size: 3rem;
  }
  .title h2 {
    font-size: 1.9rem;
    padding-top: 20px;
    line-height: 1.2;
  }
  .title3 h2 {
    line-height: 1.2;
  }
  .bg_White {
    margin: 80px 0 0;
    padding: 10px 35px 30px;
  }
  .bg_White:last-of-type {
    margin: 80px 0 0;
  }
  span.en_title {
    display: block;
    padding: 10px 0 0 !important;
  }
  .secondEvent .seminar + .title2 h2 {
    padding-top: 40px;
  }
  .titleList {
    position: static;
    bottom: 0;
    right: 0;
    padding-top: 10px;
  }
  .title_pc-only {
    display: none;
  }
  .title_sp-only {
    display: block;
  }
  .title {
    margin: 60px auto 20px;
  }
  .title:first-of-type {
    margin: 0 auto 20px;
  }
  .titleLower2 {
    margin-top: 80px;
  }
  .wrapLower_article h2 {
    font-size: 2.5rem;
  }
  .article h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .article p {
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .article figure {
    margin: 0 0 40px;
  }
  .article figcaption {
    font-size: 1.5rem;
  }
  .small {
    width: 80%;
  }
  .side {
    margin: 60px auto 0;
  }
  .side2 {
    margin: 50px auto 0;
  }
  .profile {
    padding: 40px 20px;
  }
  .title h3 br {
    display: block;
  }
  .title h3 {
    line-height: 1.2;
  }
  .contents .inner {
    padding-top: 40px;
  }
  .aboutNew {
    padding: 80px 20px 60px;
  }
  .aboutNew h3 {
    font-size: 2.5rem;
  }
  .aboutNew img {
    width: 80%;
  }
  .aboutNumber .box {
    padding: 60px 20px;
  }
  .aboutNumber h3 {
    font-size: 2.5rem;
  }
  .aboutNew p, .aboutNumber p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 40px auto 0;
  }
  .event h3, .eventLeft h3 {
    font-size: 1.3rem;
  }
  .eventLower {
    margin-bottom: 40px;
  }
  .eventLower li h3 {
    font-size: 1.3rem;
  }
  .eventLower h3 {
    font-size: 2.5rem;
  }
  .seminar {
    margin-bottom: 40px;
  }
  .seminar h3 {
    font-size: 2.5rem;
  }
  .movie li {
    width: 100%;
    margin: 0 0 20px;
  }
  .story .box {
    padding: 10px;
  }
  .story h2 {
    font-size: 1.3rem;
  }
  .story h3 {
    font-size: 1.3rem;
  }
  .story p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .eventDetail h1 span {
    font-size: 2.2rem;
  }
  .eventDetail p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .eventDetail .attention {
    padding: 30px 15px;
  }
  .eventDetail .btn a, .eventDetail .btn4 a {
    width: 100%;
  }
  .eventDetail .btn2 a, .eventDetail .btn3 a {
    width: 100%;
  }
  .eventDetail .attention p {
    line-height: 1.8;
  }
  .eventDetail .attentionList {
    padding: 30px 15px;
  }
  .eventDetail .attentionList li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .eventDetail img.timePhoto {
    width: 100%;
    height: auto;
  }
  .eventDetail .contactRight {
    height: 180px;
  }
  .eventDetail th {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .eventDetail td {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .eventDetail th {
    padding: 10px;
  }
  .eventDetail td {
    padding: 20px;
  }
  .eventDetail .contactLeft h3 {
    font-size: 2rem;
  }
  .eventDetail .comment {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .eventDetail .disc li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .event p, .eventLeft p, .eventLower p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .recommend h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .recommend .box {
    padding: 15px 10px;
  }
  .recommend img {
    height: 100px;
  }
  .personal p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .personal li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .tips li:last-child {
    margin-bottom: 0;
  }
  .scaleup a {
    width: auto;
  }
  .tipsLower .pageLink li {
    margin-right: 20px;
  }
  .voice .box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 370px) {
  .headerSp {
    height: 40px;
  }
  .headerSp .logo img {
    right: 50px;
    padding-right: 10px;
  }
  img.hpLogo {
    width: 140px;
  }
  .g-nav {
    top: 40px;
  }
  .headerSp .logo img {
    top: 8px;
  }
  .menu-trigger {
    width: 40px;
    height: 40px;
  }
  .menu-trigger span {
    width: 20px;
  }
  .wrap .inner, .wrapLower .inner, .titleLower .inner, .wrapLower_article .inner {
    width: auto;
    margin: 0 10px;
  }
  .titleLower h1 {
    font-size: 2.5rem;
  }
  .titleLower h1 span {
    font-size: 1.2rem;
  }
  .event h3, .eventLeft h3 {
    font-size: 1.2rem;
  }
  .eventLower li h3 {
    font-size: 1.2rem;
  }
  .story h2 {
    font-size: 1.2rem;
  }
  .story h3 {
    font-size: 1.2rem;
  }
  .story .box {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 320px) {
  .event h3, .eventLeft h3 {
    font-size: 1rem;
  }
  .eventLower li h3 {
    font-size: 1rem;
  }
  .story h2 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .story h3 {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .title h2 {
    font-size: 1.4rem;
  }
  .eventDetail .btn2 a, .eventDetail .btn3 a {
    font-size: 1.5rem;
  }
  .contactRight2 .tel2 {
    width: 160px;
  }
  .eventDetail .contactRight2 {
    height: 150px;
  }
  .tipsLower .pageLink li {
    margin-right: 50px;
  }
}


/* メンター一覧、第3回 NEW CONFERENCE 概要（1列） */
.application {
  padding-top: 12px;
  border-top: #E3E3E3 1px solid;
}
.application .program_box {
  margin-bottom: 20px;
}
.application div.profile_box {
  margin: 0 0 12px 0;
  padding-bottom: 12px;
  border-bottom: #E3E3E3 1px solid;
}
.application div.profile_box .speaker_box {
  margin-bottom: 10px;
}
.application div.profile_box .speaker_box ul li {
  margin-top: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.application div.profile_box .speaker_box ul li img {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-right: 20px;
}
.application div.profile_box .speaker_box ul li span {
  font-size: 17px;
  font-weight: bold;
}
p.job {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .application div.profile_box .speaker_box ul li {
    padding-left: 0;
  }
}


/* 共通ボタン */
.eventDetail .boxBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 65px;
}
.eventDetail .boxBtn a {
  display: block;
  position: relative;
  width: 30%;
  margin: 10px;
  padding: 15px 40px;
  background-color: #FFF9D8;
  font-size: 1.6rem;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  font-weight: bold;
}
.eventDetail .boxBtn a p {
  margin: 0 10px 0 0;
  font-size: 1.6rem;
}
.eventDetail .boxBtn a p:after {
  content: "";
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1260px) {
  .eventDetail .boxBtn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .eventDetail .boxBtn a {
    width: auto;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .eventDetail .boxBtn {
    width: 100%;
  }
  .eventDetail .boxBtn a p {
    font-size: 1.5rem;
  }
}

/* セミナー参加フォーム／リンク */
a.link_form {
  text-decoration: underline;
}
a.link_form p {
  margin-bottom: 0;
  font-weight: bold;
}

/* セミナー詳細／テーブル内スタイル */
.ast{
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* 20231007追加アワード応募要項ページ用 */
span.line-through {
  text-decoration: line-through;
}
.red span{
  color: red;
}

/* 20240326追加メンバーページ用 */
.fixed{
	left: 0;
	position: fixed;
	top: 0;
  padding: 20px 50px 15px;
  background: rgba(255,255,255,0.9);
  z-index: 999;animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .fixed{
    padding: 10px 10px 2px;
  }
  .fixedsp{
    padding: 5px !important;
  }
  .fixed li{
    padding: 0 5px !important;
    margin: 0 5px 5px 0;
  }
  .fixed li a{
    font-size: 0.7em !important;
    padding-left: 15px !important;
  }
}


@media only screen and (max-width: 900px) {
  .footerlogo {
    text-align: center !important;
    margin-top: 15px;
  }
}