@charset "utf-8";

/* CSS Document */
/*===============================================
●pc.sp 共通
===============================================*/
.cate_wrap .ly-wrp-cate-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
}

.cate_wrap .ly-mod-layout-clm {
    border-radius: 8px;
}

.cate_wrap .ly-wrp-cate-list .ly-cate-link .ly-cate-name {
    line-height: 1.15em;
    padding: 0 0.5rem 0.5rem;
}

.cate_wrap a:hover {
    text-decoration: none;
}

.cate_wrap .ly-wrp-cate-list .ly-cate-link .ly-cate-img img {
    border-radius: 8px;
}

.cate_wrap .ly-mod-layout-clm {
    width: 100%;
    display: flex;
}

.cate_wrap .ly-mod-layout-12clm .ly-mod-layout-clm {
    margin-left: 0;
}

.cate_wrap .ly-mod-layout-12clm .ly-mod-layout-clm:nth-child(n+4) {
    margin-top: 0;
}

/*===============================================






●pc.css 画面の横幅が737px以上






===============================================*/
@media screen and (min-width: 737px) {
.cate_wrap .ly-mod-layout-clm:nth-child(3) .ly-cate-name {
    font-size: 0.88rem;
    letter-spacing: -0.09em;
    line-height: 1.3em;
    padding: 0;
}

.cate_wrap .ly-wrp-cate-list .ly-mod-layout-clm:nth-child(3) .ly-cate-link .ly-cate-name .ly-icn-balnk:after {
        margin-left: 0;
}

.cate_wrap .ly-mod-layout-clm:nth-child(4) .ly-cate-name {
    padding: 0;
    font-size: .89rem;
    letter-spacing: -0.10em;
}

.cate_wrap .ly-wrp-cate-list .ly-mod-layout-clm:nth-child(4) .ly-cate-link .ly-cate-name .ly-icn-balnk {
    padding-right: 0;
}

.cate_wrap .ly-wrp-cate-list .ly-mod-layout-clm:nth-child(4) .ly-cate-link .ly-cate-name .ly-icn-balnk:after {
    margin-left: 0;
}

  /*================ 開発秘話 ================*/
  #w-bg div .content .Htit {
    margin-bottom: 1rem;
  }
  #w-bg .top_h2 {
    text-align: center;
    color: #008234;
    font-size: 24px;
    margin: 40px 0 0;
  }
  #w-bg .top_h2 span {
    color: #008234;
  }
  #w-bg .top_h2 {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
  }
  #w-bg .top_h2:before, #w-bg .top_h2:after {
    border-top: 2px solid;
    border-color: #008234;
    content: "";
    width: 10em; /* 線の長さ */
  }
  #w-bg .top_h2:before {
    margin-right: 0.5em; /* 文字の右隣 */
  }
  #w-bg .top_h2:after {
    margin-left: 0.5em; /* 文字の左隣 */
  }
  #w-bg .tit_h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: center;
    margin: -20px 0 40px 0;
    padding: 0;
  }
  #w-bg .tit_h2:before {
    content: '';
    position: absolute;
    bottom: -25px;
    display: inline-block;
    width: 10%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
  }
  #w-bg button.more {
    position: relative;
    width: 400px;
    margin: 20px auto;
    display: block;
    background-color: #0076AE;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
  }
  #w-bg button.more:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  #w-bg button.more a {
    color: #fff;
  }
  #w-bg button.more:after {
    position: absolute;
    content: "\e903";
    top: 50%;
    right: 0%;
    color: #fff;
    font-size: 16px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
	}
  #w-bg {
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    padding: 1% 0.8% 4%;
    margin: 4rem 0 3rem;
  }
  #w-bg a {
    text-decoration: none;
  }
  #w-bg a :hover {
    opacity: 0.8;
  }
  #w-bg .ly-mod-ttl-l.ly-no-bd {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #w-bg .listarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #w-bg .list {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - .5rem);
    margin-top: 40px;
    box-sizing: border-box;
  }
  #w-bg .ph {
    min-height: 0%;
  }
  #w-bg .clear {
    clear: both;
  }
  #w-bg .category {
    display: none;
    color: #008234;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    margin: 10px 0;
  }
  #w-bg .cat_tit {
    font-size: 1rem;
    color: #0076AE;
  }
  #w-bg .cat_txt {
    color: #313131;
    font-size: 1rem;
  }
  #w-bg .cat_txtS {
    color: #313131;
    font-size: 16px;
    text-align: right;
  }
  #w-bg a:hover .category {
    opacity: 0.8;
  }
  #w-bg a:hover .cat_tit {
    opacity: 0.8;
  }
  #w-bg a:hover .cat_txt {
    opacity: 0.8;
  }
  #w-bg a:hover .cat_txtS {
    opacity: 0.8;
  }
  #w-bg a:hover .ph {
    opacity: 0.8;
  }
  #w-bg .w-half {
    width: 48.75%;
    margin: 0 auto;
  }

  /*================ 角ボタン打ち消し ================*/

  div .content .list_btn {
    width: auto;
  }
  div .content .list_btn a {
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 2px solid #ddd;
    border-radius: 25px;
    background-color: #fff;
    line-height: 1.2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-shadow: 0px 0px 0.1px rgba(51, 51, 51, 0.5);
    padding: 14px 40px 14px 40px;
    text-align: center;
    width: 48.75%;
    margin: 0 auto;
    position: relative;
    color: #0171a6;
    font-size: 1.133333rem;
    margin: 0 auto;
  }

  .list_btn .arrR {
    display: none;
  }

  .list_btn a:after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: '\e901';
    color: #0171a6;
    font-family: "icn_font";
    font-size: 1.86666rem;
    font-weight: normal;
    line-height: 0;
  }
  div .content .list_btn a:hover {
    border: 2px solid #0171a6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
  }
  /*=============FMline見出し=============*/
  div .content .Htit {
    width: 100%;
    position: relative;
    margin: 8% 0 6% 0;
  }
  div .content .Htit .prap {
    position: absolute;
    background-color: #fff;
    padding: 0 1%;
    top: 85%;
    left: 50%;
    font-size: 1.8666666666666667rem;
    color: #747073;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
    /*=============検索窓=============*/
  .ly-wrp-category-area {
    margin: 60px 0 30px;
  }
  .ly-wrp-box-search  {
    margin: 0 0 7rem;
  }
}




