@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.catch-2{font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
    color: #7f0319;
}

.innerlink {
    background: #f8f2f3;
    text-align: center;
    clear: both;
    width: 55%;
    padding: 1rem 0px 5rem 0px;
    margin: 3% 0% 0% 23%;
    border: solid 4px #7f0319;
    border-radius: 15px;
}

#contents .addParts01 .block .catch span.spanorange,
.addParts02 .blockTitSub span.spanorange{
	color:#f16334;
    text-decoration: unset;
}
#contents .addParts01 .block .catch span.spanblue,
.addParts02 .blockTitSub span.spanblue{
	color:#34b2f1;
    text-decoration: unset;
}
#contents .addParts01 .block .catch span.spangreen,
.addParts02 .blockTitSub span.spangreen{
	color:#3ef134;
    text-decoration: unset;
}
#contents .date-list-wrap .date-title-top.rec{
	background:#7f0319;
}
#contents .addParts01 ul li,
#contents #page #pr_box ul li{
	padding: 0 0 6px 20px;
    position: relative;
	font-size: 1.5rem;
}
#contents .addParts01 ul li::before
 {
    content: "";
    display: block;
    background-color: #7f0319;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
.btn-container {
  display: flex;
  flex-wrap: wrap;            /* 折り返しを許可（画面幅が狭いときに２列×２行に） */
  gap: 10px;                  /* ボタン間の隙間 */
max-width: 100%; 
}

.btn-container .btn {
  flex: 0 0 calc(25% - 10px); /* 全体幅の25%マイナス gap 半分 */
  box-sizing: border-box;
  text-align: center;
  padding: 8px 0;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

/*  btns*/
#contents .btn-internal-area {
    max-width: 1100px;
    text-align: center;
    margin: 2rem auto 20px;
	width: 158px;
    position: relative;
    cursor: pointer;
}

#contents .btn-internal-area a:hover,{
    opacity: inherit;
    transform: translateY(5px);
    box-shadow: none;
}

.btn-internal-area a {
    display: block;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    background: url("img/arrow_white.png") right 15px center no-repeat #2d313a;
    background-size: 7px auto;
    box-shadow: 0px 5px 0px 0px #000000;
    transition: 0.2s;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    z-index: 10;
    position: relative;
    border-radius: 10px;
}
	
	
	
	
	
	
	
#g-nav.m_fixed {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
#g-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#g-nav li {
    margin: 0;
}
#g-nav ul {
    width: 1180px;
}

.box2-10 {
margin: 3rem auto 0em;
    padding: 2em;
    position: relative;
    width: 40%;
    border: solid 1px #7f0319;
	background: #f7f0f1;
}

.box2-10:before {
    border-bottom: 30px solid transparent; /* 上側に透明の三角形 */
    border-left: 30px solid #7f0319; /* 左側の三角形（色は#c6d4c6） */
    content: ''; /* 擬似要素にコンテンツなし */
    display: block; /* ブロック要素として表示 */
    position: absolute; /* 絶対位置指定 */
    top: 0px; /* 上から0px */
    left: 0px; /* 左から0px */
}

.box2-10:after {
    border-left: 30px solid transparent; /* 右側に透明の三角形 */
    border-bottom: 30px solid #7f0319; /* 下側の三角形（色は#c6d4c6） */
    content: ''; /* 擬似要素にコンテンツなし */
    display: block; /* ブロック要素として表示 */
    position: absolute; /* 絶対位置指定 */
    bottom: 0px; /* 下から0px */
    right: 0px; /* 右から0px */
}

/* pタグの余白 */
.box2-10 p {
    margin: 0;
}	
	
	

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*  btns*/
#contents .btn-internal-area{
    max-width: 1100px;
    text-align: center;
    margin: 2rem auto 20px;
    width: 380px;
    position: relative;
    cursor: pointer;
}

#contents .btn-internal-area a:hover{
    opacity: inherit;
    transform: translateY(5px);
    box-shadow: none;
}

.btn-internal-area a {
    display: block;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    background: url("img/arrow_white.png") right 15px center no-repeat #2d313a;
    background-size: 7px auto;
    box-shadow: 0px 5px 0px 0px #000000;
    transition: 0.2s;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    z-index: 10;
    position: relative;
    border-radius: 10px;
}


	
	
	

}