@charset "UTF-8";

/******* setting.scss *******/
/******* mixin.scss *******/
#activity .cateDetail .titleArea h2,
#index .h202 .tabCont section .h3cont h3,
#activity .h202 section .h3cont h3,
#index .h202 .tabCont section .h3cont .btn a,
#activity .h202 section .h3cont .btn a,
#index .mainVisual h1,
#index h2 span,
#index .btn a,
#index .h201 .txtArea p,
#index .h202 .tab li a,
#activity .cateTop .otherCate li a span.linkTxt,
.backTop a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

#index .indexCont {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateY(50px);
}

#index .view.indexCont {
  opacity: 1;
  transform: translateY(0);
}

#activity .cateDetail .titleArea h2 {
  border-bottom: 1px solid #dde4ea;
  font-size: 170%;
  font-weight: 600;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  text-align: center;
}

#activity .cateDetail .titleArea h2 span {
  display: block;
  font-size: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #activity .cateDetail .titleArea h2 {
    font-size: 150%;
    margin-bottom: 8%;
    padding-bottom: 4%;
  }
}

#index .h202 .tabCont section,
#activity .h202 section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 1190px) {

  #index .h202 .tabCont section,
  #activity .h202 section {
    padding-right: 20px;
  }
}

#index .h202 .tabCont section .h3cont,
#activity .h202 section .h3cont {
  border-left: 3px solid #27323b;
  box-sizing: border-box;
  padding-left: 25px;
  max-width: 370px;
  width: 32%;
}

#index .h202 .tabCont section .h3cont h3,
#activity .h202 section .h3cont h3 {
  font-size: 170%;
  font-weight: 600;
  margin-bottom: 15px;
}

#index .h202 .tabCont section .h3cont p,
#activity .h202 section .h3cont p {
  margin-bottom: 35px;
}

#index .h202 .tabCont section .h3cont .btn,
#activity .h202 section .h3cont .btn {
  width: 128px;
  margin: 0;
}

#index .h202 .tabCont section .h3cont .btn a,
#activity .h202 section .h3cont .btn a {
  border: 1px solid #1f3d56;
  border-radius: 30px;
  color: #1f3d56;
  display: block;
  padding: 4px 0;
  text-align: center;
  transition: opacity 0.3s;
  text-decoration: none;
}

#index .h202 .tabCont section .h3cont .btn a:hover,
#activity .h202 section .h3cont .btn a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

@media screen and (max-width: 960px) {

  #index .h202 .tabCont section .h3cont .btn,
  #activity .h202 section .h3cont .btn {
    width: 32vw;
  }

  #index .h202 .tabCont section .h3cont .btn a,
  #activity .h202 section .h3cont .btn a {
    border-radius: 50px;
    padding: 2vw 0;
  }
}

#index .h202 .tabCont section .slideArea,
#activity .h202 section .slideArea {
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  max-width: 684px;
  position: relative;
  width: 60%;
}

#index .h202 .tabCont section .slideArea .prev,
#activity .h202 section .slideArea .prev,
#index .h202 .tabCont section .slideArea .next,
#activity .h202 section .slideArea .next {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../img/index/icon01.png);
  border-radius: 50%;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: -20px;
  outline: none;
  z-index: 10;
}

#index .h202 .tabCont section .slideArea .prev,
#activity .h202 section .slideArea .prev {
  transform: rotate(-180deg);
  left: -20px;
  right: auto;
}

@media screen and (max-width: 960px) {

  #index .h202 .tabCont section,
  #activity .h202 section {
    display: block;
    padding: 0;
  }

  #index .h202 .tabCont section .h3cont,
  #activity .h202 section .h3cont {
    border-left: none;
    margin: 0 auto 8%;
    padding-left: 0;
    max-width: 100%;
    text-align: center;
    width: 90%;
  }

  #index .h202 .tabCont section .h3cont h3,
  #activity .h202 section .h3cont h3 {
    font-size: 120%;
    margin-bottom: 3%;
  }

  #index .h202 .tabCont section .h3cont p,
  #activity .h202 section .h3cont p {
    margin-bottom: 4%;
  }

  #index .h202 .tabCont section .h3cont .btn,
  #activity .h202 section .h3cont .btn {
    margin: 0 auto;
    text-align: center;
  }

  #index .h202 .tabCont section .slideArea,
  #activity .h202 section .slideArea {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 90%;
  }

  #index .h202 .tabCont section .slideArea .prev,
  #activity .h202 section .slideArea .prev,
  #index .h202 .tabCont section .slideArea .next,
  #activity .h202 section .slideArea .next {
    margin-top: -5vw;
    right: -4vw;
    height: 10vw;
    width: 10vw;
  }

  #index .h202 .tabCont section .slideArea .prev,
  #activity .h202 section .slideArea .prev {
    left: -4vw;
  }
}

