@charset "UTF-8";
#breadcrumb {
  max-width: 1400px;
  margin: 20px auto 15px auto; }
  @media only screen and (max-width: 960px) {
    #breadcrumb {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 10px;
      margin-bottom: 10px; } }
  #breadcrumb li {
    display: inline-block; }
    @media only screen and (max-width: 960px) {
      #breadcrumb li {
        font-size: 12px; } }
    #breadcrumb li a {
      color: #000;
      text-decoration: underline;
      display: block;
      padding-right: 20px;
      margin-right: 15px;
      position: relative; }
      @media only screen and (max-width: 960px) {
        #breadcrumb li a {
          padding-right: 10px;
          margin-right: 5px; } }
      #breadcrumb li a:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-right: 1px #000 solid;
        border-bottom: 1px #000 solid;
        transform: rotate(-45deg);
        position: absolute;
        right: 0;
        top: 6px; }
        @media only screen and (max-width: 960px) {
          #breadcrumb li a:before {
            width: 6px;
            height: 6px;
            top: 8px; } }

main {
  position: relative; }
  main a {
    color: #007caa; }
  @media only screen and (max-width: 960px) {
    main {
      background-color: #e7f8fb; } }
  main:before {
    content: "";
    display: block;
    width: 704px;
    height: 100%;
    position: absolute;
    left: calc(50% - 352px);
    top: 0;
    background-color: #e7f8fb;
    z-index: 0; }
    @media only screen and (max-width: 960px) {
      main:before {
        display: none; } }
  main section {
    position: relative;
    z-index: 1;
    font-size: 18px; }
    @media only screen and (max-width: 960px) {
      main section {
        font-size: 15px; } }
    main section .container {
      max-width: 1354px; }
    main section h2 {
      font-size: 30px;
      position: relative;
      padding-bottom: 60px;
      margin-bottom: 46px; }
      @media only screen and (max-width: 960px) {
        main section h2 {
          margin-bottom: 26px;
          font-size: 24px; } }
      main section h2:before {
        content: "";
        display: block;
        width: 2px;
        height: 32px;
        background-color: #3d3d3d;
        position: absolute;
        left: calc(50% - 1px);
        bottom: 0; }
      main section h2.min small {
        display: block;
        font-size: 13px;
        margin-top: 20px; }
    @media only screen and (max-width: 960px) {
      main section h2 + p {
        margin-top: 24px; } }
    main section h3 {
      font-weight: normal;
      font-size: 24px;
      margin-bottom: 18px; }
      main section h3.title02 {
        font-size: 20px;
        margin-bottom: 10px; }
/*220329 書き換え*/
    main section h2 + p,
main section h3 + p:not(.acctit) {
	overflow: hidden;
	margin-bottom: 30px; }
    main section .block {
      margin-top: 60px; }
      main section .block:nth-child(n + 1) {
        margin-top: 20px; }
    @media only screen and (max-width: 960px) {
      main section .flex > div > h3 {
        margin-top: 30px; } }
    @media only screen and (max-width: 960px) {
      main section .flex > div:first-child > h3 {
        margin-top: 0px; } }
    main section .flex > div.ict-fluid h4 {
      font-weight: 600;
      margin-bottom: 30px; }
    main section .flex > div .ict-link {
      margin-top: 40px;
      margin-bottom: 20px; }
    @media only screen and (max-width: 960px) {
      main section .flex > div .pc-only {
        display: none; } }
  main > section:first-child {
    padding-top: 43px; }
  main > section:last-child {
    padding-bottom: 180px; }
    @media only screen and (max-width: 960px) {
      main > section:last-child {
        padding-bottom: 80px; } }

.btn {
  margin-bottom: 15px; }
  .btn a {
    background-color: #1bb8ce;
    color: #fff;
    padding: 25px;
    text-align: center;
    display: block;
    line-height: 1.3;
    position: relative; }
    .btn a:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: 1px #fff solid;
      border-right: 1px #fff solid;
      transform: rotate(-45deg);
      position: absolute;
      right: 17px;
      top: 42%; }

.teaching,
.acctit {
  margin-top: 16px;
  border: 1px #000 solid;
  padding: 15px;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  position: relative;
  cursor: pointer; }
  .teaching:before,
  .acctit:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px #000 solid;
    border-right: 1px #000 solid;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 34%;
    transition: .3s; }
  .teaching:after,
  .acctit:after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #919191;
    position: absolute;
    top: 6px;
    right: 46px; }
  .teaching.open:before,
  .acctit.open:before {
    transform: rotate(225deg);
    top: 45%; }