/*===============================================




●sp.css  画面の横幅が736pxまで




===============================================*/
@media screen and (max-width: 736px) {

    .cate_wrap .ly-wrp-cate-list .ly-cate-link {
        display: block;
        box-shadow: 0 0px 4px rgba(0, 0, 0, .2);
        border-radius: 8px;
    }

    .cate_wrap .ly-cate-img {
        width: 60%;
        margin: 0 auto;
        padding-top: 0.5rem;
    }

    .cate_wrap .ly-wrp-cate-list {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .cate_wrap .ly-wrp-cate-list .ly-cate-link .ly-cate-name {
        line-height: 1.5em;
        font-size: .8em;
        padding: 0 0.3rem 0.3rem;
    }
    .cate_wrap .ly-wrp-cate-list .ly-cate-link .ly-cate-name .ly-icn-balnk {
        padding-right: 0.3rem;
    }

  /*================ 開発秘話 ================*/

  #w-bg {
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    padding: 1% 2%;
    margin: 3rem 0;
  }
  #w-bg a {
    text-decoration: none;
  }
  #w-bg a :hover {
    opacity: 0.8;
  }
  #w-bg .ly-mod-ttl-l.ly-no-bd {
    margin-top: 20px;
    margin-bottom: 0;
  }

  #w-bg .listarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #w-bg .list {
    width: calc(100% / 2 - .2rem);
    margin-bottom: 1rem;
  }
  #w-bg .category {
    display: none;
  }
  #w-bg .cat_tit {
    color: #0076AE;
    font-size: 0.93333rem;
    opacity: 1;
  }
  #w-bg .cat_txt {
    color: #313131;
    font-size: .8rem;
  }
  #w-bg .cat_txtS {
    color: #313131;
    font-size: 13px;
    text-align: right;
  }
  #w-bg a:hover .category {
    opacity: 0.8;
  }
  #w-bg a:hover .cat_tit {
    opacity: 0.8;
  }
  #w-bg a:hover .cat_txt {
    opacity: 0.8;
  }
  #w-bg a:hover .cat_txtS {
    opacity: 0.8;
  }
  #w-bg a:hover .ph {
    opacity: 0.8;
  }
  #w-bg .top_h2 {
    text-align: center;
    color: #008234;
    font-size: 20px;
    margin: 30px 0 0;
  }
  #w-bg .top_h2 span {
    color: #008234;
  }
  #w-bg .top_h2 {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
  }
  #w-bg .top_h2:before, #w-bg .top_h2:after {
    border-top: 2px solid;
    border-color: #008234;
    content: "";
    width: 3em; /* 線の長さ */
  }
  #w-bg .top_h2:before {
    margin-right: 0.5em; /* 文字の右隣 */
  }
  #w-bg .top_h2:after {
    margin-left: 0.5em; /* 文字の左隣 */
  }
  #w-bg .tit_h2 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #w-bg .tit_h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 15%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
  }
  #w-bg button.more {
    position: relative;
    width: 90%;
    height: 40px;
    margin: 20px auto;
    display: block;
    background-color: #0076AE;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
  }
  #w-bg button.more:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  #w-bg button.more a {
    color: #fff;
  }
  #w-bg button.more:after {
    position: absolute;
    content: "\e903";
    top: 50%;
    right: 0%;
    color: #fff;
    font-size: 12px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
	}
  div .content .list_btn a {
    position: relative;
    width: auto;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 25px;
    padding: 14px 40px 14px 40px;
    border: 2px solid #ddd;
    line-height: 1.2;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 0.93333rem;
    text-decoration: none !important;
    text-shadow: 0px 0px 0.1px rgba(51, 51, 51, 0.5);
    color: #0171a6;
}
.list_btn .arrR {
  display: none;
}
.list_btn a:after {
  position: absolute;
  top: 50%;
  right: 6px;
  font-size: 2rem;
  font-weight: normal;
  content: '\e901';
  color: #0171a6;
  font-family: "icn_font";
  line-height: 0;
}
  /*=============FMline見出し=============*/
  
  div .content .Htit {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }
  
  div .content .Htit .prap {
    width: 53% !important;
    position: absolute;
    background-color: #fff;
    padding: 0 1.5%;
    top: 60%;
    left: 50%;
    font-size: 1.2rem;
    color: #747073;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
    /*=============検索窓=============*/
  .ly-wrp-category-area {
    margin: 20px 0 20px;
  }
  .ly-wrp-box-search  {
    margin: 0 0 35px;
  }
}