@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 2% auto;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.wrapper img{
	display: block;
	line-height: 0;
	width: 60%;
	margin: 0 auto;
}
.wrapper .bnr{
	margin: 0 auto 5%;
	width: 90%!important
}
.wrapper p{
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
	margin: 3% auto;
}
.wrapper .left{
	text-align: left;
	font-size: 12px;
}
.br_p{
	display: none;
}
.categoryBox{
width: 96%;
margin: 5% auto;
}

/*文字の脇にライン*/
.categoryBox .title-border {
	width: 100%;
	margin: 0 auto 2%;
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #303e4f;
}
.categoryBox .title-border:before,
.categoryBox .title-border:after {
	border-top: 1px solid #303e4f;
	content: "";
	flex-grow: 1;
}
.categoryBox .title-border:before {
	margin-right: 1rem;
}
.categoryBox .title-border:after {
	margin-left: 1rem;
}
.categoryBox ul{
	padding: 0;
	list-style: none;
}
.categoryBox ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #EFEBE0;
	box-sizing: border-box;
	padding: 3%;
	border: 2px solid #e4ddcb;
	margin-bottom: 3%;
}
.categoryBox ul li .thmBox{
	width: 65%;
	margin-left: 2%;
}
.categoryBox ul li p{
	margin: 2% 0;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
}
.categoryBox ul li span{
	color: #303e4f;
	font-size: 23px;
}
.categoryBox ul li a{
	display: block;
	background-color: #303e4f;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	width: 70%;
	padding: 2% 5%;
	box-sizing: border-box;
	margin-top: 3%;
	position: relative;
}
.categoryBox ul li a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}
.categoryBox ul li img{
	width: 30%;
}

@media(min-width:750px){
.wrapper img{
	width: 30%;
}
.wrapper .bnr{
	width: 90%!important
}
.wrapper p{
	font-size: 14px;
	line-height: 2;
}
.wrapper .left{
	text-align: center;
	font-size: 13px;
}
.br_p{
	display: inline;
}
.br_s{
	display: none;
}
/*文字の脇にライン*/
.categoryBox .title-border {
	margin: 0 auto 3%;
	font-size: 30px;
}
.categoryBox ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}
.categoryBox ul li{
	margin-bottom: 0%;
	width: calc(50% - 20px);
}
.categoryBox ul li .thmBox{
	width: 65%;
	margin-left: 0%;
}
.categoryBox ul li p{
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}
.categoryBox ul li span{
	font-size: 28px;
}
.categoryBox ul li a{
	font-size: 13px;
	padding: 3% 5%;
	margin-top: 4%;
	width: 75%;
}
.categoryBox ul li a:after{
    width: 6px;
    height: 6px;
}
.categoryBox ul li img{
	width: 30%;
}
}
