img {
  max-width: 100%;
  vertical-align: middle;
}

.l-title {
  margin: 15px 20px 30px;
  padding: 0;
}

.l-senzai {
  margin: 0 15px 60px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}

.l-senzai__targets {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: space-between;
  margin: 0 -7.5px 30px;
  padding: 0;
}

.l-senzai__targets__box {
  flex: 0 0 20%;
}

.l-senzai__targets__link {
  display: block;
  margin: 0 7.5px;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.l-senzai__targets__link:hover {
  color: #000;
  opacity: 0.65;
  text-decoration: none;
}

.l-senzai__targets__link--1 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX/////7/MWCKsWAAAAEUlEQVQI12P4//8DGEMBpXwACkEdTfqxI/AAAAAASUVORK5CYII=');
}
.l-senzai__targets__link--2 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////r6/9g/SmVAAAAEUlEQVQI12P4//8DGEMBpXwACkEdTfqxI/AAAAAASUVORK5CYII=');
}
.l-senzai__targets__link--3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////R7/8tbYzXAAAAEUlEQVQI12P4//8DGEMBpXwACkEdTfqxI/AAAAAASUVORK5CYII=');
}
.l-senzai__targets__link--4 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////n+MiwtTRsAAAAEUlEQVQI12P4//8DGEMBpXwACkEdTfqxI/AAAAAASUVORK5CYII=');
}
.l-senzai__targets__link--5 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////578czMSMRAAAAEUlEQVQI12P4//8DGEMBpXwACkEdTfqxI/AAAAAASUVORK5CYII=');
}

.l-senzai__pagetop {
  margin: 15px 0;
  padding: 0;
  text-align: right;
}
.l-senzai__pagetop__link {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  font-family: 'Calibri',sans-serif;
}
.l-senzai__pagetop__link:hover {
  opacity: 0.65;
  color: #000;
}

.l-senzai__senzaihoikushi__head {
  position: relative;
  margin: 0 0 15px;
  padding: 1em 1.5em;
  border-top: #ffeff3 2px solid;
  border-bottom: #ebebff 2px solid;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.l-senzai__senzaihoikushi__head::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ebebff;
}
.l-senzai__senzaihoikushi__head::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffeff3;
}

.l-senzai__senzaihoikushi__text {
  margin: 0 3em 0.5em 2em;
  padding: 0;
  text-align: justify;
  color: #6f6f6f;
  font-size: 15px;
}

.l-senzai__pink {
  color: #FF7C80;
}
.l-senzai__under {
  text-decoration: underline;;
}


.l-senzai__haikei__head {
  position: relative;
  margin: 0 0 15px;
  padding: 1em 1.5em;
  border-top: #ebebff 2px solid;
  border-bottom: #d1efff 2px solid;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.l-senzai__haikei__head::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d1efff;
}
.l-senzai__haikei__head::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ebebff;
}

.l-senzai__haikei__text {
  margin: 0 3em 0.5em 2em;
  padding: 0;
  text-align: justify;
  color: #6f6f6f;
  font-size: 15px;
}


.l-senzai__kadai__head {
  position: relative;
  margin: 0 0 15px;
  padding: 1em 1.5em;
  border-top: #d1efff 2px solid;
  border-bottom: #e7f8c8 2px solid;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.l-senzai__kadai__head::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e7f8c8;
}
.l-senzai__kadai__head::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d1efff;
}

.l-senzai__kadai__text {
  margin: 0 3em 0.5em 2em;
  padding: 0;
  text-align: justify;
  color: #6f6f6f;
  font-size: 15px;
}
.l-senzai__kadai__text > span {
  color: #558ED5;
}

.l-senzai__kadai__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 15px 15px;
  padding: 0;
}

.l-senzai__kadai__item {
  flex: 0 0 33%;
}

.l-senzai__kadai__item__in {
  margin: 0 10px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 6px #bfbfbf;
  text-align: center;
}

.l-senzai__kadai__text01 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #a6a6a6;
  letter-spacing: 0.25em;
}

.l-senzai__kadai__image {
  margin: 0 0 10px;
  max-width: 100%;
  max-height: 80px;
  vertical-align: middle;
}

.l-senzai__kadai__text02 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #000;
}

.l-senzai__kadai__box {
  margin: 0 3em 0.5em 2em;
  padding: 0;
  text-align: justify;
  color: #6f6f6f;
  font-size: 15px;
}