#index .h202 .tabCont section .slideArea .slideCont a,
#activity .h202 section .slideArea .slideCont a,
.cateLink li a {
  border-radius: 10px;
  display: block;
  position: relative;
  transition: opacity 0.3s;
  text-decoration: none;
}

#index .h202 .tabCont section .slideArea .slideCont a:hover,
#activity .h202 section .slideArea .slideCont a:hover,
.cateLink li a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

#index .h202 .tabCont section .slideArea .slideCont a:before,
#activity .h202 section .slideArea .slideCont a:before,
.cateLink li a:before {
  background-image: linear-gradient(180deg, rgba(36, 38, 41, 0) 50%, rgba(36, 38, 41, 0.7) 100%);
  border-radius: 10px;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

#index .h202 .tabCont section .slideArea .slideCont a img,
#activity .h202 section .slideArea .slideCont a img,
.cateLink li a img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

#index .h202 .tabCont section .slideArea .slideCont a .linkTxt,
#activity .h202 section .slideArea .slideCont a .linkTxt,
.cateLink li a .linkTxt {
  background: url(../img/index/icon02.png) no-repeat 100% 93%;
  background-size: 16px;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 30px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: left;
}

#index .h202 .tabCont section .slideArea .slideCont a .linkTxt span,
#activity .h202 section .slideArea .slideCont a .linkTxt span,
.cateLink li a .linkTxt span {
  display: block;
  font-size: 70%;
}

#index .h202 .tabCont section .slideArea .slideCont a .linkTxt.pdf:after,
#activity .h202 section .slideArea .slideCont a .linkTxt.pdf:after,
.cateLink li a .linkTxt.pdf:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 65%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 24px;
  width: 27px;
  background-image: url(../img/index/link-icon.png);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {

  #index .h202 .tabCont section .slideArea .slideCont a .linkTxt,
  #activity .h202 section .slideArea .slideCont a .linkTxt,
  .cateLink li a .linkTxt {
    background-size: 3.5vw;
    font-size: 120%;
    margin: 0 3vw;
    bottom: 3vw;
  }

  #index .h202 .tabCont section .slideArea .slideCont a .linkTxt.pdf:after,
  #activity .h202 section .slideArea .slideCont a .linkTxt.pdf:after,
  .cateLink li a .linkTxt.pdf:after {
    height: 4vw;
    vertical-align: -0.2em;
    width: 4vw;
  }
}

#activity .cateDetail .secCont .col2area,
#activity .cateDetail .secCont .col3area,
#activity .cateDetail .secCont .col4area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

@media screen and (max-width: 960px) {

  #activity .cateDetail .secCont .col2area,
  #activity .cateDetail .secCont .col3area,
  #activity .cateDetail .secCont .col4area {
    display: block;
    margin-bottom: 0;
  }

  #activity .cateDetail .secCont .col2area .colDetail,
  #activity .cateDetail .secCont .col3area .colDetail,
  #activity .cateDetail .secCont .col4area .colDetail {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/******* contents.scss *******/
/*********index*********/

#index .mainVisual {
  /*
  background: url(../img/index/mainVisual2.png) no-repeat 50% 70px, url(../img/index/mainVisual.jpg) no-repeat 50% 50%;
  background-size: 1400px, cover;
  box-sizing: border-box;
  height: 800px;
  position: relative;
*/
  /* SEM&O改修 */
  background: url(../img/index/title_202207011417.png) no-repeat 20% 200px,
    url(../img/index/mainVisual_202207011417.jpg) no-repeat 50% 96px;
  background-size: 620px, cover;
  background-color: #123450;
  box-sizing: border-box;
  height: 729px;
  position: relative;
}

