@charset "UTF-8";
/* ----------------------------------------------------
    sassを使用しています。css編集の際はご注意ください。
---------------------------------------------------- */
a {
  color: #e70a1a;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #e70a1a;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}

/* ----------------------------------------------------
    basic
---------------------------------------------------- */
#page .standardWrapTop {
  padding: 60px 0 0 0;
  margin: 0 auto 80px auto;
  width: 1000px;
}
#page .standardWrapTop h3 {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  #page .standardWrapTop {
    width: 90%;
  }
}
@media screen and (max-width: 736px) {
  #page .standardWrapTop {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
#page .standardWrap h3 {
  padding: 0;
  margin: 0;
}

.container {
  margin: 60px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.container .contentsBox {
  width: 700px;
}
.container .sideBox {
  width: 230px;
}
.container .sideBox select {
  box-sizing: border-box;
  width: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", sans-serif;
}
.container .archiveList {
  padding: 0;
  margin: 0 0 100px 0;
  overflow: hidden;
}
.container .archiveList h3 {
  padding-bottom: 8px !important;
  margin-bottom: 4px !important;
  border-bottom: 4px solid #ffe100;
}
.container .archiveList h3 a {
  color: #333;
}
.container .archiveList h3 a:hover {
  color: #e70a1a;
}
.container .archiveList .date {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: right;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.66667;
}
.container .archiveList .thumbnail {
  margin: 0 20px 20px 0;
  float: left;
}
.container article h3 {
  padding-bottom: 8px !important;
  margin-bottom: 10px !important;
  font-size: 24px;
  border-bottom: 4px solid #ffe100;
}
@media (max-width: 750px) {
  .container article h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.container article h3 a {
  color: #333;
}
.container article h3 a:hover {
  color: #e70a1a;
}
.container .searchBox {
  padding: 30px;
  margin: 0 0 40px 0;
  background: #ffe100;
}

@media screen and (max-width: 768px) {
  .container {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container .contentsBox {
    width: 100%;
  }
  .container .sideBox {
    width: 100%;
  }
  .container .archiveList {
    margin-bottom: 60px;
  }
  .container article iframe {
    width: 100%;
    height: 315px;
  }
}
/* ----------------------------------------------------
    flexbox
---------------------------------------------------- */
.flexbox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

/* ----------------------------------------------------
    tag
---------------------------------------------------- */
.tag {
  margin-top: 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
.tag li {
  margin: 0 8px 0 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.66667;
}
.tag li:last-child {
  margin: 0;
}
.tag li a {
  padding: 8px 16px 5px 16px;
  display: block;
  background: #ffe100;
  color: #333;
}
.tag li a:hover {
  color: #e70a1a;
}

@media screen and (max-width: 736px) {
  .tag {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tag li {
    margin-bottom: 8px;
  }
}
/* ----------------------------------------------------
    social
---------------------------------------------------- */
.social {
  padding: 0;
  margin: 0 0 30px 0;
}
.social ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.social ul li:first-child {
  margin: -5px 14px 0 0;
}

/* ----------------------------------------------------
    profile
---------------------------------------------------- */
#profile {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.63636;
}
#profile.btmspace {
  margin-bottom: 80px !important;
}
#profile h3 {
  margin-bottom: 40px !important;
  text-align: center;
}
#profile h4 {
  padding: 0;
  margin: 0 0 40px 0;
  line-height: 0;
  text-align: center;
}
#profile h4.comictitle {
  margin-bottom: -22px;
}
#profile h5 {
  padding: 0;
  margin: 0;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.28571;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