.l-senzai__kadai__link-box {
  float: left;
  margin-left: 25px;
  width: 300px;
}

.l-senzai__kadai__link {
  display: block;
  margin: 0;
  padding: 18px 0 18px 24px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5em;
  line-height: 1;
  background: #d1f1fB;
  border: #e7f6ff 2px solid;
  color: #00b0f0;
}
.l-senzai__kadai__link:hover {
  color: #00b0f0;
  opacity: 0.65;
  text-decoration: none;
}

.l-senzai__kadai__link__image {
  max-width: 100%;
}

.l-senzai__kadai__text-box {
  float: left;
  width: 400px;
  font-size: 14px;
}
.l-senzai__kadai__text-box > span {
  color: #558ED5;
}

.l-senzai__syugyo__head {
  position: relative;
  margin: 0 0 15px;
  padding: 1em 1.5em;
  border-top: #e7f8c8 2px solid;
  border-bottom: #f9efc7 2px solid;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.l-senzai__syugyo__head::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f9efc7;
}
.l-senzai__syugyo__head::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e7f8c8;
}

.l-senzai__syugyo__text {
  margin: 0 3em 0.5em 2em;
  padding: 0;
  text-align: justify;
  color: #6f6f6f;
  font-size: 15px;
}

.l-senzai__syugyo__box {
  margin: 0 3em 0.5em 2em;
  padding: 0;
  text-align: justify;
  color: #6f6f6f;
  font-size: 15px;
}

.l-senzai__syugyo__link-box {
  float: left;
  width: 200px;
}

.l-senzai__syugyo__link {
  display: block;
  margin: 0 15px 0 0;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  background: #E7F8C8;
  border: #F2FBE1 2px solid;
  color: #92D050;
  text-align: center;
}
.l-senzai__syugyo__link:hover {
  color: #92D050;
  opacity: 0.65;
  text-decoration: none;
}

.l-senzai__syugyo__link__text {
  display: inline-block;
  width: 7em;
}

.l-senzai__syugyo__list {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-senzai__syugyo__item {
  margin: 0.5em 15px;
  padding: 0;
  font-size: 13px;
  color: #a6a6a6;
}
.l-senzai__syugyo__item::before {
  content: attr(data-num);
  color: #92D050;
  text-shadow: -1px 0 0 #D7EEBE;
}
.l-senzai__syugyo__item > span {
  color: #92D050;
}

.l-senzai__syugyo__note {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: right;
  color: #F69240;
}


.l-senzai__shien__head {
  position: relative;
  margin: 0 0 15px;
  padding: 1em 1.5em;
  border-top: #f9efc7 2px solid;
  border-bottom: #ffeff3 2px solid;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.l-senzai__shien__head::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffeff3;
}
.l-senzai__shien__head::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f9efc7;
}

.l-senzai__shien__text {
  margin: 0 3em 0.5em 2em;
  padding: 0;
  text-align: justify;
  color: #6f6f6f;
  font-size: 15px;
}

.l-senzai__shien__table {
  margin: 0 0 5px 30px;
  width: 755px;
  text-align: left;
  border-collapse: collapse;
  border: #cfcfcf 1px solid;
}
.l-senzai__shien__table thead tr th {
  background: #595959;
  color: #fff;
  text-align: center;
  padding: 0;
  font-weight: normal;
  border-right: #808182 1px solid;
}
.l-senzai__shien__table tbody tr th {
  padding: 1em 0.5em;
  width: 170px;
  line-height: 1.2;
  border: #eaebec 1px solid;
}
.l-senzai__shien__table tbody tr td:nth-child(2) {
  padding: 1em 0.5em;
  width: 185px;
  line-height: 1.2;
  border: #eaebec 1px solid;
}
.l-senzai__shien__table tbody tr td:nth-child(3) {
  padding: 1em 0.5em;
  width: auto;
  line-height: 1.2;
  font-size: 12px;
  border: #eaebec 1px solid;
}
.l-senzai__shien__table__small {
  font-size: 10px;
  font-weight: normal;
}
.l-senzai__shien__table tbody tr:nth-child(odd) {
  background: #e7e7e7;
}
.l-senzai__shien__table tbody tr:nth-child(even) {
  background: #fff;
}

