@charset "UTF-8";

/* ************************************************************************
*	PC/SP
************************************************************************ */

#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#container img {
  width: 100%;
  height: auto;
}


/* ************************************************************************
*	SP
************************************************************************ */
@media screen and (max-width : 600px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  main#main {
    width: 100%;
    overflow: hidden;
  }
  #container .inner {
    width: 100%;
    margin: 0 auto;
    padding: 10% 5.3%;
    box-sizing: border-box;
  }
  #container h2.mainTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: -4% 0 7%;
    padding: 0 0 2%;
    color: #ce2f35;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0;
    font-size: 5.1vw;
    line-height: 1.4;
    border-bottom: 2px solid #ce2f35;
  }
  #container h2.mainTitle .en {
    padding: 0 1px 1%;
    font-family: 'Roboto', sans-serif;
    font-size: 5.1vw;
  }
  #container h2.mainTitle.icon_results::before {
    background: url(/volunteer/assets/images/icon_results.svg) no-repeat center /contain;
    content: " ";
    width: 7%;
    height: 30px;
    display: block;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .bg_yellow {
    background: #fffae6;
  }
  .lead {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lead p.txt {
    width: 100%;
    margin: 5% 0 0;
    font-size: 3.73vw;
    line-height: 1.6;
    text-align: justify;
  }
  .logo_my-story {
    width: 210px;
    margin-right: 0;
  }
  .article{
    margin-bottom: 12%;
  }
  .article:last-of-type{
    margin-bottom: 0;
  }
  .article-icon {
    width: 100%;
    height: auto;
    padding: 4px;
    margin: 0 auto 4%;
    background: linear-gradient(-45deg,#2cb5a9,#0183c7);
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .article-icon-inner {
    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 {
    display: flex;
    align-items: flex-end;
    max-width: 32%;
    height: auto;
  }
  .article-icon-inner .icon-txt {
    padding: 12px 13px 12px 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: 4.6vw;
    font-weight: 600;
    line-height: 1.6;
  }
  .article-miyoshi .article-icon-inner .icon-txt .icon-ttl{
    font-size: 4.3vw;
  }
  .article-icon-inner .icon-txt .icon-name {
    color: #333;
    font-size: 2.9vw;
    font-weight: 600;
  }
  .article-icon-inner .icon-txt .icon-date {
    color: #333;
    font-size: 2.7vw;
  }
  .live-link_area {
    width: 100%;
    margin: 0 auto;
  }
  .live-link_area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .live-link_area li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 9px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.7vw;
    font-weight: 600;;
  }
  .live-link_area li:last-child {
      margin: 0;
  }
  .live-link_area li:nth-child(1) .img {
    width: 8.2%;
    margin-right: 2%;
  }
  .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: 0 3px 9px;
    width: 230px;
    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: 100%;
    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: 15px;
    top: 30%;
  }


}
