/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* ========================================================
*
*					共通
*
* ======================================================== */
#main {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 60px;
}
#contents {
  width: auto;
  float: none;
  padding-top: 20px;
}
/* ========================================================
*
*					枠組み
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .breadcrumb {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .article-body {
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #container {
    width: 708px;
  }
  .pc_none {
    display: none;
  }
}
/* sp */
@media(max-width:740px){
  #contents {
    width: auto;
    float: none;
    padding: 0;
  }
  #main {
    padding: 0;
  }
  .pc_none {
    display: block;
  }
}
/* ========================================================
*
*					main-cont
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .main-cont {
    background-color: #F5F5F5;
    padding: 50px 50px 100px
  }
  .ttl {
    font-weight: bold;
    font-size: 30px;
    color: #2D2D2D;
  }
  .ttl-sub {
    display: inline-block;
    color: #E7330C;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 2px solid #E7330C;
    margin-bottom: 6px;
  }
  .sec__txt {
    margin-top: 30px;
    margin-left: 10px;
    line-height: 1.37;
  }
  .sec__cont-list-wrap {
    margin-top: 60px;
  }
  .sec__cont-list-wrap.js-acc-area {
    margin-top: 24px;
  }
  .sec__cont-list {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgb(219, 219, 219);
            box-shadow: 0 0 10px rgb(219, 219, 219);
  }
  .sec__cont-list-wrap.js-acc-area .sec__cont-list {
    display: none;
  }
  .sec__cont-list-wrap.js-acc-area.is-active .sec__cont-list {
    display: block;
  }
  .sec__cont-list:nth-child(n+2) {
    margin-top: 24px;
  }
  .sec__cont-list-link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .new-wrap {
    position: relative;
  }
  .new-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec__cont-list-img {
    display: block;
    width: 200px;
  }
  .sec__cont-list-txt-wrap {
    margin-left: 22px;
  }
  .more-btn {
    margin: 35px auto 0;
    width: 116px;
    cursor: pointer;
  }
  .more-btn-txt {
    font-size: 18px;
    font-weight: bold;
    color: #0075C1;
    background: url(/contents/1nensei/assets/img/circle_arrow01.png) no-repeat right 0px center;
    background-size: 18px;
  }
  .js-acc-open.active .more-btn-txt {
    text-align: center;
    background: url(/contents/1nensei/assets/img/close-arr.png) no-repeat right 10px center;
  }
  .sec__cont-list-wrap.js-acc-area {
    visibility: hidden;
    height: 0;
    -webkit-animation: hideAcc 1s linear 0s;
            animation: hideAcc 0.5s linear 0s;
  }
  .js-acc-area.is-active {
    visibility: visible;
    height: auto;
    -webkit-animation: showAcc 1s linear 0s;
            animation: showAcc 1s linear 0s;
  }
}
/* sp */
@media(max-width:740px){
  .main-cont {
    background-color: #F5F5F5;
    padding: 30px 10px;
  }
  .ttl {
    font-weight: bold;
    font-size: 24px;
    color: #2D2D2D;
  }
  .ttl-sub {
    display: inline-block;
    color: #E7330C;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 2px solid #E7330C;
    margin-bottom: 6px;
  }
  .sec__txt {
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 1.57;
    color: #000;
  }
  .sec__cont-list-wrap {
    margin-top: 24px;
  }
  .sec__cont-list-wrap.js-acc-area {
    margin-top: 16px;
  }
  .sec__cont-list {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgb(219, 219, 219);
            box-shadow: 0 0 10px rgb(219, 219, 219);
  }
  .sec__cont-list:nth-child(n+2) {
    margin-top: 16px;
  }
  .sec__cont-list-link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .new-wrap {
    position: relative;
    width: 36%;
  }
  .new-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
  }
  .new-icon img {
    display: block;
    width: 100%;
  }
  .sec__cont-list-img {
    width: 36%;
    height: 100%;
  }
  .new-wrap .sec__cont-list-img {
    width: 100%;
    height: auto;
  }
  .sec__cont-list-txt-wrap {
    width: 60%;
  }
  .sec__cont-list-txt {
    font-size: 14px;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
  }
  .more-btn {
    margin: 35px auto 0;
    width: 116px;
    cursor: pointer;
  }
  .more-btn-txt {
    font-size: 18px;
    font-weight: bold;
    color: #0075C1;
    background: url(/contents/1nensei/assets/img/circle_arrow01.png) no-repeat right 0px center;
    background-size: 18px;
  }
  .js-acc-open.active .more-btn-txt {
    text-align: center;
    background: url(/contents/1nensei/assets/img/close-arr.png) no-repeat right 10px center;
  }
  .sec__cont-list-wrap.js-acc-area {
    visibility: hidden;
    height: 0;
    -webkit-animation: hideAcc 1s linear 0s;
            animation: hideAcc 0.5s linear 0s;
  }
  .js-acc-area.is-active {
    visibility: visible;
    height: auto;
    -webkit-animation: showAcc 1s linear 0s;
            animation: showAcc 1s linear 0s;
  }
}
/* ie only */
@media all and (-ms-high-contrast: none){
  .sec__cont-list-img {
    min-width: 200px;
  }
}
/* ========================================================
*
*					animation
*
* ======================================================== */
@-webkit-keyframes showAcc {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes showAcc {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes hideAcc {
  from {
    opacity: 1;
    height: auto;

  }

  to {
    opacity: 0;
  }
}
@keyframes hideAcc {
  from {
    opacity: 1;
    height: auto;

  }

  to {
    opacity: 0;
  }
}
