@charset "UTF-8";

/* ========================================
   @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
/* common
-------------------------------------*/
.util-btn {
   width: min(95%, 240px);
   border-radius: 30px;
   background: #131313;
}
.util-btn a {
   font-weight: 500;
   font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
   letter-spacing: 0.05em;
   line-height: 1.85714;
   text-align: center;
   color: #fff;
   position: relative;
   padding: 17px 0;
   display: block;
}
.util-btn a::after {
   position: absolute;
   content: "";
   background: url(../images/common/btn-arrow.svg)no-repeat center center;
   background-size: contain;
   width: 10px;
   height: 7px;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
}

/* entry -------------------------------------*/
#entry .system-contents {
   width: min(95%, 1000px);
}
#entry .system-list {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 40px;
   margin-bottom: 66px;
 }
 #entry .system-list li {
   background: #fff;
   border: 1px solid #958c7d;
   padding: 40px 30px;
 }
 #entry .system-list li .ttl-wrap {
   display: grid;
   grid-template-columns: 34.6153% 1fr;
   gap: 16px;
 }
 #entry .system-list li .system-pic img  {
   height: 120px;
 }
 #entry .system-list li .system-ttl-01 {
   font-weight: 500;
   font-size: 22px;
   line-height: 1.54545;
   text-align: left;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
 }
 #entry .system-list li .system-content {
   font-size: 14px;
   line-height: 1.71428;
   text-align: left;
   margin-bottom: 35px;
 }
 #entry .system-table table {
   width: 97%;
   border-collapse: collapse;
   border: 1px solid #CCCCCC;
   margin-bottom: 32px;
 }
 #entry .system-table tr {
   border-bottom: 1px solid #CCCCCC;
 }
 #entry .system-table tr:last-child {
   border-bottom: none;
 }
 #entry .system-table th,
 #entry .system-table td {
   font-size: 14px;
   line-height: 1.71428;
   padding: 13px 16px;
 }
 #entry .system-table th {
   background: #F2F2F2;
   text-align: center;
   width: 23.4%;
 }
 #entry .system-table td {
   text-align: left;
 }
 #entry .system-list li .util-btn {
   width: min(95%, 320px);
   margin-inline: auto;
   background: #F0596D;
 }
 #entry .system-list li .util-btn a {
   padding: 17px 0;
 }
 #entry .entry-btn {
   width: min(95%, 640px);
   margin-inline: auto;
   border-radius: 200px;
 }
 #entry .entry-btn a {
   padding: 27px 0;
 }
 #entry .entry-btn a::after {
   right: 30px;
 }
 #entry .system-contents .system-ttl{font-size: 26px;font-weight: bold;margin-bottom: 30px;padding: 25px 0;border-bottom: 1px #ccc solid;line-height: 1.4;}
}


/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* common
-------------------------------------*/
.util-btn {
   width: min(95%, 57.97vw);
   border-radius: 48.31vw;
   background: #131313;
}
.util-btn a {
   font-weight: 500;
   font-size:3.382vw;
   letter-spacing: 0.05em;
   line-height: 1.85714;
   text-align: center;
   color: #fff;
   position: relative;
   padding: 4.11vw 0;
   display: block;
}
.util-btn a::after {
   position: absolute;
   content: "";
   background: url(../images/common/btn-arrow.svg)no-repeat center center;
   background-size: contain;
   width: 2.34vw;
   height: 1.77vw;
   top: 50%;
   right: 4.83vw;
   transform: translateY(-50%);
}
.top-Upbunner.is-entry-single {
  display: none !important;
}

/* entry -------------------------------------*/
#entry .system-contents {
   width: min(95%, 91.79vw);
}
#entry .system-list {
   display: grid;
   grid-template-columns: repeat(1, minmax(0, 1fr));
   gap: 4.83vw;
   margin-bottom: 7.25vw;
 }
 #entry .system-list li {
   background: #fff;
   border: 0.2vw solid #958c7d;
   padding: 7.25vw 4.83vw 9.1vw;
 }
 #entry .system-list li .ttl-wrap {
   display: grid;
   gap: 4.23vw;
 }
 #entry .system-list li .system-pic {
   margin-bottom: 0;
 }
 #entry .system-list li .system-pic img  {
   height: 41.06vw;
 }
 #entry .system-list li .system-ttl-01 {
   font-weight: 500;
   font-size:4.348vw;
   line-height: 1.6666;
   text-align: left;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   margin-bottom: 1.2vw;
 }
 #entry .system-list li .system-content {
   font-size:3.382vw;
   line-height: 1.71428;
   text-align: left;
   margin-bottom: 4.83vw;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
 }
 #entry .system-table table {
   width: 100%;
   border-collapse: collapse;
   border: 0.2vw solid #CCCCCC;
   margin-bottom: 4.83vw;
 }
 #entry .system-table tr {
   border-bottom: 0.2vw solid #CCCCCC;
 }
 #entry .system-table tr:last-child {
   border-bottom: none;
 }
 #entry .system-table th,
 #entry .system-table td {
   font-size:3.382vw;
   line-height: 1.71428;
   padding: 3.22vw 0;
 }
 #entry .system-table th {
   background: #F2F2F2;
   text-align: center;
   width: 24.4%;
 }
 #entry .system-table td {
   text-align: left;
   padding: 3vw 4.6vw;
   vertical-align: middle;
 }
 #entry .system-list li .util-btn {
   width: min(95%, 77.29vw);
   margin-inline: auto;
   background: #F0596D;
 }
 #entry .system-list li .util-btn a {
   padding: 4.12vw 0;
 }
 #entry .system-contents .system-ttl{font-size: 5.2vw;font-weight: bold;margin-bottom: 4vw;padding-bottom: 2vw;border-bottom: 0.2vw #ccc solid;line-height: 1.4;}
}