#index .mainVisual:after {
  /*
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 128px;
  width: 241px;
  background-image: url(../img/index/character.png);
  margin-left: 90px;
  position: absolute;
  bottom: 60px;
  left: 50%;
*/
  /* SEM&O改修 */
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 168px;
  width: 200px;
  background-image: url(../img/index/character_202207011417.png);
  position: absolute;
  bottom: -10px;
  left: 75%;
}

#index .mainVisual h1 {
  /*
  background: url(../img/index/h1bg.png) no-repeat 0 0;
  color: #fff;
  font-size: 185%;
  line-height: 190%;
  margin-left: -420px;
  letter-spacing: 0.3em;
  padding: 19px 35px 22px 27px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  text-align: left;
*/
  /* SEM&O改修 */
  margin-left: -130px;
  position: absolute;
  bottom: 150px;
  left: 20%;
}

/* SEM&O改修[追加]ココカラ */
#index .mainVisual h1 img.sp {
  display: block;
}

#index .mainVisual h1 img.sp {
  display: none;
}

/* SEM&O改修[追加]ココマデ */

#index .indexCont {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1140px;
}

#index h2 {
  color: #fff;
  font-size: 90%;
  font-weight: bold;
}

#index h2 span {
  font-size: 230%;
  display: block;
  margin-bottom: 5px;
}

#index .btn {
  width: 128px;
}

#index .btn a {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: block;
  padding: 4px 0;
  text-align: center;
  transition: opacity 0.3s;
  text-decoration: none;
}

#index .btn a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #index .btn {
    width: 32vw;
  }

  #index .btn a {
    border-radius: 50px;
    padding: 2vw 0;
  }
}

#index .h201 {
  /*
  margin: -30px auto 80px;  
*/
  /* SEM&O改修 */
  margin: 80px auto;
}

#index .h201 .h201cont {
  background: url(../img/index/h201bg_202207011417.jpg) no-repeat 50% 0;
  background-size: cover;
  display: flex;
  padding: 60px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1140px;
}

#index .h201 h2 {
  width: 390px;
}

#index .h201 .txtArea p {
  color: #fff;
  line-height: 200%;
  margin-top: 25px;
}

#index .h201 .txtArea p:first-of-type {
  margin-top: 0;
}

#index .h201 .btn {
  position: absolute;
  top: 130px;
  left: 60px;
}

#index .h202 h2 {
  color: #27323b;
  font-size: 140%;
  margin: 0 auto 25px;
  text-align: center;
}

#index .h202 h2 span {
  font-size: 190%;
}

#index .h202 .btn {
  margin: 0 auto 45px;
  text-align: center;
}

#index .h202 .btn a {
  border-color: #1f3d56;
  color: #1f3d56;
}

#index .h202 .indexCont {
  max-width: 100%;
}

#index .h202 .tab {
  display: flex;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}

#index .h202 .tab li {
  text-align: center;
  width: 20%;
}

#index .h202 .tab li a {
  border-left: 1px solid #dde4ea;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  font-size: 90%;
  justify-content: center;
  align-items: center;
  height: 88px;
  transition: opacity 0.3s;
  text-decoration: none;
}

#index .h202 .tab li a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

#index .h202 .tab li a.c {
  background-color: #f3f7fa;
  border-top: 1px solid #42637e;
}

#index .h202 .tab li:last-child a {
  border-right: 1px solid #dde4ea;
}

#index .h202 .tabArea {
  background-color: #f3f7fa;
  min-height: 500px;
  position: relative;
}

#index .h202 .tabCont {
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 80px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: opacity 0.4s ease-in, z-index 0.4s linear;
}

#index .h202 .tabCont.c {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition-delay: 0.4s;
}

#index .h203 {
  background-color: #42637e;
  padding-top: 80px;
}

#index .h203 .indexCont {
  border-bottom: 1px solid #fff;
  padding: 0 0 20px 230px;
  position: relative;
}