#profile h5:after {
  content: "";
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e70a1a;
}
#profile .subtitle {
  padding: 0;
  margin: 16px 0 40px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
  text-align: center;
  font-weight: bold;
}
#profile .read {
  font-weight: bold;
}
#profile .ayumititle {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  line-height: 0;
  width: 280px;
  height: 310px;
}
#profile .ayumititle div {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  height: 150px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#profile .ayumititle .left:before {
  content: "";
  display: block;
  background: #ffe100;
  width: 150px;
  height: 150px;
  position: relative;
  margin-left: auto;
}
#profile .ayumititle .left p {
  position: absolute;
}
#profile .ayumititle .right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
#profile .ayumititle .right:before {
  content: "";
  display: block;
  background: #ffe100;
  width: 150px;
  height: 150px;
  position: relative;
  margin-right: auto;
}
#profile .ayumititle .right p {
  position: absolute;
}
#profile .ayumitext {
  width: 600px;
}
#profile .comicBox {
  padding: 70px 0;
  margin: 0;
  background: url(../images/common/bg02.png);
}
#profile .comicBox .comiclist {
  padding: 20px 0;
  margin: 0 auto;
  width: 700px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#profile .comicBox .comiclist:first-child {
  border-top: 2px solid #fff;
}
#profile .comicBox .comiclist div {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#profile .comicBox .comiclist p {
  padding: 0;
  margin: 0;
}
#profile .comicBox .comiclist .thumbnail {
  line-height: 0;
}
#profile .comicBox .comiclist .episode {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 48%;
}
#profile .comicBox .comiclist .episode span {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
}
#profile .comicBox .comiclist .more p a {
  padding: 12px 20px 10px 20px;
  margin: 0;
  text-align: center;
  display: block;
  color: #fff;
  background: #666;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#profile .comicBox .comiclist .more p a:hover {
  color: #333;
  background: #ffe100;
}
#profile .comicBox .comiclist .more p a:before {
  content: "＞";
  margin-left: 6px;
}
#profile .comicBox .open_modal {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #profile .ayumitext {
    width: 50%;
  }
  #profile .comicBox {
    padding: 50px 0;
    margin-bottom: 120px;
  }
  #profile .comicBox .comiclist {
    width: 90%;
  }
  #profile .comicBox .comiclist:first-child {
    border-top: 0;
  }
  #profile .comicBox .comiclist:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 736px) {
  #profile .flexbox {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #profile .flexbox.spverBox .ayumitext {
    order: 2;
  }
  #profile .flexbox.spverBox .ayumititle {
    order: 1;
  }
  #profile .ayumititle {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #profile .ayumititle div {
    height: auto;
  }
  #profile .ayumititle .left {
    margin-bottom: 10px;
    text-align: left;
  }
  #profile .ayumititle .left:before {
    margin: 0 auto 0 0;
    width: 30px;
    height: 80px;
  }
  #profile .ayumititle .left p {
    padding-left: 16px;
  }
  #profile .ayumititle .right {
    margin-bottom: 10px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  #profile .ayumititle .right:before {
    width: 30px;
    height: 80px;
  }
  #profile .ayumititle .right p {
    padding-left: 16px;
  }
  #profile .ayumitext {
    width: 100%;
  }
  #profile .comicBox {
    padding: 40px 0;
  }
  #profile .comicBox .comiclist {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #profile .comicBox .comiclist .episode {
    width: 54%;
  }
  #profile .comicBox .comiclist .more {
    margin-top: 16px;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    width: 100%;
  }
  #profile .comicBox .comiclist .more p {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #profile.btmspace {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 320px) {
  #profile.btmspace {
    margin-bottom: 40px !important;
  }
  #profile .comicBox {
    padding: 30px 0;
  }
  #profile .comicBox .comiclist {
    display: block;
  }
  #profile .comicBox .comiclist .thumbnail {
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }
  #profile .comicBox .comiclist .episode {
    width: 100%;
  }
  #profile .comicBox .comiclist .episode span {
    margin-bottom: 0;
  }
}
.iziModal01,
.iziModal02,
.iziModal03,
.iziModal04,
.iziModal05,
.iziModal06 {
  text-align: center;
  box-sizing: content-box;
}
.iziModal01 p,
.iziModal02 p,
.iziModal03 p,
.iziModal04 p,
.iziModal05 p,
.iziModal06 p {
  margin: 30px 0;
}
.iziModal01 .close a,
.iziModal02 .close a,
.iziModal03 .close a,
.iziModal04 .close a,
.iziModal05 .close a,
.iziModal06 .close a {
  padding: 17px 0 14px 0;
  margin: 20px auto 40px auto;
  display: block;
  width: 300px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #666;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.iziModal01 .close a:hover,
.iziModal02 .close a:hover,
.iziModal03 .close a:hover,
.iziModal04 .close a:hover,
.iziModal05 .close a:hover,
.iziModal06 .close a:hover {
  background: #ffe100;
  color: #333;
  cursor: pointer;
}
.iziModal01 .close a:before,
.iziModal02 .close a:before,
.iziModal03 .close a:before,
.iziModal04 .close a:before,
.iziModal05 .close a:before,
.iziModal06 .close a:before {
  content: "×";
  margin-left: 6px;
}

/* ----------------------------------------------------
    acco_report
---------------------------------------------------- */
.accoreportArchive {
  padding: 0;
  margin: 0 0 100px 0;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.accoreportArchive .box {
  padding: 30px;
  margin: 0 0 30px 0;
  width: 48%;
  background: url(../images/common/bg.png);
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accoreportArchive .box .thumbnail {
  padding: 0;
  margin: 0;
  text-align: center;
}
.accoreportArchive .box .thumbnail img {
  width: 200px;
  height: auto;
}
.accoreportArchive .box div {
  width: 100%;
}
.accoreportArchive .box .number {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  font-weight: bold;
}
.accoreportArchive .box .number span {
  margin-left: 20px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  display: inline-block;
}
.accoreportArchive .box .more {
  margin-top: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.54545;
  font-weight: bold;
}
.accoreportArchive .box .more a {
  padding: 17px 0 14px 0;
  margin: 0;
  display: block;
  text-align: center;
  background: #666;
  color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.accoreportArchive .box .more a:hover {
  background: #fff;
  color: #333;
}
.accoreportArchive .box .more a:before {
  content: "＞";
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .accoreportArchive {
    margin-bottom: 50px;
  }
  .accoreportArchive .box .thumbnail {
    text-align: center;
  }
  .accoreportArchive .box .thumbnail:nth-child(2) {
    display: none;
  }
  .accoreportArchive .box .number {
    text-align: left;
  }
}
@media screen and (max-width: 736px) {
  .accoreportArchive .box {
    width: 100%;
    display: block;
  }
  .accoreportArchive .box .thumbnail {
    text-align: center;
  }
}
#acco_report {
  padding: 0;
  margin: 0 0 40px 0;
}
#acco_report h3 {
  padding: 0 !important;
  margin: 0 0 14px 0 !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  position: relative;
  border: 0 !important;
}
#acco_report h3:after {
  font-weight: normal;
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.4;
  color: #ececec;
  position: absolute;
  z-index: -20;
  top: 0;
  right: 0;
}
#acco_report h3.no01:after {
  content: "No.01";
}
#acco_report h3.no02:after {
  content: "No.02";
}
#acco_report h3.no03:after {
  content: "No.03";
}
#acco_report h3.no04:after {
  content: "No.04";
}
#acco_report h3.no05:after {
  content: "No.05";
}
#acco_report h3.no06:after {
  content: "No.06";
}
#acco_report h3.no07:after {
  content: "No.07";
}
#acco_report h3.no08:after {
  content: "No.08";
}
#acco_report h3.no09:after {
  content: "No.09";
}
#acco_report h3.no10:after {
  content: "No.10";
}
#acco_report h3.no11:after {
  content: "No.11";
}
#acco_report h3.no12:after {
  content: "No.12";
}
#acco_report h3.no13:after {
  content: "No.13";
}
#acco_report h3.no14:after {
  content: "No.14";
}
#acco_report h3.no15:after {
  content: "No.15";
}
#acco_report h3.no16:after {
  content: "No.16";
}
#acco_report h3.no17:after {
  content: "No.17";
}
#acco_report h3.no18:after {
  content: "No.18";
}
#acco_report h3.no19:after {
  content: "No.19";
}
#acco_report h3.no20:after {
  content: "No.20";
}
#acco_report h3.no21:after {
  content: "No.21";
}
#acco_report h3.no22:after {
  content: "No.22";
}
#acco_report .arboxWrap {
  padding: 0;
  margin: 0 0 70px 0;
  overflow: hidden;
}
#acco_report .arboxWrap h4 {
  padding: 0 0 8px 0;
  margin: 0 0 26px 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.41176;
  border-bottom: 5px solid #ffe100;
}
#acco_report .arboxWrap h5 {
  padding: 0 0 0 14px;
  margin: 0 0 14px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  border-left: 10px solid #ffe100;
}
#acco_report .arboxWrap .imgL {
  float: left;
  margin: 0 20px 20px 0;
}
#acco_report .arboxWrap .imgL p {
  padding: 0;
  margin: 0;
}
#acco_report .arboxWrap .imgL img {
  width: 320px;
  height: auto;
}
#acco_report .arboxWrap .imgL .cap {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.875;
  text-align: center;
}
#acco_report .arboxWrap .imgR {
  float: right;
  margin: 0 0 20px 20px;
}
#acco_report .arboxWrap .imgR p {
  padding: 0;
  margin: 0;
}
#acco_report .arboxWrap .imgR img {
  width: 320px;
  height: auto;
}
#acco_report .arboxWrap .imgR .cap {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.875;
  text-align: center;
}
#acco_report aside {
  padding: 30px;
  margin: 0 0 70px 0;
  background: url(../images/common/bg.png);
}
#acco_report aside p {
  padding: 0;
  margin: 0;
}
#acco_report aside p.title {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333;
}
#acco_report aside p.title:not(:first-child) {
  margin-top: 20px;
}
#acco_report aside p.name {
  margin-top: 10px;
}
#acco_report aside p.center {
  margin-top: 20px;
  text-align: center;
}
#acco_report aside .f_photo {
  width: 121px;
  line-height: 0;
}
#acco_report aside .f_photo img {
  width: 100%;
  height: auto;
}
#acco_report aside .photo {
  width: 200px;
  line-height: 0;
}
#acco_report aside .photo img {
  width: 100%;
  height: auto;
}
#acco_report aside .txt {
  width: 78%;
}
#acco_report aside .txt02 {
  width: 64%;
}