.l-senzai__shien__note {
  margin: 0 0 15px;
  padding: 0;
  font-size: 10px;
}
.l-senzai__shien__note-1 {
  float: left;
  margin: 0 0 0 75px;
  font-weight: bold;
}
.l-senzai__shien__note-2 {
  float: left;
  margin: 0 0 0 10px;
}
.l-senzai__shien__note-3 {
  float: left;
  margin: 0 0 0 10px;
}

.l-senzai__last {
  margin: 0 15px 30px;
  padding: 0;
  font-size: 14px;
  color: #9b8165;
}


.l-senzai__reference {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 90px;
  background: #d9d9d9;
}

.l-senzai__reference__head {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 15px;
  font-weight: bold;
}

.l-senzai__reference__list {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: disc;
}
.l-senzai__reference__item cite {
  font-style: initial;
}



.l-senzai__haikei__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-around;
  margin: 0 0 15px;
  padding: 0;
}

.l-senzai__haikei__item {
  flex: 0 0 50%;
}

.l-senzai__haikei__box {
  margin: 0 0 10px;
  padding: 0;
}

.l-senzai__haikei__box__in {
  position: relative;
  margin: 0 10px;
  padding: 15px 20px 0;
  border-radius: 6px;
  box-shadow: 0 0 6px #bfbfbf;
}

.l-senzai__haikei__item:nth-child(1) .l-senzai__haikei__box__in {
  height: 180px;
}

.l-senzai__haikei__item:nth-child(2) .l-senzai__haikei__box__in {
  height: 112px;
}

.l-senzai__haikei__box__head {
  position: absolute;
  bottom: 0;
  right: 15px;
  margin: 0;
  letter-spacing: 0.5em;
  color: #a6a6a6;
  text-shadow: 0 -0.25em 0.5em #a6a6a6;
  text-align: right;
  line-height: 1.4;
}

.l-senzai__haikei__box__head__1 {
  margin-right: 4em;
}

.l-senzai__haikei__box__text {
  float: left;
  width: 75%;
  text-align: left;
}

.l-senzai__haikei__box__image {
  float: left;
  width: 25%;
  text-align: right;
}

.l-senzai__haikei__box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-senzai__haikei__box__item {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 1.5em;
  color: #717171;
  line-height: 1.4;
}
.l-senzai__haikei__box__item::before {
  content: '\022c6';
  position: absolute;
  top: 0;
  left: 0;
}

.l-senzai__haikei__box__left {
  float: left;
  width: 60%;
  text-align: left;
}

.l-senzai__haikei__box__right {
  float: left;
  width: 40%;
  text-align: right;
}
.l-senzai__haikei__box__right img {
  height: 80px;
}


.l-senzai__haikei__box__left__head {
  margin: 0 0 6px;
  padding: 6px 0;
  font-size: 12px;
  background: #7f7f7f;
  color: #fff;
  text-align: center;
  text-shadow: none;
  line-height: 1;
}

.l-senzai__haikei__box__left__contents {
  margin: 0;
  padding: 6px 0;
  line-height: 1.2;
  font-size: 12px;
  text-align: left;
  text-shadow: none;
  background: #d9d9d9;
  color: #5f5f5f;
}

.l-senzai__haikei__box__left__contents__item {
  margin: 0.5em 15px;
  padding: 0;
}

.l-senzai__haikei__box__left__contents__item > span {
  display: inline-block;
  width: 7em;
}

.l-senzai__haikei__box__left__note {
  margin: 0;
  color: #7f7f7f;
  font-size: 10px;
  white-space: nowrap;
}

.l-senzai__haikei__box__text-0 {
  margin: 0 0 0.5em;
  color: #717171;
  line-height: 1.2;
  text-align: left;
}

.l-senzai__haikei__box__text-1 {
  margin: 0 0 0.5em;
  color: #717171;
  line-height: 1.2;
  text-align: left;
}

.l-senzai__haikei__box__text-2 {
  margin: 0 0 0 10px;
  color: #ff2b2b;
  line-height: 1.2;
  text-align: left;
}

.l-senzai__haikei__box__item__text {
  float: left;
  width: 240px;
}

.l-senzai__haikei__box__item__image {
  float: right;
  width: 60px;
}

.l-senzai__haikei__list {
  margin: 0 3em 0.5em 3em;
  padding: 0;
  text-align: justify;
  color: #6f6f6f;
  font-size: 15px;
  list-style: none;
}

.l-senzai__haikei__list__item {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
}

.l-senzai__haikei__list__item::before {
  content: attr(num);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.25em;
}