@charset "UTF-8";
/************************************ 配布用資料、解答共通 *****************************/
/************************************
// common
************************************/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
header,
article,
footer,
section {
  font-size: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

body {
  color: #333;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  background-color: #ffdbdb;
}

p {
  line-height: 1.8;
  text-align: justify;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  display: inline-table;
  zoom: 1;
}

/************************************
// layout
************************************/
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.text-start {
  text-align: left;
}

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

.text-end {
  text-align: end;
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-end {
    text-align: end;
  }
}
/************************************
// header
************************************/
div#header {
  margin: 35px auto 0;
  width: 100%;
  max-width: 980px;
  padding: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  div#header {
    margin: 138px auto 0;
  }
}

div#header h1 {
  margin: 5px 0 0 0;
  padding: 0;
}

div#header h1 img {
  display: inline-block;
  width: 100%;
  max-width: 980px;
  height: auto;
}

/************************************
// contets
************************************/
.container {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

div#contents {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 90%;
  clear: both;
}
@media screen and (min-width: 768px) {
  div#contents {
    max-width: 1025px;
  }
}

div#contents h2 {
  text-align: center;
}

div#contents table {
  width: 100%;
  max-width: 824px;
  border-collapse: collapse;
  margin: 0 auto 15px;
  border-top: 1px solid #ff8e8e;
  border-left: 1px solid #ff8e8e;
}
@media screen and (max-width: 767px) {
  div#contents table {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  div#contents table colgroup col.w-25 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  div#contents table colgroup col.w-50 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  div#contents table colgroup col.w-75 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  div#contents table tbody {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div#contents table tbody tr {
    display: block;
    width: 100%;
  }
}

div#contents table tbody tr th {
  font-size: 25px;
  font-weight: 700;
  background-color: #fedbdb;
  padding: 25px 10px;
  vertical-align: middle;
  color: #ff8e8e;
  font-weight: 500;
  border-right: 1px solid #ff8e8e;
  border-bottom: 1px solid #ff8e8e;
}
@media screen and (max-width: 767px) {
  div#contents table tbody tr th {
    font-size: 18px;
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
    display: none;
  }
}

div#contents table tbody tr th.st {
  color: #333333;
  background-color: #fdf2f2;
}

div#contents table tbody tr td {
  font-size: 25px;
  padding: 26px 10px;
  white-space: nowrap;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #ff8e8e;
  font-weight: 500;
  background-color: #fdf2f2;
  border-right: 1px solid #ff8e8e;
  border-bottom: 1px solid #ff8e8e;
}
@media screen and (max-width: 767px) {
  div#contents table tbody tr td {
    padding: 10px;
    font-size: 18px;
    display: block;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 768px) {
  div#contents table tbody tr td {
    min-width: 247px;
  }
}

div#contents table tbody tr td.pdf {
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#contents table tbody tr td.pdf a {
  text-align: center;
  display: block;
  color: #000000;
  text-decoration: none;
}

div#contents table tbody tr td.pdf a img {
  display: inline-block;
  width: 100%;
  max-width: 43px;
  height: auto;
  margin: 0 0 10px;
}

div#contents table tbody tr td.pdf a span {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  div#contents table tbody tr td.pdf a span {
    font-size: 18px;
  }
}

div#contents p.back {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

div#contents p.back a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 175px;
  text-decoration: none;
  background-color: #ff8e8e;
  background-image: url(images/icon_prev_white.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  border-radius: 12px;
  color: #fff;
  padding: 6px 0 4px 10px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 4px 4px #ed7575;
          box-shadow: 4px 4px #ed7575;
}
@media screen and (min-width: 768px) {
  div#contents p.back a {
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  div#contents p.back a:hover {
    opacity: 0.7;
  }
}

footer {
  background-color: #fff;
}

/************************************
配布用資料topのみ 
*****************************/
div#contents div.grade,
div#contents div.request {
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  div#contents div.grade,
  div#contents div.request {
    border-radius: 26px;
  }
}

div#contents div.grade {
  margin-bottom: 40px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  div#contents div.grade {
    padding-bottom: 72px;
  }
}

div#contents div.request {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  div#contents div.request {
    padding: 100px 15px 66px;
  }
}

div#contents div.grade .about {
  width: 100%;
  max-width: 824px;
  text-align: left;
  border-bottom: 2px dotted #fe6e6e;
  margin: 0 auto 40px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  div#contents div.grade .about {
    margin: 0 auto 66px;
  }
}
div#contents div.grade .about .about-text {
  padding: 30px 0 15px;
}
@media screen and (min-width: 768px) {
  div#contents div.grade .about .about-text {
    padding: 100px 0 54px;
  }
}