@media screen and (max-width: 736px) {
  #acco_report .arboxWrap .imgL {
    margin: 0 0 10px 0;
    float: none;
    text-align: center;
  }
  #acco_report .arboxWrap .imgR {
    margin: 0 0 10px 0;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  #acco_report aside.flexbox {
    display: block;
  }
  #acco_report aside .txt {
    width: 100%;
  }
  #acco_report aside .txt02 {
    margin-bottom: 10px;
    width: 100%;
  }
  #acco_report aside .f_photo {
    margin: 0 auto 10px auto;
  }
  #acco_report aside .photo {
    margin: 0 auto;
  }
}
/* ----------------------------------------------------
    download
---------------------------------------------------- */
.downloadBox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.downloadBox .datafile {
  padding: 0;
  margin: 0 0 60px 0;
  width: 30%;
  text-align: center;
}
.downloadBox .datafile .datafiletitle {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.44444;
  text-align: left;
}
.downloadBox:after {
  content: "";
  display: block;
  width: 30%;
}

@media screen and (max-width: 736px) {
  .downloadBox .datafile {
    width: 48%;
  }
  .downloadBox:after {
    content: none;
  }
}
/* ----------------------------------------------------
    link
---------------------------------------------------- */
.standardWrap .linkBox {
  margin-bottom: 30px;
}
.standardWrap .linkBox:last-child {
  margin-bottom: 160px;
}
.standardWrap .linkBox h3 {
  padding-bottom: 8px !important;
  margin-bottom: 4px !important;
  border-bottom: 4px solid #ffe100;
}

