@charset "UTF-8";


@media screen and (min-width:769px){
	#news header .innerbox .linkbox a.news::after{
  		transform: scale(1, 1);
	}
	
	#news .aboutbottombtn{
		display: none;
	}
	
	#news{
		background:#dfddda;
	}
	#news #pan{
		width:1120px;
	}
	#news header{
		background-color:rgba(223,221,218,1);
	}
	#news header .innerbox .linkbox .obtn,
	#news header .innerbox .linkbox a{
		position: relative;
		margin:0 0 0 40px;
		padding:0 0;
		display: block;
		color:#000;
		font-size:1.6rem;
		line-height: 1;
		cursor: pointer;
		font-weight: 500;
		white-space: nowrap;
	}
	#news .contbox a{
		color:#ea5514;
		text-decoration: underline;
	}
	#news header .innerbox .linkbox a::after,
	#news header .innerbox .linkbox .obtn .overbox::after{
  		background: #000;
	}
	
	#news header .contact_langbtn{
		border:1px solid #000;
	}
	
	#news header .contact_langbtn a.contact{
		color:#fff;
		background:#000;
	}
	
	#news header .contact_langbtn a.contact:hover{
		background:none;
		color:#000;
	}
	
	#news header .contact_langbtn .langbtn a{
		border-right:1px solid #000;
	}
	
	#news header .contact_langbtn .langbtn a:hover{
		color: #000;
	}
	
	#news header .contact_langbtn .langbtn a.active{
		color:#000;
		pointer-events: none;
	}
	
	#news header .contact_langbtn .langbtn ul li.current a{
		color: #000;
	}
	
	#news header .contact_langbtn .langbtn ul li.en-US{
		border-left:1px solid #000;
	}
	
	#news header .contact_langbtn .langbtn a:last-child{
		border-right:none;
	}
	
	#news .mainarea{
		width:100%;
		padding:200px 0 0 0;
	}
	
	#news .mainarea .maintl{
		color:#000;
		font-size:10rem;
		font-weight: 900;
		text-align: center;
		line-height: 1;
		margin:0 0 45px 0;
	}
	
	#news .mainarea .subtl{
		color:#000;
		font-size:1.6rem;
		text-align: center;
		line-height: 3.2rem;
		margin:0 0 25px 0;
	}
	
	#news .newscontainer{
		width:1120px;
		margin:0 auto;
		padding:110px 0 150px 0;
		display: flex;
		justify-content: space-between;
	}
	
	#news .newscontainer .newscont{
		width:800px;
		margin:0 0 0 0;
	}
	
	#news .newscontainer .newscont .categoryname{
		margin:0 0 100px 0;
		display: flex;
		align-items: center;
	}
	
	#news .newscontainer .newscont .categoryname .ncate{
		font-size:1.6rem;
		line-height: 1;
		font-weight: bold;
		padding:0 10px 0 0;
		border-right: 1px solid #000;
		margin:0 20px 0 0;
	}
	
	#news .newscontainer .newscont .categoryname .name{
		font-size:3rem;
		line-height: 1;
		font-weight: 500;
	}
	
	#news .newscontainer .newscont .newslist{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#news .newscontainer .newscont .newslist a{
		width:calc((100% - 50px) / 2);
		color:#000;
		margin:0 0 60px 0;
		position: relative;
		padding:0 0 60px 0;
		transition: all 0.2s;
		display: block;
	}
	
	#news .newscontainer .newscont .newslist a::after{
		content: "";
		width:100%;
		border-bottom:1px solid #000;
		position: absolute;
		bottom:0;
		left:0;
		transition: all 0.2s;
	}
	
	#news .newscontainer .newscont .newslist a:hover{
		color:#ea5514;
	}
	
	#news .newscontainer .newscont .newslist a:hover::after{
		border-bottom:5px solid #ea5514;
	}
	
	#news .newscontainer .newscont .newslist a .headbox{
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		font-size:1.4rem;
		line-height: 1;
		margin:0 0 10px 0;
	}
	
	#news .newscontainer .newscont .newslist a .headbox .cate{
		padding:0 10px 0 0;
		border-right:1px solid #ea5514;
		color:#ea5514;
	}

	#news .newscontainer .newscont .newslist a .headbox .cate:last-child{
		border-right: 0;
		padding:0;
	}
	
	#news .newscontainer .newscont .newslist a .tl{
		font-size:1.8rem;
		line-height: 3.2rem;
	}
	
	#news .newscontainer .sidenav{
		width:200px;
	}
	
	#news .newscontainer .sidenav .tl{
		font-size:1.6rem;
		font-weight: 600;
		margin:0 0 20px 0;
	}
	
	#news .newscontainer .sidenav .catelinkbox{
		margin:0 0 40px 0;
	}
	
	#news .newscontainer .sidenav .catelinkbox ul{
		list-style: none;
		margin:0 0 0 0;
		padding:0 0 0 20px;
	}
	
	#news .newscontainer .sidenav .catelinkbox ul li{
		margin:0 0 5px 0;
	}
	
	#news .newscontainer .sidenav .catelinkbox ul li a{
		padding:0 0 5px 0;
		font-weight: 600;
		font-size:1.4rem;
	}
	
	#news .newscontainer .sidenav .catelinkbox ul li a:hover,
	#news .newscontainer .sidenav .catelinkbox ul li.current-cat a{
		border-bottom:1px solid #000;
	}
	
	#news .archiveselect{
		position: relative;
	}
	
	#news .archiveselect{
		position: relative;
	}
	
	#news .archiveselect::after{
		content: "";
		position: absolute;
		display: inline-block;
  		width: 7px;
  		height: 7px;
  		margin: 0 0;
  		border-bottom: 1px solid #000;
  		border-right: 1px solid #000;
  		transform: rotate(45deg);
		top:calc(50% - 3px);
		right:15px;
	}
	#news .sidenav select{
		color:#000;
		margin:0 0 0 0;
		width: 100%;
		padding: 15px 30px 15px 15px;
		border-radius: 0px;
		border:1px solid #000;
		outline: none;
		font-size:1.4rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		line-height: 1;
		background:none;
		display: inline-block;
		box-sizing: border-box;
	}
	
	#news .singlemaintl{
		width:1120px;
		margin:0 auto;
		padding:200px 0 0 0;
	}
	
	#news .singlemaintl #pan{
		text-align: left;
	}
	
	#news .singlemaintl .innerbox{
		width:800px;
	}
	
	#news .singlemaintl .innerbox .headbox{
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		font-size:1.4rem;
		line-height: 1;
		margin:0 0 10px 0;
	}
	
	#news .singlemaintl .innerbox .headbox .cate{
		padding:0 10px 0 0;
		border-right: 1px solid #ea5514;
		color:#ea5514;
	}

	#news .singlemaintl .innerbox .headbox .cate:last-child{
		padding:0;
		border-right: none;
	}
	
	#news .singlemaintl .innerbox .maintl{
		font-size:3.2rem;
		line-height: 5rem;
		font-weight: bold;
		margin:0 0 30px 0;
	}
	
	#news .singlecont .contbox{
		padding:0 0 40px 0;
		overflow-wrap: break-word;
	}
	
	
	#news .singlecont h2{
		font-size:1.8rem;
		line-height: 3.4rem;
		font-weight: bold;
		margin:0 0 50px 0;
	}
	
	#news .singlecont p{
		font-size:1.4rem;
		line-height: 3rem;
		margin:0 0 30px 0;
	}
	
	#news .singlecont img{
		width:auto;
		height:auto;
	}
	
	#news .singlecont h3,
	#news .singlecont h4,
	#news .singlecont h5,
	#news .singlecont h6{
		font-size:1.4rem;
		line-height: 3rem;
		color:#ea5514;
		font-weight: 600;
	}
	
	#news .pagelinkbox{
		border-top:1px solid #C3C3C3;
		padding-top:30px;
		width:100%;
		padding-bottom:100px;
	}

	#news .pagelinkbox .paging{
		display:flex;
		width:100%;
		justify-content: space-between;
		flex-wrap:wrap;
		align-items:flex-start;
	}

	#news .pagelinkbox .paging a{
		text-decoration:none;
		color:#1a1a1a;
		display:inline-block;
		font-size:1rem;
		font-weight: bold;
		line-height: 1rem;
		text-overflow: ellipsis;
  		white-space: nowrap;
  		overflow: hidden;
		transition: all 0.2s;
	}

	#news .pagelinkbox .paging .home a{
		color:#000;
		font-size:1rem;
		line-height: 1;
		display:inline-block;
		position: relative;
		padding:5px 0 5px 0;
		border-bottom:1px solid #1a1a1a;
		box-sizing: border-box;
		text-align: center;
		font-weight: bold;
	}
	
	#news .pagelinkbox .paging .home a span{
  		position: relative;
		z-index:2;
	}
	
	#news .pagelinkbox .paging a:hover{
		opacity: 0.7;
	}

	#news .pagelinkbox .prev,
	#news .pagelinkbox .next{
		width:30%;
		display:flex;
		align-items:center;
		font-weight: 400;
		padding:0 0 0 20px;
		position: relative;
		margin:5px 0 0 0;
	}

	#news .pagelinkbox .next{
		justify-content:flex-end;
		padding:0 20px 0 0;
	}

	#news .pagelinkbox .prev a:before{
		display: inline-block;
  		width: 6px;
  		height: 6px;
  		margin: 0 10px 0 0;
  		border-top: 1px solid #1a1a1a;
  		border-right: 1px solid #1a1a1a;
  		transform: rotate(-135deg);
		content: "";
		position: absolute;
		top:calc(50% - 3px);
		left:3px;
	}

	#news .pagelinkbox .next a:after{
		display: inline-block;
  		width: 6px;
  		height: 6px;
  		margin: 0 0 0 10px;
  		border-top: 1px solid #1a1a1a;
  		border-right: 1px solid #1a1a1a;
  		transform: rotate(45deg);
		content: "";
		position: absolute;
		top:calc(50% - 3px);
		right:3px;
	}
	
	/*pagenav*/
	.pagenav{
		width:100%;
		text-align: left;
	}
	
	.pagenav .wp-pagenavi{
		padding:0 0 0 0;
	}
	
	.pagenav a{
		display: inline-block;
		margin:0 5px;
		border:none !important;
		border-radius: 50%;
		padding:7px 0 !important;
		width:25px;
		font-size:1.2rem;
		line-height: 1;
		text-align: center !important;
	}
	
	.pagenav a.previouspostslink{
		text-indent: -9999px;
		position: relative;
		border:none;
	}
	
	.pagenav a.previouspostslink::after{
		content:"";
		display: inline-block;
  		width: 7px;
 		height: 7px;
  		margin: 0 0;
		position: absolute;
		top:calc(50% - 3px);
		left:calc(50% - 3px);
  		border-left: 1px solid #000;
  		border-bottom: 1px solid #000;
  		transform: rotate(45deg);
	}
	
	
	.pagenav a.nextpostslink{
		text-indent: -9999px;
		position: relative;
		border:none;
	}
	
	.pagenav a.nextpostslink::after{
		content:"";
		display: inline-block;
  		width: 7px;
 		height: 7px;
  		margin: 0 0;
		position: absolute;
		top:calc(50% - 3px);
		right:calc(50% - 3px);
  		border-right: 1px solid #000;
  		border-top: 1px solid #000;
  		transform: rotate(45deg);
	}
	
	.pagenav a:hover{
		color:#000;
		background:#ea5514;
	}
	
	.pagenav span.current{
		margin:0 5px;
		color:#000;
		background:#ea5514;
		border:none;
		padding:7px 0;
		border-radius: 50%;
		width:25px;
		display:inline-block;
		font-size:1.2rem;
		line-height: 1;
		font-weight: normal !important;
		text-align: center !important;
	}
	
	.pagenav span.extend{
		margin:0 5px;
		border:none;
		padding:5px 0;
		border-radius: 5px;
		width:25px;
		display:inline-block;
		text-align: center !important;
	}
}