#index .h203 .indexCont h2 {
  position: absolute;
  top: 0px;
  left: 0px;
}

#index .h203 .newsList dd a:not(.pdf):after {
  display: none;
}

#index .h204 {
  background-color: #42637e;
  padding-top: 40px;
}

#index .h204 .indexCont {
  padding: 0 0 50px 230px;
  position: relative;
}

#index .h204 .indexCont h2 {
  position: absolute;
  top: 0px;
  left: 0px;
}

#index .h204 .indexCont .btn {
  position: absolute;
  top: 70px;
  left: 0px;
}

.newsList dl {
  border-top: 1px solid #244e71;
  padding: 20px 0 18px;
  position: relative;
}

.newsList dl:before {
  background-color: #fff;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 20px;
}

.newsList dl:first-of-type {
  border-top: none;
  padding-top: 0;
}

.newsList dl:first-of-type:before {
  display: none;
}

.newsList dl dt {
  color: #fff;
  font-size: 75%;
  margin-bottom: 3px;
}

.newsList dl dt span {
  background-color: #fff;
  color: #42637e;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
  width: 70px;
}

.newsList dl dd {
  color: #fff;
  font-size: 105%;
  
}

.newsList dl dd a {
  color: #fff;
  text-decoration: none;
}
.newsList dl dd .blank{
  position: relative;
}
.newsList dl dd .blank:before{
  font-family:"Font Awesome 5 Free";
  content:"";
  font-weight:900;
  margin-left:7px;
  background-image: url(../img/index/link-icon.png);
  background-size: 75%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -40%);
  width: 24px;
  height: 27px;
}
@media screen and (max-width: 960px) {
  .newsList dl dd .blank:before{
    background-size: 65%;
    top: 65%;
    transform: translate(100%, 0);
  }
}

.newsList dl dd a:hover {
  text-decoration: underline;
}

.newsList dl dd a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(../img/index/pdfIcon.png);
  display: inline-block;
  margin-left: 10px;
  vertical-align: -0.3em;
}

/*********paper*********/
#paper .newsList dl {
  border-color: #dde4ea;
}

#paper .newsList dl:before {
  background-color: #5899cb;
}

#paper .newsList dl dt {
  color: #27323b;
}

#paper .newsList dl dt span {
  border: 1px solid #dde4ea;
}

#paper .newsList dl dd a {
  color: #27323b;
  font-weight: bold;
}

/*********activity*********/
#activity .h201 .figArea .figTxt p {
  margin-bottom: 30px;
}

#activity .h201 .figArea .fig img {
  width: 100%;
}

#activity .h202 .secWrap {
  background-color: #f3f7fa;
  padding: 80px 0;
}

#activity .h202 .secWrap:nth-of-type(odd) {
  background-color: #fff;
}

#activity .h202 .secWrap:nth-of-type(odd) section {
  flex-flow: row-reverse;
}

#activity .h202 section {
  max-width: 1140px;
  margin: 0 auto;
}

#activity .cateTop .otherCate {
  border: 1px solid #dde4ea;
  background-color: #f3f7fa;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

#activity .cateTop .otherCate li {
  border-left: 1px solid #dde4ea;
  box-sizing: border-box;
  width: 25%;
}

#activity .cateTop .otherCate li:first-child {
  border-left: none;
}

#activity .cateTop .otherCate li a {
  background: url(../img/activity/cate/icon.png) no-repeat 92% 88%;
  box-sizing: border-box;
  display: block;
  height: 165px;
  padding: 30px;
  transition: opacity 0.3s;
  text-decoration: none;
}

#activity .contents .cateDetail.type02 .secCont h4 {
  margin-bottom: 40px;
}

/* SEM&O改修[追加]ココカラ */
#activity .contents .pictArea.pc {
  margin: 0 auto;
  max-width: 684px;
  padding-bottom: 60px;
  position: relative;
}

#activity .contents .pictArea.pc img {
  max-width: 100%;
  height: auto;
}

/* SEM&O改修[追加]ココマデ */

#activity .cateTop .otherCate li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}

#activity .cateTop .otherCate li a span {
  display: block;
}

