@charset "utf-8";
/* ===================================================================
 style info : 個別ページ
=================================================================== */

/* パンくずリスト
----------------------------------------------------*/
main .breadcrumbBox {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
main .breadcrumbBox ul li {
  display: inline;
  text-decoration: none;
}
main .breadcrumbBox ul li a {
  display: inline;
}

@media only screen and (max-width: 750px) {
  main .breadcrumbBox {
    font-size: 10px;
    line-height: 13px;
  }
}

/* hタグ
----------------------------------------------------*/
.headerbanner {
  background-image: url("../img/pages/pageTtl_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 40px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

.headerbanner.eventsbanner {
  background-image: url("../img/pages/events/pageTtl_pc.jpg");
}
.headerbanner.departmentbanner {
  background-image: url("../img/pages/department/pageTtl_pc.jpg");
}
.headerbanner.supportbanner {
  background-image: url("../img/pages/support/pageTtl_pc.jpg");
}
.headerbanner.otherbanner {
  background-image: url("../img/pages/other/pageTtl_pc.jpg");
}
.headerbanner.campusbanner {
  background-image: url("../img/pages/campus/pageTtl_pc.jpg");
}
.headerbanner.schoolguidebanner {
  background-image: url("../img/pages/schoolguide/pageTtl_pc.jpg");
}
.headerbanner.learnmorebanner {
  background-image: url("../img/pages/learnmore/pageTtl_pc.jpg");
}

.headerbanner .headerbannertext {
  background-color: rgba(12, 94, 47, 0.8);
  background: linear-gradient(315deg, transparent 20px, rgba(12, 94, 47, 0.8) 20px);
  text-align: center;
  padding: 30px;
  width: 520px;
  max-width: 100%;
  box-sizing: border-box;
  color: white;
  font-size: 45px;
  line-height: 50px;
  margin: auto;
  font-weight: normal;
}
.headerbanner .headerbannertext.wider {
  width: 800px;
}

.headerbanner .headerbannertext .english {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.pagesh4 {
  position: relative;
  border-top: 1px solid black;
  font-size: 30px;
  line-height: 40px;
  padding: 5px 5px 5px 50px;
  color: #0c5e2f;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 30px;
}
.pagesh4 .english {
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  top: -22px;
  left: 50px;
  color: #222222;
  letter-spacing: 1px;
  white-space: nowrap;
}
.pagesh4 .greenbar {
  background-image: url("../img/pages/title_rectangle_01.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 25px;
  height: 65px;
  position: absolute;
  left: 15px;
  top: -20px;

  height: 100%;
  height: calc(100% + 17px);
}

.pagesh5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #009c43;
}

.pagesbiggreen {
  font-size: 23px;
  line-height: 32px;
  font-weight: normal;
  color: #009c43;
}

@media only screen and (max-width: 750px) {
  .headerbanner {
    background-image: url("../img/pages/pageTtl_sp.jpg");
    padding: 20px 30px;
  }

  .headerbanner.eventsbanner {
    background-image: url("../img/pages/events/pageTtl_sp.jpg");
  }

  .headerbanner.departmentbanner {
    background-image: url("../img/pages/department/pageTtl_sp.jpg");
  }

  .headerbanner.supportbanner {
    background-image: url("../img/pages/support/pageTtl_sp.jpg");
  }

  .headerbanner.otherbanner {
    background-image: url("../img/pages/other/pageTtl_sp.jpg");
  }

  .headerbanner.campusbanner {
    background-image: url("../img/pages/campus/pageTtl_sp.jpg");
  }

  .headerbanner.schoolguidebanner {
    background-image: url("../img/pages/schoolguide/pageTtl_sp.jpg");
  }

  .headerbanner.learnmorebanner {
    background-image: url("../img/pages/learnmore/pageTtl_sp.jpg");
  }

  .headerbanner .headerbannertext {
    padding: 20px 20px;
    font-size: 22px;
    line-height: 26px;
  }
  .headerbanner .headerbannertext .english {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .pagesh4 {
    /* 		font-size: 21px; */
    font-size: 21px !important;
    line-height: 26px;
    padding: 5px 5px 5px 40px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .pagesh4 .english {
    font-size: 10px;
    line-height: 13px;
    top: -16px;
    left: 40px;
  }
  .pagesh4 .greenbar {
    width: 20px;
    height: 53px;
    left: 10px;
    /* 		top:-18px; */
    top: -20px;
    height: 100%;
    height: calc(100% + 17px);
  }

  .pagesh5 {
    font-size: 17px;
    line-height: 22px;
  }

  .pagesbiggreen {
    font-size: 18px;
    line-height: 25px;
  }
}

/* common
----------------------------------------------------*/
.pagesection {
  margin-top: 80px;
}

.lightgreenbg {
  background-color: #e6ece6;
  padding: 80px 0;
}

p {
  font-size: 1.2em;
  line-height: 1.8;
}

.fullwidth {
  width: 100%;
}
.breadcrumbBox ul li a {
  text-decoration: underline !important;
  -moz-text-decoration: underline !important;
  -webkit-text-decoration: underline !important;
  -ms-text-decoration: underline !important;
}
.ud-line a {
  text-decoration: underline !important;
  -moz-text-decoration: underline !important;
  -webkit-text-decoration: underline !important;
  -ms-text-decoration: underline !important;
}
.tableofcontentsinner ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.tableofcontentsinner .ud-line svg {
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
main ul {
  list-style-type: none;
  line-height: 1.5em;
  font-size: 14px;
}

main .icon01 {
  padding-left: 20px;
  position: relative;
}

main .icon01::before {
  content: "●";
  color: #009c43;
  position: absolute;
  left: 0;
  top: 0;
}

main .icon02 {
  padding-left: 20px;
  position: relative;
}

main .icon02::before {
  content: "■";
  color: #009c43;
  position: absolute;
  left: 0;
  top: 0;
}

table.firstcolnowrap td:first-child {
  white-space: nowrap;
}

table.table01.smallerth th,
table.smallerth th {
  padding: 5px;
  white-space: normal;
}

table.table01 {
  margin-bottom: 2%;
  width: 100%;
  line-height: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table.table01 tr:nth-child(2n) {
  background: #f0f0f0;
}

table.table01.nogrey tr:nth-child(2n) {
  background: transparent;
}

.table.table01.center {
  text-align: center;
}

table.table01 th {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #e6ede7;
  color: #009c43;
  padding: 10px 15px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

table.table01 td {
  border: 1px solid black;
  padding: 10px;
  vertical-align: middle;
}

table.table01 td.s_date {
  text-align: left;
  white-space: nowrap;
}

table.table01 th:last-child {
  border-right: none;
}

table.table01 td:first-child {
  border-left: none;
}
table.table01 td:last-child {
  border-right: none;
}
table.table01:not(.last-border) tr:last-child td,
table.table01:not(.last-border) td.nobottomborder {
  border-bottom: none;
}

table.table01 tr.notopborder td {
  border-top: none;
}

table.table01 td.backgroundwhite {
  background-color: white;
}

table td.grey {
  background-color: #f2f7f4;
}
.admissionbutton:hover {
  cursor: pointer;
}

@media only screen and (min-width: 751px) {
  table td.shorter {
    width: 300px;
  }
}
/*table.table01 td.dottedbottom{
	border-bottom: none;
	background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
table.table01 td.dottedright{
	border-right: none;
	background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
	background-position: right;
	background-size: 1px 3px;
	background-repeat: repeat-y;
}
table.table01 td.dottedright.dottedbottom{
	background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%),linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: right,bottom;
	background-size: 1px 3px,3px 1px;
	background-repeat: repeat-y,repeat-x;
}*/

table.basic {
  margin-bottom: 2%;
  width: 100%;
  line-height: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}

table.basic th {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  color: #009c43;
  padding: 10px 15px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

table.basic td {
  border: 1px solid black;
  padding: 10px;
  vertical-align: middle;
}

table.basic th:last-child {
  border-right: none;
}

table.basic td:first-child {
  border-left: none;
}
table.basic td:last-child {
  border-right: none;
}
table.basic td.nobottomborder {
  border-bottom: none;
}

table.basic td.backgroundwhite {
  background-color: white;
}

/*table.basic td.dottedbottom{
	border-bottom: none;
	background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
table.basic td.dottedright{
	border-right: none;
	background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
	background-position: right;
	background-size: 1px 3px;
	background-repeat: repeat-y;
}
table.basic td.dottedright.dottedbottom{
	background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%),linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: right,bottom;
	background-size: 1px 3px,3px 1px;
	background-repeat: repeat-y,repeat-x;
}*/

.table-notes {
  display: none;
}

.japanesefont {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
  /*line-height: 2em;*/
}

.tableofcontents {
  background-color: #edf3ee;
  padding: 10px;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 16px;
}

.tableofcontents .tableofcontentsinner {
  background-color: #e6ede7;
  padding: 50px;
}

.tableofcontents .tableofcontentsinner ul {
  display: block;
  list-style: none;
  margin-top: -10px;
}

.tableofcontents .tableofcontentsinner ul li {
  display: block;
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}

.tableofcontents.setwidth {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tableofcontents.setwidth .tableofcontentsinner {
  padding: 30px 50px;
}
.tableofcontents.setwidth .tableofcontentsinner ul li {
  display: inline-block;
  margin-right: 70px;
  margin-bottom: 0;
  margin-top: 10px;
}

.tableofcontents .tableofcontentsinner ul li svg {
  position: absolute;
  top: 3px;
  left: 0;
  color: #03743d;
}

.tableofcontents .tableofcontentsinner ul li a {
  color: #222222;
  font-size: 16.8px;
}

.tableofcontents .tableofcontentsinner ul li.type2 {
  margin-top: 50px;
}

.tableofcontents .tableofcontentsinner ul li.type2 svg {
  color: #222222;
}

.tableofcontents .tableofcontentsinner ul li a.bluelink {
  color: #51a2d1;
}

.table01.lastleft td:last-child {
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .pagesection {
    margin-top: 40px;
  }

  .lightgreenbg {
    padding: 40px 0;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  table.basic,
  table.table01 {
    font-size: 13px;
  }

  table.table01.smallerth th,
  table.smallerth th {
    white-space: nowrap;
  }
  .tableofcontents .tableofcontentsinner ul li a {
    color: #222222;
    font-size: 14px;
    line-height: 1.5;
  }

  /*--------------- テーブルスクロール ---------------*/
  .scroll-box table {
    width: 768px;
    margin-bottom: 2% !important;
  }
  .scroll-box table td,
  .scroll-box table th {
    padding: 5px !important;
  }

  .scroll-box {
    margin-bottom: 4%;
    overflow: auto;

    -webkit-overflow-scrolling: touch;
    /*white-space: nowrap;*/
  }
  .scroll-box::-webkit-scrollbar {
    height: 10px;
  }
  .scroll-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .scroll-box2 table {
    width: 600px;
    margin-bottom: 2% !important;
  }
  .scroll-box2 table td,
  .scroll-box2 table th {
    padding: 5px !important;
  }

  .scroll-box2 {
    margin-bottom: 4%;
    overflow: auto;
    -webkit-text-size-adjust: 100%;
    /*white-space: nowrap;*/
  }

  .nestTable .scroll-box2 {
    width: 100%;
  }
  /*.nestTable .scroll-box2 {*/
  /*	width:400px;*/
  /*	margin:0 auto 4%;*/
  /*	overflow: auto;*/
  /*	-webkit-text-size-adjust: 100%;*/
  /*}*/

  .scroll-box2::-webkit-scrollbar {
    height: 10px;
  }
  .scroll-box2::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .scroll-box2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .table-notes {
    display: block;
    margin: 20px 0 10px;
    text-align: center;
    color: #999;
  }

  .tableofcontents {
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .tableofcontents .tableofcontentsinner ul li svg {
    top: 3px;
  }
  .tableofcontents .tableofcontentsinner ul li .fa-arrow-circle-down {
    top: 0px !important;
  }
  .tableofcontents .tableofcontentsinner {
    padding: 20px;
  }

  .tableofcontents .tableofcontentsinner ul li.type2 {
    margin-top: 20px;
  }

  .tableofcontents.setwidth .tableofcontentsinner {
    padding: 20px;
  }
  .tableofcontents.setwidth .tableofcontentsinner ul li {
    margin-right: 30px;
  }

  .spmt40 {
    margin-top: 40px;
  }

  .nestTable.spstack,
  .nestTable.spstack tbody,
  .nestTable.spstack tr {
    display: block;
    box-sizing: border-box;
  }
  .nestTable.spstack tr th {
    display: block;
    padding: 15px 5px;
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .nestTable.spstack tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .nestTable.spstack table.table01 {
    display: table;
    margin: auto;
  }
  .nestTable.spstack table.table01 tbody {
    display: table-row-group;
  }
  .nestTable.spstack table.table01 tr {
    display: table-row;
  }
  .nestTable.spstack table.table01 tr th {
    display: table-cell;
    width: auto;
  }
  .nestTable.spstack table.table01 tr td {
    display: table-cell;
    width: auto;
  }
}

.selectedeventstable {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 10px auto 10px;
  box-sizing: border-box;
}

.selectedeventstable td {
  border: 2px solid #c5c6c7;
  background-color: #e6ece6;
  padding: 15px;
  vertical-align: middle;
}

.selectedeventstable .noborder td {
  border: none;
  background-color: white !important;
  line-height: 23px;
}

.selectedeventstable.type2 td {
  background-color: white;
  padding: 8px 15px;
  line-height: 1.5em;
}

.selectedeventstable td.leftcolumn {
  font-size: 17px;
  font-weight: bold;
  width: 260px;
}

.selectedeventstable.type2 td.leftcolumn2 {
  background-color: white;
  padding: 15px;
  font-size: 17px;
  font-weight: bold;
  width: 260px;
}

.selectedeventstable.type2 td.leftcolumn2 .headerinner {
  width: 200px;
  display: inline-block;
}

.selectedeventstable.type2 td.leftcolumn2 .necessary {
  width: 40px;
  text-align: center;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  line-height: 21px;
  background-color: #db2b00;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.selectedeventstable.type2 td.leftcolumn2 .unnecessary {
  width: 38px;
  text-align: center;
  border-radius: 3px;
  color: #717071;
  border: 1px solid #717071;
  font-size: 13px;
  line-height: 19px;
  background-color: white;
  display: inline-block;
}

.selectedeventstable .eventtime {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.selectedeventstable .eventtime div {
  font-size: 12px;
}

.selectedeventstable .categorywrapper {
  display: inline-block;
  vertical-align: middle;
}

.selectedeventstable .category {
  border-radius: 3px;
  padding: 3px 10px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 17px;
  box-sizing: border-box;
  vertical-align: middle;
}

.selectedeventstable .category.green {
  background-color: #008c3c;
}
.selectedeventstable .category.blue {
  background-color: #5065a3;
}
.selectedeventstable .category.orange {
  background-color: #ee5a24;
}
.selectedeventstable .category.pink {
  background-color: #ff4b7b;
}
.selectedeventstable .category.sky {
  background-color: #29a4ff;
}
.gobackbutton {
  text-align: right;
}

.gobackbutton button {
  border: 1px solid #086936;
  background-color: white;
  color: #086936;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 25px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  line-height: 20px;
  cursor: pointer;
}

.gobackbutton button .whitearrow {
  height: 15px;
  position: absolute;
  right: 6px;
  top: 8px;
}

.selectedeventstable input[type="text"],
.selectedeventstable textarea {
  border: 1px solid #c5c6c7;
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: rgb(113, 113, 115);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka,
    sans-serif;
}
.selectedeventstable input[type="text"].otheroption {
  line-height: 18px;
  padding: 5px 2px;
  width: 150px;
}

.selectedeventstable input[type="text"].shorter {
  width: 100px;
}
.selectedeventstable input[type="text"].medium {
  width: 150px;
}

.selectedeventstable textarea {
  height: 200px;
  resize: none;
}

.selectedeventstable select {
  height: 40px;
  width: 150px;
  font-size: 16px;
}
.selectedeventstable select.wider {
  width: 250px;
}

.selectedeventstable label {
  display: inline-block;
  margin-right: 20px;
}

.selectedeventstable ::placeholder {
  color: #bababa;
}

.selectedeventstable .skinnycheckwrapper {
  float: left;
  width: 200px;
}

@media only screen and (max-width: 750px) {
  .selectedeventstable input[type="text"],
  .selectedeventstable textarea {
    font-size: 14px;
  }

  .selectedeventstable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: none;
  }

  .selectedeventstable,
  .selectedeventstable tbody,
  .selectedeventstable tr,
  .selectedeventstable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .selectedeventstable td.leftcolumn,
  .selectedeventstable td.leftcolumn2.topborder {
    border-top: 2px solid #c5c6c7;
  }

  .selectedeventstable.type2 td.leftcolumn2 {
    background-color: #eeeeef;
  }

  .selectedeventstable.type2 td {
    min-height: 58px;
  }

  .selectedeventstable.type2 td.leftcolumn2 {
    min-height: 58px;
    width: 100%;
  }

  .selectedeventstable.type2.confirm td {
    min-height: 38px;
  }

  .selectedeventstable .categorywrapper {
    text-align: center;
    float: right;
    width: 60%;
  }

  .selectedeventstable .category {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 3px auto;
  }

  .selectedeventstable td.leftcolumn {
    width: 100%;
  }

  .selectedeventstable label,
  .selectedeventstable select {
    margin: 10px 0;
  }

  .selectedeventstable .noborder td.leftcolumn2 {
    display: none;
  }

  .titlewrapper img {
    height: auto;
    max-height: 25px;
  }

  .selectedeventstable .skinnycheckwrapper {
    margin-bottom: 20px;
    float: none;
  }

  .selectedeventstable .skinnycheckwrapper label {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 550px) {
  .selectedeventstable .eventtime {
    margin-right: 10px;
    font-size: 11px;
  }

  .selectedeventstable .eventtime div {
    font-size: 10px;
  }

  .selectedeventstable.bitbigger .eventtime {
    margin-right: 10px;
    font-size: 16px;
  }

  .selectedeventstable.bitbigger .eventtime div {
    font-size: 12px;
  }

  .selectedeventstable td {
    padding: 10px;
    box-sizing: border-box;
  }

  .selectedeventstable .categorywrapper {
    width: 50%;
  }
}

.linehalf {
  width: 48%;
  margin-right: 4%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding: 25px;
  margin-bottom: 40px;
}
.linehalf:nth-child(2n) {
  margin-right: 0;
}

.linehalf .stafftitle {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

.linehalf .staffname {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

.linehalf .staffname span {
  font-size: 17px;
  vertical-align: text-bottom;
}

.linehalf .pagesbiggreen {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .linehalf {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto !important;
  }

  .linehalf .stafftitle {
    font-size: 15px;
  }

  .linehalf .staffname {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .linehalf .staffname span {
    font-size: 15px;
  }
}

.nestTable {
  font-size: 120%;
  margin-bottom: 40px;
  line-height: 1.3em;
  width: 100%;
}
.nestTable tr th {
  background: #dbd6cd;
  text-align: center;
  vertical-align: middle;
  padding: 25px 10px;
  margin-bottom: 10px;
  border-bottom: 10px solid #fff;
  width: 105px;
  white-space: nowrap;
}
.nestTable.leftjf tr th {
  font-size: 25px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}
.nestTable.leftjf tr th span {
  font-size: 16px;
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: text-bottom;
}
.nestTable tr td {
  text-align: left;
  padding: 25px 15px;
  vertical-align: middle;
  background-color: #dde2e2;
  margin-bottom: 10px;
  border-bottom: 10px solid #fff;
}
.nestTable tr td span {
  /*margin-left: 10px;*/
}

.nestTable tr {
  margin-bottom: 10px;
}

.nestTable table.table01 th {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #e6ede7;
  color: #009c43;
  padding: 10px 15px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.nestTable table.table01 td {
  border: 1px solid black;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

.nestTable table.table01 td.s_date {
  text-align: left;
  white-space: nowrap;
}

.nestTable table.table01 th:last-child {
  border-right: none;
}

.nestTable table.table01 td:first-child {
  border-left: none;
  white-space: nowrap;
  text-align: center;
}
.nestTable table.table01 td:last-child {
  border-right: none;
}
.nestTable table.table01 tr:last-child td,
.nestTable table.table01 td.nobottomborder {
  border-bottom: none;
}

.nestTable table.table01 tr.notopborder td {
  border-top: none;
}

.nestTable table.table01 td.backgroundwhite {
  background-color: white;
}

@media only screen and (max-width: 750px) {
  .nestTable {
    font-size: 100%;
  }
  .nestTable tr th {
    width: 80px;
  }
}

.linksbuttonstable {
  width: 100%;
  border-collapse: collapse;
  margin: 60px auto 25px;
  box-sizing: border-box;
}

.linksbuttonstable td {
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.linksbuttonstable td .catbutton {
  border: 1px solid #02913a;
  border-right: none;
  padding: 7px 5px;
  font-size: 16px;
  line-height: 15px;
  color: #222222;
  background-color: #e4eed9;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-weight: bold;
  line-height: 30px;
}

.linksbuttonstable td .catbutton.on {
  color: white;
  background-color: #02913a;
}

.linksbuttonstable td:last-child .catbutton {
  border-right: 1px solid #02913a;
}

.hideshow {
  display: none;
}
.hideshow.show {
  display: block;
}

@media only screen and (max-width: 750px) {
  .linksbuttonstable td .catbutton {
    font-size: 14px;
    padding: 5px 2px;
    line-height: 24px;
  }
  main ul {
    list-style-type: none;
    line-height: 1.5em;
    font-size: 11px;
    /*font-size: 14px;*/
  }
}
@media only screen and (max-width: 550px) {
  .linksbuttonstable td .catbutton {
    font-size: 11px;
    padding: 5px 2px;
    line-height: 24px;
  }
}

a.nodecoration {
  text-decoration: none;
}

.gradlinks li {
  width: 47%;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.gradlinks.floatleft li {
  width: 47%;
  float: left;
  margin-right: 6%;
  display: block;
  box-sizing: border-box;
}
.gradlinks.floatleft li:nth-child(2n) {
  margin-right: 0;
}

.gradlinks li.sublinkwrapper {
  margin-top: -15px;
  padding-left: 35px;
}

.gradlinks li.sublinkwrapper-indent {
  padding-left: 45px;
}

.gradlinks.fullwidthlinks li {
  width: 100%;
  box-sizing: border-box;
}

.gradlinks li a {
  color: #595757;
}

.gradlinks li svg {
  position: absolute;
  left: 0;
  top: 3px;
  color: #076936;
}

.gradlinks li.sublinkwrapper .cornericon {
  position: absolute;
  left: 20px;
  top: -4px;
  color: #076936;
}

.gradlinks li.sublinkwrapper-indent .cornericon {
  left: 30px;
}

.policyList li {
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (max-width: 750px) {
  .gradlinks.floatleft li {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .policyList li {
    font-size: 14px;
    line-height: 22px;
  }
}

.leftpictext {
  margin-bottom: 40px;
  position: relative;
  padding-left: 250px;
  min-height: 100px;
}

.leftpictext .leftpic {
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.leftpictext .leftpic img {
  max-width: 100%;
}

.leftpictext2 {
  margin-bottom: 40px;
  position: relative;
  padding-left: 200px;
  min-height: 100px;
}

.leftpictext2 .leftpic {
  width: 170px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.leftpictext2 .leftpic img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .leftpictext {
    padding-left: 0px;
    min-height: auto;
  }

  .leftpictext .leftpic {
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
    display: block;
  }
  .leftpictext2 {
    padding-left: 0px;
    min-height: auto;
  }

  .leftpictext2 .leftpic {
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
    display: block;
  }
}

/* FAQ
----------------------------------------------------*/

.edu_info dl {
  padding: 0 10px 0px;
  margin-bottom: 40px;
  border-bottom: none;
}

.questionwrapper {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 0px 50px;
  color: #009c43;
  /*background: #fff!important;*/
  position: relative;
  background: none;
  line-height: 1.5em;
  cursor: pointer;
}

.questions .questionwrapper:after {
  content: "Q";
  position: absolute;
  left: 0;
  top: 1px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: white;
  background-color: #009c43;
  width: 40px;
  line-height: 40px;
  border-radius: 25px;
  font-family: Arial, Helvetica, sans-serif;
}

.answeroutterwrapper {
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #d8d9d9;
  margin-bottom: 10px;

  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.answeroutterwrapper.open {
  max-height: 300px;
}

.answerwrapper {
  padding: 10px 0 20px 103px;
  line-height: 26px;
  position: relative;
  background: none;
}

.answerwrapper:after {
  content: "A";
  position: absolute;
  left: 50px;
  top: 4px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: white;
  background-color: #8bcea6;
  width: 40px;
  line-height: 40px;
  border-radius: 25px;
  font-family: Arial, Helvetica, sans-serif;
}

.qpic {
  position: absolute;
  left: 0;
  top: 14px;
  height: 25px;
}

.qx {
  position: absolute;
  right: 10px;
  top: 19px;
}

.qx.open {
  top: 17px;
  right: 13px;
}

@media only screen and (max-width: 750px) {
  .questionwrapper {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8 !important;
    padding: 5px 0px 10px 35px;
  }

  .answerwrapper {
    padding: 10px 0 20px 50px;
    line-height: 26px;
    font-size: 110%;
  }
  .questions .questionwrapper:after {
    content: "Q";
    position: absolute;
    left: 0;
    top: 1px;
    padding: 0;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: white;
    background-color: #009c43;
    width: 30px;
    line-height: 30px;
    border-radius: 25px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .questionwrapper:after {
    top: 5px;
  }

  .answerwrapper:after {
    left: 0;
  }
}

/* List Page
----------------------------------------------------*/

.listpagetype1,
.listpagetype1 li {
  display: block;
}

.listpagetype1 li {
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding-left: 8px;
  padding-top: 8px;
  position: relative;
  margin-bottom: 30px;
}

.listpagetype1 li a {
  color: #222222;
  text-decoration: none;
}

.listpagetype1 li .bottomrightcorner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: linear-gradient(315deg, white 20px, transparent 20px);
  z-index: 2;
}

.listpagetype1 li table {
  width: 100%;
  background-color: #e4ebe5;
  box-sizing: border-box;
}

.listpagetype1 li table td {
  padding: 25px;
  vertical-align: middle;
  position: relative;
}

.listpagetype1 li table td.smaller {
  width: 40%;
}

.listpagetype1 li table td.bigger {
  padding-right: 50px;
}

.listpagetype1 li table td.smaller img {
  width: 100%;
}

.listpagetype1 li table svg {
  position: absolute;
  right: 15px;
  font-size: 30px;
  line-height: 30px;
  color: #03743d;
  top: 50%;
  top: calc(50% - 15px);
}

.listpageh4 {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Osaka-mono", "MS Gothic",
    "sans-serif";
  font-weight: bold;
  margin-bottom: 20px;
  color: #009c43;
  font-size: 30px;
  line-height: 40px;
}

.listpagetype2,
.listpagetype2 li {
  display: block;
}

.listpagetype2 li {
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding-left: 8px;
  padding-top: 8px;
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  float: left;
  box-sizing: border-box;
}

.listpagetype2 li:nth-child(2n) {
  margin-right: 0;
}

.listpagetype2 li a {
  color: #222222;
  text-decoration: none;
  width: 100%;
  background-color: #e4ebe5;
  box-sizing: border-box;
  display: block;
  padding: 25px;
  padding-right: 50px;
  position: relative;
}

.listpagetype2 li .bottomrightcorner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: linear-gradient(315deg, white 20px, transparent 20px);
  z-index: 2;
}

.listpagetype2 svg {
  position: absolute;
  right: 15px;
  font-size: 30px;
  line-height: 30px;
  color: #03743d;
  top: 50%;
  top: calc(50% - 15px);
}

.listpagetype2 .listpageh4 {
  font-size: 24px;
  line-height: 35px;
}

@media only screen and (max-width: 750px) {
  .listpageh4,
  .listpagetype2 .listpageh4 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .listpagetype1 li .bottomrightcorner,
  .listpagetype2 li .bottomrightcorner {
    width: 20px;
    height: 20px;
    background: linear-gradient(315deg, white 15px, transparent 15px);
  }

  .listpagetype1 li table,
  .listpagetype1 li tbody,
  .listpagetype1 li tr,
  .listpagetype1 li td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .listpagetype1 li table td {
    padding: 25px;
  }

  .listpagetype1 li table td.smaller {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }

  .listpagetype1 li table td.smaller img {
    width: auto;
    max-width: 100%;
  }

  .listpagetype1 li table td.bigger {
    padding-right: 40px;
  }

  .listpagetype1 li table svg,
  .listpagetype2 svg {
    font-size: 20px;
    line-height: 20px;
    top: calc(50% - 10px);
  }

  .listpagetype2 li a {
    padding-right: 40px;
    height: auto !important;
  }

  .listpagetype2 li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

/* buttons
----------------------------------------------------*/
.admissionbutton {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
  text-align: center;
  font-weight: bold;
}

.admissionbutton .bottomcorner {
  position: absolute;
  width: 15px;
  height: 15px;
  right: -1px;
  bottom: -1px;
  z-index: 2;
}

.admissionbutton.orange {
  background: linear-gradient(315deg, transparent 10px, #fe8300 10px);
  color: white;
}
.admissionbutton.orange .bottomcorner {
  display: none;
}

.admissionbutton.white {
  border: 1px solid #fe8300;
  background: white;
  color: #fe8300;
}
.admissionbutton.white .bottomcorner {
  background: linear-gradient(315deg, white 10px, #fe8300 11px, white 12px);
}

.admissionbutton.green {
  border: 1px solid #009c43;
  background: white;
  color: #009c43;
}
.admissionbutton.green .bottomcorner {
  background: linear-gradient(315deg, white 10px, #009c43 11px, white 12px);
}

.admissionbutton .fa-chevron-right {
  position: absolute;
  right: 15px;
  top: 50%;
  top: calc(50% - 12px);
}

.admissionbutton.white.matchspecial {
  padding: 25px 30px;
}

.button_fold.admission-guidance {
  display: block;
  position: relative;
  width: 460px;
  height: 40px;
  border: 3px solid green;
  border-radius: 5px;
  background-color: #ffffff;
  color: green;
  margin: 0 auto;
  padding: 20px 0 0px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 110px;
}

.button_arrow.admission-guidance {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  rotate: 90deg;
}

#foldbox_05.admission-guidance {
  display: none;
}

@media only screen and (max-width: 700px) {
  .button_fold.admission-guidance {
    width: 80%;
    height: 30px;
    margin-bottom: 30px;
    padding: 14px 0 0px 0;
    font-size: 16px;
    border: 2px solid green;
  }

  .button_arrow.admission-guidance {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    rotate: 90deg;
  }
}

@media only screen and (max-width: 750px) {
  .admissionbutton {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .admissionbutton .fa-chevron-right {
    right: 10px;
    top: calc(50% - 10px);
  }

  .matchheights {
    height: auto !important;
  }
}

.flowBox {
  margin-bottom: 4%;
}

.greentext {
  color: #009c43;
}

.flowBox .flowBoxIn {
  overflow: hidden;
}
.flowBox .flowBoxIn .left {
  float: left;
  width: 240px;
  width: 34%;
  position: relative;
}

.flowBox .flowBoxIn .left .littletext {
  bottom: 18px;
  left: 55%;
  white-space: nowrap;
  line-height: 1.3em;
  fnot-size: 13px;
  position: absolute;
}

.flowBox .flowBoxIn .left .downarrow {
  width: 16px;
  margin: 10px 0;
}

.flowBox .flowBoxIn .right {
  float: right;
  width: 430px;
  box-sizing: border-box;
  background: #f3f8ef;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 15px;

  width: 63%;
  padding: 9px 1%;
  margin-bottom: 10px;
}
.flowBox .flowBoxIn .right:after {
  right: 100%;
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f3f8ef;
  border-width: 10px;
  margin-top: -10px;
}

.musicnumbtext.pagesthird {
  position: relative;
  padding-left: 45px;
  text-align: left;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.musicnumbtext .musicNumber {
  position: absolute;
  left: 0;
  top: 0;
}

/* #common
----------------------------------------------------*/
.pageshalf {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.pageshalf:nth-child(2n) {
  margin-right: 0;
}

.pageshalf.mr-mod01 {
  margin-right: 4%;
}

.pageshalf.mr-mod02 {
  margin-right: 0;
}

.pagesthird {
  width: 32%;
  margin-right: 2%;
  float: left;
  display: inline-block;
}
.pagesthird:nth-child(3n) {
  margin-right: 0;
}

table.adjustfontsize {
  font-size: 16px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 750px) {
  .pageshalf {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .pageshalf.mr-mod01 {
    margin-right: 0;
  }

  .pagesthird {
    width: 100%;
    margin-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .pagesthird.staythirds {
    width: 32%;
    margin-right: 2%;
    float: left;
  }

  .pagesthird.staythirds:nth-child(3n) {
    margin-right: 0;
  }

  table.adjustfontsize {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  table.adjustfontsize td {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
}

a.seemore {
  width: 100%;
  max-width: 100%;
  border: 2px solid #006a34;
  color: #006a34;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 0;
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
  text-decoration: none;
}

.seemore.blue {
  border: 2px solid #2db6ac;
  color: #2db6ac;
}
.seemore.pink {
  border: 2px solid #e84d80;
  color: #e84d80;
}
.seemore.orange {
  border: 2px solid #ff811e;
  color: #ff811e;
}

.seemore img {
  position: absolute;
  top: 14px;
  height: 20px;
  right: 15px;
}

.seemore img.whitearrow {
  display: none;
}

@media only screen and (min-width: 750px) {
  a.seemore:hover {
    color: white;
    border: 2px solid white;
    background-color: #006a34;
  }
  a.seemore.blue:hover {
    color: white;
    border: 2px solid white;
    background-color: #2db6ac;
  }
  a.seemore.pink:hover {
    color: white;
    border: 2px solid white;
    background-color: #e84d80;
  }
  a.seemore.orange:hover {
    color: white;
    border: 2px solid white;
    background-color: #ff811e;
  }

  .type2 a.seemore:hover {
    color: white;
    border: 2px solid white;
    background-color: #27873a;
  }

  .seemore:hover img.colorarrow {
    display: none;
  }
  .seemore:hover img.whitearrow {
    display: block;
  }
}

/* #Q&A
----------------------------------------------------*/

.edu_info {
  margin-bottom: 8%;
}

.edu_info dl {
  padding: 0 10px 0px;
  margin-bottom: 40px;
  border-bottom: none;
}
.edu_info dt {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0 20px 53px;
  color: #009c43;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
  position: relative;
  background: none;
  line-height: 1.5em;
}

.edu_info dt:after {
  content: "Q";
  position: absolute;
  left: 0;
  top: 1px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: white;
  background-color: #009c43;
  width: 40px;
  line-height: 40px;
  border-radius: 25px;
  font-family: Arial, Helvetica, sans-serif;
}

.edu_info dd {
  padding: 4px 0 0 103px;
  line-height: 26px;
  position: relative;
  font-size: 110%;
  background: none;
}

.edu_info dd:after {
  content: "A";
  position: absolute;
  left: 50px;
  top: -4px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: white;
  background-color: #8bcea6;
  width: 40px;
  line-height: 40px;
  border-radius: 25px;
  font-family: Arial, Helvetica, sans-serif;
}

.topleftborder {
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

.topleftborder.withdatething {
  margin-top: 80px;
  position: relative;
}

.topleftborder.withdatething .datething {
  font-size: 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
  position: absolute;
  top: -35px;
  left: 0;
  font-weight: normal;
  font-style: italic;
  color: #02913a;
}

@media only screen and (max-width: 750px) {
  .topleftborder.withdatething.lessmt {
    margin-top: 50px;
  }

  .topleftborder.withdatething .datething {
    font-size: 20px;
    top: -25px;
  }

  .edu_info dl {
    padding: 0 10px 20px;
    margin-bottom: 10px;
  }

  .edu_info dt {
    font-size: 18px;
    font-weight: bold;
    padding: 13px 0 20px 50px;
  }

  .edu_info dd {
    padding: 0 0 0 50px;
    line-height: 26px;
    font-size: 110%;
  }

  .edu_info dt:after {
    top: 5px;
  }

  .edu_info dd:after {
    left: 0;
  }

  .smallleft,
  .bigright {
    float: none;
    width: 100%;
  }

  .nesProfile.withmargin {
    margin-top: 10px;
  }

  .topleftborder {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

/* voice
----------------------------------------------------*/
.singlevoicewrapper {
  border-left: 1px solid black;
  border-top: 1px solid black;
  margin-bottom: 60px;
}
.singlevoicewrapper .voiceheader {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.singlevoicewrapper .voiceheader td {
  color: white;
  font-size: 23px;
  line-height: 1.3em;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
  vertical-align: middle;
}

.singlevoicewrapper.shinkyuvoice .voiceheader td {
  background-color: #bb7a75;
}

.singlevoicewrapper.judovoice .voiceheader td {
  background-color: #53517f;
}

.singlevoicewrapper .voiceheader td.voicenumber {
  padding: 25px 15px;
  width: 45px;
  border-right: 1px solid white;
  text-align: center;
}

.singlevoicewrapper .voiceheader td.voicetitle {
  padding: 25px;
}

.singlevoicewrapper .voicecontent {
  padding: 25px;
}

.singlevoicewrapper .voicecontent .voiceleft {
  float: left;
  width: 40%;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

.singlevoicewrapper .voicecontent .voiceprofile {
  max-width: 100%;
}

.singlevoicewrapper .voicecontent .voicename {
  font-size: 30px;
  margin: 15px 0;
}

.singlevoicewrapper .voicecontent .voicename span {
  font-size: 20px;
  vertical-align: text-bottom;
}

.singlevoicewrapper .voicecontent .voicebio {
  font-size: 20px;
  line-height: 1.5em;
}

.singlevoicewrapper.shinkyuvoice .voicecontent .voicebio {
  color: #bb7a75;
}

.singlevoicewrapper.judovoice .voicecontent .voicebio {
  color: #53517f;
}

.singlevoicewrapper .voicecontent .voiceright {
  float: right;

  width: 55%;
}
.singlevoicewrapper .voicecontent .voicevideo {
  text-align: center;
  padding-top: 60px;
}

.singlevoicewrapper .voicecontent .voicevideo video {
  width: 600px;
  max-width: 100%;
}

/*池口追加*/
.newvoicewrapper {
}

.newvoicewrapper .voicecontent {
}

.newvoicewrapper .voicecontent .voiceleft {
  float: left;
  width: 40%;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HGS明朝E, "ＭＳ 明朝", "MS PMincho",
    serif;
}

.newvoicewrapper .voicecontent .voiceprofile {
  max-width: 100%;
}

.newvoicewrapper .voicecontent .voicename {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.newvoicewrapper .voicecontent .voicename span {
  font-size: 20px;
  vertical-align: text-bottom;
}

.newvoicewrapper .voicecontent .voicebio {
  font-size: 20px;
  line-height: 1.5em;
}

.newvoicewrapper.shinkyuvoice .voicecontent .voicebio {
  color: #bb7a75;
}

.newvoicewrapper.judovoice .voicecontent .voicebio {
  color: #53517f;
}

.newvoicewrapper .voicecontent .voiceright {
  float: right;

  width: 55%;
}
.newvoicewrapper .voicecontent .voicevideo {
  text-align: center;
  padding-top: 60px;
}

.newvoicewrapper .voicecontent .voicevideo video {
  width: 600px;
  max-width: 100%;
}
/*↑追加分*/
@media only screen and (max-width: 750px) {
  .singlevoicewrapper .voicecontent {
    padding: 15px;
  }

  .singlevoicewrapper .voicecontent .voiceleft {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .singlevoicewrapper .voicecontent .voicename {
    font-size: 20px;
    margin: 20px 0 10px;
  }

  .singlevoicewrapper .voicecontent .voicename span {
    font-size: 17px;
  }

  .singlevoicewrapper .voicecontent .voicebio {
    font-size: 17px;
  }

  .singlevoicewrapper .voicecontent .voiceright {
    float: none;

    width: 100%;
  }
  .singlevoicewrapper .voicecontent .voicevideo {
    text-align: center;
    padding-top: 30px;
  }
  /*池口追加分*/
  .newvoicewrapper .voicecontent {
    /*padding:15px;*/
  }

  .newvoicewrapper .voicecontent .voiceleft {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .newvoicewrapper .voicecontent .voicename {
    font-size: 20px;
    margin: 20px 0 10px;
  }

  .newvoicewrapper .voicecontent .voicename span {
    font-size: 17px;
  }

  .newvoicewrapper .voicecontent .voicebio {
    font-size: 17px;
  }

  .newvoicewrapper .voicecontent .voiceright {
    float: none;

    width: 100%;
  }
  .newvoicewrapper .voicecontent .voicevideo {
    text-align: center;
    padding-top: 30px;
  }
  /*↑ここまで*/
}

.lefticon {
  padding-left: 100px;
  position: relative;
}
.lefticon .theicon {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.lefticon .theicon.smaller {
  width: 60px;
  left: 10px;
}

@media only screen and (max-width: 750px) {
  .lefticon {
    padding-left: 70px;
  }
  .lefticon .theicon {
    width: 50px;
  }
  .lefticon .theicon.smaller {
    width: 40px;
    left: 10px;
  }
}

/* #about
----------------------------------------------------*/
.greenh6 {
  font-size: 14px;
  background: linear-gradient(315deg, transparent 10px, #009c43 10px);
  color: #fff;
  text-align: center;
  padding: 12px 12px 12px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}

.cornerbox {
  clear: both;
  width: 100%;
}

.cornerbox li {
  width: 48%;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 4%;
  margin-bottom: 40px;
}
.cornerbox li:nth-child(2n) {
  margin-right: 0;
}
.cornerbox li:nth-child(2n + 1) {
  clear: left;
}

.cornerbox li .cornerboxinner {
  padding-left: 20px;
  padding-top: 20px;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

.careerpictext {
  margin-bottom: 40px;
  position: relative;
  padding-left: 330px;
  min-height: 225px;
}

.careerpictext .leftpic {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.careerpictext2 {
  margin-bottom: 40px;
  position: relative;
  padding-right: 330px;
  min-height: 225px;
}

.careerpictext2 .rightpic {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
}

.careerpictext3 {
  margin-bottom: 40px;
  position: relative;
  padding-right: 230px;
  min-height: 225px;
}

.careerpictext3 .rightpic {
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.careerpictext3 .rightpic img {
  max-width: 100%;
}

.careerpictext4 {
  margin-bottom: 40px;
  position: relative;
  padding-left: 280px;
  min-height: 225px;
}

.careerpictext4 .leftpic {
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.careerpictext4 .leftpic img {
  max-width: 100%;
}

.biggertext {
  font-weight: bold;
  font-size: 20px;
}

.addborder {
  border: 1px solid black;
}

@media only screen and (min-width: 751px) {
  .pcmb30 .pageshalf {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .careerpictext3 .rightpic img.smaller {
    width: 200px;
  }

  .biggertext {
    font-size: 16px;
  }

  .cornerbox li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .careerpictext {
    padding-left: 0px;
    min-height: auto;
  }

  .careerpictext .leftpic {
    width: 500px;
    max-width: 100%;
    position: relative;
    margin: 0 auto 10px;
    display: block;
  }

  .careerpictext2 {
    padding-right: 0px;
    min-height: auto;
  }

  .careerpictext2 .rightpic {
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
    display: block;
  }

  .careerpictext3 {
    padding-right: 0px;
    min-height: auto;
  }

  .careerpictext3 .rightpic {
    width: 500px;
    max-width: 100%;
    position: relative;
    margin: 0 auto 10px;
    display: block;
  }

  .careerpictext4 {
    padding-left: 0px;
    min-height: auto;
  }

  .careerpictext4 .leftpic {
    width: 500px;
    max-width: 100%;
    position: relative;
    margin: 0 auto 20px;
    display: block;
  }
}

/* #students
----------------------------------------------------*/

.halfbutton {
  width: 49.5%;
  float: left;
  margin-right: 1%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 10px;
  color: white;
  cursor: pointer;
}

.halfbutton:nth-child(2n) {
  margin-right: 0;
}

.quarterbuttonwrapper {
  white-space: nowrap;
}

.quartertablething {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
}

.quarterbutton {
  width: 24%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 5px 10px;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 20px;
  position: relative;
  vertical-align: middle;
}

.quartermargin {
  width: 1.3%;
}

.quarterbutton:nth-child(4n) {
  margin-right: 0;
}

.quarterbutton.orange div {
  -moz-transform: scale(0.8, 1); /* Firefox */
  -webkit-transform: scale(0.8, 1); /* Chrome,Safari */
  -o-transform: scale(0.8, 1); /* Opera */
  -ms-transform: scale(0.8, 1); /* IE */
  transform: scale(0.8, 1); /* CSS3 */
  width: 120%;
  position: relative;
  left: -10%;
}

.halfbutton.red {
  background-color: #f74e47;
}
.halfbutton.blue {
  background-color: #305198;
}
.quarterbutton.lightblue {
  background-color: #1282c4;
}
.quarterbutton.pink {
  background-color: #f7827d;
}
.quarterbutton.green {
  background-color: #53b70e;
}
.quarterbutton.orange {
  background-color: #ff811e;
}
.quarterbutton.darkpink {
  background-color: #bb7a75;
}
.quarterbutton.darkblue {
  background-color: #53517f;
}

.redbluewrapper.red {
  border-bottom: 5px solid #f74e47;
}
.redbluewrapper.blue {
  border-bottom: 5px solid #305198;
}
.redbluewrapper.lightblue {
  border-bottom: 5px solid #1282c4;
}
.redbluewrapper.pink {
  border-bottom: 5px solid #f7827d;
}
.redbluewrapper.green {
  border-bottom: 5px solid #53b70e;
}
.redbluewrapper.orange {
  border-bottom: 5px solid #ff811e;
}
.redbluewrapper.darkpink {
  border-bottom: 5px solid #bb7a75;
}
.redbluewrapper.darkblue {
  border-bottom: 5px solid #53517f;
}

#redwrapper,
#bluewrapper,
#lightbluewrapper,
#pinkwrapper,
#greenwrapper,
#orangewrapper,
#darkpinkwrapper,
#darkbluewrapper {
  display: none;
}

#redwrapper.show,
#bluewrapper.show,
#lightbluewrapper.show,
#pinkwrapper.show,
#greenwrapper.show,
#orangewrapper.show,
#darkpinkwrapper.show,
#darkbluewrapper.show {
  display: block;
}

@media screen and (max-width: 750px) {
  .quarterbutton {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 5px 5px;
  }
}

@media screen and (max-width: 550px) {
  .quarterbutton {
    font-size: 10px;
    padding: 10px 5px;
  }
  .bitbigger .quarterbutton {
    font-size: 12px;
    padding: 10px 2px;
  }
}

/* #club
----------------------------------------------------*/

.clubtable {
  width: 100%;
}
.clubtable .clubtd {
  width: 50%;
  vertical-align: top;
  padding-bottom: 10px;
}
.clubtable .clubtd.vertbottom {
  vertical-align: bottom;
}
.clubtable .clubtd.rightpadding {
  padding-right: 30px;
}

.clubinfotable {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 100%;
}

.clubinfotable td {
  border-top: 1px dotted black;
  border-right: 1px dotted black;
  padding: 15px 20px;
  vertical-align: middle;
  line-height: 1.5em;
}

.clubinfotable td:last-child {
  border-right: none;
}

.clubinfotable td:first-child {
  white-space: nowrap;
}

.cocokaratable {
  width: 100%;
  font-size: 16px;
}

.cocokaratable td {
  border-top: 1px dotted black;
  border-right: 1px dotted black;
  padding: 15px 20px;
  vertical-align: middle;
  line-height: 1.5em;
}

.cocokaratable td.notopborder {
  border-top: none;
}

.cocokaratable td:last-child {
  border-right: none;
}

.cocokaratable td:first-child {
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .clubtable,
  .clubtable .clubtr,
  .clubtable .clubtd {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .clubtable .clubtd.rightpadding {
    padding-right: 0;
  }

  .cocokaratable {
    font-size: 14px;
  }
}

.radionext {
  text-align: center;
  margin: 50px 0;
}
.radionext a {
  text-align: center;
  margin: 0 20px;
  padding: 20px 15px;
  border: 1px solid #02913a;
  color: #02913a;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.radionext a.nextpostslink svg {
  margin-left: 20px;
}

.radionext a.previouspostslink svg {
  margin-right: 20px;
}

@media only screen and (max-width: 750px) {
  .radionext a {
    padding: 20px 5px;
    font-size: 14px;
    margin: 0 5px;
  }
  .radionext a.nextpostslink svg {
    margin-left: 10px;
  }

  .radionext a.previouspostslink svg {
    margin-right: 10px;
  }
}

/* #rinktasu
----------------------------------------------------*/
.rinktasuwrapper {
  background-color: #edebe6;
  padding: 25px;
  margin-bottom: 30px;
}

.rinkatsuhalfsmall {
  width: 42%;
  text-align: center;
}
.rinkatsuhalfsmall img {
  max-width: 100%;
}

.rinkatsuhalfbig {
  width: 55%;
}

.rinkatsuleft {
  float: left;
}

.rinkatsuright {
  float: right;
}

@media only screen and (max-width: 750px) {
  .rinkatsuhalfsmall {
    width: 100%;
    margin-bottom: 10px;
  }

  .rinkatsuhalfbig {
    width: 100%;
  }

  .rinkatsuleft {
    float: none;
  }

  .rinkatsuright {
    float: none;
  }
}

.news_row {
  border-bottom: dotted #797979 1px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news_row .news_date {
  float: left;
  width: 100px;
  padding-left: 5px;
  line-height: 30px;
}
.news_row .news_date svg {
  margin-right: 5px;
  color: #bebebe;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.news_row .students_news_cat {
  float: left;
  width: 110px;
  line-height: 30px;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 15px;
}
.news_row .students_news_cat.shinkyucat {
  background-color: #e4ccca;
}
.news_row .students_news_cat.judocat {
  background-color: #bebdce;
}
.news_row .students_news_cat.bothcat {
  background-color: #dcfac6;
}
.news_row .news_ttl {
  float: left;
  padding-left: 0;
  padding-top: 5px;
  line-height: 1.5em;
}

/* #container
----------------------------------------------------*/
#container {
  width: 100%;
}
#container .mv {
  margin: 0px auto;
  text-align: center;
}
#container .mv img {
  width: 100%;
  height: auto;
}
#container .mv.sp img {
  margin-bottom: 10px;
}

#container ul {
  list-style-type: none;
}

#containerIn main .breadcrumbBox {
  margin-top: 20px;
  margin-bottom: 20px;
}
#containerIn main .breadcrumbBox ul li {
  display: inline;
  text-decoration: none;
}
#containerIn main .breadcrumbBox ul li a {
  display: inline;
  text-decoration: none;
}

.contactMainBox {
  margin-bottom: 5%;
}
.contactMainBox ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px;
}

.contactMainBox ul li:last-child {
  margin-right: 0px;
}

/* 各ページのカテゴリTOP
----------------------------------------------------*/

#mainSchoolguide .mainBox02 .siteTtl05,
#mainCampus .mainBox02 .siteTtl05,
#mainAdmission .mainBox02 .siteTtl05,
#mainDepartment .mainBox02 .siteTtl05,
#mainGraduate .mainBox02 .siteTtl05,
#mainEvents .mainBox02 .siteTtl05 {
  font-size: 170%;
  margin-bottom: 3%;
  font-weight: normal;
}
#mainSchoolguide .mainBox02 .siteTtl05 {
  border-bottom: 2px solid #44babc;
  color: #44babc;
}
#mainDepartment .mainBox02 .siteTtl05 {
  border-bottom: 2px solid #e85498;
  color: #e85498;
}
#mainAdmission .mainBox02 .siteTtl05 {
  border-bottom: 2px solid #f18f27;
  color: #f18f27;
}
#mainCampus .mainBox02 .siteTtl05 {
  border-bottom: 2px solid #51a2d1;
  color: #51a2d1;
}
#mainGraduate .mainBox02 .siteTtl05 {
  border-bottom: 2px solid #ef8a99;
  color: #ef8a99;
}
#mainEvents .mainBox02 .siteTtl05 {
  border-bottom: 2px solid #eb6154;
  color: #eb6154;
}

/*----フロートボックス2カラム
------380-300--------------*/

.mainBox .flotBox01 {
  box-sizing: border-box;
  margin-bottom: 45px;
  overflow: hidden;
}
.mainBox .flotBox01 .left {
  float: left;
  width: 380px;
}
.mainBox .flotBox01 .right {
  float: right;
  width: 300px;
}

/*----フロートボックス2カラム
------310-360--------------*/

.mainBox .flotBox02 {
  box-sizing: border-box;
  overflow: hidden;
}
.mainBox .flotBox02 .left {
  float: left;
  width: 310px;
}
.mainBox .flotBox02 .right {
  float: right;
  width: 360px;
}

.mainBox .flotBox02In {
  overflow: hidden;
}

.mainBox .flotBox02In .left2 {
  float: left;
  width: 150px;
}
.mainBox .flotBox02In .right2 {
  float: right;
  width: 150px;
}

/*----フロートボックス2カラム
------335-335--------------*/

.mainBox .flotBox03 {
  box-sizing: border-box;
  overflow: hidden;
}
.mainBox .flotBox03 .left {
  float: left;
  width: 335px;
}
.mainBox .flotBox03 .right {
  float: right;
  width: 335px;
}
/*----フロートボックス2カラム
------200-470--------------*/

.mainBox .flotBox04 {
  box-sizing: border-box;
  overflow: hidden;
}
.mainBox .flotBox04 .left {
  float: left;
  width: 200px;
}
.mainBox .flotBox04 .right {
  float: right;
  width: 470px;
}
/*----フロートボックス2カラム
------305-305--------------*/

.mainBox .flotBox05 {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0px 30px 30px;
}
.mainBox .flotBox05 .left {
  float: left;
  width: 305px;
}
.mainBox .flotBox05 .right {
  float: right;
  width: 305px;
}

/*----フロートボックス3カラム
------310-360--------------*/

.mainBox .flotBox06 {
  box-sizing: border-box;
  overflow: hidden;
}
.mainBox .flotBox06In {
  float: left;
  width: 280px;
  margin-right: 42px;
}

.mainBox .flotBox06In:nth-child(3) {
  margin-right: 0px;
}

/*----フロートボックス2カラム
------450-190--------------*/

.mainBox .flotBox07 {
  box-sizing: border-box;
  overflow: hidden;
}
.mainBox .flotBox07 .left {
  float: left;
  width: 48%;
}
.mainBox .flotBox07 .right {
  float: right;
  width: 48%;
}

/*▲フロートボックスここまで*/

.mainBox .flowBox {
  font-size: 92%;
  margin-bottom: 4%;
}

.mainBox02 .box2cal .box2calTxt {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

/*--------------- テーブル ---------------*/
table tr.even th,
table tr.even td,
table th.even,
table td.even {
  background-color: #f4f5f1;
}

/*--------------- テーブル（table01：theadのthの背景がグレーのtable） ---------------*/

/* .sidebar
----------------------------------------------------*/
.sidebar {
  width: 220px;
  float: left;
  /*position: fixed;*/
  top: 60px;
  /* 	margin-top: -50px; */
  position: relative;
  background: #fff;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px #ccc;
  -moz-box-shadow: 0px 0px 8px #ccc;
  box-shadow: 0px 0px 8px #ccc;
}
.sidebarFixed {
  position: fixed;
  top: 25%;
}

/* footer
----------------------------------------------------*/

footer {
  background: #258d3a;
  width: 100%;
  clear: both;
}
.footerIn {
  margin: 0px auto;
  width: 1000px;
  text-align: center;
  padding-top: 2.8%;
  padding-bottom: 2.8%;
}
.footerIn ul {
  list-style-type: none;
}

.footerSnsBtn {
  margin: 0% 2% 2.8%;
}

.footerSnsBox {
  background: #fff;
  padding-top: 6px;
  padding-bottom: 7px;
  width: 330px /*33%*/;
  margin: 0px auto 2.8%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.footerSnsBox ul li {
  display: inline-block;
}
.footerLink ul {
  margin-bottom: 1.5%;
}

.footerLink ul li {
  display: inline-block;
  margin-left: 3%;
}

.footerLink ul li a {
  background: url(../img/share/f_icon01.png) no-repeat left 0.2em;
  padding-left: 12px;
  font-size: 90%;
  color: #fff;
  text-decoration: none;
}
.footerBnr {
  margin-bottom: 2%;
}
.footerBnr ul li {
  display: inline;
  margin-right: 1%;
}

.footerBnr ul li:last-child {
  margin-right: 0;
}
.footerIn .footerLogo {
  margin-bottom: 2%;
}
.footerIn .copyright {
  color: #fff;
  font-size: 110%;
}

/*
----------------------------------------------------*/
@media only screen and (max-width: 750px) {
  aside,
  .sidebar {
    display: none;
  }

  #containerIn main h3 {
    width: 100%;
  }
  table.spFont80 {
    font-size: 80%;
  }
  table.table01 th,
  table.table01 td {
    padding: 5px 1px;
  }

  .mainBox .flotBox01 .right p {
    text-align: center;
    margin-bottom: 2%;
  }
  .mainBox .flotBox01 .left {
    float: none;
    width: 100%;
  }
  .mainBox .flotBox01 .right {
    float: none;
    width: 100%;
  }

  /*----フロートボックス2カラム
	------335-335--------------*/

  .mainBox .flotBox03 .left {
    float: none;
    width: 100%;
    /*text-align: center;*/
  }
  .mainBox .flotBox03 .right {
    float: none;
    width: 100%;
    /*text-align: center;*/
  }

  /*----フロートボックス3カラム
	------220------------------*/

  /*.mainBox .flotBox06In {
	float: none;
	width: 100%;
		margin-right: 10px;
		margin-bottom: 5%;
	}*/

  .flowBox .flowBoxIn {
    margin-bottom: 1%;
  }

  .flowBox .flowBoxIn .left {
    max-width: 100%;
    width: 300px;
    float: none;
    text-align: center;
    margin: 10px auto;
  }

  .flowBox .flowBoxIn .right {
    width: 100%;
    padding: 9px 1%;
    float: none;
  }
  /*.flowBox .flowBoxIn .left p:nth-child(2) {
		display:none;
	}*/

  .flowBox .flowBoxIn .left .littletext {
    bottom: 10px;
  }

  #containerIn main .breadcrumbBox {
    margin-top: 2%;
    margin-bottom: 1%;
    font-size: 90%;
    margin-left: 2%;
  }

  .contactMainBox ul li {
    width: 100%;
    text-align: center;
  }
  .footerLink,
  .footerBnr {
    display: none;
  }

  /*.footerLink ul li {
		margin-bottom: 2%;
	}*/
  .footerIn .footerLogo {
    margin-right: auto;
    margin-left: auto;
  }
  .footerIn .footerLogo img {
    width: 50%;
    height: auto;
  }
  footer p.copyright small {
    font-size: 70%;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 500px) {
  #container h3.siteTtl03 img {
    width: 76%;
  }

  #container h3.siteTtl03 a {
    margin-top: 1%;
  }

  /*----フロートボックス2カラム
	------310-360--------------*/

  .mainBox .flotBox02 .left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .mainBox .flotBox02 .right {
    width: 100%;
    float: none;
  }
  .mainBox .flotBox02In .left2 {
    float: left;
    width: 49%;
    text-align: center;
  }
  .mainBox .flotBox02In .right2 {
    width: 49%;
    text-align: center;
  }

  .footerSnsBox {
    width: 95%;
  }
  .footerSnsBox h4 {
    margin: 0px auto 1%;
  }
  .footerSnsBox ul li {
    width: 31%;
  }
  /*----フロートボックス2カラム
	------200-470--------------*/

  .mainBox .flotBox04 .left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .mainBox .flotBox04 .right {
    width: 100%;
    float: none;
  }
  /*----フロートボックス2カラム
	------450-190--------------*/

  .mainBox .flotBox07 .left {
    width: 100%;
    float: none;
  }
  .mainBox .flotBox07 .right {
    width: 100%;
    float: none;
  }
}

#containerIn {
  min-height: 720px;
}

.scroll-box2.withpic {
  padding: 0px 0 20px;
}
.scroll-box2.withpic img {
  max-width: 100%;
}

@media only screen and (max-width: 750px) {
  .scroll-box2.withpic img {
    max-width: 800px !important;
  }
}

/****************************
スポーツ臨床
****************************/

.sr {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
  padding-bottom: 80px;
}

@media only screen and (min-width: 751px) {
  .sr-sponly {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .sr-pconly {
    display: none;
  }
}

.sr-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.sr-top-img {
  width: 38%;
}

@media only screen and (max-width: 750px) {
  .sr-top {
    margin-top: 30px;
  }

  .sr-top-img {
    width: 100%;
    margin-top: 20px;
  }
}

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

.sr-txt {
  font-size: 15px;
}

.sr-top-txt {
  width: 58%;
}

@media only screen and (max-width: 750px) {
  .sr-top-txt {
    width: 100%;
    margin-top: 5px;
  }
}

.sr-top-txt-sm {
  color: #03913b;
  font-weight: bold;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
}

.sr-top-txt-lg {
  color: #53b70e;
  font-size: 25px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  margin-top: 15px;
}

.sr-intro {
  margin-top: 100px;
}

@media only screen and (max-width: 750px) {
  .sr-intro {
    margin-top: 60px;
  }
}

.sr-intro-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sr-intro-list li + li {
  margin-top: 40px;
}

.sr-intro-img {
  width: 38%;
}

@media only screen and (max-width: 750px) {
  .sr-intro-img {
    width: 100%;
  }
}

.sr-intro-img img {
  width: 100%;
  height: auto;
}

.sr-mt {
  margin-top: 15px;
}

.sr-intro-txt {
  width: 58%;
}

@media only screen and (max-width: 750px) {
  .sr-intro-txt {
    width: 100%;
    margin-top: 20px;
  }
}

.sr-ev {
  margin-top: 100px;
}

@media only screen and (max-width: 750px) {
  .sr-ev {
    margin-top: 60px;
  }
}

.sr-tag {
  margin-top: 40px;
}

.sr-tag-guide {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
}

@media only screen and (max-width: 750px) {
  .sr-tag-guide {
    font-size: 15px;
  }
}

.sr-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.list_item {
  background-color: #ecebeb;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  padding: 10px 15px 10px 12px;
}

@media only screen and (max-width: 750px) {
  .list_item {
    width: 80%;
    margin: 0 auto;
  }
}

.list_item:not(:first-child) {
  margin-left: 15px;
}

@media only screen and (max-width: 750px) {
  .list_item:not(:first-child) {
    margin: 15px auto 0;
  }
}

.list_item span {
  font-size: 17px;
  font-weight: bold;
}

.list_item span img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

.tag-op {
  display: none;
}

.sr-head {
  background-color: #03913b;
  color: white;
  font-weight: bold;
  font-size: 26px;
  padding: 10px 15px 10px 30px;
  display: block;
  line-height: 1.7;
}

@media only screen and (max-width: 750px) {
  .sr-head {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.sr-head span {
  padding-left: 23px;
  position: relative;
}

.sr-head span:before {
  background-color: #53b70e;
  border-radius: 5px;
  content: "";
  display: block;
  width: 6px;
  height: 26px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 750px) {
  .sr-head span {
    padding-left: 15px;
  }

  .sr-head span:before {
    width: 5px;
    height: 18px;
  }
}

.sr-box {
  margin-top: 80px;
}

@media only screen and (max-width: 750px) {
  .sr-box {
    margin-top: 50px;
  }
}

.sr-box-list + .sr-box-list {
  margin-top: 50px;
}

@media only screen and (max-width: 750px) {
  .sr-box-list + .sr-box-list {
    margin-top: 30px;
  }
}

.sr-box-main {
  padding: 20px 30px 30px;
  background-color: #edebe6;
}

@media only screen and (max-width: 750px) {
  .sr-box-main {
    padding: 20px;
  }
}

.sr-box-icon {
  display: flex;
}

@media only screen and (max-width: 750px) {
  .sr-box-icon {
    justify-content: center;
  }
}

.sr-box-icon li {
  margin: 0 10px;
}

.sr-box-icon li img {
  width: 63px;
  height: auto;
}

.sr-box-txt {
  margin-top: 15px;
}

.sr-box-img {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .sr-box-img {
    margin-top: 25px;
  }
}

.sr-box-img-wrap {
  width: 48%;
}

@media only screen and (max-width: 750px) {
  .sr-box-img-wrap {
    width: 100%;
  }

  .sr-box-img-wrap + .sr-box-img-wrap {
    margin-top: 20px;
  }
}

.sr-box-img-wrap img {
  width: 100%;
  height: auto;
}

.sr-links {
  margin-top: 100px;
}

@media only screen and (max-width: 750px) {
  .sr-links {
    margin-top: 60px;
  }
}

.sr-links-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sr-btn {
  width: 47%;
}

@media only screen and (max-width: 750px) {
  .sr-btn {
    width: 100%;
  }
}

.sr-links-txt {
  text-align: left;
  padding-left: 15px;
  color: #03913b;
  font-weight: bold;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
}

@media only screen and (max-width: 750px) {
  .sr-links-txt {
    font-size: 14px;
    padding-left: 5px;
  }
}
/* 改行用_class */
@media (max-width: 991px) {
  .sp-br::before {
    content: "\A";
    white-space: pre;
  }
}
@media (min-width: 992px) {
  .pc-br::before {
    content: "\A";
    white-space: pre;
  }
}

/*211211追加*/
.page-id-8366 .timmt0 .greentext {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka,
    sans-serif;
  letter-spacing: 0;
}
.page-id-24 .tableofcontents .tableofcontentsinner ul li {
  padding-left: 20px;
}
.page-id-24 .tableofcontents .tableofcontentsinner ul li svg {
  top: 3px;
}
.page-id-24 .svg-inline--fa.fa-w-16 {
  width: 16px;
  height: 16px;
}
.page-id-41 .tableofcontents .tableofcontentsinner ul li {
  padding-left: 20px;
}
.page-id-41 .tableofcontents .tableofcontentsinner ul li svg {
  top: 3px;
}
.page-id-41 .svg-inline--fa.fa-w-16 {
  width: 16px;
  height: 16px;
}
.page-id-39 .questionwrapper {
  padding: 5px 50px 20px 53px;
}

.flow-bt {
  border: 5px solid #03913b;
  text-align: center;
  padding: 20px 0;
  color: #03913b;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.flow-bt .note {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #f01919;
  transform: translateY(-50%);
}
.flow-bt .note.top-right {
  transform: translate(0, 0);
  top: 5px;
  right: 5px;
}
.flow-bt .note span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}
/* ADD_20250308 */
.add-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.add-indent2 {
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.add-frame {
  padding: 0.5rem;
  font-style: normal;
  border: 2px solid #258e57;
  margin-right: 1rem;
}
.add-bold {
  font-weight: bold;
  font-style: normal;
}
.add-right {
  text-align: right;
}
.add-center {
  text-align: center;
}
.add-color {
  color: #258e57;
}
.add-kome {
  font-size: 0.75em;
  vertical-align: top;
}
.add-table_td {
  width: 40%;
}
@media only screen and (max-width: 750px) {
  table.table01.add-table td {
    padding: 8px;
  }
}
/* ADD_20250521 */
.add-frame__btn {
  width: 60%;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 750px) {
  .add-frame__btn {
    width: 100%;
    margin: 0 auto;
  }
}

/* ADD_20250718 */
.add-gallery {
  margin-top: 2rem;
}
.add-gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.add-gallery__item {
  flex: 1 1 calc(25% - 18px * 0.75); /* gapの分を引いた幅調整 */
  max-width: calc(25% - 18px * 0.75);
}

.add-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.add-license {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem; /* 20px */
  margin: 4rem 0; /* 40px */
}

.add-license__content {
  flex: 1 1 50%;
  line-height: 1.8;
}

.add-license__content p {
  margin-bottom: 1.5rem;
}

.add-license__link a {
  color: #62a8df;
  text-decoration: underline;
  font-weight: bold;
}

.add-license__image {
  flex: 1 1 40%;
  max-width: 480px;
}

.add-license__image img {
  width: 100%;
  height: auto;
  display: block;
}
.add-training {
  clear: both;
  padding-top: 2rem;
}
.add-training__top {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4rem;
}

.add-training__text {
  flex: 1 1 55%;
  line-height: 1.8;
}

.add-training__title {
  font-size: 2rem;
  font-weight: bold;
  color: #009c43;
  margin-bottom: 1rem;
}

.add-training__text em {
  font-weight: bold;
  display: inline-block;
  margin: 1.5rem 0 1rem;
  font-style: normal;
}

.add-training__image {
  flex: 1 1 40%;
  max-width: 48rem;
}

.add-training__image img {
  width: 100%;
  height: auto;
  display: block;
}

.add-training__list-wrap {
  margin-top: 3rem;
}

.add-training__year {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.add-training__list {
  columns: 2;
  column-gap: 2rem;
  list-style: none;
  padding-left: 0;
}

.add-training__list li {
  position: relative;
  padding-left: 1.5em; /* マーカー分の余白 */
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  break-inside: avoid;
  text-indent: 0;
}

.add-training__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #009c43; /* お好みの色に変更可能 */
  font-size: 1.6rem;
  line-height: 1.4;
}
.add-career {
  clear: both;
  padding-top: 4rem;
}

.add-career__title {
  font-size: 2rem;
  font-weight: bold;
  color: #009c43;
  margin-bottom: 1rem;
}

.add-career__top {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4rem;
}

.add-career__text {
  flex: 1 1 55%;
  line-height: 1.8;
}

.add-career__subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.add-career__list {
  list-style: none;
  padding-left: 0;
  columns: 1;
}

.add-career__list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}

.add-career__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #009c43;
  font-size: 1.6rem;
  line-height: 1.4;
}

.add-career__image {
  flex: 1 1 40%;
  max-width: 48rem;
}

.add-career__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 740px) {
  .add-gallery__item {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
  .add-license__content {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .add-license__image {
    flex: 1 1 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .add-training__top {
    flex-direction: column;
  }

  .add-training__image {
    max-width: 100%;
  }

  .add-training__list {
    columns: 1;
  }
  .add-training__title {
    font-size: 1.7rem;
  }
  .add-training__year {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .add-career__top {
    flex-direction: column;
  }

  .add-career__image {
    max-width: 100%;
  }

  .add-career__title {
    font-size: 1.7rem;
  }

  .add-career__subtitle {
    font-size: 1.5rem;
  }
  .add-training__list li {
    font-size: 1.4rem;
  }
  .add-training__list li::before {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .add-career__list li {
    font-size: 1.4rem;
  }
  .add-career__list li::before {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .add-gallery__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .add-license {
    gap: 1.6rem; /* 16px */
    margin: 2rem 0;
  }
  .add-license__content {
    font-size: 1.5rem; /* 15px */
  }

  .add-license__link a {
    font-size: 1.4rem; /* 14px */
  }
  .add-training__top {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .add-career__subtitle {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .add-career__top {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}

.border {
  border: 1px solid #000;
}