@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  body {
    background-image: url("/images/top_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .header_ctn {
    background-size: cover;
  }
  #mainimage_ctn {
    width: 100%;
    z-index: 100;
    width: 100%;
    padding: 0 2.5%;
  }
  #mainimage_ctn img {
    border-radius: 20px !important;
  }

  .top_bg1 {
    background-image: url("/images/top_bg1.png");
    background-size: 100% auto;
    background-repeat: repeat;
    background-color: #555;
  }

  .top_bg2 {
    background-image: url("/images/top_bg.png");
    background-size: cover;
  }

  .contents_ctn_pd {
    padding: 25px;
  }
  .contents_ctn_pd h2 {
    background-image: url("/images/top_title_bg.png");
    padding: 15px 20px;
    background-size: 100% 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }

  #top01_01 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: space-between;
    align-items: end;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #top01_01 h2 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  #top01_01 #top01_01_img {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #top01_01 #top01_01_txt {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li {
    width: 32%;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a {
    text-align: center;
    padding: 20px 0 10px 0;
    display: block;
    height: 100%;
    background-image: url("/images/top1_button_bg.png");
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #fccf00;
    text-decoration: none;
    color: #333;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a .pc_image {
    display: none;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a .sp_image {
    display: block;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a .sp_image img {
    width: 80%;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a p {
    display: none;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
  #top01_01 #top01_01_rate {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: 15px;
  }
  #top01_01 #top01_01_rate a {
    display: block;
    background-image: url("/images/top1_button_bg2.png");
    background-size: 20% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #fccf00;
    padding: 10px 20% 10px 20px;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  #top01_01 #top01_01_rate a p {
    font-size: 1.4rem;
  }
  #top01_01 #top01_01_rate a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
  #top01_01 #top01_01_rate a:after {
    content: "";
    width: 40px;
    height: 73px;
    background-image: url("/images/top_rate_img.png");
    background-size: 40px 73px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  #top01_01 #top01_01_rate a h3 {
    margin-right: 1rem;
  }
  #top01_01 #top01_01_rate a h3 img {
    height: 18px;
  }

  #top01_02 {
    display: grid;
    grid-template-columns: 4fr 1fr;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #top01_02 h2 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  #top01_02 #top01_02_img {
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: center;
  }
  #top01_02 #top01_02_img img {
    width: 70%;
  }
  #top01_02 #top01_02_txt {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li {
    margin-top: 10px;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li h3 img {
    height: 24px;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li p {
    font-size: 1.4rem;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li a {
    padding: 10px 20px;
    display: block;
    height: 100%;
    background-image: url("/images/top1_button_bg3.png");
    background-size: 15% 30%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #fccf00;
    text-decoration: none;
    color: #333;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }

  #top02 {
    overflow: hidden;
  }
  #top02 .top02_contents_ctn {
    display: grid;
    grid-template-columns: 1fr 3.5fr;
    grid-template-rows: auto;
    border: 3px solid #fccf00;
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
    background-image: url("/images/top1_button_bg4_sp.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #top02 .top02_contents_ctn h2 {
    grid-column: 1/3;
    grid-row: 1/2;
    text-align: center;
  }
  #top02 .top02_contents_ctn .top02_img {
    margin-top: 20px;
    grid-column: 1/2;
    grid-row: 2/4;
  }
  #top02 .top02_contents_ctn .top02_txt {
    grid-column: 2/3;
    grid-row: 2/3;
    position: relative;
  }
  #top02 .top02_contents_ctn .top02_txt h2 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #top02 .top02_contents_ctn .top02_txt p {
    margin-top: 20px;
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
    padding: 0 20px;
    line-height: 1.6em;
  }
  #top02 .top02_contents_ctn .top_common_button {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100%;
    text-align: center;
  }
  #top02 .top02_contents_ctn .top_common_button a {
    min-width: 85%;
  }
  #top02 .swiper-slide {
    transform: scale(0.85);
    /* スライドの大きさ調整 */
    transition: all;
  }
  #top02 .swiper-slide-active {
    transform: scale(1);
    /* スライドの大きさ調整 */
    transition: all;
  }
  #top02 .swiper-pagination {
    margin-top: 10px;
  }

  #top03 {
    padding: 30px 0;
  }
  #top03 .sp_news01 {
    text-align: center;
  }
  #top03 .sp_news01.top_common_button a {
    background-color: #fff !important;
    padding: 15px 35px;
    line-height: 1.6em;
  }
  #top03 .sp_news01.top_common_button a:hover {
    background-color: #fff7d4 !important;
    transition: 0.5s;
  }
  #top03 #sp_news02 {
    margin-top: 60px;
  }
  #top03 .sp_news02_list {
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
  }
  #top03 .sp_news02_list li a {
    display: block;
    padding: 10px 10px 10px 30px;
    color: #333;
    text-decoration: none;
    background-image: url("/images/button_arrow.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center left;
  }
  #top03 .sp_news02_list li a:hover {
    text-decoration: underline;
  }

  #top04_contents_ctn {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: auto;
    background-color: #fff;
    background-image: url("/images/top1_button_bg5.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 3px solid #fccf00;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #top04_contents_ctn h2 {
    grid-column: 1/4;
    grid-row: 1/2;
    margin-bottom: 10px;
  }
  #top04_contents_ctn .top04_01 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #top04_contents_ctn .top04_02 {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-bottom: 10px;
  }
  #top04_contents_ctn .top04_03 {
    grid-column: 2/4;
    grid-row: 3/4;
  }
  #top04_contents_ctn .top04_04 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  #top04_contents_ctn .top04_05 {
    grid-column: 1/4;
    grid-row: 4/5;
  }
  #top04_contents_ctn .top04_05.top_common_button {
    margin-top: 2rem;
  }
  #top04_contents_ctn .top04_05.top_common_button a {
    width: 100%;
    text-align: center;
  }

  #top05 h2 {
    text-align: center;
  }

  #publicity_ctn {
    margin-top: 40px;
  }

  .news_publicity_list_ctn {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
  }
  .news_publicity_list_ctn .top_common_button {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .news_publicity_list_ctn .top_common_button a {
    display: block;
  }

  .news_list li {
    padding: 10px 0;
    border-top: 1px dotted #009fe8;
  }
  .news_list li:first-child {
    border-top: none;
  }
  .news_list li a {
    text-decoration: none;
    color: #333;
  }
  .news_list li dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .news_list li dl dt {
    font-size: 1.2rem;
    width: 8rem;
  }
  .news_list li dl .category {
    font-size: 1.3rem;
    color: #fff;
    padding: 3px 15px;
    width: 15rem;
    text-align: center;
  }
  .news_list li dl .title {
    background-image: url("/images/button_arrow.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
    margin-top: 10px;
    padding-left: 30px;
  }
  .news_list li dl .title.new_mark:before {
    content: "NEW";
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background-color: #fccf00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
  }
  .news_list li dl .title.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("/images/icon_pdf.png");
    background-size: 16px 20px;
    margin-left: 5px;
  }

  .publicity_list li {
    padding: 10px 0;
    border-top: 1px dotted #009fe8;
  }
  .publicity_list li:first-child {
    border-top: none;
  }
  .publicity_list li a {
    text-decoration: underline;
    color: #333;
  }
  .publicity_list li dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .publicity_list li dl dt {
    font-size: 1.2rem;
    width: 8rem;
  }
  .publicity_list li dl .category {
    font-size: 1.3rem;
    color: #fff;
    padding: 3px 15px;
    width: 15rem;
    text-align: center;
  }
  .publicity_list li dl .title {
    width: 100%;
    margin-top: 10px;
  }
  .publicity_list li dl .title.new_mark:before {
    content: "NEW";
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background-color: #fccf00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
  }
  .publicity_list li dl .title.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("/images/icon_pdf.png");
    background-size: 16px 20px;
    margin-left: 5px;
  }

  #developer_link {
    margin-top: 60px;
  }
  #developer_link li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  #developer_link li a {
    width: 90%;
    background-color: #fff;
    border-radius: 15px;
    padding: 5px 20px;
    display: inline-block;
  }

  #other_contents_link {
    margin-top: 60px;
  }
  #other_contents_link li {
    width: 100%;
    margin-bottom: 20px;
  }
  #other_contents_link li.select span {
    background-image: url("/images/icon_select.png");
  }
  #other_contents_link li.sustainability span {
    background-image: url("/images/icon_sustainability.png");
  }
  #other_contents_link li a {
    display: block;
    height: 100%;
    background-image: url("/images/top1_button_bg6.png");
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #fccf00;
    text-decoration: none;
    color: #333;
    padding: 8px 20px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #other_contents_link li a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
  #other_contents_link li a span {
    display: block;
    padding: 5px 0 5px 65px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .top_common_button a {
    display: inline-block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff7d4;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 10px 30px;
    font-size: 1.3rem;
    position: relative;
  }
  .top_common_button a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  .top_common_button a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  body {
    background-image: url("/images/top_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .header_ctn header,
.header_ctn section,
.header_ctn #top03 {
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
  }

  #mainimage_ctn {
    z-index: 100;
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
  }
  #mainimage_ctn img {
    border-radius: 20px !important;
  }

  .top_bg1 {
    background-image: url("/images/top_bg1.png");
    background-size: 100% auto;
    background-repeat: repeat;
    background-color: #555;
  }

  .top_bg2 {
    background-image: url("/images/top_bg.png");
    background-size: cover;
  }

  .contents_ctn_pd h2 {
    background-image: url("/images/top_title_bg.png");
    padding: 15px 20px;
    background-size: 100% 100%;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
  }

  #top01_01 {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #top01_01 h2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #top01_01 #top01_01_img {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  #top01_01 #top01_01_txt {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li {
    width: 32%;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a {
    text-align: center;
    padding: 20px 0 10px 0;
    display: block;
    height: 100%;
    background-image: url("/images/top1_button_bg.png");
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #fccf00;
    text-decoration: none;
    color: #333;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a .pc_image {
    text-align: center;
    display: block;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a .pc_image img {
    width: 80%;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a .sp_image {
    display: none;
  }
  #top01_01 #top01_01_txt ul#top_main_button_list li a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }
  #top01_01 #top01_01_rate {
    grid-column: 2/3;
    grid-row: 3/4;
    margin-top: 15px;
  }
  #top01_01 #top01_01_rate a {
    display: flex;
    align-items: center;
    background-image: url("/images/top1_button_bg2.png");
    background-size: 20% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #fccf00;
    padding: 25px 20% 25px 100px;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  #top01_01 #top01_01_rate a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }
  #top01_01 #top01_01_rate a:after {
    content: "";
    width: 60px;
    height: 109px;
    background-image: url("/images/top_rate_img.png");
    background-size: 60px 109px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  #top01_01 #top01_01_rate a h3 {
    margin-right: 1rem;
  }
  #top01_01 #top01_01_rate a h3 img {
    height: 32px;
  }

  #top01_02 {
    display: grid;
    grid-template-columns: 1fr 200px;
    justify-content: space-between;
    align-items: start;
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  #top01_02 h2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #top01_02 #top01_02_img {
    grid-column: 2/3;
    grid-row: 1/3;
    text-align: center;
  }
  #top01_02 #top01_02_img img {
    width: 55%;
  }
  #top01_02 #top01_02_txt {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 {
    display: flex;
    justify-content: space-between;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li {
    width: 49%;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li h3 img {
    height: 30px;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li a {
    padding: 20px;
    display: block;
    height: 100%;
    background-image: url("/images/top1_button_bg3.png");
    background-size: 15% 30%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #fccf00;
    text-decoration: none;
    color: #333;
  }
  #top01_02 #top01_02_txt ul#top_main_button_list2 li a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }

  #top02 {
    overflow: hidden;
  }
  #top02 .top02_contents_ctn {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: auto auto 1fr;
    align-content: start;
    border: 3px solid #fccf00;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    background-image: url("/images/top1_button_bg4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #top02 .top02_contents_ctn h2 {
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: center;
    align-self: start;
  }
  #top02 .top02_contents_ctn .top02_img {
    grid-column: 1/2;
    grid-row: 1/4;
    align-self: start;
  }
  #top02 .top02_contents_ctn .top02_img img {
    width: 100%;
  }
  #top02 .top02_contents_ctn .top02_txt {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: start;
    justify-self: start;
    position: relative;
    padding-top: 20px;
  }
  #top02 .top02_contents_ctn .top02_txt h2 {
    margin-bottom: 2rem;
  }
  #top02 .top02_contents_ctn .top02_txt p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
    padding: 0 20px;
    line-height: 1.6em;
  }
  #top02 .top02_contents_ctn .top_common_button {
    text-align: center;
    grid-column: 2/3;
    grid-row: 3/4;
    align-self: end;
    padding-bottom: 30px;
    align-self: center;
  }
  #top02 .swiper-slide {
    transform: scale(0.85);
    /* スライドの大きさ調整 */
    transition: all;
  }
  #top02 .swiper-slide-active {
    transform: scale(1);
    /* スライドの大きさ調整 */
    transition: all;
  }
  #top02 .swiper-pagination {
    margin-top: 10px;
  }

  #top03 {
    padding: 30px 0;
  }
  #top03 #sp_news02 {
    margin-top: 60px;
  }

  .sp_news02_list {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
  }
  .sp_news02_list li a {
    font-size: 2.1rem;
    display: block;
    padding: 10px 30px;
    color: #333;
    text-decoration: none;
    background-image: url("/images/button_arrow.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center left;
  }
  .sp_news02_list li a:hover {
    text-decoration: underline;
  }

  .sp_news01 {
    text-align: center;
  }
  .sp_news01.top_common_button a {
    background-color: #fff !important;
    padding: 20px 100px;
    line-height: 1.6em;
    font-size: 2.1rem;
  }
  .sp_news01.top_common_button a:hover {
    background-color: #fff7d4 !important;
    transition: 0.5s;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }

  #top04_contents_ctn {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    background-color: #fff;
    background-image: url("/images/top1_button_bg5.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 3px solid #fccf00;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #top04_contents_ctn h2 {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  #top04_contents_ctn .top04_01 {
    padding: 2rem;
    grid-column: 1/2;
    grid-row: 2/5;
  }
  #top04_contents_ctn .top04_02 {
    padding-top: 2rem;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #top04_contents_ctn .top04_03 {
    grid-column: 2/3;
    grid-row-start: 3/4;
  }
  #top04_contents_ctn .top04_04 {
    padding: 2rem;
    grid-column: 3/4;
    grid-row: 2/5;
  }
  #top04_contents_ctn .top04_05 {
    padding: 2rem;
    grid-column: 2/3;
    grid-row: 4/5;
    text-align: center;
  }
  #top04_contents_ctn .top04_05 .top_common_button {
    margin-top: 2rem;
  }

  #top05 h2 {
    text-align: center;
  }

  #publicity_ctn {
    margin-top: 40px;
  }

  .news_publicity_list_ctn {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
  }
  .news_publicity_list_ctn .top_common_button {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }

  .news_list li {
    padding: 10px 0;
    border-top: 1px dotted #009fe8;
  }
  .news_list li:first-child {
    border-top: none;
  }
  .news_list li a {
    text-decoration: none;
    color: #333;
  }
  .news_list li dl {
    display: flex;
    align-items: center;
  }
  .news_list li dl dt {
    font-size: 1.5rem;
  }
  .news_list li dl dd {
    margin-left: 10px;
  }
  .news_list li dl .category {
    font-size: 1.5rem;
    color: #fff;
    padding: 5px 35px 5px 15px;
    width: 11em;
    text-align: center;
    background-image: url("/images/button_arrow2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
  }
  .news_list li dl .title {
    font-size: 1.8rem;
    flex: 1;
    position: relative;
    padding-right: 30px;
  }
  .news_list li dl .title.new_mark:before {
    content: "NEW";
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background-color: #fccf00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  .news_list li dl .title.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("/images/icon_pdf.png");
    background-size: 16px 20px;
    margin-left: 5px;
  }

  .publicity_list {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
  }
  .publicity_list li {
    padding: 10px 0;
    border-top: 1px dotted #009fe8;
  }
  .publicity_list li:first-child {
    border-top: none;
  }
  .publicity_list li a {
    text-decoration: underline;
    color: #333;
  }
  .publicity_list li dl {
    display: flex;
    align-items: center;
  }
  .publicity_list li dl dt {
    font-size: 1.5rem;
  }
  .publicity_list li dl dd {
    margin-left: 10px;
  }
  .publicity_list li dl .category {
    font-size: 1.5rem;
    color: #fff;
    padding: 5px 15px 5px 15px;
    width: 11em;
    text-align: center;
  }
  .publicity_list li dl .title {
    font-size: 1.8rem;
    flex: 1;
    position: relative;
    padding-right: 30px;
  }
  .publicity_list li dl .title.new_mark:before {
    content: "NEW";
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background-color: #fccf00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  .publicity_list li dl .title.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("/images/icon_pdf.png");
    background-size: 16px 20px;
    margin-left: 5px;
  }

  #developer_link {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  #developer_link li {
    width: 23%;
    margin-left: 2.6666%;
  }
  #developer_link li:nth-child(1) {
    margin-left: 0;
  }
  #developer_link li a {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    display: block;
  }
  #developer_link li a img {
    display: block;
  }

  #other_contents_link {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  #other_contents_link li {
    width: 49%;
  }
  #other_contents_link li.select span {
    background-image: url("/images/icon_select.png");
  }
  #other_contents_link li.sustainability span {
    background-image: url("/images/icon_sustainability.png");
  }
  #other_contents_link li a {
    text-align: center;
    display: block;
    height: 100%;
    background-image: url("/images/top1_button_bg6.png");
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #fccf00;
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #other_contents_link li a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }
  #other_contents_link li a span {
    display: inline-block;
    padding: 5px 0 5px 45px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .top_common_button a {
    display: inline-block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff7d4;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 10px 100px;
    font-size: 2rem;
    position: relative;
  }
  .top_common_button a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  .top_common_button a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }

  /* common class / */
  /* / common class */
}
/*--=== / PC ONLY min-width: 961px ===-- */

/*# sourceMappingURL=top.css.map */