#activity .cateTop .otherCate li a span.num {
  font-size: 85%;
  margin-bottom: 8px;
}

#activity .cateTop .otherCate li a span.linkTxt {
  font-size: 115%;
  font-weight: 600;
  line-height: 170%;
}

#activity .cateDetail .titleArea {
  background: linear-gradient(#fff 0%, #fff 20%, #f3f7fa 20%, #f3f7fa 100%);
  margin-bottom: 75px;
}

#activity .cateDetail.type02 .titleArea {
  background: none;
  margin-bottom: 65px;
}

#activity .cateDetail .titleArea h2 {
  max-width: 1140px;
}

#activity .cateDetail .titleArea .pictArea {
  margin: 0 auto;
  max-width: 1140px;
  padding-bottom: 60px;
  position: relative;
}

#activity .cateDetail .titleArea .pictArea:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 228px;
  width: 128px;
  background-image: url(../img/activity/detail/character01.png);
  position: absolute;
  bottom: 45px;
  right: 45px;
}

#activity .cateDetail .titleArea .pictArea .pict {
  margin-bottom: 30px;
}

#activity .cateDetail .titleArea .pictArea .pict img {
  width: 100%;
}

#activity .cateDetail .titleArea .pictArea p {
  margin-bottom: 25px;
}

#activity .cateDetail .secCont section {
  border-bottom: 1px solid #dde4ea;
  margin-bottom: 55px;
}

#activity .cateDetail .secCont section.type02 {
  border-bottom: none;
  margin-bottom: 75px;
}

#activity .cateDetail .secCont section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

#activity .cateDetail .secCont ul {
  margin-bottom: 55px;
}

#activity .cateDetail .secCont ul li {
  margin-bottom: 10px;
}

#activity .cateDetail .secCont .list li {
  padding-left: 1em;
  text-indent: -1em;
}

#activity .cateDetail .secCont ul li:before {
  background-color: #1f3d56;
  border-radius: 50%;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: 0.2em;
  margin-right: 6px;
  width: 6px;
}

#activity .cateDetail .secCont .list li:before {
  content: none;
}

#activity .cateDetail .secCont dl {
  margin-bottom: 55px;
}

#activity .cateDetail .secCont dl dt {
  font-weight: bold;
}

#activity .cateDetail .secCont dl dd {
  margin-top: 10px;
}

#activity .cateDetail .secCont p {
  margin-bottom: 35px;
}

#activity .cateDetail.type02 .secCont p {
  line-height: 2;
}

#activity .cateDetail .secCont p.type02 {
  margin-bottom: 65px;
}

#activity .cateDetail .secCont p.type03 {
  margin-bottom: 25px;
}

#activity .cateDetail .secCont .pict {
  margin: 0 auto 55px;
}

#activity .cateDetail .secCont .pict img {
  width: 100%;
}

#activity .cateDetail .secCont .pict.chara {
  padding-bottom: 40px;
  position: relative;
}

#activity .cateDetail .secCont .pict.chara img.charaPict {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 80px;
}

#activity .cateDetail .secCont .pictRow {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 25px;
}

#activity .cateDetail .secCont .pictRow .pict {
  margin: 0;
  width: 48.2%;
}

#activity .cateDetail .secCont .pictArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

#activity .cateDetail .secCont .pictArea .txtArea {
  max-width: 550px;
  width: 49%;
}

#activity .cateDetail .secCont .pictArea .txtArea dl,
#activity .cateDetail .secCont .pictArea .txtArea ul,
#activity .cateDetail .secCont .pictArea .txtArea table {
  margin-bottom: 35px;
}

#activity .cateDetail .secCont .pictArea .txtArea dl:last-of-type,
#activity .cateDetail .secCont .pictArea .txtArea ul:last-of-type,
#activity .cateDetail .secCont .pictArea .txtArea table:last-of-type {
  margin-bottom: 0;
}

#activity .cateDetail .secCont .pictArea .pictWrap {
  max-width: 550px;
  width: 49%;
}

#activity .cateDetail .secCont .pictArea .pictWrap .pict {
  margin: 0;
}

