/*------------------------------------------

	

------------------------------------------*/
.under-page {
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-y;
}

.hx-type1 {
	width: 424px;
	height: 126px;
	font-size: 2.9rem;
	letter-spacing: 5px;
	background-image: url(../images/common/hx-bg-min.png);
	padding-top: 50px;
	background-size: contain;
	display: inline-block;
}

.under-page .mv-box {
	width: fit-content;
}

main .wrap-boc {
    padding-right: 0;
    padding-left: 165px;
}

main .wht-box {
	width: calc(100% - 180px);
	background-color: #fff;
	margin-left: auto;
}
main .wht-box.none {
	background: none;
}

main .wht-box .inr {
    max-width: none;
    padding: 50px 70px;
    padding-right: 195px;
    padding-bottom: 150px;
}
main .wht-box.none .inr {
    padding-bottom: 0;
}

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {
	width: 60px;
	height: 60px;
	font-size: 2.4rem;
	display: inline-block;
	border-radius: 100px;
	line-height: 60px;
	text-align: center;
	margin: 0 7px;
}
.wp-pagenavi .current {
	background-color: #F4A11A;
}
.wp-pagenavi .page {
	background-color: #DCDCD1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 15px;
    height: 9px;
    background-image: url(../images/common/ico-arrow.png);
    background-size: contain;
}
.wp-pagenavi .previouspostslink {
    transform: translateY(-4px) rotate(90deg);
    margin-right: 50px;
}
.wp-pagenavi .nextpostslink {
    transform: translateY(-8px) rotate(-90deg);
    margin-left: 50px;
}

/*PC*/
@media screen and (min-width: 768px) {
	.header-gnav .gnav a {
	    color: #DCDCD1;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
    #menu-btn span:nth-of-type(1), #menu-btn span:nth-of-type(2), #menu-btn span:nth-of-type(3) {
        background-color: #DCDCD1;
    }

	.hx-type1 {
        width: 200px;
        height: 60px;
        font-size: 1.8rem;
        padding-top: 20px;
	}

	main .wrap-boc {
	    padding-right: 0;
	    padding-left: 50px;
	}
	main .wht-box {
		width: calc(100% - 35px);
	}

	main .wht-box .inr {
	    max-width: none;
	    padding: 15px;
	    padding-right: 15px;
	    padding-bottom: 60px;
	}

	.wp-pagenavi .current,
	.wp-pagenavi a.page {
		width: 40px;
		height: 40px;
		font-size: 1.7rem;
		line-height: 40px;
		margin: 0 7px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
	    text-indent: 100%;
	    white-space: nowrap;
	    display: inline-block;
	    overflow: hidden;
	    width: 15px;
	    height: 9px;
	    background-image: url(../images/common/ico-arrow.png);
	    background-size: contain;
	}
	.wp-pagenavi .previouspostslink {
	    transform: translateY(-2px) rotate(90deg);
	    margin-right: 20px;
	}
	.wp-pagenavi .nextpostslink {
	    transform: translateY(-5px) rotate(-90deg);
	    margin-left: 20px;
	}
}/*END*/


/*------------------------------------------

 NOTICE	

------------------------------------------*/
.cat-tit {
	font-size: 1.7rem;
	font-weight: 500;
}

/* セレクトボックスのラッパー */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 325px;
    border-radius: 100px;
    background-color: #e2e2d8;
    padding: 5px 15px;
}

/* セレクトボックス本体 */
.custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    width: 100%;
    padding: 5px 30px 7px 5px;
    font-size: 1.7rem;
    letter-spacing: 5px;
    font-weight: bold;
    border-radius: 100px;
    outline: none;
    cursor: pointer;
    z-index: 2;

}

/* 矢印アイコン */
.custom-select-wrapper::after {
  content: '';
  width: 15px;
  height: 9px;
  background-image: url(../images/common/ico-arrow.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none; /* クリックを無効化 */
}

.norice-post-box {
	border-top: #DCDCD1 1px solid;
}
.norice-post-box:last-of-type {
	border-bottom: #DCDCD1 1px solid;
}

.norice-post-box {
	padding-top: 40px;
	padding-bottom: 60px;
}

.norice-post-box .cat {
	height: 23px;
	font-size: 1.1rem;
	font-weight: 900;
	color: #fff;
	display: inline-block;
	line-height: 23px;
	background-color: #2A2A2A;
	padding: 0 15px;
	margin-right: 50px;
	position: relative;
}
.norice-post-box .cat::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #2A2A2A;
	position: absolute;
	top: 0;
	right: -25px;
}
.norice-post-box time {
	font-size: 1.7rem;
	font-weight: 900;
	display: block;
}
.norice-post-box .tit {
	font-size: 2.6rem;
}
.norice-post-box .content-txt {
	font-size: 1.5rem;
	font-weight: 500;
}

.norice-post-box .content-txt p {
	margin-bottom: 30px;
}

.norice-post-box .contact-txt {
	background-color: #DCDCD1;
	padding: 25px;
}
.norice-post-box .contact-txt .contact-tit {
	width: 230px;
	font-size: 1.5rem;
	font-weight: 500;
}
.norice-post-box .contact-txt .txt {
	width: calc(100% - 230px);
	font-size: 1.6rem;
	font-weight: 900;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.cat-tit {
		font-size: 1.5rem;
	}

	/* セレクトボックスのラッパー */
	.custom-select-wrapper {
        width: 200px;
        padding: 0px 15px;
	}

	/* セレクトボックス本体 */
	.custom-select-wrapper select {
	    font-size: 1.4rem;
	}

	.norice-post-box {
		padding-top: 20px;
        padding-bottom: 40px;
	}

	.norice-post-box time {
		font-size: 1.5rem;
	}
	.norice-post-box .tit {
		font-size: 2.0rem;
	}
	.norice-post-box .content-txt {
		font-size: 1.5rem;
	}

	.norice-post-box .content-txt p {
		margin-bottom: 20px;
	}

	.norice-post-box .contact-txt {
		padding: 15px;
	}
	.norice-post-box .contact-txt .contact-tit {
		width: 100%;
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.norice-post-box .contact-txt .txt {
		width: 100%;
		font-size: 1.5rem;
	}
}/*END*/