.teaching {
  padding: 0; }
  .teaching a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 15px; }
  .teaching:before {
    transform: rotate(-45deg);
    top: 40%; }

.accodion {
  border: 1px #000 solid;
  border-top: none;
  background-color: #fff;
  padding: 30px 30px 0 30px;
  display: none; }
  .accodion.book_genre_list > .flex > div {
    text-align: center; }
    
.flex-box {
    display: flex;
    align-items: center;
}
.flex-box-item:first-child {
    padding-right: 1em;
}
.flex-box-item:last-child {
    padding-bottom: 1em;
    font-size: 90%;
}
    @media only screen and (max-width: 960px) {
.flex-box-item:first-child {
    width: 3em;        padding: 0;
}
.flex-box-item:last-child {
line-height: 1.1em; padding: 0 0 1em 0; font-size: small;
}    
    
    
      .accodion.book_genre_list > .flex > div {
        width: 50%; } }
  .accodion.book_genre_list figure {
    display: inline-block; }
    .accodion.book_genre_list figure img {
      max-width: 74px; }
  .accodion.book_genre_list a {
    display: inline-block;
    color: #3d3d3d;
    text-align: center; }
    .accodion.book_genre_list a p {
      font-size: 16px;
      margin-bottom: 40px; }

.backnumber_link {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: right; }
  .backnumber_link a {
    color: #3d3d3d;
    position: relative;
    display: inline-block;
    padding-right: 24px; }
    .backnumber_link a:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: 1px #000 solid;
      border-right: 1px #000 solid;
      transform: rotate(-45deg);
      position: absolute;
      right: 0px;
      top: 30%;
      transition: .3s; }
    .backnumber_link a:hover {
      color: #1bb8ce; }

.shadow_box {
  background-color: #fff;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 36px 20px 36px; }
  @media only screen and (max-width: 960px) {
    .shadow_box {
      padding: 15px; } }
  .shadow_box a {
    display: block;
    color: #3d3d3d;
    padding: 15px 0; }
    .shadow_box a:hover {
      color: #1bb8ce; }
    @media only screen and (max-width: 960px) {
      .shadow_box a {
        padding: 5px 0; } }

.days_list p {
  margin-bottom: 10px; }
.days_list a {
  display: inline;
  color: #007caa;
  text-decoration: underline; }

#under_news dl {
  background-color: #fff;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.06);
  padding: 36px;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 960px) {
    #under_news dl {
      padding: 15px; } }
  #under_news dl dt {
    width: 10%;
    padding-bottom: 10px; }
    @media only screen and (max-width: 960px) {
      #under_news dl dt {
        width: 100%;
        padding-bottom: 0; } }
  #under_news dl dd {
    width: 90%; }
    @media only screen and (max-width: 960px) {
      #under_news dl dd {
        width: 100%;
        padding-bottom: 10px;
        line-height: 150%; } }
    #under_news dl dd a {
      color: #000; }

/* 商業ページ上部バナー */
#page_top_banner {
  text-align: center; }

/* 画像左寄せ */
.figR {
  float: right;
  margin: 0 0 20px 20px !important; }

/* 教科書　下層ページ見出し用 */
h1.title04 {
  margin-bottom: 10px; }