#activity .cateDetail .secCont .pictArea.reverse {
  flex-flow: row-reverse;
}

#activity .cateDetail .secCont .secNoteArea {
  border: 1px solid #dde4ea;
  background-color: #f3f7fa;
  box-sizing: border-box;
  margin-bottom: 55px;
  padding: 35px 40px;
}

#activity .cateDetail .secCont .secNoteArea p {
  margin-bottom: 15px;
}

#activity .cateDetail .secCont .secNoteArea p.alRight {
  margin-bottom: 0;
}

#activity .cateDetail .secCont .colDetail .pict {
  margin-bottom: 20px;
}

#activity .cateDetail .secCont .colDetail p,
#activity .cateDetail .secCont .colDetail dl,
#activity .cateDetail .secCont .colDetail ul,
#activity .cateDetail .secCont .colDetail table {
  margin-bottom: 35px;
}

#activity .cateDetail .secCont .colDetail p:last-of-type,
#activity .cateDetail .secCont .colDetail dl:last-of-type,
#activity .cateDetail .secCont .colDetail ul:last-of-type,
#activity .cateDetail .secCont .colDetail table:last-of-type {
  margin-bottom: 0;
}

#activity .cateDetail .secCont .col2area .colDetail {
  max-width: 550px;
  width: 48.5%;
}

#activity .cateDetail .secCont .col3area .colDetail {
  max-width: 353px;
  width: 31%;
}

#activity .cateDetail .secCont .col4area .colDetail {
  max-width: 255px;
  width: 23%;
}

#activity .cateDetail .secFootArea {
  background-color: #42637e;
  margin-bottom: 80px;
}

#activity .cateDetail .secFootArea section {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px;
}

#activity .cateDetail .secFootArea section:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 114px;
  width: 64px;
  background-image: url(../img/activity/detail/character03.png);
  margin-right: 60px;
}

#activity .cateDetail .secFootArea section .secCont {
  margin: 0;
}

#activity .cateDetail .secFootArea section .secCont h3 {
  color: #fff;
}

#activity .cateDetail .secFootArea section .secCont ul {
  margin-bottom: 0;
}

#activity .cateDetail .secFootArea section .secCont ul li {
  color: #fff;
}

#activity .btn {
  width: 128px;
  margin: 0 auto 120px;
}

#activity .btn a {
  border: 1px solid #1f3d56;
  border-radius: 30px;
  color: #1f3d56;
  display: block;
  padding: 4px 0;
  text-align: center;
  transition: opacity 0.3s;
  text-decoration: none;
}

#activity .btn a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

/* ▼ 数式画像挿入用 ▼ */
section .eqPict {
  /*通常時*/
  height: 2.7rem;
  width: auto;
  margin: 0 -1rem;
}

section .eqPictY {
  /*縦長めの場合*/
  height: 4.5rem;
  width: auto;
  margin: 0 -1.2rem;
}

/* ▲ 数式画像挿入用 ▲ */
.cateLink {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.cateLink li {
  margin-bottom: 35px;
  width: 48.4%;
}

.cateLink li:nth-child(2n) {
  margin-left: 3.2%;
}

.cateLink li a .linkTxt {
  font-size: 130%;
}

table {
  table-layout: fixed;
  margin-bottom: 60px;
  width: 100%;
}

table tr:nth-last-of-type(odd) {
  background-color: #f3f7fa;
}

table th {
  border: 1px solid #dde4ea;
  background-color: #42637e;
  color: #fff;
  font-size: 90%;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

table th.wNote {
  width: 570px;
}

table td {
  border: 1px solid #dde4ea;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

/*********privacypolicy*********/
#privacypolicy .secCont p {
  margin-bottom: 30px;
}

#privacypolicy .secCont p.lead {
  margin-bottom: 75px;
}

#privacypolicy .secCont section {
  border-bottom: 1px solid #dde4ea;
  margin-bottom: 55px;
}

#privacypolicy .secCont section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

#privacypolicy .secCont ol {
  margin-bottom: 55px;
}

#privacypolicy .secCont ol li {
  counter-increment: cnt;
  padding-left: 28px;
  position: relative;
}

