@charset "UTF-8";
h3{
	margin:auto;
}
#news{
	padding:30px 0 150px 0;
}
#head_imgcont {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
#head_img {
    width: 100%;
    height: 700px;
    background-image: url(image.php?id=002);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-numbers{
	color: var(--crmwhite);
    background-color: #1d1d1d;
    padding: 10px 17px;
    border-radius: 15px;
    margin: 10px;
	transition: all .3s;
}
.page-numbers:hover{
    color: var(--crmwhite);
    background-color: var(--orange);
}
.current{
    color: var(--crmwhite);
    background-color: var(--orange);
}
#paginate_links{
	text-align:center;
    margin: 50px 10px 0 10px;
}
.news_item2{
	border-radius:20px;
	margin:30px 0;
}
.date_title_container{
    width:100%;
	display:flex;
	padding:100px 0;
}
.news_honbun{
	font-family: "Zen Kaku Gothic New",'Arial', sans-serif, 'メイリオ';
    letter-spacing: .025em;
    font-size: 1rem;
    line-height: 1.8em;
	font-weight:400;
}
.news_honbun figure{
	margin:50px 0;
	text-align: center;
}
img.wp-smiley,
img.emoji {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 .07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
}
.news_item{
	background-color:#fff;
	display: flex;
	padding:10px 20px;
	border-radius:20px;
	margin:30px 0;
}
.news_date{
	width: 150px;
	color:#919191;
	white-space: nowrap;
}
.news_line{
	padding:0 10px;
	color:#919191;
}
.news_title{
    font-weight:700;
    width: 100%;
    color: #323232;
    text-align: left;
    overflow: hidden;
}
.news_text{
	width:100%;
	color:#323232;
	text-align: left;
	overflow: hidden;
}
#news_more{
	border-radius:100px;
	margin:0 auto;
	padding:15px 30px;
	color:#fff;
	background-color:#C1C1C1;
}
#news_more:hover{
	background-color:#B29880;
	transition: all 0.2s ease-in-out;
}
#news_btn_margin{
	margin-top:65px;
	text-align: center;
}
.default_btn_cont {
	margin-top: 50px;
    display: flex;
    justify-content: center;
}

#news_blog{
	padding:100px 0 100px 0;
}
#news_blog .default_btn_cont{
	margin-top:50px;
}
#news_blog .display_cont{
	justify-content: space-between;
}
#news_blog .beside_50p_cont{
	padding:0 1%;
}
@media screen and (max-width:1149px){
	#news_blog .beside_50p_cont:first-child{
	margin-bottom:150px;
}
}
.blocklink{
	width:100%;
	padding: 30px 0;
    border-bottom: dotted 2px #b7a1a6;
    font-size: 0.9rem;
    font-weight: 400;
}
#news_blog li{
	list-style:none;
}
#news_blog dd{
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 5px;
    position: relative;
}
#news_blog p{
    font-size: 0.9rem;
    line-height: 1.8em;
}
#news_blog dt{
    font-size: 0.8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 30px;
}
#news_blog img{
	width:100%;
	aspect-ratio: 4 / 3;
}
#news_blog .EN_minititle{
	color:auto;
}

.column_title{
    margin-bottom: 50px;
}
.column_cont{
	margin-top:200px;
}
.column_box{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.column_blocklink{
	width:30%;
	margin:50px 1%;
}
.column_blocklink li {
    padding: 30px 0;
    font-size: 0.9rem;
    font-weight: 400;
}
.column_blocklink dt{
	margin-top:30px;
}
@media screen and (max-width:768px){
.column_blocklink{
	width:100%;
   margin-top: 50px;
}
.column_blocklink:first-child{
   margin-top: 0px;
}
}