.sesrchwrap{
	max-width: 1200px;
}

.sesrchwrap .side .news-category{
	margin-bottom: 40px;
	padding: 6px 20px 16px 24px;
	background: #F7F8F8;
	border-radius: 30px;
}
.sesrchwrap .side .check-list {
	padding: 6px 0 16px;
}
.sesrchwrap .side .check-list li{
	margin: 20px 0 0 -4px;
	padding: 0;
	font-size: 14px;
}
.sesrchwrap .side .link-list li{
	position: relative;
	margin: 20px 0 0;
	font-size: 14px;
}
.sesrchwrap .side .link-list li a{
	color: #D13F70;
}
.sesrchwrap .side .link-list li a:before {
    position: absolute;
    content: "";
    top: 0;
	bottom: 0;
    right: 0;
    width: 6px;
    height: 6px;
	margin: auto 0;
    border-top: 0.125rem solid #D13F70;
    border-right: 0.125rem solid #D13F70;
    transform: rotate(45deg);
}

.sesrchwrap .side .block .link-list{
	margin: 0 20px 10px 15px;
}
.sesrchwrap .side .link-list li{
	padding-right: 0;
}
.sesrchwrap .side .block .link-list.type2{
	margin: 0 30px 10px 15px;
}

.sesrchwrap .side .block .link-list a{
	position: relative;
	display: block;
	padding-right: 25px;
    font-weight: bold;
}
.sesrchwrap .side .block .link-list .arw{
	right: -30px;
}
.sesrchwrap .side .block .link-list li li{
	background: none;
	padding-left: 0;
}
.sesrchwrap .side .block .link-list li .bg{
	margin: 0 -20px 0 -15px;
	padding-right: 10px;
}

.sesrchwrap .side .check-link {
	padding-bottom: 16px;
}
.sesrchwrap .side .check-link li {
	margin: 8px 15px 0;
	padding: 0 0 0 20px;
    background: url(../img/ico_check2_on.png) no-repeat 0 .3em;
}
.sesrchwrap .side .check-link li a {
	font-size: 14px;
	font-weight: normal;
}