#privacypolicy .secCont ol li:before {
  content: "" counter(cnt) ". ";
  position: absolute;
  top: 0px;
  left: 0px;
}

#privacypolicy .secCont ol.note li:before {
  content: "(" counter(cnt) ") ";
}

/*********contact*********/
#contact .secCont p {
  margin-bottom: 40px;
}

#contact .contactDetail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#contact .contactDetail div {
  max-width: 544px;
  width: 48%;
}

#contact .contactDetail div a {
  border: 1px solid #dde4ea;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  min-height: 148px;
  padding: 50px 40px 0 135px;
  position: relative;
  transition: opacity 0.3s;
  text-decoration: none;
}

#contact .contactDetail div a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

#contact .contactDetail div a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 68px;
  width: 68px;
  background-image: url(../img/contact/icon01.png);
  position: absolute;
  top: 40px;
  left: 40px;
}

#contact .contactDetail div a span {
  font-size: 170%;
  display: block;
  margin-top: 3px;
}

#contact .contactDetail div.mail a span {
  color: #5899cb;
}

#contact .contactDetail div.tel a {
  pointer-events: none;
}

#contact .contactDetail div.tel a:before {
  background-image: url(../img/contact/icon02.png);
}

#contact .contactMap {
  border: 1px solid #dde4ea;
  display: flex;
  padding: 40px;
}

#contact .contactMap .map {
  margin-right: 35px;
  position: relative;
  padding-top: 320px;
  height: 0;
  overflow: hidden;
  width: 640px;
}

#contact .contactMap .map iframe,
#contact .contactMap .map object,
#contact .contactMap .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact .contactMap dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}

/*********about*********/
.backTop {
  width: 128px;
  margin: 10px auto 0;
}

.backTop a {
  border: 1px solid #27323b;
  border-radius: 30px;
  color: #27323b;
  display: block;
  padding: 4px 0;
  text-align: center;
  transition: opacity 0.3s;
  text-decoration: none;
}

.backTop a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .backTop {
    width: 32vw;
  }

  .backTop a {
    border-radius: 50px;
    padding: 2vw 0;
  }
}

#about .topLead {
  margin-bottom: 50px;
}

#about table td {
  line-height: 200%;
  font-weight: 500;
}

#about table td.nameList {
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  width: 50%;
}

#about table.studyTable th {
  box-sizing: border-box;
  line-height: 200%;
}

#about table.studyTable th.season {
  width: 9%;
}

#about table.studyTable th.group {
  width: 21%;
}

#about table.studyTable td {
  box-sizing: border-box;
  font-weight: 500;
  line-height: 200%;
  padding: 20px;
  text-align: left;
}

#about table.studyTable td strong {
  display: block;
  margin-top: 25px;
}

#about table.studyTable td.season {
  width: 9%;
}

#about table.studyTable td.group {
  width: 21%;
}

#about .situation01 {
  margin-bottom: 110px;
}

#about .situation01 p {
  margin-bottom: 35px;
}

#about .situation01 section {
  border-bottom: 1px solid #dde4ea;
  margin-top: 70px;
  padding-bottom: 30px;
}

#about .situation01 section:last-of-type {
  margin-bottom: 65px;
}

#about .situation02 {
  background: url(../img/about/situation/bg01.jpg) no-repeat 100% 0 #1F3D57;
  background-size: cover;
}

#about .situation02 .secCont {
  margin-bottom: 0;
  padding: 100px 0;
}

#about .situation02 h2 {
  color: #fff;
}

#about .situation02 p {
  color: #fff;
  margin-bottom: 35px;
  width: 550px;
}

#about .situation03 {
  background: url(../img/about/situation/bg02.jpg) no-repeat 0 0 #F3F7FA;
  background-size: cover;
  margin-bottom: 80px;
}

#about .situation03 .secCont {
  margin-bottom: 0;
  padding: 100px 0;
}

#about .situation03 p {
  margin: 0 0 35px 590px;
}

#about .situation03 ul {
  margin: 0 0 35px 590px;
}

#about .situation03 ul li:before {
  content: "・";
}

#about .situation03+.backTop {
  margin-bottom: 80px;
}