@charset "UTF-8";
/* ----- reset ----- */
html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* font-size 1em = 10px */
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
iframe,
img,
table,
th,
td {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: middle;
  border: 0; }

/* ----- style ----- */
.spElem {
  display: none; }

/* ----- stracture ----- */
.contentsWrapper {
  background: url(../img/bg.png);
  background-size: 80px auto; }

.container {
  position: relative;
  z-index: 1;
  width: 960px;
  margin: 0 auto;
  padding: 25px 0 44px; }

.sideDodora {
  display: none; }

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 20px 5% 44px;
    box-sizing: border-box; } }
@media screen and (max-width: 640px) {
  .container {
    padding: 8px;
    box-sizing: border-box; }

  .pcElem {
    display: none; }

  .spElem {
    display: block; } }
/* ----- contents ----- */
.mainContents {
  background: #fff;
  color: #010101;
  width: 624px;
  padding: 24px 16px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500; }
  .mainContents section {
    text-align: justify;
    text-justify: inter-ideograph; }
  .mainContents .title {
    margin: 24px 0 16px;
    color: #fd513b;
    font-size: 36px;
    text-align: center;
    font-family: "凸版文久見出しゴシック Std EB";
    position: relative; }
    .mainContents .title::after {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -5px;
      display: block;
      content: "";
      background: #fd513b;
      z-index: 0;
      width: 100%;
      height: 5px; }
    .mainContents .title span {
      background: #fff;
      position: relative;
      display: inline-block;
      z-index: 2;
      padding: 0 14px; }
  .mainContents p {
    line-height: 2; }
  .mainContents .department {
    margin-top: 24px;
    padding: 10px 24px;
    color: #fff;
    background: #1b7cc9;
    font-size: 16px;
    border-radius: 26px;
    font-weight: bold;
    font-family: "凸版文久見出しゴシック Std EB"; }
  .mainContents .box {
    padding: 0 8px 22px;
    display: flex;
    flex-wrap: wrap; }
    .mainContents .box dl {
      width: 48%;
      padding: 20px 0 16px; }
      .mainContents .box dl:nth-child(2n) {
        margin-left: 4%; }
      .mainContents .box dl dt {
        width: 56%;
        margin: 0 auto 12px; }
    .mainContents .box figcaption {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      margin: 12px 0 6px; }
    .mainContents .box .name {
      text-align: center;
      font-size: 18px;
      line-height: 1.4; }
  .mainContents .btn {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    .mainContents .btn li {
      width: 47%; }
      .mainContents .btn li a span {
        display: inline-block; }
      .mainContents .btn li:first-child a span {
        padding-left: 34px;
        background: url(../img/icon_paint.png) 0 2px/20px 16px no-repeat; }
      .mainContents .btn li:nth-child(2) {
        margin-left: 6%; }
        .mainContents .btn li:nth-child(2) a span {
          padding-left: 30px;
          background: url(../img/icon_pdf.png) 0 0/16px 19px no-repeat; }
      .mainContents .btn li a {
        border-radius: 4px;
        padding: 11px 0;
        font-size: 16px;
        text-align: center;
        display: block;
        width: 100%;
        background: #f34790;
        color: #fff;
        text-decoration: none;
        line-height: 19px;
        transition: all .3s;
        font-weight: bold; }
        .mainContents .btn li a:hover {
          opacity: .7; }
  .mainContents .image {
    margin: 15px auto 30px;
    width: 76%; }
  .mainContents .illustrator {
    background: #ddf9ff;
    padding: 16px 0; }
    .mainContents .illustrator h4 {
      color: #0b95b3;
      font-size: 18px;
      margin-left: 16px;
      margin-bottom: 14px;
      position: relative;
      font-weight: bold; }
      .mainContents .illustrator h4::after {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        display: block;
        content: "";
        background: #0b95b3;
        z-index: 0;
        width: 100%;
        height: 2px; }
      .mainContents .illustrator h4 span {
        background: #ddf9ff;
        position: relative;
        display: inline-block;
        z-index: 2;
        padding: 0 12px 0 0; }
    .mainContents .illustrator p {
      font-size: 16px;
      padding: 0 16px;
      line-height: 1.5; }
      .mainContents .illustrator p img {
        width: 189px;
        float: right;
        margin-left: 20px; }
      .mainContents .illustrator p::after {
        content: "";
        display: block;
        clear: both; }

.mov {
  position: relative;
  margin-top: 24px;
  width: 100%;
  padding-top: 56%; }

.mov iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.tenran {
  display: flex;
  margin-bottom: 16px; }
  .tenran li {
    width: 49%; }
    .tenran li:first-child {
      margin-right: 2%; }

@media screen and (max-width: 768px) {
  .mainContents {
    width: 100%;
    font-size: 16px; } }
@media screen and (max-width: 640px) {
  .mainContents {
    padding: 12px;
    font-size: 14px; }
    .mainContents .title {
      font-size: 30px; }
      .mainContents .title::after {
        margin-top: -3px;
        height: 3px; }
    .mainContents .department {
      margin-top: 12px;
      padding: 8px 16px;
      font-size: 14px; }
    .mainContents .box {
      padding: 0 0 12px; }
      .mainContents .box dl {
        width: 49%;
        padding: 12px 0; }
        .mainContents .box dl:nth-child(2n) {
          margin-left: 2%; }
        .mainContents .box dl dt {
          width: 70%;
          margin: 0 auto 12px; }
      .mainContents .box figcaption {
        font-size: 15px;
        margin: 8px 0; }
      .mainContents .box .name {
        font-size: 12px; }
    .mainContents .btn {
      margin-top: 8px;
      font-size: 12px; }
      .mainContents .btn li {
        width: 48%; }
        .mainContents .btn li:nth-child(2) {
          margin-left: 4%; }
        .mainContents .btn li a {
          padding: 6px 0;
          font-size: 12px; }
          .mainContents .btn li a:hover {
            opacity: 1; }
    .mainContents .image {
      margin: 15px auto;
      width: 100%; }
    .mainContents .illustrator h4 {
      font-size: 16px;
      margin-left: 12px; }
      .mainContents .illustrator h4 span {
        padding: 0 8px 0 0; }
    .mainContents .illustrator p {
      font-size: 14px; }
      .mainContents .illustrator p img {
        width: 45%;
        margin-left: 12px;
        margin-bottom: 12px; } }

/*# sourceMappingURL=style.css.map */