.news-box1 dl{
	max-width: 880px;
	margin: 50px auto 0;
}
.news-box1 dt,
.news-box1 dd{
	font-size: 14px;
	line-height: 2.0;;
}
.news-box1 dt{
	float: left;
	color: #D13F70;
	font-weight: bold;
}
.news-box1 dd{
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 30px 90px;
	border-bottom: 1px dashed #707070;
}
.news-box1 dd a{
	font-weight: normal;
}
.news-box1 dd:last-child{
	margin-bottom: 20px;
	border-bottom: none;
}
.news-box1 dd .category{
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0 10px;
	background: #D13F70;
	border-radius: 13px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.news-box1 .btnArw a{
	width: 376px;
}

.information-list1{
	justify-content: flex-start;
	column-gap: 25px;
}
.information-list1 .item{
	width: 290px;
	padding-bottom: 1.833%;
}
.information-list1 .item img{
	width: 250px;
	height: 160px;
	object-fit: cover;
}
.information-list1 .item .ttl{
	min-height: 3.4em;
	margin: 22px 0 10px;
}
.information-list1 .date{
	font-size: 12px;
}
.information-list1 .date p{
	margin: 5px 0 0;
}
.information-list1 .date .category {
	display: inline-block;
	margin: 5px 0 0;
    padding: 3px 10px;
    background: #D13F70;
    border-radius: 13px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.detail-box1 {
	padding: 40px 40px 85px;
	border: 1px solid #E3E3E3;
	border-radius: 30px;
	font-size: 14px;
}
.detail-box1 h2 {
	padding-top: 70px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.4;
}
.detail-box1 h2:first-child {
	padding-top: 0;
}
.detail-box1 h2 .txts {
	font-size: 20px;
}
.detail-box1 .date{
	overflow: hidden;
}
.detail-box1 .subtitle,
.detail-box1 .shop{
	font-weight: 500;
}
.detail-box1 .date p{
	float: right;
}
.detail-box1 .date .category {
	float: left;
	margin-right: 5px;
    padding: 0 10px;
    background: #D13F70;
    border-radius: 13px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.detail-box1 p{
	margin-top: 20px;
	font-size: 16px;
}
.detail-box1 blockquote{
    padding-left: 20px;
    border-left: 4px solid #E3E3E3;
}
.detail-box1 pre{
	font-family: "Zen Kaku Gothic New", serif;
    font-size: 16px;
    line-height: 2.0;
    white-space: break-spaces;
}
.detail-box1 .m-tbl{
	width: 100%;
	margin-top: 0;
}
.detail-box1 .m-tbl .bg{
	background: #FAF8F8;
}

.detail-box1 .info{
	margin-top: 40px;
	padding: 20px 30px;
	background: #E9F3EA;
	border-radius: 12px;
}
.detail-box1 .info dt {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #2D8542;
	color: #2D8542;
	font-size: 16px;
    font-weight: bold;
}
.detail-box1 .info dd {
	display: inline-block;
	font-size: 16px;
    font-weight: bold;
}

.detail-box1 h1,
.detail-box1 h2,
.detail-box1 h3,
.detail-box1 h4,
.detail-box1 h5,
.detail-box1 h6{
	clear: both;
}

.detail-box1 h3,
.detail-box1 h4,
.detail-box1 h5,
.detail-box1 h6{
	margin-top: 70px;
}

.detail-box1 h3{
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 40px;
	background: url(../img/bg_h3.png) no-repeat;
	background-size: cover;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
    border-radius: 20px 0 20px 0;
}
.detail-box1 h4{
	color: #D13F70;
	font-size: 18px;
	font-weight: bold;
}
.detail-box1 h5{
	font-size: 16px;
	font-weight: bold;
}
.detail-box1 h6{
	font-size: 14px;
	font-weight: bold;
}
.detail-box1 img{
	height: auto;
}
.detail-box1 a{
    color: #D13F70;
}

.detail-box1 table{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #D9DBE5;
	margin: 20px 0 0 -1px;
}
.detail-box1 th,
.detail-box1 td{
	padding: 20px;
	border-left: 1px solid #D9DBE5;
	border-bottom: 1px solid #D9DBE5;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}
.detail-box1 th:first-child,
.detail-box1 td:first-child{
	border-left: none;
}
.detail-box1 tr:nth-child(1) td{
	border-top: 1px solid #D9DBE5;
}
.detail-box1 th{
	background: #EBECF1;
}
.detail-box1 thead th,
.detail-box1 thead td{
	padding: 8px 20px;
	background: #E3E5EA;
	border-bottom: none;
	color: #5A5A5A;
	font-size: 14px;
	font-weight: bold;
}
.detail-box1 thead .bold{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.detail-box1 ul,
.detail-box1 ol{
	margin-left: 1.5em;
}
.detail-box1 ul{
	list-style: disc;
}
.detail-box1 li{
	font-size: 14px;
}



.main .btnArw {
	width: 106px;
}



@media screen and (min-width: 751px) and (max-width: 1500px) {


	.sesrchwrap{
		margin-left: 30px;
		margin-right: 30px;
	}
	.sesrchwrap .search-tab li{
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
	.search-list .m-box{
		flex-wrap: wrap;
	}
	.search-list .m-box .item{
		width: 32%;
	}
	.sesrchwrap .side{
		margin-right:30px;
	}
	.information-list1 .item{
		width: 32%;
	}

}

@media screen and (max-width: 1000px) {

	.contents .pagetitle{
		margin-top: 40px;
	}
	.search-list .m-box{
		flex-wrap: wrap;
	}
	.search-list .m-box .item{
		width: 48%;
	}
	.search-box2 .name .ico{
		margin: 0 0 0;
	}
	.search-nav .date br{
		display: block;
	}
	.information-list1{
		column-gap: 0;
		justify-content: space-between;
	}
	.information-list1 .item{
		width: 48%;
	}

}

@media screen and (max-width: 750px) {


	
.sesrchwrap {
	position: relative;
	margin: 0 auto;
	padding: 40px 7.5vw 0;
}
.sesrchwrap .side{
	float: none;
	width: 100%;
	margin: 0;
}
.search-list .m-box .item{
	width: 100%;
	margin-bottom: 40px;
	padding: 25px;
}
.m-box .item .m-btn3{
	position: relative;
	bottom: 0;
	margin-top: 25px;
}
.sesrchwrap .search-tab{
	width: 100%;
	position: absolute;
	top: 36px;
	left: 0;
}

.slick-initialized .slick-slide{
	transform: scale(1);
}
.sesrchwrap .search-tab li{
	height: 35px;
}
.sesrchwrap .search-tab li a{
	width: 100%;
	height: 35px;
	font-size: 10px;
}
.spbg{
	margin-bottom: 40px;
	padding: 0 25px;
	background: #FAFAFA;
}
.spbg .spttl{
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.spbg .spttl:after {
	display: block;
	content: '';
	position: absolute;
	top: 22px;
	right: 10px;
	width: 16px;
	height: 0;
	border-bottom: 1px solid #707070;
	vertical-align: top;
}
.spbg .spttl:before {
	display: block;
	content: '';
	position: absolute;
	top: 22px;
	right: 10px;
	width: 16px;
	height: 0;
	border-bottom: 1px solid #707070;
	transform: rotateZ(-90deg);
	vertical-align: top;
}
.spbg .spttl.open:before {
	display: none;
}
.spbg .spwrap{
	display: none;
	padding-bottom: 20px;
}
.sesrchwrap .side .block p, .sesrchwrap .side .block li{
	font-size: 12px;
}

.sesrchwrap .side li li{
	background: url(../img/ico_check2_off.png) no-repeat 0 .1em;
}
.sesrchwrap .side li li.on{
	background: url(../img/ico_check2_on.png) no-repeat 0 .1em;
}

.contents .pagetitle{
	height: 120px;
}
.contents .pagetitle h1{
	font-size: 18px;
	padding-top: 30px;
}

.news-box1 dt,
.news-box1 dd{
	font-size: 14px;
}
.news-box1 dd .category{
	font-size: 12px;
}
.news-box1 dl{
	margin-top: 0;
}

.sesrchwrap .side .check-list li{
	font-size: 12px;
}

.detail-box1{
	padding: 20px;
}
.detail-box1 .date {
	padding-top: 10px;
}
.detail-box1 .date p {
	clear: both;
	margin: 0;
	text-align: right;
}
.detail-box1 .date .category{
	clear: none;
	margin-top: 5px;
}
.detail-box1 h2{
	font-size: 18px;}
.detail-box1 h2 .txts{
	font-size: 14px;
}
.detail-box1 p{
	font-size: 14px;
}
.detail-box1 .info dt,
.detail-box1 .info dd{
	font-size: 14px;
}
.detail-box1 h3{
	height: 57px;
	padding-left: 25px;
	background: url(../img/bg_h3_sp.png) no-repeat;
	font-size: 16px;
}
.detail-box1 h4{
	font-size: 16px;
}
.detail-box1 h5{
	font-size: 14px;
}
.detail-box1 h6{
	font-size: 14px;
}

.m-fwrap .m-btn5 {
	margin: 0 15px;
}
.m-fwrap .m-btn5 a{
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.5;
}
.m-fwrap .m-btn4 a{
	width: 80px;
	padding: 0 5px 0 20px;
	font-size: 12px;
}
.m-fwrap .m-btn3 a{
	width: 80px;
	padding: 0 15px 0 10px;
	font-size: 12px;
}
.information-list1 .item{
	width: 100%;
}
.information-list1 .item img{
	display: block;
	margin: 0 auto;
	width: auto;
	min-width: 250px;
}
}