
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, main,
time, mark, audio, card {
  margin: 0;
  padding: 0;
  border: 0;
}

ul, ol, li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
  color: #b60081;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

legend {
  display: none;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
}

input, select, button, textarea {
  vertical-align: middle;
  font-family: inherit;
}

a {
  color: #0075c1;
  text-decoration: underline;
}

/*-------------------------------------------------------

base

-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6666;
  font-size: 1.8rem;
  color: #1f1f1f;
}

ul, ol {
  margin-bottom: 10px;
}
ul li, ol li {
  margin-bottom: 5px;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}
/*-------------------------------------------------------

components

-------------------------------------------------------*/
.header {
  background-color: #d72b8f;
  color: #fff;
}
.header__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  padding: 12px 15px 13px;
}
.header__logo {
  line-height: 0;
}
.header__link {
  display: block;
}
.header__sub-text {
  font-size: 1.2rem;
  margin-left: 10px;
  padding-top: 18px;
}
.container {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
.container.-add-side-space {
  padding-right: 30px;
  padding-left: 30px;
}
.tamaru-fixed {
  position: relative;
}
.tamaru-fixed__area {
  bottom: -223px; /* 画像の高さ */
  left: 50%;
  margin: -223px auto 0;
  max-width: 1000px;
  position: fixed;
  text-align: right;
  transform: translateX(-50%);
  width: 100%;
}
.tamaru-fixed__img {
  position: relative;
  top: -223px; /* 画像の高さ */
}
.cards {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.cards.col3 .cards__item {
  width: calc((100% - 40px) / 3);
  margin-left: 20px;
}
.cards.col3 .cards__item:nth-child(3n+1) {
  margin-left: 0;
}
.cards__item {
  margin-bottom: 30px;
}
.card {
  background-color: #fff;
}
.card__link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card__thumbnail {
  margin-bottom: 10px;
  -webkit-box-ordinal-group:1;
	-ms-flex-order:0;
  order: 0;
  width: 100%;
}
.card__body {
  -webkit-box-ordinal-group:2;
	-ms-flex-order:1;
  order: 1;
  width: 100%;
}
.card__title {
  line-height: 1.3333;
  font-weight: normal;
  font-size: 1.8rem;
}
.card__title.-bold {
  font-weight: bold;
}
.video-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-area__iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



