@charset 'utf-8';

.download-contents-category-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.download-contents-category-headline {
  font-size: 14px;
  text-align: center;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.download-contents-category-headline { font-size: 14px; }
}

.download-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  width: 730px;
}
@media screen and (max-width: 667px) {
.download-contents-wrap {
  padding-bottom: 50px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.download-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  width: 730px;
}
}

.download-contents {
  background-color: #fff;
  border: 1px solid #1a5098;
  color: #000;
  display: block;
  margin: 20px 10px 0;
  padding: 0 15px 40px;
  position: relative;
  transition: .3s;
  width: 223px;
}
@media screen and (max-width: 667px) {
.download-contents {
  margin: 20px 1% 0;
  padding: 0 8px 10px;
  width: 48%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.download-contents {
  padding-bottom: 35px;
  width: 30%;
}
}

.download-contents:before,
.download-contents:after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
.download-contents:before {
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  right: -9px;
  top: -3px;
}
.download-contents:after {
  background-color: #1a5098;
  height: 1px;
  right: -4px;
  top: 7px;
  width: 22px;
}
.download-contents:hover {
  color: #000;
  cursor: pointer;
  opacity: .7;
  text-decoration: none;
}

.dog-ear {
  border-bottom: 1px solid #1a5098;
  border-left: 1px solid #1a5098;
  display: block;
  height: 16px;
  position: absolute;
  right: -1px;
  top: 0;
  width: 17px;
}

.download-contents-figure {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
.download-contents-figure {
  height: auto;
  max-width: 186px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
}

.download-contents-name {
  align-items: center;
  border-bottom: 1px solid #1a5098;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  min-height: 3em;
  padding: 0 0 .5em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.download-contents-name { font-size: 11px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.download-contents-name { min-height: 3.2em; }
}

.download-contents-update {
  bottom: 10px;
  font-size: 14px;
  left: 15px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
}
@media screen and (max-width: 667px) {
.download-contents-update {
  font-size: 11px;
  margin-top: 1em;
  position: static;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.download-contents-update { font-size: 12px; }
}

.download-contents-capacity {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 18px 21px;
  bottom: 6px;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 0 20px;
  position: absolute;
  right: 15px;
  text-indent: -.6em;
}
@media screen and (max-width: 667px) {
.download-contents-capacity {
  background-size: 12px 14px;
  font-size: 11px;
  line-height: 16px;
  margin-top: .5em;
  padding-left: 16px;
  position: static;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.download-contents-capacity {
  background-size: 14px 16px;
  bottom: 8px;
  line-height: 17px;
  padding-left: 18px;
}
}

.download-contents-capacity.icon-pdf { background-image: url(/html/user_data/assets/img/mypage/icon-pdf.png); }
.download-contents-capacity.icon-ppt { background-image: url(/html/user_data/assets/img/mypage/icon-ppt.png); }

.guide-faq {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 70px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-faq {
  flex-wrap: wrap;
  padding: 0 0 50px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq {
  padding: 0 0 60px;
  width: 95%;
}
}

.guide-faq-list { width: 48%; }
@media screen and (max-width: 667px) {
.guide-faq-list { width: 100%; }
.guide-faq-list:nth-of-type(n+2) { margin-top: 10px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-list { width: 48%; }
}

.guide-faq-link {
  align-items: center;
  background-color: #1a5098;
  border-radius: 10px;
  color: #fff;
  display: flex;
  height: 3.5em;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.guide-faq-link { height: 3em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-link { height: 3em; }
}

.guide-faq-link:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.guide-faq-inner {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-faq-inner { font-size: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-inner { font-size: 16px; }
}

@media screen and (max-width: 667px) {
.guide-faq + .article-arrow-link { margin-left: 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq + .article-arrow-link { margin-left: 1.5em; }
}