@charset "UTF-8";

html #contents{
	padding-top: 0px;
}
#breadClumb {
  max-width: 1050px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

#contents .headingContainer {
  margin: 0 auto 40px;
}

.sectionBlock {
  padding-bottom: 50px !important;
}

.buttonBlock {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}
.buttonBlock .col {
  width: 50%;
  padding: 0 0 20px 20px;
  flex-shrink: 0;
}
.buttonBlock .col .panelBtn {
  height: 100%;
  padding: 20px 50px 20px 20px !important;
}

.kyokaList {
  margin: 0 0 30px 0;
  padding: 30px 0;
  border-top: 1px solid #D6DBE2;
  border-bottom: 1px solid #D6DBE2;
}
.kyokaList .arrowLinkList .arrowLinkList-item+.arrowLinkList-item {
  margin-top: 17px !important;
}
.kyokaList dl {
  display: flex;
  font-size: 16px;
}
.kyokaList dl dt {
  width: 12em;
  padding: 0 10px 0 0;
  color: #009dff;
  font-weight: bold;
}
.kyokaList dl dd {
  flex: 1;
}

.backLink li {
  margin: 0 0 10px 0;
  color: #009dff;
  font-size: 16px;
  font-weight: bold;
}
.backLink li a {
  color: #009dff;
  text-decoration: none;
}
.backLink li a:hover {
  text-decoration: underline;
}

.backtoTop {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0 20px;
  border-top: 1px solid #D6DBE2;
}
.backtoTop a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 200%;
  white-space: nowrap;
  background: url(../img/arw_up.svg) no-repeat 0 0 / 100% auto;
  overflow: hidden;
}

.keitouTitle01,
.keitouTitle02,
.keitouTitle03 {
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.keitouList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px -20px;
}
.keitouList .col {
  width: 50%;
  padding: 0 0 0 20px;
  flex-shrink: 0;
}
.keitouList .col a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 35px 20px 10px;
  text-decoration: none;
  border-bottom: 1px solid #D6DBE2;
}
.keitouList .col figure {
  width: 80px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.keitouList .col dl {
  flex: 1;
}
.keitouList .col dl dt {
  font-size: 16px;
  font-weight: bold;
}
.keitouList .col a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/icon/ico-arrow-blue.svg") center no-repeat;
  background-size: contain;
}

.gakumonList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 5px 0;
}
.gakumonList ul li {
  width: 33.333%;
  margin: 0 !important;
  padding: 0 20px 20px 0;
  font-size: 16px;
}

.keitouIcon01,
.keitouIcon02,
.keitouIcon03 {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  font-size: 20px;
  vertical-align: middle;
  border-radius: 5px;
}

.keitouTitle01 {
  background-color: #FDEDF5;
}
.keitouTitle02 {
  background-color: #DEEBF7;
}
.keitouTitle03 {
  background-color: #E9F6EC;
}
.keitouIcon01 {
  color: #E2551E;
  background-color: #FDEDF5;
}
.keitouIcon02 {
  color: #0091d7;
  background-color: #DEEBF7;
}
.keitouIcon03 {
  color: #666;
  background-color: #E9F6EC;
}

#content .arrowLinkList .arrowLinkList-item a:before,#contents .arrowLinkList .arrowLinkList-item a:before {
    bottom: 5px;
}