div#contents div.grade .about p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333333;
}

@media screen and (min-width: 768px) {
  div#contents div.grade .about p {
    font-size: 20px;
  }
}

div#contents div.grade .sttl,
div#contents div.issue .sttl {
  font-size: 20px;
  color: #fe6e6e;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 37px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  div#contents div.grade .sttl,
  div#contents div.issue .sttl {
    font-size: 30px;
    margin-bottom: 33px;
  }
}

div#contents div.grade .sttl::before,
div#contents div.grade .sttl::after,
div#contents div.issue .sttl::before,
div#contents div.issue .sttl::after {
  background-color: #fe6e6e;
  content: "";
  height: 2px;
  width: 27px;
}

div#contents div.grade .sttl::before,
div#contents div.issue .sttl::before {
  margin-right: 5px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

div#contents div.grade .sttl::after,
div#contents div.issue .sttl::after {
  margin-left: 10px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

div#contents div.grade .about img {
  margin-top: 20px;
}

div#contents div.grade ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 34px;
}

div#contents div.grade ul:last-child {
  margin-bottom: 0;
}

div#contents div.grade ul li {
  display: inline-block;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  div#contents div.grade ul li {
    margin: 10px 40px;
  }
}

div#contents div.grade ul li a {
  display: block;
}

div#contents div.grade ul li a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

div#contents div.request h2 {
  font-size: 20px;
  color: #fe6e6e;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 23px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  div#contents div.request h2 {
    font-size: 30px;
    margin-bottom: 33px;
  }
}

div#contents div.request p {
  width: 100%;
  max-width: 769px;
  margin: 0 auto 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  div#contents div.request p {
    margin: 0 auto 40px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  div#contents div.request p .text-body-primary {
    font-size: 125%;
  }
}

div#contents div.request div.submit {
  text-align: center;
}

div#contents div.request div.submit a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 388px;
  text-decoration: none;
  background-color: #ff8e8e;
  background-image: url(images/icon_next_white.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  border-radius: 12px;
  color: #fff;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 4px 4px #ed7575;
          box-shadow: 4px 4px #ed7575;
}
@media screen and (min-width: 768px) {
  div#contents div.request div.submit a {
    padding: 32px 0;
    font-size: 23px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  div#contents div.request div.submit a:hover {
    opacity: 0.7;
  }
}

div#contents div.request #mainContents {
  padding: 10px;
}

div#contents div.request table th {
  width: 30%;
}

div#contents div.request table td {
  width: 70%;
  line-height: 2;
}

textarea {
  width: 300px;
  height: 7em;
  line-height: 1.5em;
}

div#contents div.request strong {
  color: #cc0000;
}

div#contents div.request #mainContents select {
  width: 142px;
  height: 30px;
}

div#contents div.request #mainContents input[type=email] {
  width: 73%;
}

div#contents div.request #mainContents .cautionRed {
  font-size: 80%;
}

div#contents div.request p.submit input {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 20px 0;
  font-size: 100%;
  width: 100%;
  font-weight: 700;
}

/************************************
配布用資料下層ページ
*****************************/
div#contents div.issue {
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  div#contents div.issue {
    border-radius: 26px;
  }
}
div#contents div.issue h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  background-color: #ff8e8e;
  border-radius: 5px 5px 0 0;
  margin-bottom: 30px;
  padding: 22px 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  div#contents div.issue h2 {
    font-size: 40px;
    margin-bottom: 60px;
    border-radius: 26px 26px 0 0;
  }
}
div#contents div.issue h2 span {
  font-size: 27px;
  font-weight: bold;
}
div#contents div.issue h2.color-blue {
  background-color: #4B9FE3;
}
div#contents div.issue h2.color-yellow {
  background-color: #FF9911;
}
div#contents div.issue h2.color-green {
  background-color: #5DC334;
}

div#contents div.issue .btn {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  div#contents div.issue .btn {
    margin: 0 auto 63px;
  }
}

div#contents div.issue .btn a {
  position: relative;
  display: inline-block;
  width: calc(100% - 30px);
  max-width: 290px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 4px 4px #ed7575;
          box-shadow: 4px 4px #ed7575;
  text-decoration: none;
  background-color: #ff8e8e;
  border-radius: 12px;
  text-align: center;
  padding: 18px 18px 14px 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  div#contents div.issue .btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 439px;
    transition: 0.3s;
    font-size: 23px;
    padding: 29px 5px 25px;
  }
}