/* ----------------------------------------------------
    #schedule
---------------------------------------------------- */
#schedule .scheduleWrp h3 {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 4px solid #ffe100;
}
#schedule .scheduleWrp .datebox {
  padding: 0;
  margin: 0 0 50px 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  text-align: right;
}
#schedule .scheduleWrp dl {
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
#schedule .scheduleWrp dl dt {
  padding: 0;
  margin: 0;
  width: 16%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}
#schedule .scheduleWrp dl dd {
  padding: 0;
  margin: 0;
  width: 84%;
  box-sizing: border-box;
}
#schedule .scheduleWrp .mapBox {
  padding-bottom: 75%;
  margin: 70px 0;
  height: 0;
  position: relative;
  overflow: hidden;
}
#schedule .scheduleWrp .mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.scheduleList {
  padding: 30px 0 60px 0;
  margin: 0;
}
.scheduleList dl {
  padding: 16px 20px;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.scheduleList dl:last-child {
  margin-bottom: 0;
}
.scheduleList dl a {
  color: #333;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
.scheduleList dl a:hover {
  color: #e70a1a;
}
.scheduleList dl dt {
  padding: 0;
  margin: 0;
  width: 16%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286;
  font-weight: bold;
}
.scheduleList dl dt span {
  display: inline-block;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
}
.scheduleList dl dd {
  padding: 0;
  margin: 0;
  width: 84%;
}
.scheduleList dl dd p {
  padding: 0;
  margin: 0;
}
.scheduleList dl dd p.title {
  font-weight: bold;
}

@media screen and (max-width: 737px) {
  .scheduleList dl {
    padding: 16px 10px;
  }
  .scheduleList dl a {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .scheduleList dl dt {
    width: 100%;
  }
  .scheduleList dl dd {
    width: 100%;
  }
}
/* ----------------------------------------------------
    #news
---------------------------------------------------- */
#news .newsWrp {
  margin-bottom: 60px;
}
#news .newsWrp h3 {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 4px solid #ffe100;
}
#news .newsWrp .datebox {
  padding: 0;
  margin: 0 0 50px 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  text-align: right;
}

