@charset "UTF-8";
/* Scss Document */
/*-----------------------
listModule
-----------------------*/
.listModule01.col2 .titWrap {
  background: #acdd31;
}

/*-----------------------
tit
-----------------------*/
.tit8 {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.15em;
  background: #005faa;
  position: relative;
}
.tit8:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  border: 7px solid transparent;
  border-top: 7px solid #003d6b;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  left: 3px;
  top: auto;
  bottom: -7px;
}
.tit8 span {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .tit8 {
    padding: 10px 30px 10px 60px;
    font-size: 20px;
  }
  .tit8.other {
    padding: 15px 30px 18px 60px;
  }
}

/*-----------------------
hyo
-----------------------*/
.hyo4 {
  width: 100%;
  margin-bottom: 30px;
  background: #f5f5f5;
}
.hyo4 th,
.hyo4 td,
.hyo4 h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.hyo4 th {
  width: 40%;
  color: #fff;
  background: #005faa;
  border-right: solid 2px #fff;
  position: relative;
}
.hyo4 td {
  padding-bottom: 10px;
}
.hyo4 td h3 {
  margin-bottom: 10px;
  padding: 10px 0;
  color: #fff;
  background: #3d9fd3;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.hyo4 td h3.style01 {
  border-top: none;
}
.hyo4 td h3.style02 {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .hyo4 th {
    padding-top: 63px;
    vertical-align: top;
  }
  .hyo4 th:before {
    content: "";
    display: block;
    width: 90px;
    height: 118px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    margin: -50px 0 0 -43px;
    background: url(/asset/img/rush/img_rush01.png) no-repeat;
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .hyo4 th {
    width: 220px;
  }
  .hyo4 th,
  .hyo4 td {
    padding: 10px 0;
    border-right: solid 2px #fff;
  }
  .hyo4 .col2 {
    background: #3d9fd3;
    border-bottom: solid 2px #fff;
  }
}

/*-----------------------
listModule
-----------------------*/
.listModule01.club .titWrap {
  background: #ff671d;
}
.listModule01.club .titWrap .tit {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .listModule01.club .titWrap .tit {
    font-size: 24px;
  }
}

.listModule06 .box {
  margin-bottom: 20px;
}
.listModule06 .box .tit {
  display: inline-block;
  padding: 0 10px 10px 0;
  background: url(/asset/img/common/bg_dot02.png) right bottom;
  position: relative;
}
.listModule06 .box .tit:before,
.listModule06 .box .tit:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #fff;
  right: 0;
}
.listModule06 .box .tit:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.listModule06 .box .tit h3 {
  padding: 15px 60px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background: #005faa;
}
.listModule06 .box ul {
  margin: -30px 0 0 25px;
  padding: 40px 25px 15px 25px;
  border: solid 4px #f5f5f5;
}
.listModule06 .box ul li {
  padding-left: 18px;
  letter-spacing: 0.02em;
  position: relative;
}
.listModule06 .box ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 3px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #005faa;
  top: 12px;
  left: 0;
}
.listModule06 .box.col2 .tit {
  background: url(/asset/img/common/bg_dot01.png) right bottom;
}
.listModule06 .box.col2 .tit h3 {
  background: #e60012;
}
.listModule06 .box.col2 ul li:before {
  background: #e60012;
}
@media screen and (min-width: 768px), print {
  .listModule06 {
    width: 1100px;
    margin: 50px auto 30px auto;
    overflow: hidden;
  }
  .listModule06 .box {
    width: 535px;
    margin-bottom: 30px;
    float: left;
    position: relative;
  }
  .listModule06 .box:nth-child(even) {
    float: right;
  }
  .listModule06 .box .tit {
    margin: -70px 0 0 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .listModule06 .box .tit h3 {
    padding: 50px 0;
    width: 170px;
    height: 130px;
  }
  .listModule06 .box ul {
    margin: 0 0 0 70px;
    padding: 30px 30px 50px 146px;
  }
}

/*-----------------------
contModule01
-----------------------*/
/*job*/
.contModule01.region {
  margin-bottom: 0;
}
.contModule01.region .box:nth-child(even) a .inner {
  background: #0060aa;
}
@media screen and (min-width: 768px), print {
  .contModule01.region .box {
    margin-bottom: 60px;
  }
  .contModule01.region .box a .inner {
    padding: 60px 50px;
  }
  .contModule01.region .box a .inner .tit {
    line-height: 30px;
  }
  .contModule01.region .box a .inner .txt {
    font-size: 12px;
    line-height: 22px;
  }
  .contModule01.region .box:nth-child(1) figure {
    float: left;
  }
  .contModule01.region .box:nth-child(1) .inner {
    padding: 45px 50px;
    float: right;
    background: #005faa;
  }
  .contModule01.region .box:nth-child(1) .inner .txt {
    font-size: 12px;
    line-height: 22px;
  }
  .contModule01.region .box.min {
    width: 600px;
    height: 413px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
  }
  .contModule01.region .box.min a figure {
    width: 600px;
    float: none;
  }
  .contModule01.region .box.min a .inner {
    width: 300px;
    height: 353px;
    padding: 40px 50px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .contModule01.region .box.min a .inner .txt {
    padding-bottom: 10px;
  }
}

.contModule01.club .tit2 {
  margin: 35px 0 0 0;
  text-align: center;
  letter-spacing: 0.15em;
}
.contModule01.club .tit2:after {
  margin: 25px auto;
}
.contModule01.club .firstTxt {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.contModule01.club .box:nth-child(2) .inner,
.contModule01.club .box:nth-child(4) .inner {
  background: #0060aa;
}
@media screen and (max-width: 350px) {
  .contModule01.club .tit2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px), print {
  .contModule01.club .contModule04 {
    margin: 40px auto;
  }
  .contModule01.club .tit2 {
    font-size: 22px;
    line-height: 2;
  }
  .contModule01.club .tit2:after {
    margin: 30px auto;
  }
  .contModule01.club .firstTxt {
    text-align: center;
  }
  .contModule01.club .box a .inner .txt {
    font-size: 12px;
    line-height: 22px;
  }
  .contModule01.club .box:nth-child(2) a .inner,
  .contModule01.club .box:nth-child(3) a .inner {
    height: 300px;
  }
  .contModule01.club .box:nth-child(2) figure {
    float: right;
  }
  .contModule01.club .box:nth-child(2) .inner {
    float: left;
  }
  .contModule01.club .box:nth-child(3) figure {
    float: left;
  }
  .contModule01.club .box:nth-child(3) .inner {
    float: right;
  }
  .contModule01.club .box:nth-child(4) a .inner {
    height: 324px;
  }
}

/*-----------------------
contModule03
-----------------------*/
/*region*/
.contModule03.region {
  background: url(/asset/img/rush/bg_rush01.jpg) no-repeat center;
  background-size: cover !important;
}
.contModule03.region .box .tit {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .contModule03.region {
    background: url(/asset/img/rush/bg_rush01_pc.jpg) no-repeat center;
    background-size: cover !important;
  }
}

/*campusStudents*/
.contModule03.campusStudents {
  background: url(/asset/img/campus/bg_campus_list01.jpg) no-repeat center bottom;
}

/*-----------------------
contModule04
-----------------------*/
.contModule04.region .sec01 .firstBox p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.contModule04.region .sec01 .firstBox .box1 figure {
  margin: 20px 0 10px 0;
}
.contModule04.region .sec01 .firstBox .box2 {
  margin-bottom: 30px;
}
.contModule04.region .sec01 .firstBox .box2 .txtWrap {
  margin-bottom: 25px;
  padding: 20px;
  text-align: center;
  background: url(/asset/img/common/bg_dot08.png) #f5f5f5;
  background-size: 8px;
}
.contModule04.region .sec01 .firstBox .box2 .txtWrap .tit {
  display: inline-block;
  margin: 15px 0 30px 0;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: solid 3px #acdd31;
}
.contModule04.region .sec01 .firstBox .box2 .txtWrap p {
  padding: 15px;
  text-align: left;
  background: #fff;
}
.contModule04.region .sec01 .firstBox .box2 .txtWrap.info p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .contModule04.region .sec01 {
    position: relative;
    margin-bottom: 60px;
  }
  .contModule04.region .sec01 .tit2 {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .contModule04.region .sec01 .tit2:after {
    margin-top: 30px;
  }
  .contModule04.region .sec01 .firstBox p {
    line-height: 23px;
  }
  .contModule04.region .sec01 .firstBox figure {
    width: 450px;
    position: absolute;
    right: 0;
  }
  .contModule04.region .sec01 .firstBox figure img {
    width: 100%;
  }
  .contModule04.region .sec01 .firstBox .box1 {
    margin-bottom: 10px;
  }
  .contModule04.region .sec01 .firstBox .box1 p {
    width: 612px;
    padding-bottom: 35px;
  }
  .contModule04.region .sec01 .firstBox .box1 figure {
    margin: 0;
    top: 0px;
  }
  .contModule04.region .sec01 .firstBox .box2 .txtWrap {
    width: 612px;
    padding: 20px 20px 20px 0;
    font-size: 0;
  }
  .contModule04.region .sec01 .firstBox .box2 .txtWrap .tit,
  .contModule04.region .sec01 .firstBox .box2 .txtWrap p {
    display: inline-block;
    vertical-align: middle;
  }
  .contModule04.region .sec01 .firstBox .box2 .txtWrap .tit {
    width: 120px;
    margin: 0 30px;
    padding-bottom: 5px;
  }
  .contModule04.region .sec01 .firstBox .box2 .txtWrap p {
    width: 410px;
    padding: 24px 29px;
    line-height: 26px;
  }
  .contModule04.region .sec01 .firstBox .box2 figure {
    top: 229px;
  }
}

.contModule04.rush .sec02 {
  margin-bottom: 45px;
}
.contModule04.rush .sec02 > .tit2 {
  margin-bottom: 30px;
}
.contModule04.rush .sec02 .list1 {
  margin-bottom: 35px;
  font-size: 0;
}
.contModule04.rush .sec02 .list1 > li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.contModule04.rush .sec02 .list1 > li h3 {
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  background: #acdd31;
}
.contModule04.rush .sec02 .list1 > li:nth-child(even) {
  margin-left: 4%;
}

.contModule04.rush .sec02 .list1 ul {
  margin: 15px 0 20px 0;
}
.contModule04.rush .sec02 .list1 ul li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.contModule04.rush .sec02 .activity {
  padding: 0 16px 20px 16px;
  border: solid 4px #f5f5f5;
}
.contModule04.rush .sec02 .activity .tit2 {
  margin: 28px 0 35px 0;
  text-align: center;
}
.contModule04.rush .sec02 .activity .tit2:after {
  margin-left: -25px;
  left: 50%;
}
.contModule04.rush .sec02 .activity .list2 li {
  padding: 22px 0;
  margin-bottom: 20px;
  background: #f5f5f5;
  font-size: 0;
}
.contModule04.rush .sec02 .activity .list2 li figure {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.contModule04.rush .sec02 .activity .list2 li figure:before {
  content: "";
  display: block;
  width: 46px;
  height: 40px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin-top: -20px;
  background: url(/asset/img/rush/txt_rush_list01.png) no-repeat;
  top: 50%;
  right: -23px;
}
.contModule04.rush .sec02 .activity .list2 li .txt {
  width: 65%;
  margin: 0;
  padding: 0 20px 0 30px;
  display: inline-block;
  vertical-align: middle;
}
.contModule04.rush .sec02 .activity .list2 li .txt h4,
.contModule04.rush .sec02 .activity .list2 li .txt p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}
.contModule04.rush .sec02 .activity .list2 li .txt h4 {
  margin-bottom: 10px;
}
.contModule04.rush .sec02 .activity .list2 li .txt h4.min {
  letter-spacing: 0;
}
.contModule04.rush .sec02 .activity .list2 li .txt p {
  font-size: 13px;
  line-height: 21px;
}
.contModule04.rush .sec02 .activity .list2 li:nth-child(2) figure:before {
  background: url(/asset/img/rush/txt_rush_list02.png) no-repeat;
}
.contModule04.rush .sec02 .activity .list2 li:nth-child(3) figure:before {
  background: url(/asset/img/rush/txt_rush_list03.png) no-repeat;
}
.contModule04.rush .sec02 .activity .list2 li:nth-child(4) figure:before {
  background: url(/asset/img/rush/txt_rush_list04.png) no-repeat;
}
.contModule04.rush .sec02 .activity .txt strong {
  text-align: right;
  display: block;
  width: 100%;
}
@media screen and (max-width: 350px) {
  .contModule04.rush .tit2 {
    font-size: 18px;
  }
  .contModule04.rush .list1 > li h3 {
    font-size: 13px;
  }
  .contModule04.rush .sec02 .activity .list2 li .txt h4 {
    font-size: 17px;
  }
  .contModule04.rush .sec02 .activity .list2 li .txt p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px), print {
  .contModule04.rush .sec02 .activity .txt {
    margin: 0 0 80px;
  }
  .contModule04.rush .sec02 {
    margin-bottom: 60px;
  }
  .contModule04.rush .sec02 .tit2:after {
    margin-top: 20px;
  }
  .contModule04.rush .sec02 > .list1 {
    overflow: hidden;
  }
  .contModule04.rush .sec02 > .list1 > li {
    display: block;
    width: 252px !important;
    margin: 0 30px 0 0 !important;
    float: left;
  }
  .contModule04.rush .sec02 > .list1 > li:last-child {
    margin: 0 !important;
  }
  .contModule04.rush .sec02 > .list1 > li h3 {
    padding: 22px 0;
  }
  .contModule04.rush .sec02 > .list1 > li ul {
    width: 240px;
    margin: 22px 0;
  }
  .contModule04.rush .sec02 .activity {
    padding: 0 50px 20px 50px;
  }
  .contModule04.rush .sec02 .activity .tit2 {
    margin: 50px 0 30px 0;
  }
  .contModule04.rush .sec02 .activity .hyo4 {
    width: 765px;
    margin: 0 0 50px 203px;
    position: relative;
  }
  .contModule04.rush .sec02 .activity .hyo4:before {
    content: "";
    display: block;
    width: 142px;
    height: 181px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    background: url(/asset/img/rush/img_rush01_pc.png) no-repeat;
    top: -60px;
    left: -172px;
  }
  .contModule04.rush .sec02 .activity .list2 {
    overflow: hidden;
  }
  .contModule04.rush .sec02 .activity .list2 li {
    width: 480px;
    padding: 0;
    margin-bottom: 30px;
    float: left;
  }
  .contModule04.rush .sec02 .activity .list2 li:nth-child(even) {
    float: right;
  }
  .contModule04.rush .sec02 .activity .list2 li .txt {
    width: 360px;
    padding-left: 44px;
  }
  .contModule04.rush .sec02 .activity .list2 li .txt h4 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .contModule04.rush .sec02 .activity .list2 li figure {
    width: 119px;
  }
  .contModule04.rush .sec02 .activity .list2 li figure img {
    width: 100%;
  }
}

.contModule04.ora .sec01 .firstBox .box1 h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.contModule04.ora .sec01 .firstBox .box1 figure {
  margin-bottom: 30px;
}
.contModule04.ora .sec01 .partsModule04 .box ul li {
  margin-bottom: 25px;
}
.contModule04.ora .sec01 .partsModule04 .box ul li h4 {
  padding: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.05em;
  background: #005faa;
}
.contModule04.ora .sec01 .partsModule04 .box ul li .cont figure {
  width: 30%;
}
.contModule04.ora .sec01 .partsModule04 .box ul li .cont .txt {
  width: 70%;
  margin: 0;
  padding: 15px;
}
.contModule04.ora .sec01 .partsModule04 .box ul li .cont .txt p {
  font-size: 13px;
}
.contModule04.ora .sec01 .partsModule04 .box ul li .cont .txt .company {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  border-bottom: dotted 2px #005faa;
}

.contModule04.ora .sec01 .partsModule04 .box ul li .cont .txt .name {
  font-weight: bold;
}
.contModule04.ora .sec01 .partsModule04 .box ul li:last-child {
  margin-bottom: 30px;
}
.contModule04.ora .sec01 .partsModule04 .box ul.col2 li h4 {
  background: #3d9fd3;
}
.contModule04.ora .sec02 .partsModule04 .box {
  margin-bottom: 20px;
}
.contModule04.ora .sec02 .partsModule04 .box:nth-child(2) {
  margin-bottom: 40px;
}
.contModule04.ora .sec02 .partsModule04 .box > p {
  margin-top: 5px;
  font-size: 12px;
}
.contModule04.ora .sec02 .partsModule04 .tit3 {
  padding-bottom: 30px;
}
.contModule04.ora .sec02 .partsModule04 .hyoWrap {
  margin-bottom: 0;
}
.contModule04.ora .sec02 .partsModule04 .hyoWrap .hyo1 {
  width: 1100px;
}
.contModule04.ora
  .sec02
  .partsModule04
  .hyoWrap
  .hyo1
  tr:nth-child(1)
  th:nth-child(1) {
  width: 182px;
}
.contModule04.ora
  .sec02
  .partsModule04
  .hyoWrap
  .hyo1
  tr:nth-child(1)
  th:nth-child(2) {
  width: 500px;
}
.contModule04.ora
  .sec02
  .partsModule04
  .hyoWrap
  .hyo1
  tr:nth-child(1)
  th:nth-child(3) {
  width: 140px;
}
.contModule04.ora
  .sec02
  .partsModule04
  .hyoWrap
  .hyo1
  tr:nth-child(1)
  th:nth-child(4) {
  width: 272px;
}
.contModule04.ora .sec02 .partsModule04 .hyoWrap .hyo1 tr .col2 {
  color: #fff;
  background: #3d9fd3;
}
.contModule04.ora .sec02 .partsModule04 .hyoWrap .hyo1 tr td p {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}
.contModule04.ora .sec02 .partsModule04 .hyoWrap .hyo1 tr td.left1 {
  padding: 10px 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contModule04.ora .partsModule04 .box ul li .cont {
    font-size: 0;
  }
  .contModule04.ora .partsModule04 .box ul li .cont figure,
  .contModule04.ora .partsModule04 .box ul li .cont .txt {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px), print {
  .contModule04.ora .sec01 {
    margin-bottom: 20px;
  }
  .contModule04.ora .sec01 .tit2 {
    margin-bottom: 30px;
  }
  .contModule04.ora .sec01 .firstBox .box1 h3 {
    margin-bottom: 15px;
  }
  .contModule04.ora .sec01 .firstBox .box1 p {
    line-height: 2 !important;
  }
  .contModule04.ora .sec01 .partsModule04 .box .tit3 {
    padding-bottom: 30px;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul {
    overflow: hidden;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li {
    width: 530px;
    height: 190px;
    margin-bottom: 40px;
    padding-left: 140px;
    float: left;
    position: relative;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li:nth-child(even) {
    float: right;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li h4 {
    padding: 24px 30px;
    height: 100px;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li h4.padding1 {
    padding: 38px 30px;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li h4.padding3 {
    padding: 12px 30px;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li .cont figure {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li .cont figure img {
    width: 100%;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li .cont .txt {
    width: auto;
    padding: 13px 30px 0 30px;
  }
  .contModule04.ora .sec01 .partsModule04 .box ul li .cont .txt .company {
    margin-bottom: 5px;
    padding-bottom: 6px;
  }
  .contModule04.ora .sec02 {
    margin-bottom: 60px;
  }
}

.contModule04.campusStudents .sec01 {
  position: relative;
}
.contModule04.campusStudents .sec01 .bg1 {
  margin-bottom: 25px;
}
.contModule04.campusStudents .sec01 .bg1 span {
  padding: 15px;
  font-size: 22px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #fff;
  background: #005faa;
}
.contModule04.campusStudents .sec01 .img1 {
  width: 145px;
  position: absolute;
  top: -5px;
  left: 193px;
}
.contModule04.campusStudents .sec01 > p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
}
.contModule04.campusStudents .sec01 .studentsVoice > h3 {
  margin: 40px 35px 0 35px;
}
.contModule04.campusStudents .sec01 .studentsVoice .bg1 {
  margin: 20px 0;
  text-align: center;
}
.contModule04.campusStudents .sec01 .studentsVoice .bg1 span {
  padding: 5px 10px 5px 15px;
  font-size: 16px;
  color: #005faa;
  line-height: 36px;
  letter-spacing: 0.05em;
  background: #f5f5f5;
}
@media screen and (max-width: 360px) {
  .contModule04.campusStudents .sec01 .img1 {
    left: auto;
    right: -6px;
  }
  .contModule04.campusStudents .sec01 .studentsVoice .bg1 span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px), print {
  .contModule04.campusStudents .sec01 {
    margin-bottom: 60px;
    position: relative;
  }
  .contModule04.campusStudents .sec01 > .bg1 {
    padding: 140px 0 0 640px;
  }
  .contModule04.campusStudents .sec01 > .bg1 span {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
  }
  .contModule04.campusStudents .sec01 > p {
    margin-left: 640px;
  }
  .contModule04.campusStudents .sec01 .img1 {
    width: auto;
    margin: 0 0 0 264px;
    top: 34px;
    left: 50%;
  }
  .contModule04.campusStudents .sec01 .img2 {
    margin: 0;
    position: absolute;
    top: -60px;
    left: -60px;
  }
  .contModule04.campusStudents .sec01 .studentsVoice h3 {
    width: 449px;
    margin: 80px auto 0 auto;
  }
  .contModule04.campusStudents .sec01 .studentsVoice .bg1 {
    margin: 30px 0 40px 0;
  }
  .contModule04.campusStudents .sec01 .studentsVoice .bg1 span {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
  }
  .contModule04.campusStudents .sec01 .studentsVoice .voiceModule01 {
    width: 810px;
    margin: 0 auto 20px;
  }
}

.activityList .box {
  margin: 0 0 20px 10px;
  padding: 25px 15px 30px 15px;
  border: solid 4px #f5f5f5;
}
.activityList .box .firstBox .box2 {
  margin: 0 !important;
}
.activityList .box .firstBox .box2 .txtWrap {
  margin: 25px 0;
  padding-top: 10px !important;
}
.activityList .box .firstBox .box2 .txtWrap .tit {
  margin-bottom: 20px !important;
  padding-bottom: 2px !important;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: solid 3px #005faa !important;
}
.activityList .box .firstBox .box2 figure.smOnly {
  margin-bottom: 10px;
}
.activityList .box .tit8 {
  margin: 0 0 25px -29px;
}
.activityList .box h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.activityList .box p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.activityList .box:last-child {
  margin-bottom: 43px;
}
@media screen and (min-width: 768px), print {
  .activityList {
    font-size: 0;
  }
  .activityList .firstBox .box1 p {
    width: auto !important;
    padding: 0 !important;
  }
  .activityList .firstBox .box1 figure {
    top: 46px !important;
    right: 46px !important;
  }
  .activityList .firstBox .box2 .txtWrap {
    width: auto !important;
    margin-bottom: 0 !important;
    padding: 20px 30px !important;
  }
  .activityList .firstBox .box2 .txtWrap .tit {
    padding-top: 10px;
  }
  .activityList .firstBox .box2 .txtWrap p {
    width: auto !important;
    margin: 0 !important;
    display: block !important;
  }
  .activityList .firstBox .box2 figure {
    right: 46px !important;
    bottom: 46px !important;
  }
  .activityList .box {
    margin-bottom: 40px;
    padding: 45px 530px 45px 45px;
    position: relative;
  }
  .activityList .box .tit8 {
    margin: 0 0 25px -59px;
  }
  .activityList .box p {
    margin: 0;
  }
  .activityList .box figure img {
    width: 100%;
  }
  .activityList .box:nth-child(1) .tit8 {
    margin: -17px 0 25px -59px;
  }
  .activityList .box:nth-child(2) {
    padding: 30px 530px 45px 45px;
  }
  .activityList .box:nth-child(2) .tit8 {
    margin-bottom: 20px;
  }
  .activityList .box:nth-child(2) h3 {
    margin-bottom: 15px;
  }
  .activityList .box:nth-child(2) figure {
    width: 450px;
    position: absolute;
    top: 46px;
    right: 46px;
  }
  .activityList .box.min {
    width: 520px;
    padding: 30px 45px 45px 45px;
    display: inline-block;
    vertical-align: top;
  }
  .activityList .box.min .tit8 {
    margin-bottom: 30px;
  }
  .activityList .box.min figure {
    margin-bottom: 25px;
  }
  .activityList .box.min:nth-child(odd) {
    margin-right: 40px;
  }
  .activityList .box.min:nth-child(3),
  .activityList .box.min:nth-child(4) {
    height: 452px;
  }
  .activityList .box.min:nth-child(5),
  .activityList .box.min:nth-child(6) {
    height: 412px;
  }
  .activityList .box.min:nth-child(7),
  .activityList .box.min:nth-child(8) {
    height: 404px;
    margin-bottom: 10px;
  }
}

.contModule04.day .firstTxt {
  margin: 30px 0 40px 0;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #005faa;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  border-bottom: solid 4px #f5f5f5;
  position: relative;
}
.contModule04.day .firstTxt:before,
.contModule04.day .firstTxt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #f5f5f5;
  top: auto;
  bottom: -36px;
  left: 50%;
}
.contModule04.day .firstTxt:after {
  border-top: 20px solid #fff;
  bottom: -30px;
}
@media screen and (max-width: 350px) {
  .contModule04.day .firstTxt {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .contModule04.day .firstTxt {
    width: 530px;
    margin: 0 auto 60px auto;
  }
}

.contModule04.calendar {
  position: relative;
}
.contModule04.calendar:before {
  content: "";
  display: block;
  width: 335px;
  height: 216px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin-left: -180px;
  background: url(/asset/img/calendar/img_calendar01.png) no-repeat;
  top: 50px;
  left: 50%;
  z-index: 1;
}
.contModule04.calendar h2 {
  margin: 0 auto 30px auto;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: solid 4px #f5f5f5;
  position: relative;
}
.contModule04.calendar h2:before,
.contModule04.calendar h2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #f5f5f5;
  top: auto;
  bottom: -36px;
  left: 50%;
}
.contModule04.calendar h2:after {
  border-top: 20px solid #fff;
  bottom: -30px;
}
.contModule04.calendar .firstTxt {
  margin-bottom: 50px;
  text-align: center;
}
.contModule04.calendar .firstTxt span {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0.15em;
  background: linear-gradient(transparent 0, #005faa 0);
}
.contModule04.calendar .firstTxt span.last {
  padding: 8px 3px 8px 13px;
}
@media screen and (max-width: 350px) {
  .contModule04.calendar:before {
    width: 305px;
    margin-left: -157px;
  }
}
@media screen and (min-width: 768px), print {
  .contModule04.calendar {
    margin-top: 20px;
  }
  .contModule04.calendar:before {
    width: 683px;
    height: 250px;
    margin-left: -342px;
    background: url(/asset/img/calendar/img_calendar01_pc.png) no-repeat;
    top: 10px;
  }
  .contModule04.calendar h2 {
    width: 611px;
    margin: 0 auto 50px auto;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 2;
  }
  .contModule04.calendar .firstTxt span {
    line-height: 40px;
    padding: 6px 13px;
  }
  .contModule04.calendar .firstTxt span.last {
    padding: 6px 3px 6px 13px;
  }
}

.campusModule a figure {
  overflow: hidden;
}
.campusModule .more4 {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.campusModule a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.campusModule a:hover figure img {
  transform: scale(1.1);
}
.campusModule a:hover .more4:after {
  left: 12px;
}
.campusModule .box1 {
  margin-bottom: 30px;
}
.campusModule .box1 .txtWrap {
  margin: -105px 0 0 20px;
  padding: 20px 20px 15px 20px;
  background: #3d9fd3;
  position: relative;
  z-index: 1;
}
.campusModule .box1 .txtWrap .tit {
  height: 55px;
  margin: 0 0 15px -30px;
  padding: 19px 30px 20px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
  background: url(/asset/img/campus/bg_campus01.png) repeat-x #003d6b;
  background-size: auto 100% !important;
  position: relative;
}
.campusModule .box1 .txtWrap .tit:before {
  content: "";
  display: block;
  width: 13px;
  height: 55px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: url(/asset/img/campus/img_campus01.png) no-repeat;
  background-size: auto 100% !important;
  right: -13px;
}
.campusModule .box1 .txtWrap .tit span {
  display: block;
  position: absolute;
  top: 2px;
}
.campusModule .box1 .txtWrap .tit span.span1 {
  width: 132px;
  right: -137px;
}
.campusModule .box1 .txtWrap .tit span.span2 {
  width: 87px;
  right: -84px;
}
.campusModule .box1 .txtWrap .tit span.span3 {
  width: 89px;
  top: 12px;
  right: -90px;
}
.campusModule .box1 .txtWrap p {
  font-size: 13px;
  font-weight: bold;
  left: 0.02em;
  line-height: 24px;
  color: #fff;
}
.campusModule .box1 .txtWrap .more4 {
  margin-top: 10px;
}
.campusModule .box1.col2 .txtWrap {
  background: #005faa;
}
.campusModule .box2 {
  margin-bottom: 30px;
  text-align: center;
}
.campusModule .box2 > a {
  display: block;
}
.campusModule .box2 .tit2 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  position: relative;
}
.campusModule .box2 .tit2:before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin: 0 0 0 -25px;
  background: #005faa;
  top: auto;
  bottom: 0;
  left: 50%;
}
.campusModule .box2 p {
  text-align: left;
}
.campusModule .box2 .more4 {
  margin-bottom: 15px;
}
.campusModule .box2 .more4:after {
  color: #005faa;
}
.campusModule .box2 a:hover.more4 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.campusModule .box2 a > p,
.campusModule .box2 > p {
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
}
.campusModule .box2.calendar {
  margin-top: 35px;
}
.campusModule .box2.calendar .figWrap {
  padding: 10px;
  background: url(/asset/img/common/bg_dot02.png);
}
.campusModule .box2.club {
  margin: 0 -15px 30px -15px;
  padding: 45px 15px 30px 15px;
  background: url(/asset/img/campus/bg_campus02.jpg) no-repeat center;
  background-size: cover;
}
.campusModule .box2.club ul li {
  margin-bottom: 15px;
}
.campusModule .box2.club ul li a {
  display: block;
  padding: 10px 20px 0 20px;
  text-align: right;
  background: #fff;
}
.campusModule .box2.club ul li a figure {
  margin: 0 -10px;
}
.campusModule .box2.club ul li a h3 {
  margin: 20px 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: left;
}
.campusModule .box2.club ul li a p {
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.campusModule .box2.club ul li a .more4 {
  margin: 10px 0;
}
.campusModule .box2.club ul li a .more4:after {
  color: #005faa;
}
.campusModule .box2.club ul li:last-child {
  margin-bottom: 0;
}
.campusModule .box3 ul {
  margin-bottom: 5px;
}
.campusModule .box3 ul li {
  margin-bottom: 30px;
}
.campusModule .box3 ul li a {
  display: block;
  padding: 0 15px 15px 15px;
  background: #3d9fd3;
}
.campusModule .box3 ul li a figure {
  margin: 0 -15px;
}
.campusModule .box3 ul li a h2 {
  margin: 20px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
}
.campusModule .box3 ul li a h2:after {
  content: "";
  width: 30px;
  height: 3px;
  margin-top: 15px;
  display: block;
  background: #fff;
}
.campusModule .box3 ul li a .more4 {
  color: #fff;
}
.campusModule .box3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .campusModule {
    width: 1220px;
    margin: 0 auto;
    font-size: 0;
  }
  .campusModule figure img {
    width: 100%;
  }
  .campusModule .box1 {
    width: 590px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .campusModule .box1 figure {
    margin-left: 50px;
  }
  .campusModule .box1 .txtWrap {
    width: 320px;
    height: 287px;
    margin: 0;
    padding: 30px 60px;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .campusModule .box1 .txtWrap .tit {
    height: 65px;
    margin: 0 0 25px -70px;
    padding: 23px 55px 24px 70px;
    font-size: 18px;
  }
  .campusModule .box1 .txtWrap .tit:before {
    height: 65px;
  }
  .campusModule .box1 .txtWrap .tit span img {
    width: 100%;
  }
  .campusModule .box1 .txtWrap .tit span.span1 {
    top: -2px;
    right: -174px;
  }
  .campusModule .box1 .txtWrap .tit span.span2 {
    top: 164px;
    right: -137px;
  }
  .campusModule .box1 .txtWrap .tit span.span3 {
    right: -130px;
  }
  .campusModule .box1 .txtWrap p {
    font-size: 12px;
    line-height: 22px;
    position: relative;
    z-index: 1;
  }
  .campusModule .box1 .txtWrap .more4 {
    margin-top: 20px;
    font-size: 13px;
    position: relative;
    z-index: 1;
  }
  .campusModule .box1 .txtWrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    background: #3d9fd3;
    top: 0;
    left: 0;
  }
  .campusModule .box1 .txtWrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    background: url(/asset/img/common/bg_dot09.png);
    background-size: 9px !important;
    top: 10px;
    left: 10px;
    z-index: -1;
  }
  .campusModule .box1:nth-child(odd) {
    margin-right: 40px;
  }
  .campusModule .box1:nth-child(5) {
    margin: 0 20px 0 10px;
  }
  .campusModule .box1:nth-child(5) .txtWrap {
    height: 304px;
  }
  .campusModule .box1.col2 .txtWrap:before {
    background: #005faa;
  }
  .campusModule .box2 .tit2 {
    font-size: 22px;
  }
  .campusModule .box2 a > p,
  .campusModule .box2 > p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }
  .campusModule .box2.calendar {
    margin-bottom: 50px;
  }
  .campusModule .box2.calendar .figWrap {
    width: 980px;
    margin: 0 auto;
  }
  .campusModule .box2.club {
    margin-bottom: 40px;
    padding: 60px 0 50px 0;
    text-align: center;
    background: url(/asset/img/campus/bg_campus02_pc.jpg) no-repeat center;
  }
  .campusModule .box2.club .tit2 {
    font-size: 20px;
  }
  .campusModule .box2.club ul {
    width: 675px;
    margin: 0 auto;
    overflow: hidden;
  }
  .campusModule .box2.club ul li {
    margin: 0 20px 0 0;
    float: left;
  }
  .campusModule .box2.club ul li a {
    width: 320px;
  }
  .campusModule .box2.club ul li:last-child {
    margin-right: 0;
  }
  .campusModule .box2.club > .more4 {
    margin-bottom: 40px;
  }
  .campusModule .box3 {
    width: 600px;
    display: inline-block;
  }
  .campusModule .box3 ul li {
    margin-bottom: 17px;
  }
  .campusModule .box3 ul li a {
    padding: 0 0 0 240px;
    position: relative;
  }
  .campusModule .box3 ul li a figure {
    width: 360px;
    margin: 0;
  }
  .campusModule .box3 ul li a .txtWrap {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .campusModule .box3 ul li a .txtWrap h2 {
    font-size: 18px;
    margin: 10px 0 13px 0;
  }
  .campusModule .box3 ul li a .txtWrap h2:after {
    margin-top: 24px;
  }
}

.dayModule01 section {
  padding-bottom: 40px;
  background: #f5f5f5;
  position: relative;
}
.dayModule01 section .prof {
  background: #fff;
}
.dayModule01 section .prof > figure {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.dayModule01 section .prof .txtArea {
  width: 48%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.dayModule01 section .prof .txtArea p {
  letter-spacing: 0.05em;
}
.dayModule01 section .prof .txtArea .year {
  font-size: 13px;
  font-weight: bold;
}
.dayModule01 section .prof .txtArea .name {
  font-size: 16px;
  font-weight: bold;
}
.dayModule01 section .prof .txtArea .name span {
  padding-left: 5px;
  font-size: 13px;
}
.dayModule01 section .prof .txtArea .from {
  font-size: 12px;
  line-height: 17px;
}
.dayModule01 section .prof .txt {
  margin: 0;
  padding: 15px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 24px;
  background: #e60012;
  position: relative;
}
.dayModule01 section .prof .txt:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  border-bottom: dotted 3px #111;
  position: absolute;
  top: -10px;
  left: 0;
}
.dayModule01 section .list {
  padding: 50px 0 0 0;
}
.dayModule01 section .list li {
  margin: 0 0 50px 0;
  padding: 0 15px;
  position: relative;
}
.dayModule01 section .list li p {
  width: 255px;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  background: #fff;
  border: dotted 2px #e60012;
  position: relative;
  z-index: 1;
}
.dayModule01 section .list li figure {
  margin: -16px 0 0 24px;
  border: solid 10px #fff;
}
.dayModule01 section .list li .img1 {
  width: 48px;
  margin: 0;
  border: none;
  position: absolute;
  top: -3px;
  right: 15px;
  z-index: 0;
}
.dayModule01 section .list li:last-child {
  margin-bottom: 40px;
}
.dayModule01 section .list li:before {
  content: "";
  display: block;
  width: 2px;
  height: 27px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin-left: -1px;
  border-left: dotted 2px #111;
  top: -38px;
  left: 50%;
}
.dayModule01 section .comment {
  text-align: center;
}
.dayModule01 section .comment span {
  padding: 0 0 5px 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.15em;
  background: linear-gradient(transparent 70%, #fff 30%);
}
.dayModule01 section.sec01 {
  margin-bottom: 30px;
}
.dayModule01 section.sec01 .img2 {
  width: 93px;
  position: absolute;
  bottom: 110px;
  left: 0;
  z-index: 1;
}
.dayModule01 section.sec01 .comment {
  color: #e60012;
}
.dayModule01 section.sec02 {
  margin-bottom: 40px;
  padding-bottom: 85px;
}
.dayModule01 section.sec02 .prof .txtArea {
  margin-top: -15px;
}
.dayModule01 section.sec02 .prof .txtArea .country {
  font-weight: bold;
  color: #005faa;
}
.dayModule01 section.sec02 .prof .txt {
  background: #005faa;
}
.dayModule01 section.sec02 .list li p {
  border: dotted 2px #005faa;
}
.dayModule01 section.sec02 .comment {
  color: #005faa;
}
.dayModule01 section.sec02 .img1 {
  width: 167px;
  margin-left: -83px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 350px) {
  .dayModule01 section .prof .txtArea .from {
    font-size: 11px;
  }
  .dayModule01 section .list li p {
    width: 205px;
  }
  .dayModule01 section .list li .img1 {
    top: 21px;
  }
  .dayModule01 section .comment span {
    font-size: 18px;
  }
  .dayModule01 section.sec02 .prof .txtArea .country {
    font-size: 11px;
  }
  .dayModule01 section.sec02 .prof .txtArea .year,
  .dayModule01 section.sec02 .prof .txtArea .name {
    font-size: 12px;
  }
  .dayModule01 section.sec02 .prof .txtArea .name {
    line-height: 18px;
  }
  .dayModule01 section.sec02 .prof .txtArea .from {
    font-size: 10px;
  }
  .dayModule01 section.sec02 .prof .txt {
    background: #005faa;
  }
}
@media screen and (min-width: 768px), print {
  .dayModule01 {
    margin-bottom: 70px !important;
  }
  .dayModule01:after {
    content: "";
    display: block;
    clear: both;
  }
  .dayModule01 section {
    width: 530px;
    margin-bottom: 0 !important;
    padding-bottom: 60px !important;
    float: left;
  }
  .dayModule01 section .prof {
    height: 276px;
    position: relative;
  }
  .dayModule01 section .prof figure {
    width: auto !important;
    position: absolute;
    bottom: 0;
  }
  .dayModule01 section .prof .txtArea {
    width: auto !important;
  }
  .dayModule01 section .prof .txtArea .name {
    margin: -3px 0 1px 0;
  }
  .dayModule01 section .prof .txt {
    width: 303px;
    padding: 0;
    background: none !important;
  }
  .dayModule01 section .prof .txt:before {
    display: none;
  }
  .dayModule01 section .list li {
    margin: 0 0 100px 0;
    padding: 0;
  }
  .dayModule01 section .list li figure {
    margin: 0;
    padding: 0;
  }
  .dayModule01 section .list li figure img {
    width: 100%;
  }
  .dayModule01 section .list li p {
    display: table;
    width: 175px;
    height: 151px;
    /* padding: 24px 22px 22px 25px; */
    line-height: 2;
    position: absolute;
    top: 25px;
  }
  .dayModule01 section .list li p span {
    display: table-cell;
    vertical-align: middle;
  }
  .dayModule01 section .list li:before {
    content: "";
    display: block;
    width: 3px;
    height: 60px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    margin-left: -1px;
    border-left: dotted 3px #111;
    top: -80px;
  }
  .dayModule01 section .list li:last-child {
    margin-bottom: 45px;
  }
  .dayModule01 section.sec01 .prof {
    background: url(/asset/img/day/bg_day_comment01.png) no-repeat right bottom #fff;
  }
  .dayModule01 section.sec01 .prof .txtArea {
    margin: 0 0 0 184px;
  }
  .dayModule01 section.sec01 .prof figure {
    /* 20230129 */
    /* left: -20px; */
    left: 0;
  }
  .dayModule01 section.sec01 .prof .txt {
    margin: 50px 0 0 205px;
  }
  .dayModule01 section.sec01 .list {
    padding: 100px 40px 0 110px;
  }
  .dayModule01 section.sec01 .list li p {
    left: -70px;
    border: dotted 3px #e60012;
  }
  .dayModule01 section.sec01 .list li .img1 {
    width: auto;
    top: -80px;
    right: -14px;
  }
  .dayModule01 section.sec01 .img2 {
    width: 115px;
    bottom: 260px;
    left: auto;
    right: -77px;
  }
  .dayModule01 section.sec01 .img2 img {
    width: 100%;
  }
  .dayModule01 section.sec02 {
    float: right;
  }
  .dayModule01 section.sec02 .prof {
    background: url(/asset/img/day/bg_day_comment02.png) no-repeat left bottom #fff;
  }
  .dayModule01 section.sec02 .prof .txtArea {
    margin: 0 0 0 27px;
    text-align: right;
  }
  .dayModule01 section.sec02 .prof figure {
    right: 0;
  }
  .dayModule01 section.sec02 .prof .txt {
    margin: 50px 0 0 32px;
  }
  .dayModule01 section.sec02 .prof .country {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .dayModule01 section.sec02 .list {
    padding: 100px 110px 0 40px;
  }
  .dayModule01 section.sec02 .list li p {
    right: -70px;
    border: dotted 3px #005faa;
  }
  /* .dayModule01 section.sec02 .list li:nth-child(3) p {
    padding-top: 35px;
  } */
  .dayModule01 section.sec02 .img1 {
    width: 214px;
    margin: 0;
    top: 599px;
    bottom: auto;
    left: -56px;
  }
  .dayModule01 section.sec02 .img1 img {
    width: 100%;
  }
}

.calendarModule01 .box .tit {
  margin: 0 16px 30px 16px;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.calendarModule01 .box .tit:before,
.calendarModule01 .box .tit:after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  border-left: dotted 2px #09bbcb;
  top: 20px;
  left: -9px;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
}
.calendarModule01 .box .tit:after {
  left: auto;
  right: -9px;
  -moz-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
}
.calendarModule01 .box .tit .in:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  border-top: dotted 2px #09bbcb;
  top: 20px;
  left: 0;
}
.calendarModule01 .box .tit h3 {
  display: inline-block;
  padding: 0 15px 10px 15px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-bottom: solid 4px #09bbcb;
  position: relative;
  z-index: 1;
}
.calendarModule01 .box .tit h3:before,
.calendarModule01 .box .tit h3:after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #fff;
  left: -15px;
}
.calendarModule01 .box .tit h3:after {
  left: auto;
  right: -15px;
}
.calendarModule01 .box .tit h3 span {
  padding-left: 15px;
  font-family: "Damion", cursive;
  font-size: 22px;
  font-weight: bold;
  color: #09bbcb;
  letter-spacing: 0.03em;
}
.calendarModule01 .box ul {
  margin-bottom: 30px;
}
.calendarModule01 .box ul li {
  margin-bottom: 20px;
  padding: 0 10px 10px 0;
  background: url(/asset/img/common/bg_col09.png) right bottom;
  position: relative;
}
.calendarModule01 .box ul li .inner {
  padding: 0 15px 15px 15px;
  background: #fff;
}
.calendarModule01 .box ul li .inner:before,
.calendarModule01 .box ul li .inner:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #fff;
  right: 0;
}
.calendarModule01 .box ul li .inner:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.calendarModule01 .box ul li .inner h4 {
  margin: 0 -15px 0 -15px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #09bbcb;
}
.calendarModule01 .box ul li .inner h4 span {
  font-size: 13px;
}
.calendarModule01 .box ul li .inner p {
  margin: 15px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.calendarModule01 .box ul li .inner .img1 {
  overflow: hidden;
}
.calendarModule01 .box ul li .inner .img1 figure {
  width: 49%;
  float: left;
}
.calendarModule01 .box ul li .inner .img1 figure:nth-child(even) {
  float: right;
}
.calendarModule01 .box ul li:last-child {
  margin: 0;
}
.calendarModule01 .box.col2 .tit:before,
.calendarModule01 .box.col2 .tit:after {
  border-left: dotted 2px #e60012;
}
.calendarModule01 .box.col2 .tit .in:before {
  border-top: dotted 2px #e60012;
}
.calendarModule01 .box.col2 .tit h3 {
  border-bottom: solid 4px #e60012;
}
.calendarModule01 .box.col2 .tit h3 span {
  color: #e60012;
}
.calendarModule01 .box.col2 ul li {
  background: url(/asset/img/common/bg_col08.png) right bottom;
}
.calendarModule01 .box.col2 ul li .inner h4 {
  background: #e60012;
}
.calendarModule01 .box.col3 .tit:before,
.calendarModule01 .box.col3 .tit:after {
  border-left: dotted 2px #611ac1;
}
.calendarModule01 .box.col3 .tit .in:before {
  border-top: dotted 2px #611ac1;
}
.calendarModule01 .box.col3 .tit h3 {
  border-bottom: solid 4px #611ac1;
}
.calendarModule01 .box.col3 .tit h3 span {
  color: #611ac1;
}
.calendarModule01 .box.col3 ul li {
  background: url(/asset/img/common/bg_col02.png) right bottom;
}
.calendarModule01 .box.col3 ul li .inner h4 {
  background: #611ac1;
}
.calendarModule01 .box.col4 .tit:before,
.calendarModule01 .box.col4 .tit:after {
  border-left: dotted 2px #3d9fd3;
}
.calendarModule01 .box.col4 .tit .in:before {
  border-top: dotted 2px #3d9fd3;
}
.calendarModule01 .box.col4 .tit h3 {
  border-bottom: solid 4px #3d9fd3;
}
.calendarModule01 .box.col4 .tit h3 span {
  color: #3d9fd3;
}
.calendarModule01 .box.col4 ul li {
  background: url(/asset/img/common/bg_col01.png) right bottom;
}
.calendarModule01 .box.col4 ul li .inner h4 {
  background: #3d9fd3;
}
@media screen and (min-width: 768px), print {
  .calendarModule01 .box .tit {
    width: 750px;
    margin: 0 auto 40px auto;
  }
  .calendarModule01 .box .tit:before,
  .calendarModule01 .box .tit:after {
    border-left: dotted 3px #09bbcb;
    left: -12px;
  }
  .calendarModule01 .box .tit:after {
    left: auto;
    right: -12px;
  }
  .calendarModule01 .box .tit .in:before {
    border-top: dotted 3px #09bbcb;
  }
  .calendarModule01 .box ul {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .calendarModule01 .box ul li {
    width: 530px;
    margin-bottom: 30px;
    float: left;
  }
  .calendarModule01 .box ul li .inner {
    padding: 0 30px 30px 30px;
  }
  .calendarModule01 .box ul li .inner h4 {
    margin: 0 -30px;
    padding: 15px 0;
    font-size: 18px;
  }
  .calendarModule01 .box ul li .inner figure img {
    width: 100%;
  }
  .calendarModule01 .box ul li .inner p {
    margin: 25px 0;
  }
  .calendarModule01 .box ul li:nth-child(even) {
    float: right;
  }
  .calendarModule01 .box.col2 .tit:before,
  .calendarModule01 .box.col2 .tit:after {
    border-left: dotted 3px #e60012;
  }
  .calendarModule01 .box.col2 .tit .in:before {
    border-top: dotted 3px #e60012;
  }
  .calendarModule01 .box.col3 .tit:before,
  .calendarModule01 .box.col3 .tit:after {
    border-left: dotted 3px #611ac1;
  }
  .calendarModule01 .box.col3 .tit .in:before {
    border-top: dotted 3px #611ac1;
  }
  .calendarModule01 .box.col4 .tit:before,
  .calendarModule01 .box.col4 .tit:after {
    border-left: dotted 3px #3d9fd3;
  }
  .calendarModule01 .box.col4 .tit .in:before {
    border-top: dotted 3px #3d9fd3;
  }
}

.titModule02.clubDetail {
  z-index: 1;
}

.mainimgModule01.clubDetail {
  z-index: 0;
  position: relative;
}
.mainimgModule01.clubDetail .btn {
  display: block;
  width: 95px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 1;
}
.mainimgModule01.clubDetail .btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .mainimgModule01.clubDetail .btn {
    width: 120px;
    height: 120px;
    right: -20px;
    bottom: -20px;
  }
  .mainimgModule01.clubDetail .btn img {
    width: 100%;
  }
}

.contModule04.clubDetail .firstBox {
  margin-bottom: 30px;
}
.contModule04.clubDetail .firstBox p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.contModule04.clubDetail .message {
  padding: 25px 10px;
  border: solid 4px #3d9fd3;
  position: relative;
}
.contModule04.clubDetail .message:before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: url(/asset/img/common/bg_col01.png);
  background-size: auto !important;
  left: 0;
}
.contModule04.clubDetail .message figure {
  padding: 0 28px;
  position: relative;
  z-index: 1;
}
.contModule04.clubDetail .message .txtWrap h3 {
  margin: 26px 0;
  font-family: "Damion", cursive;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #3d9fd3;
  text-align: center;
}
.contModule04.clubDetail .message .txtWrap h3 span {
  display: inline-block;
  padding-left: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #111;
}
.contModule04.clubDetail .message .txtWrap > p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.contModule04.clubDetail .message .txtWrap .prof {
  margin: 25px 0 0 0;
}
.contModule04.clubDetail .message .txtWrap .prof p {
  font-weight: bold;
}
.contModule04.clubDetail .message .txtWrap .prof p.position {
  font-size: 13px;
}
.contModule04.clubDetail .message .txtWrap .prof p.position:after {
  content: "";
  width: 30px;
  height: 4px;
  margin: 8px 0 12px 0;
  display: block;
  background: #3d9fd3;
}
.contModule04.clubDetail .message .txtWrap .prof p.name {
  font-size: 16px;
}
.contModule04.clubDetail .message .txtWrap .prof p.name span {
  padding-left: 6px;
  font-size: 13px;
}
.contModule04.clubDetail .message .txtWrap .prof p.name .type2 {
  padding-left: 15px;
  font-weight: normal;
}
.contModule04.clubDetail .btnType02 {
  width: calc(100% - 70px);
  margin: 30px auto;
  letter-spacing: 0.05em;
  background: #005fa9;
  border: solid 3px #005fa9;
}
.contModule04.clubDetail .btnType02 span {
  padding-right: 5px;
}
.contModule04.clubDetail .btnType02:hover {
  background: #fff;
}
.contModule04.clubDetail .btnType02:hover:after {
  color: #005fa9;
}
.contModule04.clubDetail .btnType02.twitter {
  background: #3d9fd3;
  border: solid 3px #3d9fd3;
}
.contModule04.clubDetail .btnType02.twitter:hover {
  background: #fff;
}
.contModule04.clubDetail .btnType02.twitter:hover:after {
  color: #3d9fd3;
}

@media screen and (max-width: 350px) {
  .contModule04.clubDetail .message .txtWrap .prof p.name .type2 {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 768px), print {
  .contModule04.clubDetail .tit2 {
    font-size: 22px;
  }
  .contModule04.clubDetail .tit2:after {
    margin: 30px 0 35px 0;
  }
  .contModule04.clubDetail .firstBox {
    margin-bottom: 60px;
    padding: 0 600px 0 0;
    position: relative;
  }
  .contModule04.clubDetail .firstBox figure {
    width: 560px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .contModule04.clubDetail .firstBox figure img {
    width: 100%;
  }
  .contModule04.clubDetail .message {
    width: 881px;
    margin: 0 auto 0 auto;
    padding: 30px 40px;
    border: solid 6px #3d9fd3;
  }
  .contModule04.clubDetail .message:before {
    content: "";
    display: block;
    width: 225px;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    background: url(/asset/img/common/bg_col01.png);
    background-size: 12px !important;
    left: 0;
  }
  .contModule04.clubDetail .message figure {
    width: 260px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .contModule04.clubDetail .message figure img {
    width: 100%;
  }
  .contModule04.clubDetail .message .txtWrap {
    width: 520px;
    padding: 0 0 0 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }
  .contModule04.clubDetail .message .txtWrap h3 {
    margin-top: 0;
    text-align: left;
  }
  .contModule04.clubDetail .message .txtWrap .prof {
    margin-top: 20px;
    position: relative;
  }
  .contModule04.clubDetail .message .txtWrap .prof .position,
  .contModule04.clubDetail .message .txtWrap .prof .name {
    display: inline-block;
    vertical-align: top;
  }
  .contModule04.clubDetail .message .txtWrap .prof .position {
    margin-right: 50px;
  }
  .contModule04.clubDetail .message .txtWrap .prof .position:after {
    width: 3px !important;
    height: 30px !important;
    margin: 0;
    position: absolute;
    top: -5px;
    left: 130px;
  }
  .contModule04.clubDetail .btnType02 {
    width: 300px;
    display: inline-block;
    margin: 50px 0;
  }

  .contModule04.clubDetail .sns_inner {
    text-align: center;
  }

  .contModule04.clubDetail .btnType02 span {
    font-size: 16px;
  }
  .contModule04.clubDetail .listModule01 {
    margin-left: -60px !important;
  }
}
.contModule04.clubDetail.brassband .message .txtWrap .prof p.position:after {
  left: 103px;
}

.clubDetailModule01 .hyo .hyo1 {
  width: 1100px;
  margin-bottom: 30px;
}
.clubDetailModule01 .hyo .hyo1 .line1 {
  border-right: solid 20px #fff;
}
.clubDetailModule01 .hyo .hyo1 .col2 {
  color: #000000;
  background: #83c9ef;
}
.clubDetailModule01 .hyo .hyo1 .col3 {
  color: #fff;
  background: #ff671d;
}
.clubDetailModule01 .hyo .hyo1 tr th,
.clubDetailModule01 .hyo .hyo1 tr td {
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  background: #f5f5f5;
}
.clubDetailModule01 .hyo .hyo1.other1 tr th {
  width: 100px !important;
  padding: 19px 0 19px 0;
}
.clubDetailModule01 .hyo .hyo1.other1 tr th:first-child {
  width: 60px !important;
}
.clubDetailModule01 .hyo .hyo1.other1 tr th:nth-child(2) {
  width: 150px !important;
}
.clubDetailModule01 .hyo .hyo1.other1 tr th:nth-child(8) {
  /* width: 110px !important; */
}
.clubDetailModule01 .hyo .hyo1.other1 tr th:nth-child(10) {
  width: 70px !important;
}
.clubDetailModule01 .hyo .hyo1.other1 tr th:nth-child(11),
.clubDetailModule01 .hyo .hyo1.other1 tr th:nth-child(12),
.clubDetailModule01 .hyo .hyo1.other1 tr th:nth-child(13) {
  width: 60px !important;
}
.clubDetailModule01 .hyo .hyo1.other2 tr th {
  padding: 10px 0 10px 0;
}
.clubDetailModule01 .hyo .hyo1.other2 tr th.col1 {
  width: 185px !important;
}
.clubDetailModule01 .hyo .hyo1.other2 tr th.col2 {
  width: 90px !important;
}
.clubDetailModule01 .hyo .hyo1.other2 tr th.col2:nth-child(2) {
  width: 110px !important;
}
.clubDetailModule01 .hyo .hyo1.other2 tr th.col2:nth-child(5) {
  width: 100px !important;
}
.clubDetailModule01 .hyo .hyo1.other2 tr th.col2:nth-child(6) {
  width: 120px !important;
}
.clubDetailModule01 .hyo .hyo1.other2 tr th.col2:nth-child(3),
.clubDetailModule01 .hyo .hyo1.other2 tr th.col2:nth-child(7) {
  width: 150px !important;
}
.clubDetailModule01 .about .box {
  margin-bottom: 20px;
  padding: 0 10px 10px 0;
  background: url(/asset/img/common/bg_col07.png) right bottom;
  position: relative;
}
.clubDetailModule01 .about .box:before,
.clubDetailModule01 .about .box:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #fff;
  right: 0;
}
.clubDetailModule01 .about .box:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.clubDetailModule01 .about .box .inner {
  padding: 0 16px 20px 16px;
  background: #fff;
}
.clubDetailModule01 .about .box .inner h4 {
  margin: 0 -16px 20px -16px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #005faa;
}
.clubDetailModule01 .about .box.history .inner ul li {
  padding: 5px 0 10px 0;
  border-bottom: solid 3px #f5f5f5;
}
.clubDetailModule01 .about .box.history .inner ul li dl dt,
.clubDetailModule01 .about .box.history .inner ul li dl dd {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.clubDetailModule01 .about .box.history .inner ul li dl dt {
  font-weight: bold;
  color: #005faa;
}
.clubDetailModule01 .about .box.detail1 dl {
  overflow: hidden;
}
.clubDetailModule01 .about .box.detail1 dl dt,
.clubDetailModule01 .about .box.detail1 dl dd {
  margin-bottom: 2px;
  padding: 8px 0;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
}
.clubDetailModule01 .about .box.detail1 dl dt {
  width: 30%;
  color: #fff;
  float: left;
  background: #3d9fd3;
}
.clubDetailModule01 .about .box.detail1 dl dd {
  width: 70%;
  float: left;
  background: #f5f5f5;
}
.clubDetailModule01 .about .box.detail1 dl dd:last-child {
  background: #e4ecf3;
}
.clubDetailModule01 .about .box.detail1 p {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.clubDetailModule01 .about .box.detail2 ul li {
  margin-bottom: 10px;
  padding: 0 0 0 80px;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.01em;
  position: relative;
}
.clubDetailModule01 .about .box.detail2 ul li span {
  display: inline-block;
  width: 67px;
  color: #fff;
  text-align: center;
  background: #3d9fd3;
  position: absolute;
  top: 0;
  left: 0;
}
.clubDetailModule01 .about .box.detail2 ul li:last-child {
  margin: 0;
}
.clubDetailModule01 .about .box.environment ul li {
  margin-bottom: 20px;
}
.clubDetailModule01 .about .box.environment ul li .tit {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 30px;
  position: relative;
}
.clubDetailModule01 .about .box.environment ul li .tit:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #005faa;
  top: 12px;
  left: 0;
}
.clubDetailModule01 .about .box.environment ul li p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.clubDetailModule01 .about .box.environment ul li figure {
  margin: 15px 0;
}
.clubDetailModule01 .about .box.environment ul li:last-child {
  margin-bottom: 0;
}
.clubDetailModule01 .about .box.environment ul li:last-child figure {
  margin-bottom: 0;
}
.clubDetailModule01 .about .box.schedule {
  margin-bottom: 40px;
}
.clubDetailModule01 .about .box.schedule ol > li {
  padding: 30px 0;
  margin: 0 0 20px 20px;
  background: #f5f5f5;
  position: relative;
}
.clubDetailModule01 .about .box.schedule ol > li .month {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 100;
}
.clubDetailModule01 .about .box.schedule ol > li .month p {
  width: 85px;
  height: 85px;
  margin: 0 0 0 -20px;
  padding: 2px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: dotted 3px #3d9fd3;
  position: relative;
}
.clubDetailModule01 .about .box.schedule ol > li .month p:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin-left: -22px;
  background: #111;
  top: auto;
  bottom: 18px;
  left: 50%;
}
.clubDetailModule01 .about .box.schedule ol > li .month p span {
  display: inline-block;
  padding-right: 2px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 35px;
  color: #005faa;
}
.clubDetailModule01 .about .box.schedule ol > li .month p:nth-child(2) {
  margin-top: 22px;
  position: relative;
}
.clubDetailModule01 .about .box.schedule ol > li .month p:before {
  content: "";
  display: block;
  width: 5px;
  height: 88px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #f5f5f5;
  top: -4px;
  left: 36px;
  z-index: -1;
}
.clubDetailModule01 .about .box.schedule ol > li h5 {
  width: calc(100% - 105px);
  margin: 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.clubDetailModule01 .about .box.schedule ol > li h5 span {
  font-size: 14px;
}
.clubDetailModule01 .about .box.schedule ol > li h5 span.type1 {
  display: block;
  color: #005faa;
}
.clubDetailModule01 .about .box.schedule ol > li h5 span.type2 {
  font-size: 13px;
}
.clubDetailModule01 .about .box.schedule ol > li figure {
  position: relative;
}
.clubDetailModule01 .about .box.schedule ol > li figure figcaption {
  position: absolute;
}
.clubDetailModule01 .about .box.schedule ol > li.bottom {
  padding-bottom: 0;
}
.clubDetailModule01 .about .box.schedule ol > li.bottom figure {
  margin: 30px 0 0 0;
}
.clubDetailModule01 .about .box.schedule ol > li.bottom figure figcaption {
  top: -35px;
  left: 50%;
}
.clubDetailModule01
  .about
  .box.schedule
  ol
  > li.bottom
  figure
  figcaption:before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  border-top: dotted 2px #111;
  border-left: dotted 2px #111;
  top: 10px;
  left: -30px;
}
.clubDetailModule01 .about .box.schedule ol > li.right {
  padding-bottom: 50px;
}
.clubDetailModule01 .about .box.schedule ol > li.right figure {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.clubDetailModule01 .about .box.schedule ol > li.right figure img {
  width: auto;
  height: 100%;
}
.clubDetailModule01 .about .box.schedule ol > li.right figure figcaption {
  width: 100%;
  bottom: 10px;
  right: 130%;
  text-align: right;
}
.clubDetailModule01
  .about
  .box.schedule
  ol
  > li.right
  figure
  figcaption:before {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  border-top: dotted 2px #111;
  top: auto;
  bottom: 12px;
  right: -50px;
}
.clubDetailModule01 .about .box.schedule ol > li:last-child figure {
  z-index: 100;
}
.clubDetailModule01 .about .box.schedule ol > li:last-child .month p:before {
  height: 130px;
}
.clubDetailModule01 .about.brassband .brassbandList ul {
  margin: 30px 0;
}
.clubDetailModule01 .about.brassband .brassbandList ul li {
  margin-bottom: 15px;
  padding: 5px;
  background: url(/asset/img/common/bg_dot04.png);
}
.clubDetailModule01 .about.brassband .brassbandList ul li .inner {
  padding: 20px 0;
  background: #e50113;
  text-align: center;
  position: relative;
}
.clubDetailModule01 .about.brassband .brassbandList ul li .inner span {
  padding: 0 0 1px 5px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: 15px;
  left: 5px;
}
.clubDetailModule01 .about.brassband .brassbandList ul li .inner p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.05em;
}
.clubDetailModule01 .about.brassband .box.detail3 figure figcaption {
  margin-top: 3px;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.clubDetailModule01 .about.brassband .box.schedule ol:before {
  border: none;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li {
  padding-bottom: 30px;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li .month {
  margin-bottom: 20px;
  vertical-align: top;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li .list {
  width: calc(100% - 105px);
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li .list li {
  padding: 0 0 0 18px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li .list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #3d9fd3;
  top: 8px;
  left: 0;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li .list li span {
  display: block;
  font-size: 13px;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li.bottom {
  padding-bottom: 0;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li.bottom figure {
  margin-top: 10px;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li:nth-child(4) .month {
  margin: 0 0 18px -20px;
}
.clubDetailModule01
  .about.brassband
  .box.schedule
  ol
  > li:nth-child(4)
  .month:after {
  content: "";
  display: block;
  clear: both;
}
.clubDetailModule01
  .about.brassband
  .box.schedule
  ol
  > li:nth-child(4)
  .month
  p {
  margin: 0;
  float: left;
}
.clubDetailModule01
  .about.brassband
  .box.schedule
  ol
  > li:nth-child(4)
  .month
  p:nth-child(1) {
  margin-right: 20px;
}
.clubDetailModule01 .about.brassband .box.schedule ol > li:nth-child(4) .list {
  width: 100%;
  padding-left: 65px;
}
.clubDetailModule01 .about.dance .box.detail3:nth-child(1) h4 {
  margin-bottom: 15px;
}
.clubDetailModule01 .about.dance .box.detail3:nth-child(1) h5 {
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
.clubDetailModule01 .about.dance .box.detail3:nth-child(1) h5:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  top: 15px;
  left: 0;
  background: #005faa;
}
.clubDetailModule01 .about.dance .box.detail3:nth-child(1) figure {
  margin-top: 15px;
}
.clubDetailModule01 .about.dance .box.detail3:nth-child(2) {
  margin-bottom: 35px;
}
.clubDetailModule01 .about.dance .box.detail3:nth-child(2) h5 {
  margin: 20px 0 15px 0;
  padding: 0 10px;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  background: #ff671d;
}
.clubDetailModule01 .about.dance .box.detail3:nth-child(2) p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .clubDetailModule01 .about .box.schedule ol {
    position: relative;
  }
  .clubDetailModule01 .about .box.schedule ol:before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    border-left: dotted 3px #3d9fd3;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1;
  }
  .clubDetailModule01 .about .box.schedule ol > li:first-child:before {
    content: "";
    display: block;
    width: 5px;
    height: 50px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    background: #f5f5f5;
    left: 19px;
    z-index: 100;
  }
}
@media screen and (max-width: 350px) {
  .clubDetailModule01 .about .box.schedule ol > li .month p span {
    padding: 0;
  }
  .clubDetailModule01 .about.brassband .brassbandList ul li .inner p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px), print {
  .clubDetailModule01 .hyo {
    margin-bottom: 30px;
  }
  .clubDetailModule01 .hyo .tit2 {
    font-size: 20px;
    text-align: center;
  }
  .clubDetailModule01 .hyo .tit2:after {
    margin: 20px auto 30px auto;
  }
  .clubDetailModule01 .about {
    position: relative;
  }
  .clubDetailModule01 .about .tit2 {
    font-size: 20px;
    text-align: center;
  }
  .clubDetailModule01 .about .tit2:after {
    margin: 20px auto 30px auto;
  }
  .clubDetailModule01 .about .box {
    margin-bottom: 30px;
  }
  .clubDetailModule01 .about .box .inner {
    margin: 0;
    padding: 0 30px 30px 30px;
  }
  .clubDetailModule01 .about .box .inner h4 {
    margin: 0 -30px 40px -30px;
    font-size: 18px;
  }
  .clubDetailModule01 .about .box.history {
    width: 585px;
  }
  .clubDetailModule01 .about .box.history .inner h4 {
    margin-bottom: 30px;
  }
  .clubDetailModule01 .about .box.history .inner .scroll {
    height: 650px;
    overflow-x: hidden;
  }
  .clubDetailModule01 .about .box.history .inner ul {
    margin-top: -8px;
  }
  .clubDetailModule01 .about .box.history .inner ul li {
    margin: 0;
    padding: 15px 0 12px 0;
  }
  .clubDetailModule01 .about .box.history .inner ul li dl {
    overflow: hidden;
  }
  .clubDetailModule01 .about .box.history .inner ul li dl dt,
  .clubDetailModule01 .about .box.history .inner ul li dl dd {
    float: left;
  }
  .clubDetailModule01 .about .box.history .inner ul li dl dt {
    width: 100px;
    text-align: right;
  }
  .clubDetailModule01 .about .box.history .inner ul li dl dd {
    width: 410px;
    padding: 0 15px;
  }
  .clubDetailModule01 .about .box.history .inner ul li:last-child {
    border: none;
  }
  .clubDetailModule01 .about .box.environment .inner {
    padding: 0 40px 40px 40px;
  }
  .clubDetailModule01 .about .box.environment .inner h4 {
    margin: 0 -40px 40px -40px;
  }
  .clubDetailModule01 .about .box.environment .inner ul {
    overflow: hidden;
  }
  .clubDetailModule01 .about .box.environment .inner ul li {
    width: 490px;
    float: left;
    margin: 0;
  }
  .clubDetailModule01 .about .box.environment .inner ul li figure {
    margin: 20px 0 0 0;
  }
  .clubDetailModule01 .about .box.environment .inner ul li figure img {
    width: 100%;
  }
  .clubDetailModule01 .about .box.environment .inner ul li:nth-child(even) {
    float: right;
  }
  .clubDetailModule01 .about .box.schedule {
    margin-bottom: 60px;
  }
  .clubDetailModule01 .about .box.schedule .inner {
    padding: 0 0 40px 60px;
  }
  .clubDetailModule01 .about .box.schedule .inner h4 {
    margin: 0 0 50px -60px;
  }
  .clubDetailModule01 .about .box.schedule .inner ol {
    border: none;
  }
  .clubDetailModule01 .about .box.schedule .inner ol:after {
    content: "";
    display: block;
    clear: both;
  }
  .clubDetailModule01 .about .box.schedule .inner ol > li {
    width: 282px;
    height: 255px;
    margin: 0 53px 60px 0;
    float: left;
  }
  .clubDetailModule01 .about .box.schedule .inner ol > li .month p:before {
    left: 38px;
  }
  .clubDetailModule01 .about .box.schedule .inner ol > li figure img {
    width: 100%;
  }
  .clubDetailModule01 .about .box.schedule .inner ol > li:nth-child(4) {
    width: 616px;
  }
  .clubDetailModule01 .about .box.schedule .inner ol > li:nth-child(4) figure {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .clubDetailModule01
    .about
    .box.schedule
    .inner
    ol
    > li:nth-child(4)
    figure
    img {
    width: auto;
    height: 100%;
  }
  .clubDetailModule01
    .about
    .box.schedule
    .inner
    ol
    > li:nth-child(4)
    figure
    figcaption {
    top: auto;
    bottom: 20px;
    left: -240px;
  }
  .clubDetailModule01
    .about
    .box.schedule
    .inner
    ol
    > li:nth-child(4)
    figure
    figcaption:before {
    width: 200px;
    height: 3px;
    left: 65px;
  }
  .clubDetailModule01 .about .box.schedule .inner ol > li.right figure img {
    width: auto;
    height: 100%;
  }
  .clubDetailModule01
    .about
    .box.schedule
    .inner
    ol
    > li.right
    figure
    figcaption {
    bottom: 20px;
    right: 180px;
  }
  .clubDetailModule01 .about.baseball .box.detail1,
  .clubDetailModule01 .about.baseball .box.detail2 {
    width: 485px;
    position: absolute !important;
    right: 0;
  }
  .clubDetailModule01 .about.baseball .box.detail1 {
    top: 90px;
  }
  .clubDetailModule01 .about.baseball .box.detail1 .inner {
    height: 410px;
    padding-bottom: 40px !important;
  }
  .clubDetailModule01 .about.baseball .box.detail1 .inner dl dt,
  .clubDetailModule01 .about.baseball .box.detail1 .inner dl dd {
    padding: 10px 0;
  }
  .clubDetailModule01 .about.baseball .box.detail2 {
    top: 540px;
  }
  .clubDetailModule01 .about.baseball .box.detail2 .inner {
    height: 316px;
    padding-bottom: 60px !important;
  }
  .clubDetailModule01 .about.baseball .box.schedule .inner ol > li:nth-child(1),
  .clubDetailModule01 .about.baseball .box.schedule .inner ol > li:nth-child(4),
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(6) {
    position: relative;
  }
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(1):before,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(4):before,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(6):before {
    content: "";
    display: block;
    width: 672px;
    height: 222px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    background: url(/asset/img/baseball/bg_baseball_schedule01_pc.png) left top;
    top: 120px;
    left: 23px;
    z-index: 100;
  }
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(1):before {
    height: 338px;
  }
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(2)
    .month,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(3)
    .month,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(5)
    .month,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(7)
    .month,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(8)
    .month,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(10)
    .month {
    position: relative;
  }
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(2)
    .month:before,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(3)
    .month:before,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(5)
    .month:before,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(7)
    .month:before,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(8)
    .month:before,
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(10)
    .month:before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    border-top: dotted 3px #3d9fd3;
    position: absolute;
    top: 42px;
    left: -50px;
  }
  .clubDetailModule01 .about.baseball .box.schedule .inner ol > li:nth-child(9),
  .clubDetailModule01
    .about.baseball
    .box.schedule
    .inner
    ol
    > li:nth-child(10) {
    margin-bottom: 0;
  }
  .clubDetailModule01 .about.brassband .brassbandList ul {
    margin-bottom: 44px;
    overflow: hidden;
  }
  .clubDetailModule01 .about.brassband .brassbandList ul li {
    width: 250px;
    margin: 0 33px 0 0;
    padding: 10px;
    float: left;
  }
  .clubDetailModule01 .about.brassband .brassbandList ul li .inner {
    height: 160px;
    margin: 0;
    padding: 44px 0 44px 10px;
  }
  .clubDetailModule01 .about.brassband .brassbandList ul li .inner span {
    top: 8px;
    left: 0;
  }
  .clubDetailModule01
    .about.brassband
    .brassbandList
    ul
    li:nth-child(1)
    .inner {
    padding: 58px 0 57px 10px;
  }
  .clubDetailModule01
    .about.brassband
    .brassbandList
    ul
    li:nth-child(3)
    .inner {
    padding: 31px 0 31px 10px;
  }
  .clubDetailModule01 .about.brassband .brassbandList ul li:last-child {
    margin: 0;
  }
  .clubDetailModule01 .about.brassband .box.detail2 {
    width: auto;
  }
  .clubDetailModule01 .about.brassband .box.detail2 .inner {
    padding-bottom: 20px;
  }
  .clubDetailModule01 .about.brassband .box.detail2 ul li {
    width: 300px;
    margin: 0 30px 20px 0;
    display: inline-block;
    vertical-align: top;
  }
  .clubDetailModule01 .about.brassband .box.detail3 {
    width: 535px;
    float: left;
  }
  .clubDetailModule01 .about.brassband .box.detail3 figure img {
    width: 100%;
  }
  .clubDetailModule01 .about.brassband .box.schedule .inner ol > li {
    width: 449px;
    height: 240px;
  }
  .clubDetailModule01 .about.brassband .box.schedule .inner ol > li figure {
    width: auto !important;
    height: 100% !important;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .clubDetailModule01 .about.brassband .box.schedule .inner ol > li figure img {
    width: auto !important;
    /*height: 100% !important;*/
  }
  .clubDetailModule01 .about.brassband .box.schedule .inner ol > li .list li {
    font-size: 16px;
    line-height: 22px;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li
    .list
    li
    span {
    font-size: 13px;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(1),
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(3),
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(6) {
    position: relative;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(1):before,
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(3):before,
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(6):before {
    content: "";
    display: block;
    width: 505px;
    height: 247px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    background: url(/asset/img/brassband/bg_brassband_schedule01_pc.png) left top;
    top: 119px;
    left: 23px;
    z-index: 100;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(2)
    .month,
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(4)
    .month,
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(7)
    .month,
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(9)
    .month {
    position: relative;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(2)
    .month:before,
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(4)
    .month:before,
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(7)
    .month:before,
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(9)
    .month:before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    border-top: dotted 3px #3d9fd3;
    position: absolute;
    top: 42px;
    left: -50px;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(4)
    .month:before {
    left: -30px;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(4)
    .month
    p:nth-child(2) {
    position: relative;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(4)
    .month
    p:nth-child(2):before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    border-top: dotted 3px #3d9fd3;
    position: absolute;
    top: 38px;
    left: -20px;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(5) {
    width: 951px;
    padding: 55px 0 0 0;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(5)
    .month {
    vertical-align: middle;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(5):before {
    content: "";
    display: block;
    width: 3px;
    height: 165px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    border-right: dotted 3px #3d9fd3;
    position: absolute;
    top: 160px;
    left: 20px;
    z-index: 10;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(5)
    .list {
    vertical-align: middle;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(5)
    .list
    li
    span {
    display: inline-block;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(7)
    .list
    li:nth-child(1)
    span {
    display: inline-block;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(8) {
    margin-bottom: 0;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(8)
    .list {
    margin-top: 20px;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(9) {
    margin-bottom: 0;
    height: 340px;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(9)
    .list {
    width: 185px;
  }
  .clubDetailModule01
    .about.brassband
    .box.schedule
    .inner
    ol
    > li:nth-child(9)
    .list
    li:last-child
    span {
    display: inline-block;
  }
  .clubDetailModule01 .about.brassband .detail3Wrap {
    overflow: hidden;
  }
  .clubDetailModule01 .about.brassband .detail3Wrap .detail3 .inner {
    height: 370px;
  }
  .clubDetailModule01 .about.brassband .detail3Wrap .detail3:nth-child(1) {
    margin-right: 30px;
  }
  .clubDetailModule01 .about.dance .box.detail3 .inner {
    padding-bottom: 40px;
  }
  .clubDetailModule01 .about.dance .box.detail3 h4 {
    margin-bottom: 30px !important;
  }
  .clubDetailModule01 .about.dance .box.detail3:nth-child(1) .picWrap {
    overflow: hidden;
  }
  .clubDetailModule01 .about.dance .box.detail3:nth-child(1) .picWrap figure {
    width: 490px;
    margin: 20px 30px 0 0;
    float: left;
  }
  .clubDetailModule01
    .about.dance
    .box.detail3:nth-child(1)
    .picWrap
    figure
    img {
    width: 100%;
  }
  .clubDetailModule01
    .about.dance
    .box.detail3:nth-child(1)
    .picWrap
    figure:nth-child(2) {
    margin-right: 0;
  }
  .clubDetailModule01 .about.dance .box.detail3:nth-child(2) {
    margin-bottom: 50px;
  }
  .clubDetailModule01 .about.dance .box.detail3:nth-child(2) .inner {
    padding-left: 580px;
  }
  .clubDetailModule01 .about.dance .box.detail3:nth-child(2) .inner h4 {
    margin: 0 0 40px -580px !important;
  }
  .clubDetailModule01 .about.dance .box.detail3:nth-child(2) .inner h5 {
    margin: 0;
  }
  .clubDetailModule01
    .about.dance
    .box.detail3:nth-child(2)
    .inner
    figure.other {
    width: 500px;
    position: absolute;
    top: 96px;
    left: 40px;
  }
  .clubDetailModule01 .about.dance .box.detail3:nth-child(2) .inner figure img {
    width: 100%;
  }
  .clubDetailModule01 .about.dance .box.detail3:nth-child(2) .inner p {
    margin: 26px 0;
  }
}

.contModule04.dormitory .tit2,
.contModule04.parttime .tit2,
.contModule04.locationNew .tit2 {
  text-align: center;
}
.contModule04.dormitory .tit2:after,
.contModule04.parttime .tit2:after,
.contModule04.locationNew .tit2:after {
  margin: 25px auto;
}
.contModule04.dormitory .firstBox,
.contModule04.parttime .firstBox,
.contModule04.locationNew .firstBox {
  text-align: center;
}
.contModule04.dormitory .firstBox p,
.contModule04.parttime .firstBox p,
.contModule04.locationNew .firstBox p {
  margin-bottom: 20px;
  font-size: 13px;
}
@media screen and (max-width: 350px) {
  .contModule04.dormitory .firstBox p,
  .contModule04.parttime .firstBox p,
  .contModule04.locationNew .firstBox p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px), print {
  .contModule04.dormitory .tit2,
  .contModule04.parttime .tit2,
  .contModule04.locationNew .tit2 {
    font-size: 22px;
    line-height: 2;
  }
  .contModule04.dormitory .tit2:after,
  .contModule04.parttime .tit2:after,
  .contModule04.locationNew .tit2:after {
    margin: 30px auto 32px auto;
  }
  .contModule04.dormitory .firstBox,
  .contModule04.parttime .firstBox,
  .contModule04.locationNew .firstBox {
    margin-bottom: 60px;
    position: relative;
  }
  .contModule04.dormitory .firstBox p,
  .contModule04.parttime .firstBox p,
  .contModule04.locationNew .firstBox p {
    line-height: 2;
  }
  .contModule04.dormitory .firstBox figure,
  .contModule04.parttime .firstBox figure,
  .contModule04.locationNew .firstBox figure {
    margin-left: -480px;
    position: absolute;
    bottom: -12px;
    left: 50%;
  }
}

.dormitoryModule01 .dormitoryInfo .box {
  margin-bottom: 20px;
  padding: 0 10px 10px 0;
  background: url(/asset/img/common/bg_dot02.png) right bottom;
  position: relative;
}
.dormitoryModule01 .dormitoryInfo .box:before,
.dormitoryModule01 .dormitoryInfo .box:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #fff;
  right: 0;
}
.dormitoryModule01 .dormitoryInfo .box:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.dormitoryModule01 .dormitoryInfo .box .inner {
  padding: 0 10px 20px 10px;
  background: #fff;
  border: solid 4px #f5f5f5;
}
.dormitoryModule01 .dormitoryInfo .box .inner h3 {
  margin: 30px 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: solid 4px #005faa;
}
.dormitoryModule01 .dormitoryInfo .box .inner p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.dormitoryModule01 .dormitoryInfo .box .inner .img1 {
  margin: 25px 0 30px 0;
  overflow: hidden;
}
.dormitoryModule01 .dormitoryInfo .box .inner .img1 figure {
  width: 49%;
  float: left;
}
.dormitoryModule01 .dormitoryInfo .box .inner .img1 figure:nth-child(2) {
  float: right;
}
.dormitoryModule01 .dormitoryInfo .box .inner .information {
  padding: 30px 15px 20px 15px;
  background: #f5f5f5;
  border-top: solid 20px #fff;
  border-left: solid 10px #fff;
  position: relative;
}
.dormitoryModule01 .dormitoryInfo .box .inner .information h4 {
  display: inline-block;
  padding: 6px 17px 6px 15px;
  font-family: "Damion", cursive;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  background: #005faa;
  position: absolute;
  top: -20px;
  left: -10px;
}
.dormitoryModule01 .dormitoryInfo .box .inner .information ul li {
  padding: 10px 0 10px 80px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  border-bottom: solid 4px #fff;
  position: relative;
}
.dormitoryModule01 .dormitoryInfo .box .inner .information ul li span {
  font-weight: bold;
  color: #005faa;
  position: absolute;
  left: 0;
  top: 10px;
}
.dormitoryModule01 .dormitoryStyle {
  margin-bottom: 40px;
}
.dormitoryModule01 .dormitoryStyle h3 {
  margin-bottom: 15px;
}
.dormitoryModule01 .dormitoryStyle .box {
  border: solid 15px #f5f5f5;
}
.dormitoryModule01 .dormitoryStyle .box .left {
  padding: 15px;
  color: #fff;
  background: #3d9fd3;
  font-size: 0;
}
.dormitoryModule01 .dormitoryStyle .box .left .deco {
  margin: 5px 0 30px 0;
  padding-left: 60px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
.dormitoryModule01 .dormitoryStyle .box .left .deco:before {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  border-top: dotted 4px #fff;
  left: -14px;
  top: 3px;
}
.dormitoryModule01 .dormitoryStyle .box .left figure {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  border: solid 5px #fff;
}
.dormitoryModule01 .dormitoryStyle .box .left .prof {
  width: 49%;
  padding: 0 0 0 15px;
  display: inline-block;
  vertical-align: top;
}
.dormitoryModule01 .dormitoryStyle .box .left .prof span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px 5px 0;
  font-family: "Roboto Slab", serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: solid 4px #fff;
}
.dormitoryModule01 .dormitoryStyle .box .left .prof p {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 22px;
}
.dormitoryModule01 .dormitoryStyle .box .right {
  padding: 0 10px 20px 10px;
}
.dormitoryModule01 .dormitoryStyle .box .right h4 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: dotted 4px #3d9fd3;
}
.dormitoryModule01 .dormitoryStyle .box .right p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}
.dormitoryModule01 .dormitoryStyle .box .right .message,
.dormitoryModule01 .dormitoryStyle .box .right .cost {
  padding: 20px 15px;
  letter-spacing: 0.1em;
  text-align: center;
}
.dormitoryModule01 .dormitoryStyle .box .right .message h5,
.dormitoryModule01 .dormitoryStyle .box .right .cost h5 {
  margin-bottom: 20px;
  padding: 0 15px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #6d8495;
  border-bottom: dotted 3px #6d8495;
  letter-spacing: 0.1em;
}
.dormitoryModule01 .dormitoryStyle .box .right .message {
  margin: 20px 0;
  background: #f5f5f5;
}
.dormitoryModule01 .dormitoryStyle .box .right .message h5 {
  font-family: "Damion", cursive;
  font-size: 25px;
}
.dormitoryModule01 .dormitoryStyle .box .right .message p {
  line-height: 36px;
  background: url(/asset/img/dormitory/bg_dormitory01.png);
  background-size: 1px;
}
.dormitoryModule01 .dormitoryStyle .box .right .cost {
  border: solid 4px #f5f5f5;
}
.dormitoryModule01 .dormitoryStyle .box .right .cost ul li {
  margin-bottom: 20px;
}
.dormitoryModule01 .dormitoryStyle .box .right .cost ul li h6 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  background: #6d8495;
}
.dormitoryModule01 .dormitoryStyle .box .right .cost ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 350px) {
  .dormitoryModule01 .dormitoryInfo .box .inner h3 {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 768px), print {
  .dormitoryModule01 .dormitoryInfo .box {
    margin-bottom: 40px;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner {
    padding: 0 40px 40px 40px;
    overflow: hidden;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .titWrap {
    text-align: center;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .titWrap h3 {
    display: inline-block;
    margin: 40px 0;
    padding: 0 0 2px 5px;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .left {
    width: 460px;
    float: left;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .left .img1 {
    margin: 20px 0 0 0;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .left .img1 img {
    width: 100%;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .information {
    width: 500px;
    padding: 40px 30px 20px 30px;
    float: right;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .information h4 {
    padding: 2px 20px;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .information ul li {
    padding: 8px 0 7px 80px;
  }
  .dormitoryModule01 .dormitoryInfo .box .inner .information ul li span {
    top: 8px;
  }
  .dormitoryModule01 .dormitoryStyle {
    margin-bottom: 60px;
  }
  .dormitoryModule01 .dormitoryStyle h3 {
    width: 575px;
    margin: 0 auto 30px auto;
  }
  .dormitoryModule01 .dormitoryStyle .box {
    width: 940px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    background: #3d9fd3;
  }
  .dormitoryModule01 .dormitoryStyle .box .left {
    width: 270px;
    padding: 25px 40px 0 40px;
    float: left;
  }
  .dormitoryModule01 .dormitoryStyle .box .left figure {
    width: 183px;
    float: none;
  }
  .dormitoryModule01 .dormitoryStyle .box .left figure img {
    width: 100%;
  }
  .dormitoryModule01 .dormitoryStyle .box .left .deco {
    padding-left: 30px;
  }
  .dormitoryModule01 .dormitoryStyle .box .left .deco:before {
    border-top: dotted 3px #fff;
    top: 4px;
    left: -38px;
  }
  .dormitoryModule01 .dormitoryStyle .box .left .prof {
    width: auto;
    padding: 25px 0 0 0;
  }
  .dormitoryModule01 .dormitoryStyle .box .left .prof span {
    padding: 0 15px 5px 0;
    border-bottom: solid 3px #fff;
  }
  .dormitoryModule01 .dormitoryStyle .box .right {
    width: 640px;
    padding: 0 40px 40px 40px;
    float: right;
    background: #fff;
    font-size: 0;
  }
  .dormitoryModule01 .dormitoryStyle .box .right h4 {
    display: inline-block;
    margin: 60px 0 25px 0;
    padding: 0 5px;
    font-size: 20px;
    border-bottom: dotted 3px #3d9fd3;
  }
  .dormitoryModule01 .dormitoryStyle .box .right > p {
    margin: 0 0 30px 0;
  }
  .dormitoryModule01 .dormitoryStyle .box .right .message,
  .dormitoryModule01 .dormitoryStyle .box .right .cost {
    width: 270px;
    margin: 0;
    padding: 25px;
    display: inline-block;
    vertical-align: top;
  }
  .dormitoryModule01 .dormitoryStyle .box .right .message {
    margin-right: 20px;
    padding: 30px;
  }
  .dormitoryModule01 .dormitoryStyle .box .right .message h5 {
    padding: 0 20px 0 20px;
    font-size: 20px;
  }
  .dormitoryModule01 .dormitoryStyle .box .right .cost h5 {
    margin-bottom: 25px;
    padding-bottom: 2px;
    font-size: 14px;
  }
  .dormitoryModule01 .dormitoryStyle .box .right .cost ul li h6 {
    padding: 2px 0;
  }
  .dormitoryModule01 .dormitoryStyle .box .right .cost ul li p {
    letter-spacing: 0.1em;
  }
  .dormitoryModule01 .dormitoryStyle .box:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .contModule04.parttime .firstBox {
    text-align: left;
  }
}
@media screen and (min-width: 768px), print {
  .contModule04.parttime .firstBox {
    margin-bottom: 50px;
  }
}

.parttimeModule01 {
  margin-bottom: 35px;
}
.parttimeModule01 h3 {
  margin-bottom: 30px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
  background: url(/asset/img/parttime/bg_parttime01.png) no-repeat center 40px;
  background-size: 343px;
}
.parttimeModule01 h3 span {
  padding: 0 5px 8px 5px;
  border-bottom: solid 4px #3d9fd3;
}
.parttimeModule01 > p {
  margin: 25px 0;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.parttimeModule01 .list {
  padding: 25px 15px 10px 15px;
  background: url(/asset/img/common/bg_dot08.png) #f5f5f5;
  background-size: 8px;
}
.parttimeModule01 .list h4 {
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: dotted 3px #3d9fd3;
}
.parttimeModule01 .list h4 span {
  font-size: 16px;
}
.parttimeModule01 .list .box {
  margin-bottom: 30px;
}
.parttimeModule01 .list .box h5 {
  margin: 0 77px;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background: #005faa;
  text-align: center;
  position: relative;
  z-index: 1;
}
.parttimeModule01 .list .box ul {
  margin: -20px 0 0 0;
  padding: 35px 15px 15px 15px;
  background: #fff;
}
.parttimeModule01 .list .box ul li {
  padding: 5px 0 5px 20px;
  letter-spacing: 0.1em;
  line-height: 22px;
  position: relative;
}
.parttimeModule01 .list .box ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  background: #3d9fd3;
  top: 16px;
  left: 0;
}
.parttimeModule01 .list .box :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 350px) {
  .parttimeModule01 h3 {
    font-size: 17px;
    background-size: 283px;
  }
  .parttimeModule01 .list .box h5 {
    margin: 0 47px;
  }
}
@media screen and (min-width: 768px), print {
  .parttimeModule01 h3 {
    margin-bottom: 40px;
    padding: 3px 0;
    background: url(/asset/img/parttime/bg_parttime01_pc.png) no-repeat center
      bottom;
  }
  .parttimeModule01 h3 span {
    padding: 0 0 8px 0;
  }
  .parttimeModule01 figure {
    width: 600px;
    margin-bottom: 60px;
    float: left;
  }
  .parttimeModule01 figure img {
    width: 100%;
  }
  .parttimeModule01 > p {
    width: 450px;
    margin: 5px 0;
    float: right;
    line-height: 2;
  }
  .parttimeModule01 .list {
    width: 940px;
    margin: 0 auto 70px auto;
    padding: 50px 40px 10px 40px;
    clear: both;
  }
  .parttimeModule01 .list h4 {
    width: 350px;
    margin: 0 auto 40px auto;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .parttimeModule01 .list h4 span {
    font-size: 16px;
  }
  .parttimeModule01 .list .box {
    padding: 0 0 0 42px;
    position: relative;
  }
  .parttimeModule01 .list .box h5 {
    width: 160px;
    margin: -23px 0 0 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .parttimeModule01 .list .box ul {
    width: 810px;
    margin: 0;
    padding: 20px 20px 20px 150px;
    overflow: hidden;
  }
  .parttimeModule01 .list .box ul li {
    width: 275px;
    margin: 0 45px 0 0;
    float: left;
  }
  .parttimeModule01 .list .box ul li.other {
    margin-top: -22px;
  }
}

.contModule04.locationNew .tit2 {
  margin-bottom: 0 !important;
}
.contModule04.locationNew .tit2:after {
  margin-bottom: 0 !important;
}
.contModule04.locationNew .firstBox {
  margin: -95px 0 0 0;
}
.contModule04.locationNew .firstBox .img1 {
  margin: 0 -15px;
}
.contModule04.locationNew .firstBox div figure {
  margin: 30px 0 20px 0;
}
.contModule04.locationNew .firstBox div p {
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}
.contModule04.locationNew .firstBox div p span {
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  .contModule04.locationNew {
    margin: 0 auto;
  }
  .contModule04.locationNew .tit2 {
    margin: 40px 0 60px 0 !important;
  }
  .contModule04.locationNew .firstBox {
    margin: 0;
  }
  .contModule04.locationNew .firstBox .img1 {
    margin: 0 0 0 -140px;
    position: absolute;
    top: -190px;
    left: 50%;
    z-index: -1;
  }
  .contModule04.locationNew .firstBox div figure {
    width: 560px;
    margin: 0 0 25px 0;
    text-align: left;
    position: static;
  }
  .contModule04.locationNew .firstBox div figure img {
    width: 100%;
  }
  .contModule04.locationNew .firstBox div p {
    margin-bottom: 90px;
  }
}

.locationNewModule01 h2 {
  margin: 0 -15px 15px -15px;
}
.locationNewModule01 .ico {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.locationNewModule01 > section h3 {
  margin: 0 53px 20px 53px;
}
.locationNewModule01 > section .main {
  margin-bottom: 20px;
}
.locationNewModule01 > section .main h4 {
  margin: -25px 15px 0 15px;
}
.locationNewModule01 > section .main h4 span {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 2px 0 8px;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #e60012;
}
.locationNewModule01 > section .left .txt {
  margin: 0;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  background: #fef7f8;
}
.locationNewModule01 > section .left .txt:before,
.locationNewModule01 > section .left .txt:after {
  content: "";
  width: calc(100% + 30px);
  height: 2px;
  display: block;
  margin: 0 0 15px -15px;
  border-top: dotted 2px #e60012;
  position: static;
}
.locationNewModule01 > section .left .txt:after {
  margin: 15px 0 0 -15px;
}
.locationNewModule01 > section .left .btn {
  display: block;
  margin: 15px 0;
  padding: 10px 0 10px 26px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  border: solid 2px #0d2a40;
  position: relative;
}
.locationNewModule01 > section .left .btn:before {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin: 0 0 0 -50px;
  background: url(/asset/img/locationNew/ico_map1.png) no-repeat;
  top: 6px;
  left: 50%;
}
.locationNewModule01 > section .left .btn:hover {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  color: #fff;
  background: #0d2a40;
}
.locationNewModule01 > section .left .btn:hover:before {
  background: url(/asset/img/locationNew/ico_map2.png) no-repeat;
}
.locationNewModule01 > section .left .list {
  margin-bottom: 25px;
  overflow: hidden;
}
.locationNewModule01 > section .left .list li a {
  display: block;
  width: 50%;
  margin-bottom: 10px;
  padding: 3px 0 3px 25px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.1em;
  position: relative;
}
.locationNewModule01 > section .left .list li .ico {
  position: absolute;
  left: 0;
  top: 0;
}
.locationNewModule01 > section .right .box {
  margin-bottom: 30px;
}
.locationNewModule01 > section .right .box a {
  display: block;
}
.locationNewModule01 > section .right .box h5 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #0d2a40;
  line-height: 1;
  letter-spacing: 0.05em;
}
.locationNewModule01 > section .right .box h5 span {
  display: block;
  margin-top: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
}
.locationNewModule01 > section .right .box p {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
}
.locationNewModule01 > section .right .box .info {
  margin: 20px 0 0 0;
  padding: 15px 5px 15px 50px;
  background: #f5f5f5;
  position: relative;
}
.locationNewModule01 > section .right .box .info > a {
  display: block;
}
.locationNewModule01 > section .right .box .info .ico {
  position: absolute;
  left: 16px;
  top: 14px;
}
.locationNewModule01 > section .right .box .info .link {
  position: absolute;
  top: -18px;
  right: 0;
}
.locationNewModule01 > section .right .box .info .sns,
.locationNewModule01 > section .right .box .info .web {
  width: 37px;
  float: left;
  line-height: 1;
}
.locationNewModule01 > section .right .box .info dl {
  overflow: hidden;
}
.locationNewModule01 > section .right .box .info dl dt,
.locationNewModule01 > section .right .box .info dl dd {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  float: left;
}
.locationNewModule01 > section .right .box .info dl dt {
  width: 37px;
  clear: both;
}
.locationNewModule01 > section .right .box .info dl dt.size {
  width: 38px;
}
.locationNewModule01 > section .right .box .info dl dd {
  width: calc(100% - 37px);
}
.locationNewModule01 > section .right .box .info dl dd.size {
  width: calc(100% - 38px);
}
.locationNewModule01 > section#sec2 .main h4 span:nth-child(1) {
  padding: 0 8px;
}
.locationNewModule01 > section#sec3 .main h4 span:nth-child(1) {
  padding: 0 8px;
}
.locationNewModule01 > section#sec4 .main h4 span {
  padding: 0 8px;
}
.locationNewModule01 > section:nth-child(odd) .main h4 span {
  background: #005faa;
}
.locationNewModule01 > section:nth-child(odd) .left .txt {
  padding: 6px 15px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  background: #f7fafc;
}
.locationNewModule01 > section:nth-child(odd) .left .txt:before,
.locationNewModule01 > section:nth-child(odd) .left .txt:after {
  content: "";
  width: calc(100% + 30px);
  height: 3px;
  display: block;
  margin: 0 0 15px -15px;
  border-top: dotted 3px #005faa;
  position: static;
}
.locationNewModule01 > section:nth-child(odd) .left .txt:after {
  margin: 15px 0 0 -15px;
}
.locationNewModule01 #map {
  height: 470px;
}
.locationNewModule01 #map .gm-style-iw {
  width: 160px !important;
  left: 0 !important;
  padding: 0 8px;
  overflow: hidden;
}
.locationNewModule01 #map .gm-style-iw p {
  width: 140px !important;
  padding: 10px 0 10px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.02em;
  /*span{
      	display: block;
      	font-size: 10px;
      	letter-spacing: 0.1em;
      	line-height: 14px;
      	@include fontType2;
      }*/
}
.locationNewModule01 #map .gm-style-iw p:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  margin: 10px auto 5px auto;
  background: #e60012;
}
.locationNewModule01 #map .gm-style-iw p.blue {
  color: #111;
}
.locationNewModule01 #map .gm-style-iw p.blue:after {
  background: #005faa;
}
.locationNewModule01 #map .gm-style-iw_wrap {
  width: 160px !important;
  margin: 12px 0 0 17px !important;
  background: #fff;
  border: solid 2px #d2d2d2 !important;
}
.locationNewModule01 #map .gm-style-iw_wrap:before,
.locationNewModule01 #map .gm-style-iw_wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  background-size: 100% !important;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 9px solid #fff;
  top: auto;
  bottom: -18px;
  left: 50%;
}
.locationNewModule01 #map .gm-style-iw_wrap:before {
  z-index: 1;
}
.locationNewModule01 #map .gm-style-iw_wrap:after {
  border-top: 9px solid #d2d2d2;
  bottom: -21px;
}
.locationNewModule01 #map .gm-style-iw_arrow {
  display: none !important;
}
.locationNewModule01 #map .gm-style-iw + div {
  display: none;
}
.locationNewModule01 #pageNav {
  margin: 25px 15px 35px 15px;
  border-bottom: solid 3px #f5f5f5;
}
.locationNewModule01 #pageNav ul {
  margin-bottom: 5px;
  overflow: hidden;
}
.locationNewModule01 #pageNav ul li {
  width: 50%;
  float: left;
}
.locationNewModule01 #pageNav ul li a {
  display: block;
  padding: 7px 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.locationNewModule01 #pageNav ul li a:before {
  content: "¡ø";
  padding-right: 10px;
  font-size: 10px;
  color: #e60012;
}
.locationNewModule01 #pageNav ul li:nth-child(even) a:before {
  color: #005faa;
}
@media screen and (max-width: 350px) {
  .locationNewModule01 > section .main h4 span {
    font-size: 15px;
  }
  .locationNewModule01 > section .right .box h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .locationNewModule01 h2 {
    width: 860px;
    margin: 0 auto;
  }
  .locationNewModule01 > section {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
  }
  .locationNewModule01 > section h3 {
    width: 338px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .locationNewModule01 > section .main {
    margin-bottom: 45px;
  }
  .locationNewModule01 > section .main figure {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 0;
  }
  .locationNewModule01 > section .main h4 {
    margin: 40px 0 0 40px;
    position: relative;
    z-index: 1;
  }
  .locationNewModule01 > section .main h4 span {
    margin-bottom: 14px;
    padding: 0 5px 0 15px;
    font-size: 26px;
    line-height: 50px;
  }
  .locationNewModule01 > section .left {
    width: 220px;
    float: left;
  }
  .locationNewModule01 > section .left img {
    width: 100%;
  }
  .locationNewModule01 > section .left .btn {
    margin: 20px 0;
    padding: 8px 0 8px 20px;
  }
  .locationNewModule01 > section .left .btn:before {
    top: 5px;
  }
  .locationNewModule01 > section .left .txt {
    padding: 5px 30px !important;
    line-height: 2;
  }
  .locationNewModule01 > section .left .txt:before,
  .locationNewModule01 > section .left .txt:after {
    margin: 0 -30px 30px -30px !important;
    width: calc(100% + 60px) !important;
  }
  .locationNewModule01 > section .left .txt:after {
    margin: 30px -30px 0 -30px !important;
  }
  .locationNewModule01 > section .left .list li a {
    width: auto;
    padding-left: 30px;
    float: none;
    font-size: 12px;
    line-height: 20px;
  }
  .locationNewModule01 > section .left .list li .ico {
    margin-top: -12px;
    top: 50%;
  }
  .locationNewModule01 > section .right {
    width: 790px;
    float: right;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .locationNewModule01 > section .right img {
    width: 100%;
  }
  .locationNewModule01 > section .right .box {
    width: 380px;
    margin-bottom: 50px;
  }
  .locationNewModule01 > section .right .box figure {
    overflow: hidden;
  }
  .locationNewModule01 > section .right .box h5 {
    margin-top: 25px;
  }
  .locationNewModule01 > section .right .box h5 span {
    margin-top: 15px;
  }
  .locationNewModule01 > section .right .box .info {
    padding: 10px 5px 10px 50px;
  }
  .locationNewModule01 > section .right .box .info .ico {
    top: 9px;
  }
  .locationNewModule01 > section#sec2 .main h4 span:nth-child(1) {
    padding: 0 15px;
  }
  .locationNewModule01 > section#sec3 .main h4 span:nth-child(1) {
    padding: 0 15px;
  }
  .locationNewModule01 > section#sec4 .main h4 span {
    padding: 0 15px;
  }
  .locationNewModule01 #map {
    height: 500px;
  }
  .locationNewModule01 #pageNav {
    width: 480px;
    margin: 25px auto 60px auto;
  }
  .locationNewModule01 #pageNav ul li {
    width: auto;
  }
  .locationNewModule01 #pageNav ul li a {
    padding: 9px;
  }
  .locationNewModule01 #pageNav ul li a:before {
    padding-right: 7px;
  }
  .locationNewModule01 > section .right .box p {
    min-height: 65px;
  }
  .contModule01 .box a figure {
    height: 324px;
  }
  .contModule01 .box a figure img {
    height: 100%;
    object-fit: cover;
  }
}

/* 2022/02/07 ×·¼Ó·Ö */
.thumbnail {
  margin-bottom: 20px;
}

.thumbnail__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

.thumbnail__item {
  flex-shrink: 0;
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}

.thumbnail__link {
  display: block;
  width: 100%;
  height: 100%;
}

.thumbnail__image {
  padding: 7px;
  border: 3px #f5f5f5 solid;
}

.thumbnail__image img {
  object-fit: cover;
}

.thumbnail__title {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-top: 18px;
}

.thumbnail__title .icon {
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e60012;
  margin-right: 8px;
}

.thumbnail__title p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 768px), print {
  .thumbnail {
    width: 925px;
    margin: 0 auto 40px;
  }

  .thumbnail__list {
    margin: 0 -40px -40px 0;
  }

  .thumbnail__item {
    width: calc(25% - 40px);
    margin: 0 40px 40px 0;
  }

  .thumbnail__title .icon {
    border-width: 6px 0 6px 10px;
  }

  .thumbnail__title p {
    font-size: 14px;
  }

  .contModule04.campusStudents .sec01 .studentsVoice .voiceModule01 {
    width: 1080px;
  }
}

@media screen and (min-width: 768px), print {
  .contModule01.club .box.clubItem a .inner {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contModule01.club .box.clubItem:nth-child(2n + 1) a figure,
  .contModule01.club .box.clubItem:nth-child(2n) a .inner {
    float: right;
  }

  .contModule01.club .box.clubItem:nth-child(2n) a figure,
  .contModule01.club .box.clubItem:nth-child(2n + 1) a .inner {
    float: left;
  }
}

.clubDetailModule01 .hyo .hyo1.other1 tr th,
.clubDetailModule01 .hyo .hyo1.other1 tr td {
  vertical-align: middle;
  font-size: 15px;
}

/* 20231226 */

.dayModule01 section .list li p {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
}

.dayModule01 section .list li figure {
  margin: 10px 0 0;
  border: solid 10px #fff;
}

@media screen and (min-width: 768px), print {
  .dayModule01 section.sec01 .list {
    padding: 100px 40px 0 40px;
  }

  .dayModule01 section.sec02 .list {
    padding: 100px 40px 0 40px;
  }

  .dayModule01 section .list li {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
  }

  .dayModule01 section .list li figure {
    margin: 0;
  }

  .dayModule01 section .list li p {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
  }

  .dayModule01 section.sec01 .list li p {
    left: auto;
  }

  .dayModule01 section.sec02 .list li p {
    right: auto;
  }
}