@media screen and (max-width:768px){
	#news header{
		background-color:rgba(223,221,218,1);
	}
	
	#news .aboutbottombtn{
		display: none;
	}
	
	#news{
		background:#dfddda;
	}
	
	#news .mainarea{
		width:100%;
		padding:100px 10% 0;
		box-sizing: border-box;
	}
	
	#news .mainarea .maintl{
		color:#000;
		font-size:3.6rem;
		font-weight: 900;
		text-align: center;
		line-height: 1;
		margin:0 0 35px 0;
	}
	
	#news .mainarea .subtl{
		color:#000;
		font-size:1.2rem;
		text-align: left;
		line-height: 2.4rem;
		margin:0 0 25px 0;
	}
	
	#news .newscontainer{
		width:80%;
		margin:0 auto;
		padding:80px 0 80px 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	#news .newscontainer .newscont{
		width:100%;
		margin:0 0 0 0;
	}
	
	#news .newscontainer .newscont .categoryname{
		margin:0 0 60px 0;
		display: flex;
		align-items: center;
	}
	
	#news .newscontainer .newscont .categoryname .ncate{
		font-size:1.4rem;
		line-height: 1;
		font-weight: bold;
		padding:0 10px 0 0;
		border-right: 1px solid #000;
		margin:0 20px 0 0;
	}
	
	#news .newscontainer .newscont .categoryname .name{
		font-size:2.5rem;
		line-height: 1;
		font-weight: 500;
	}
	
	#news .newscontainer .newscont .newslist{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	#news .newscontainer .newscont .newslist a{
		width:100%;
		color:#000;
		margin:0 0 30px 0;
		position: relative;
		padding:0 0 30px 0;
		transition: all 0.2s;
		display: block;
	}
	
	#news .newscontainer .newscont .newslist a::after{
		content: "";
		width:100%;
		border-bottom:1px solid #000;
		position: absolute;
		bottom:0;
		left:0;
		transition: all 0.2s;
	}
	
	#news .newscontainer .newscont .newslist a:hover{
		color:#ea5514;
	}
	
	#news .newscontainer .newscont .newslist a:hover::after{
		border-bottom:5px solid #ea5514;
	}
	
	#news .newscontainer .newscont .newslist a .headbox{
		display: flex;
		column-gap: 5px;
		row-gap: 10px;
		flex-wrap:  wrap;
		font-size:1.2rem;
		line-height: 1;
		margin:0 0 10px 0;
	}
	
	#news .newscontainer .newscont .newslist a .headbox .cate{
		padding:0 5px 0 0;
		border-right:1px solid #ea5514;
		color:#ea5514;
	}

	#news .newscontainer .newscont .newslist a .headbox .cate:last-child{
		padding:0;
		border-right:none;
	}
	
	#news .newscontainer .newscont .newslist a .tl{
		font-size:1.5rem;
		line-height: 2.9rem;
	}
	
	#news .newscontainer .sidenav{
		width:100%;
		order:18;
		margin:60px 0 40px 0;
	}
	
	#news .newscontainer .sidenav .tl{
		font-size:1.4rem;
		font-weight: 600;
		margin:0 0 10px 0;
	}
	
	#news .newscontainer .sidenav .catelinkbox{
		margin:0 0 25px 0;
	}
	
	#news .newscontainer .sidenav .catelinkbox ul{
		list-style: none;
		margin:0 0 0 0;
		padding:0 0 0 20px;
	}
	
	#news .newscontainer .sidenav .catelinkbox ul li{
		margin:0 0 5px 0;
	}
	
	#news .newscontainer .sidenav .catelinkbox ul li a{
		padding:0 0 5px 0;
		font-weight: 600;
		font-size:1.4rem;
	}
	
	#news .newscontainer .sidenav .catelinkbox ul li a:hover,
	#news .newscontainer .sidenav .catelinkbox ul li.current-cat a{
		border-bottom:1px solid #000;
	}
	
	#news .archiveselect{
		position: relative;
	}
	
	#news .archiveselect{
		position: relative;
	}
	
	#news .archiveselect::after{
		content: "";
		position: absolute;
		display: inline-block;
  		width: 7px;
  		height: 7px;
  		margin: 0 0;
  		border-bottom: 1px solid #000;
  		border-right: 1px solid #000;
  		transform: rotate(45deg);
		top:calc(50% - 3px);
		right:15px;
	}
	#news .sidenav select{
		color:#000;
		margin:0 0 0 0;
		width: 100%;
		padding: 15px 30px 15px 15px;
		border-radius: 0px;
		border:1px solid #000;
		outline: none;
		font-size:1.4rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		line-height: 1;
		background:none;
		display: inline-block;
		box-sizing: border-box;
	}
	
	#news .singlemaintl{
		width:80%;
		margin:0 auto;
		padding:100px 0 0 0;
	}
	
	#news .singlemaintl .innerbox{
		width:100%;
	}
	
	#news .singlemaintl #pan{
		width:100%;
	}
	
	#news .singlemaintl .innerbox .headbox{
		display: flex;
		column-gap: 5px;
		row-gap: 10px;
		flex-wrap: wrap;
		font-size:1.2rem;
		line-height: 1;
		margin:0 0 10px 0;
	}
	
	#news .singlemaintl .innerbox .headbox .cate{
		padding:0 5px 0 0;
		border-right:1px solid #ea5514;
		color:#ea5514;
	}

	#news .singlemaintl .innerbox .headbox .cate:last-child{
		padding:0;
		border-right:none;
	}
	
	#news .singlemaintl .innerbox .maintl{
		font-size:1.8rem;
		line-height: 3rem;
		font-weight: bold;
		margin:0 0 20px 0;
	}
	
	#news .singlecont .contbox{
		padding:0 0 40px 0;
		overflow-wrap: break-word;
	}
	
	
	#news .singlecont h2{
		font-size:1.8rem;
		line-height: 3.4rem;
		font-weight: bold;
		margin:0 0 20px 0;
	}
	
	#news .singlecont p{
		font-size:1.4rem;
		line-height: 3rem;
		margin:0 0 30px 0;
	}
	
	#news .singlecont h3,
	#news .singlecont h4,
	#news .singlecont h5,
	#news .singlecont h6{
		font-size:1.4rem;
		line-height: 3rem;
		color:#ea5514;
		font-weight: 600;
	}
	
	#news .pagelinkbox{
		border-top:1px solid #C3C3C3;
		padding-top:30px;
		width:100%;
		padding-bottom:0;
	}

	#news .pagelinkbox .paging{
		display:flex;
		width:100%;
		justify-content: space-between;
		flex-wrap:wrap;
		align-items:flex-start;
	}

	#news .pagelinkbox .paging a{
		text-decoration:none;
		color:#1a1a1a;
		display:inline-block;
		font-size:1rem;
		font-weight: bold;
		line-height: 1rem;
		text-overflow: ellipsis;
  		white-space: nowrap;
  		overflow: hidden;
		transition: all 0.2s;
	}

	#news .pagelinkbox .paging .home a{
		color:#000;
		font-size:1rem;
		line-height: 1;
		display:inline-block;
		position: relative;
		padding:5px 0 5px 0;
		border-bottom:1px solid #1a1a1a;
		box-sizing: border-box;
		text-align: center;
		font-weight: bold;
	}
	
	#news .pagelinkbox .paging .home a span{
  		position: relative;
		z-index:2;
	}
	
	#news .pagelinkbox .paging a:hover{
		opacity: 0.7;
	}

	#news .pagelinkbox .prev,
	#news .pagelinkbox .next{
		width:30%;
		display:flex;
		align-items:center;
		font-weight: 400;
		padding:0 0 0 20px;
		position: relative;
		margin:5px 0 0 0;
	}

	#news .pagelinkbox .next{
		justify-content:flex-end;
		padding:0 20px 0 0;
	}

	#news .pagelinkbox .prev a:before{
		display: inline-block;
  		width: 6px;
  		height: 6px;
  		margin: 0 10px 0 0;
  		border-top: 1px solid #1a1a1a;
  		border-right: 1px solid #1a1a1a;
  		transform: rotate(-135deg);
		content: "";
		position: absolute;
		top:calc(50% - 3px);
		left:3px;
	}

	#news .pagelinkbox .next a:after{
		display: inline-block;
  		width: 6px;
  		height: 6px;
  		margin: 0 0 0 10px;
  		border-top: 1px solid #1a1a1a;
  		border-right: 1px solid #1a1a1a;
  		transform: rotate(45deg);
		content: "";
		position: absolute;
		top:calc(50% - 3px);
		right:3px;
	}
	
	/*pagenav*/
	.pagenav{
		width:100%;
		text-align: left;
	}
	
	.pagenav .wp-pagenavi{
		padding:0 0 0 0;
	}
	
	.pagenav a{
		display: inline-block;
		margin:0 5px;
		border:none !important;
		border-radius: 50%;
		padding:7px 0 !important;
		width:25px;
		font-size:1.2rem;
		line-height: 1;
		text-align: center !important;
	}
	
	.pagenav a.previouspostslink{
		text-indent: -9999px;
		position: relative;
		border:none;
	}
	
	.pagenav a.previouspostslink::after{
		content:"";
		display: inline-block;
  		width: 7px;
 		height: 7px;
  		margin: 0 0;
		position: absolute;
		top:calc(50% - 3px);
		left:calc(50% - 3px);
  		border-left: 1px solid #000;
  		border-bottom: 1px solid #000;
  		transform: rotate(45deg);
	}
	
	
	.pagenav a.nextpostslink{
		text-indent: -9999px;
		position: relative;
		border:none;
	}
	
	.pagenav a.nextpostslink::after{
		content:"";
		display: inline-block;
  		width: 7px;
 		height: 7px;
  		margin: 0 0;
		position: absolute;
		top:calc(50% - 3px);
		right:calc(50% - 3px);
  		border-right: 1px solid #000;
  		border-top: 1px solid #000;
  		transform: rotate(45deg);
	}
	
	.pagenav a:hover{
		color:#000;
		background:#ea5514;
	}
	
	.pagenav span.current{
		margin:0 5px;
		color:#000;
		background:#ea5514;
		border:none;
		padding:7px 0;
		border-radius: 50%;
		width:25px;
		display:inline-block;
		font-size:1.2rem;
		line-height: 1;
		font-weight: normal !important;
		text-align: center !important;
	}
	
	.pagenav span.extend{
		margin:0 5px;
		border:none;
		padding:5px 0;
		border-radius: 5px;
		width:25px;
		display:inline-block;
		text-align: center !important;
	}
}

/*202304追加*/
.newsLetter-banner {
	display: inline-block;
	background-color: #fff;
	border-radius: .2rem;
	margin-top: 4rem;
	padding: 2rem 1rem;
	position: relative;
	width: 100%;
}
.newsLetter-banner .sp {
	display: contents;
}
.newsLetter-banner::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #ea5514 transparent;

}
.newsLetter-banner:hover {
	opacity: .8;
}
.newsLetter-banner .over,
.newsLetter-banner .under {
	display: flex;
	align-items: center;
	justify-content: center;
}
.newsLetter-banner .over .title {
	font-size: 2.8rem;
	font-weight: 800;
	text-align: center;
}
.newsLetter-banner .over img {
	width: 4.6rem;
	height: auto;
	margin-right: 1rem;
}
.newsLetter-banner .under {
	margin-top: 1rem;
	flex-wrap: wrap;
}
.newsLetter-banner .under::before {
	content: "";
	display: block;
	width: 100%;
	height: .1rem;
	background-color: #ea5514;
	margin-bottom: 1rem;
}
.newsLetter-banner .under  p {
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 600;
}
.newsLetter-banner .under img {
	width: 2rem;
	height: auto;
	margin-left: .4rem;
}