.newsList {
  padding: 30px 0 60px 0;
  margin: 0;
}
.newsList dl {
  padding: 16px 20px;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.newsList dl:last-child {
  margin-bottom: 0;
}
.newsList dl a {
  color: #333;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
.newsList dl a:hover {
  color: #e70a1a;
}
.newsList dl dt {
  padding: 0;
  margin: 0;
  width: 16%;
}
.newsList dl dd {
  padding: 0;
  margin: 0;
  width: 84%;
}

@media screen and (max-width: 737px) {
  .newsList dl {
    padding: 16px 10px;
  }
  .newsList dl a {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsList dl dt {
    width: 100%;
  }
  .newsList dl dd {
    width: 100%;
  }
}
/* ----------------------------------------------------
    report
---------------------------------------------------- */
.reportmonthTitle {
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
}
@media screen and (max-width: 737px) {
  .reportmonthTitle {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------------
    #download
---------------------------------------------------- */
#download .downloadWrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#download .downloadWrap .downloadbox {
  padding: 0;
  margin: 0 0 50px 0;
  width: 48%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#download .downloadWrap .downloadbox a {
  color: #333;
}
#download .downloadWrap .downloadbox a:hover {
  color: #e70a1a;
}
#download .downloadWrap .downloadbox .date {
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ccc;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#download .downloadWrap .downloadbox .date span.category {
  padding: 2px 8px 0px 8px;
  margin: 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  background: #ffe100;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
#download .downloadWrap .downloadbox .dl_title {
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ccc;
}
#download .downloadWrap .downloadbox .text {
  margin-bottom: 16px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
}
#download .downloadWrap .downloadbox .thumb {
  text-align: center;
}
#download .downloadWrap .downloadbox .thumb img {
  width: 160px;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #eee;
}
#download .thumbnailbox {
  text-align: center;
}
#download .thumbnailbox img {
  width: 300px;
  height: auto;
}
#download .category {
  padding: 2px 8px 0px 8px;
  margin: 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  background: #ffe100;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
#download .category a {
  color: #333;
}
#download .category a:hover {
  color: #e70a1a;
}
#download .menuBox {
  padding: 0;
  margin: 0 0 60px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#download .menuBox p {
  padding: 0;
  margin: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  width: 300px;
  box-sizing: border-box;
}
#download .menuBox p a {
  padding: 10px 0;
  color: #333;
  text-align: center;
  background: #eee;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: block;
  box-sizing: border-box;
}
#download .menuBox p a:hover {
  color: #e70a1a;
}
#download .menuBox p.current {
  padding: 10px 0;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #ffe100;
}

@media screen and (max-width: 737px) {
  #download .downloadWrap .downloadbox {
    width: 100%;
  }
  #download .menuBox {
    margin: 0 0 50px 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #download .menuBox p {
    margin: 0 0 12px 0;
    width: 100%;
  }
  #download .menuBox p a {
    margin: 0;
  }
}
/* ----------------------------------------------------
    pagenavi
---------------------------------------------------- */
.pagenavi {
  padding: 0;
  margin: 50px 0 0 0;
}
.pagenavi p {
  padding: 0;
  margin: 0;
}
.pagenavi .prev {
  margin-bottom: 10px;
}
.pagenavi .prev a {
  padding: 10px 20px;
  background: #f4f4f4;
  display: block;
  color: #333;
}
.pagenavi .prev a:before {
  content: "＜";
}
.pagenavi .prev a:hover {
  background: #ffe100;
}
.pagenavi .next {
  text-align: right;
}
.pagenavi .next a {
  padding: 10px 20px;
  background: #f4f4f4;
  display: block;
  color: #333;
}
.pagenavi .next a:after {
  content: "＞";
}
.pagenavi .next a:hover {
  background: #ffe100;
}

@media screen and (max-width: 736px) {
  .pagenavi {
    margin: 50px 0;
  }
}