@media screen and (min-width: 768px) {
  div#contents div.issue .btn a:hover {
    opacity: 0.7;
  }
}

div#contents div.issue .btn a span {
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  div#contents div.issue .btn a span {
    font-size: 20px;
  }
}

div#contents div.issue .btn a:after {
  content: "";
  display: inline-block;
  background: url("images/pdficon.png") no-repeat center center;
  background-size: 100% auto;
  width: 40px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  div#contents div.issue .btn a:after {
    width: 61px;
    height: 70px;
  }
}

.pdf-flex {
  border-top: 1px solid #ff8e8e;
  border-left: 1px solid #ff8e8e;
  width: 100%;
  max-width: 791px;
  margin: 0 auto;
}
.pdf-flex .pdf-flex-title {
  font-size: 20px;
  font-weight: 700;
  background-color: #fedbdb;
  padding: 20px 10px;
  vertical-align: middle;
  color: #ff8e8e;
  font-weight: 500;
  border-right: 1px solid #ff8e8e;
  border-bottom: 1px solid #ff8e8e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pdf-flex .pdf-flex-title {
    font-size: 25px;
  }
}
.pdf-flex .pdf-flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pdf-flex .pdf-flex-inner {
    height: 468px;
  }
}
.pdf-flex .pdf-flex-inner .pdf-flex-inner-item {
  border-right: 1px solid #ff8e8e;
  border-bottom: 1px solid #ff8e8e;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .pdf-flex .pdf-flex-inner .pdf-flex-inner-item {
    width: 100%;
    max-width: 50%;
    min-height: 117px;
    padding: 20px 10px 18px;
    width: 100%;
  }
}
.pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .col-8 {
  color: #ff8e8e;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .col-8 {
    font-size: 24px;
    padding-left: 15px;
  }
}
.pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .pdf {
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .pdf {
    padding-right: 10px;
  }
}
.pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .pdf a {
  text-align: center;
  display: block;
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .pdf a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .pdf a:hover {
    opacity: 0.7;
  }
}
.pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .pdf a img {
  display: inline-block;
  width: 100%;
  max-width: 43px;
  height: auto;
  margin: 0 0 10px;
}
.pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .pdf a span {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .pdf-flex .pdf-flex-inner .pdf-flex-inner-item .d-flex .pdf a span {
    font-size: 18px;
  }
}
.pdf-flex.color-blue {
  border-top: 1px solid #4B9FE3;
  border-left: 1px solid #4B9FE3;
}
.pdf-flex.color-blue .pdf-flex-title {
  background-color: #D0E9FD;
  border-right: 1px solid #4B9FE3;
  border-bottom: 1px solid #4B9FE3;
  color: #4B9FE3;
}
.pdf-flex.color-blue .pdf-flex-inner .pdf-flex-inner-item {
  border-right: 1px solid #4B9FE3;
  border-bottom: 1px solid #4B9FE3;
}
.pdf-flex.color-blue .pdf-flex-inner .pdf-flex-inner-item .d-flex .col-8 {
  color: #4B9FE3;
}
.pdf-flex.color-yellow {
  border-top: 1px solid #FF9911;
  border-left: 1px solid #FF9911;
}
.pdf-flex.color-yellow .pdf-flex-title {
  background-color: #FEE9B8;
  border-right: 1px solid #FF9911;
  border-bottom: 1px solid #FF9911;
  color: #FF9911;
}
.pdf-flex.color-yellow .pdf-flex-inner .pdf-flex-inner-item {
  border-right: 1px solid #FF9911;
  border-bottom: 1px solid #FF9911;
}
.pdf-flex.color-yellow .pdf-flex-inner .pdf-flex-inner-item .d-flex .col-8 {
  color: #FF9911;
}
.pdf-flex.color-green {
  border-top: 1px solid #5DC334;
  border-left: 1px solid #5DC334;
}
.pdf-flex.color-green .pdf-flex-title {
  background-color: #D3F8C4;
  border-right: 1px solid #5DC334;
  border-bottom: 1px solid #5DC334;
  color: #5DC334;
}
.pdf-flex.color-green .pdf-flex-inner .pdf-flex-inner-item {
  border-right: 1px solid #5DC334;
  border-bottom: 1px solid #5DC334;
}
.pdf-flex.color-green .pdf-flex-inner .pdf-flex-inner-item .d-flex .col-8 {
  color: #5DC334;
}