/* #tpl-contents
-----------------------*/
#tpl-contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#tpl-contents .main-kv {
  background: url(/jtmo42000000u10t/main_kv_pc.jpg) 0 0 no-repeat;
  width: 100%;
  height: 400px;
  margin-top: 35px;
}

@media screen and (max-width: 740px) {
  #tpl-contents .main-kv {
    background: url(/jtmo42000000u10t/main_kv_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    padding-top: 80.6756%;
    margin-top: 4%;
    width: calc(100% + 20px);
    margin-left: -10px;
    height: auto;
  }
}

#tpl-contents .main-kv h2 {
  font-size: 0;
}

#tpl-contents .wysiwyg-area {
  margin-top: 56px;
}

#tpl-contents .item-lists {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 740px) {
  #tpl-contents .item-lists {
    display: block;
    margin: 50px 0;
  }
}

#tpl-contents .item-lists .item {
  width: 470px;
  background-color: #eeeeee;
}

@media screen and (max-width: 740px) {
  #tpl-contents .item-lists .item {
    width: 100%;
  }
  #tpl-contents .item-lists .item + .item {
    margin-top: 20px;
  }
}

#tpl-contents .item-lists .item .inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 740px) {
  #tpl-contents .item-lists .item .inner {
    padding: 25px;
  }
}

#tpl-contents .item-lists .item .ph {
  width: 160px;
  margin-right: 20px;
}

@media screen and (max-width: 740px) {
  #tpl-contents .item-lists .item .ph {
    width: 42%;
    margin-right: 3%;
  }
}

#tpl-contents .item-lists .item .ph img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 741px) {
  #tpl-contents .item-lists .item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

#tpl-contents .item-lists .item:nth-child(1) .head-link {
  background-color: #d76a87;
}

#tpl-contents .item-lists .item:nth-child(1) .head-link:after {
  border-color: transparent transparent transparent #d76a87;
}

#tpl-contents .item-lists .item:nth-child(2) .head-link {
  background-color: #7c4e9a;
}

#tpl-contents .item-lists .item:nth-child(2) .head-link:after {
  border-color: transparent transparent transparent #7c4e9a;
}

#tpl-contents .item-lists .item:nth-child(3) .head-link {
  background-color: #68b7b1;
}

#tpl-contents .item-lists .item:nth-child(3) .head-link:after {
  border-color: transparent transparent transparent #68b7b1;
}

#tpl-contents .item-lists .item:nth-child(4) .head-link {
  background-color: #dd8f3d;
}

#tpl-contents .item-lists .item:nth-child(4) .head-link:after {
  border-color: transparent transparent transparent #dd8f3d;
}

#tpl-contents .item-lists .item a {
  color: #000;
  display: block;
}

#tpl-contents .item-lists .item a:hover {
  text-decoration: none;
}

#tpl-contents .item-lists .item a .icon-blank {
  display: none;
}

#tpl-contents .item-lists .head-link {
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 17px 17px 14px;
  position: relative;
}

@media screen and (max-width: 740px) {
  #tpl-contents .item-lists .head-link {
    font-size: 17px;
    padding: 15px 15px 12px;
  }
}

#tpl-contents .item-lists .head-link:before, #tpl-contents .item-lists .head-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#tpl-contents .item-lists .head-link:before {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border-radius: 50%;
  right: 20px;
}

@media screen and (max-width: 740px) {
  #tpl-contents .item-lists .head-link:before {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}

#tpl-contents .item-lists .head-link:after {
  right: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
}

@media screen and (max-width: 740px) {
  #tpl-contents .item-lists .head-link:after {
    border-width: 2.5px 0 2.5px 3px;
    right: 15px;
  }
}

#tpl-contents .item-lists .head-link:hover {
  text-decoration: none;
}

#tpl-contents .major-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#tpl-contents .major-list li {
  font-size: 15px;
}

@media screen and (max-width: 740px) {
  #tpl-contents .major-list li {
    font-size: 12px;
  }
}

#tpl-contents .link-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 740px) {
  #tpl-contents .link-lists {
    display: block;
  }
}

#tpl-contents .link-lists .link {
  width: 470px;
  background-color: #013362;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  padding: 15px;
  display: block;
}

@media screen and (min-width: 741px) {
  #tpl-contents .link-lists .link:nth-child(n + 3) {
    margin-top: 40px;
  }
  #tpl-contents .link-lists .link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 740px) {
  #tpl-contents .link-lists .link {
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
  }
  #tpl-contents .link-lists .link + .link {
    margin-top: 10px;
  }
}

#tpl-contents .link-lists .link .icon-blank {
  background: url(/jtmo42000000u10t/icon_blank.png) 0 0 no-repeat;
  background-size: contain;
  width: 13px;
  height: 15px;
  margin-left: 10px;
  top: -5px;
}

@media screen and (max-width: 740px) {
  #tpl-contents .link-lists .link .icon-blank {
    top: -2px;
  }
}

#tpl-contents .bnr {
  display: block;
  margin-top: 80px;
}

@media screen and (min-width: 741px) {
  #tpl-contents .bnr:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 740px) {
  #tpl-contents .bnr {
    margin-top: 55px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
