@charset "UTF-8";

/* ************************************************************************
*	PC/SP
************************************************************************ */

#container {
  width: 100%;
  margin: 0 auto;
}
#container img {
  width: 100%;
  height: auto;
}
a.btn {
	display: block;
  width: 100%;
  height: 100%;
}
/* ************************************************************************
*	PC
************************************************************************ */
.pc {
  display: block;
}
.sp {
  display: none;
}
.pageTop {
    position: relative;
    padding-bottom: 39px;
}
.pageTop a {
    position: absolute;
    right: calc(50% - 500px);
}
#container .inner {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
#container h2.mainTitle {
  margin-top: -20px;
  font-weight: 600;
}
#container h2.mainTitle .en {
  padding: 0 1px 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
}
#container h2.mainTitle.icon_results::before {
  margin-bottom: 0;
}
.bg_yellow {
  background: #fffae6;
}
.lead {
  display: flex;
  align-items: center;
}
.lead p.txt {
    width: 630px;
}
.logo_my-story {
  width: 210px;
  margin-right: 30px;
}
.article{
  width: 50%;
  padding: 0 10px;
}
.article:nth-last-of-type(n+2){
  padding-bottom: 54px;
}
.article-icon {
  width: 100%;
  height: 182px;
  padding: 5px;
  margin: 0 auto 21px;
  background: linear-gradient(-45deg,#2cb5a9,#0183c7);
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.article-icon a.btn:hover {
  opacity: 0.95;
}
.article-icon-inner {
  /* display: flex;
  justify-content: space-between; */
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-kawahira .article-icon-inner{
  background-image: url(/volunteer/outline/publication/pamphlet/jicamagazine/images/kawahiraImg.png);
}
.article-miyoshi .article-icon-inner{
  background-image: url(/volunteer/outline/publication/pamphlet/jicamagazine/images/miyoshiImg.png);
}
.article-kanazawa .article-icon-inner{
  background-image: url(/volunteer/outline/publication/pamphlet/jicamagazine/images/kanazawaImg.png);
}
.article-icon-inner .img {
  width: 154px;
}
.article-icon-inner .icon-txt {
  padding: 20px 30px 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: right;
}
.article-icon-inner .icon-txt .icon-ttl {
  margin-bottom: 5px;
  color: #0077c0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.article-miyoshi .icon-txt .icon-ttl {
  font-size: 23px;
}
.article-icon-inner .icon-txt .icon-name {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.article-icon-inner .icon-txt .icon-date {
  color: #333;
  font-size: 12px;
}
.live-link_area {
  margin: 0 auto;
}
.live-link_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.live-link_area li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 600;;
}
.live-link_area li:nth-child(1) .img {
  width: 28px;
  margin-right: 10px;
}
.live-link_area li:nth-child(2) .img {
  width: 164px;
}
.live-link_area li:nth-child(3) .img {
  width: 179px;
}
.live-link_area li.btn {
  margin-top: 7px;
  width: 48%;
  height: 54px;
  background: #000;
  border-radius: 10px;
  pointer-events: painted;
  cursor: pointer;
}
.live-link_area li.btn:hover {
  opacity: 0.7;
}
.live-link_area li.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bnr_area {
  width: 800px;
  height: 136px;
  margin: 0 auto;
  border: 1px solid #0077c0;
  box-sizing: border-box;
  overflow: hidden;
}
.bnr_area ul {
  width: 100%;
}
.bnr_area ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bnr_area ul li:nth-child(1) {
  height: 100px;
}
.bnr_area ul li:nth-child(2) {
  height: 34px;
  padding-bottom: 1px;
  color: #0077c0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #f0faff;
  position: relative;
}
.bnr_area .img {
  width: 240px;
}
.bnr_area a {
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: painted;
  cursor: pointer;
}
.bnr_area a:hover {
  opacity: 0.6;
}
.bnr_area a.arrow i {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-bottom: 2px solid #006ebc;
  border-left: 2px solid #006ebc;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  right:320px;
  top: 35%;
}