/* フォント関連 */
.red {
  color: #ff0000; }

p.center {
  text-align: center; }

/* テーブルパーツ */
table.frameline {
  width: 100%; }
  table.frameline th, table.frameline td {
    border: 1px #ccc solid;
    padding: 15px;
    background-color: #fff; }
    @media only screen and (max-width: 960px) {
      table.frameline th, table.frameline td {
        font-size: 13px;
        line-height: 1.5;
        word-break: break-all; } }
  table.frameline tr.bgGray td {
    background-color: #f8f8f8; }
  table.frameline01 td.bgGray{
    background-color: #f8f8f8; }
  table.even-f-table tr:nth-child(2n) td  {
    background-color: #f8f8f8; }
  table.even-f-table tr td:nth-child(1)  {width: 15%;text-align: center;}
  table.even-f-table tr td:nth-child(2)  {width: 55%;}
  table.even-f-table tr td:nth-child(3) {width: 10%;text-align: end;}
table.even-f-table tr td:nth-child(4)  {width: 10%;text-align: center;}
table.even-f-table sup  {vertical-align: super; /*テキストを上付きに*/
font-size: 0.6em; /*テキストを小さく*/}
  table.frameline th {
    background-color: #f8f8f8;
    text-align: left;
    vertical-align: middle;
    font-weight: normal; }

@media only screen and (max-width: 960px) {
  table.spRowframeline {
    border-bottom: 1px #ccc solid; }
    table.spRowframeline th, table.spRowframeline td {
      display: block;
      width: 100%; }
    table.spRowframeline th {
      background-color: #f8f8f8;
      border-bottom: none; }
    table.spRowframeline td {
      border-bottom: none; }
      table.spRowframeline td.inputStyle3 input[type=text] {
        width: 30%;
        margin-bottom: 5px; }
      table.spRowframeline td.textareaStyle1 textarea {
        width: 100%; }
    table.spRowframeline input[type=text] {
      max-width: 100%;
      padding: 3px; } }

table.frameline01 {
  border-collapse: collapse; }
  table.frameline01 th, table.frameline01 td {
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 8px;
    vertical-align: middle; }
    @media only screen and (max-width: 960px) {
      table.frameline01 th, table.frameline01 td {
        font-size: 12px; } }
  table.frameline01 th {
    vertical-align: middle; }
    @media only screen and (max-width: 960px) {
      table.frameline01 th {
        line-height: 140%; } }
  table.frameline01 .bgYellow {
    background-color: #FFFAC6; }
  table.frameline01 .bgOrange {
    background-color: #FFEFCF; }
  table.frameline01 .bgGray th, table.frameline01 .bgGray td {
    background-color: #EAEEF0; }
  @media only screen and (max-width: 960px) {
    table.frameline01 tbody tr th {
      white-space: nowrap; }
      
      table.frameline01 tbody tr td.ce a img{
      height:auto; }
       }

.chirashi{text-align: center;margin: auto;}

/* 資格・検定 */
.boxStyle04 {
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 960px) {
    .boxStyle04 {
      padding: 20px 10px; } }
  .boxStyle04 > div {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      .boxStyle04 > div {
        width: 50%;
        padding: 0 10px; } }
    .boxStyle04 > div a {
      font-size: 15px;
      text-align: center; }
      @media only screen and (max-width: 960px) {
        .boxStyle04 > div a {
          line-height: 1.5;
          font-size: 13px; } }
      .boxStyle04 > div a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6px; }

#categoryMenu ul {
  display: flex;
  flex-wrap: wrap; }
  #categoryMenu ul li {
    width: 25%;
    font-weight: bold;
    margin-bottom: 30px;
    padding-right: 20px; }
    @media only screen and (max-width: 960px) {
      #categoryMenu ul li {
        width: 100%; } }
    #categoryMenu ul li a {
      font-size: 15px;
      font-weight: normal; }
    #categoryMenu ul li.partition {
      display: none; }

/* 大学・短大テキスト */
.textInfoBox {
  background-color: #fffcf0;
  border: 1px #f8c901 solid;
  padding: 20px;
  margin-bottom: 40px; }
  .textInfoBox .Box01 {
    font-weight: bold; }
  .textInfoBox .Box03 {
    text-align: right; }

.university_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px; }
  .university_list li {
    width: 50%; }

.study_search_list {
  display: flex;
  padding-bottom: 28px; }
  .study_search_list li {
    padding-right: 30px; }

.boxStyle02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .boxStyle02 > div {
    width: 48%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 960px) {
      .boxStyle02 > div {
        width: 100%; } }
    .boxStyle02 > div .Box01 {
      font-size: 12px; }
      .boxStyle02 > div .Box01 a {
        padding: 0;
        color: #007CAA;
        display: inline;
        font-size: 15px; }
      .boxStyle02 > div .Box01 .thumbStyle03 {
        float: left;
        margin: 0 8px 5px 8px;
        padding: 1px;
        border: 1px solid #CCC; }

/* デジタル教材・DVD */
.soft_dvd_list,
.download_list {
  padding-top: 10px; }
  .soft_dvd_list ul,
  .download_list ul {
    padding-bottom: 30px; }
    .soft_dvd_list ul b,
    .download_list ul b {
      display: block;
      margin-top: 20px;
      margin-bottom: 5px; }
    .soft_dvd_list ul li a,
    .download_list ul li a {
      display: inline-block;
      margin-bottom: 5px; }

.contentsArea {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto; }
  .contentsArea .contentsAreaInner p {
    font-size: 14px;
    margin-bottom: 0; }
  .contentsArea .contentsAreaInner .itemSection {
    margin: 0 0 24px 0;
    padding: 0; }
    .contentsArea .contentsAreaInner .itemSection h3 {
      margin-bottom: 0;
      margin-top: 15px;
      font-size: 16px;
      font-weight: bold; }
  .contentsArea .contentsAreaInner .itemCover {
    float: left;
    margin-right: 20px;
    width: 130px; }
    @media only screen and (max-width: 960px) {
      .contentsArea .contentsAreaInner .itemCover {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
  .contentsArea .contentsAreaInner .itemHeader {
    float: left;
    width: 598px; }
    @media only screen and (max-width: 960px) {
      .contentsArea .contentsAreaInner .itemHeader {
        float: none;
        width: 100%; } }
    .contentsArea .contentsAreaInner .itemHeader h2 {
      padding: 0 0 10px 0;
      margin: 0 0 10px 0;
      text-align: left;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px #000 dotted; }
      .contentsArea .contentsAreaInner .itemHeader h2:before {
        display: none; }
  .contentsArea .contentsAreaInner .itemData {
    float: left;
    margin: 0;
    padding: 0;
    width: 598px; }
    @media only screen and (max-width: 960px) {
      .contentsArea .contentsAreaInner .itemData {
        float: none;
        width: 100%; } }
  .contentsArea .contentsAreaInner .itemData {
    font-size: 13px; }
  .contentsArea .contentsAreaInner .itemList table {
    width: 100%;
    margin-bottom: 8px; }
    .contentsArea .contentsAreaInner .itemList table th {
      margin: 0;
      padding: 4px 0 4px 12px;
      border-bottom: 1px solid #999;
      background: #fffaa5;
      line-height: 1.4;
      text-align: left;
      font-size: 15px; }
    .contentsArea .contentsAreaInner .itemList table td {
      font-size: 15px; }
  .contentsArea .contentsAreaInner .itemList p {
    font-size: 14px;
    margin: 0 0 12px 0; }
  .contentsArea .contentsAreaInner .itemImage {
    float: left;
    width: 320px; }
    @media only screen and (max-width: 960px) {
      .contentsArea .contentsAreaInner .itemImage {
        float: none;
        width: 100%; } }
  @media only screen and (max-width: 960px) {
    .contentsArea .contentsAreaInner #videoPlayer {
      margin-bottom: 20px; } }
  .contentsArea .contentsAreaInner .itemList {
    float: right;
    margin: 0;
    padding: 0;
    width: 408px; }
    @media only screen and (max-width: 960px) {
      .contentsArea .contentsAreaInner .itemList {
        float: none;
        width: 100%; } }
    .contentsArea .contentsAreaInner .itemList p.notice strong {
      color: #ff0000;
      font-weight: normal; }
  .contentsArea .contentsAreaInner .spec_table {
    padding-bottom: 2em; }
  .contentsArea .contentsAreaInner .spec_table table {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 1em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 8px; }
  .contentsArea .contentsAreaInner .spec_table th {
    margin: 0;
    padding: 4px 12px;
    line-height: 1.4;
    text-align: left;
    width: 25%;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    vertical-align: top;
    font-size: 14px; }
  .contentsArea .contentsAreaInner .spec_table td {
    margin: 0;
    padding: 4px 12px;
    border-left: 1px solid #000;
    vertical-align: top;
    background-color: #fff;
    width: 25% !important;
    box-sizing: border-box;
    white-space: inherit;
    font-size: 14px; }
  .contentsArea .contentsAreaInner .spec_table tr:first-child th {
    border-bottom: 1px solid #fff; }
  .contentsArea .contentsAreaInner .spec_table tr:first-child td {
    border-bottom: 1px solid #000; }
  .contentsArea .contentsAreaInner .spec_table p.notice {
    margin: 0 !important;
    padding-bottom: 0;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px; }
  .contentsArea .relationalList {
    margin-top: 4em; }
    .contentsArea .relationalList table {
      margin-left: auto;
      margin-right: auto; }
      .contentsArea .relationalList table td {
        text-align: center;
        padding: 5px; }
        .contentsArea .relationalList table td a {
          font-size: 14px; }

.btnBlock {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 960px) {
    .btnBlock {
      flex-wrap: wrap; } }
  .btnBlock > a {
    display: block;
    border: 1px #000 solid;
    padding: 8px 2.5em;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    margin-right: 20px; }
    @media only screen and (max-width: 960px) {
      .btnBlock > a {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 12px; } }
    .btnBlock > a:last-child {
      margin-right: 0; }
    .btnBlock > a span {
      font-size: 16px;
      color: #007caa;
      text-decoration: underline; }

/* 静的ページ */
.txtIndent p.mT20 {
  margin-top: 20px; }

.infoTxtBox {
  margin-bottom: 30px;
  display: flex; }
  .infoTxtBox > div {
    width: 33%; }
    @media only screen and (max-width: 960px) {
      .infoTxtBox > div {
        width: 100%; } }

div.r {
  text-align: right; }

.mB10 {
  margin-bottom: 10px; }

.mB15 {
  margin-bottom: 15px; }

.mB20 {
  margin-bottom: 20px; }

.mB30 {
  margin-bottom: 30px; }

.mL10 {
  margin-left: 10px; }

.pR12 {
  padding-right: 12px; }

pre {
  word-break: break-all;
  white-space: pre-wrap; }

.thanks_btn a {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }

#submitForm .btn a {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }

#mihonsel > div {
  font-size: 13px;
  line-height: 1.7; }

.flamelineBox03 {
  border: 1px solid #C80000; }

.darkRed {
  color: #C70000; }

#digital_movie .recom01 {
  text-align: center;
  width: 32%;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin-bottom: 25px; }
  @media only screen and (min-width: 1301px) {
#digital_movie .cols-4 .recom01 {
	width: 24%; }}
  @media only screen and (max-width: 1300px) and (min-width: 768px) {
#digital_movie .cols-4 .recom01 {
	width: 49%; }}
  @media only screen and (max-width: 767px) {
    #digital_movie .recom01 {
      width: 49%;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 520px) {
    #digital_movie .recom01 {
      width: 100%; } }
  #digital_movie .recom01 .movie_item {
    background-position: center center;
    display: block;
    width: 100%;
    height: 230px;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #ddd; }
  @media only screen and (max-width: 1300px) and (min-width: 768px) {
		#digital_movie .cols-4 .recom01 .movie_item {
				width: 100%;
				height: 320px; }}
    #digital_movie .recom01 .movie_item:before {
      content: "";
      display: block;
      width: calc(100% - 21px);
      height: calc(100% - 21px);
      position: absolute;
      left: 10px;
      top: 10px;
      border: 1px #f2f2f2 solid; }
    #digital_movie .recom01 .movie_item:after {
      content: "";
      position: absolute;
      background: url(/syougyou/img/movie_arrow.png);
      background-position: center center;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }

.genere_highschool_block_minifont {
  font-size: 70% !important; }

.box-inner-list a {
  width: 100%;
  color: #fff !important; }
