@charset "UTF-8";
/*
Theme Name: template
Author: Catwork Co., Ltd.
*/

/* example-archive
------------------------------------------------------------------------*/

/* key ------*/
	.example-archive .key .inner .text01{
		display: inline-block;
		height: 75px;
		background: url("../img/example/key_text01.png")left top no-repeat;
		padding: 50px 0 0 347px;
		box-sizing: border-box;
		line-height: 1;
	}
@media screen and (max-width: 768px){
	.example-archive .key .inner .text01{
		height: 37px;
		background: url("../img/example/key_text01_sp.png")left top no-repeat;
		padding: 22px 0 0 215px;
	}
}

/* pankuzu ------*/
	.example-archive .pankuzu{
		background: #f1f8fd;
	}
	.example-archive .pankuzu .inner ul{
		margin-top: 0;
		padding-top: 24px;
	}
	@media screen and (max-width: 768px){
		.example-archive .pankuzu .inner ul{
			margin-top: 0;
			padding-top: 15px;	
		}
	}

	
/* cont01 ------*/
	
	.example-archive .cont01{
		background: #f1f8fd;
		padding: 120px 0 150px;
		box-sizing: border-box;
	}

@media screen and (max-width: 768px){
	.example-archive .cont01{
		padding: 60px 0 80px;
	}
}

	.example-archive .cont01 .inner{
		width: 1200px;
		margin: 0 auto;
	}
@media screen and (max-width: 1200px) {
	.example-archive .cont01 .inner{
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

	.example-archive .cont01 .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 60px 0;
	}
	.example-archive .cont01 .box .cont {
		box-sizing: border-box;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		width: 375px;
		height: 460px;
		background: #fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		position: relative;
	}

	.example-archive .cont01 .box .cont .text-box {
		padding: 30px 35px;
		padding-right: 30px;
	}
	.example-archive .cont01 .box .cont h2 {
		font-size: 20px;
		line-height: 1;
		padding-bottom: 10px;

		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.example-archive .cont01 .box .cont .cate {
		display: inline-block;
		padding: 6px 20px 5px;
		font-size: 14px;
		color: #fff;
		background: #014195;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.example-archive .cont01 .box .cont .text {
		font-size: 16px;
		line-height: 1.875;

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.example-archive .cont01 .box .cont .more {
		font-size: 14px;
		font-weight: bold;
		color: #014195;
		margin-top: 10px;
		margin-right: 30px;
		text-align: right;
		position: relative;
	}
	.example-archive .cont01 .box .cont .more::before,
	.example-archive .cont01 .box .cont .more::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.example-archive .cont01 .box .cont .more::before {
		top: 1px;
		right: -23px;
		width: 13px;
		height: 2px;
		background: #014195;
	}
	.example-archive .cont01 .box .cont .more::after {
		right: -23px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #014195;
		border-right: 2px solid #014195;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

@media screen and (max-width: 1200px){
	.example-archive .cont01 .box {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(375px, 375px));
		gap: 60px 30px;
		justify-content: center;		
	}
}
@media screen and (max-width: 840px){
	.example-archive .cont01 .box .cont {
		width: 300px;
		height: auto;
	}
	.example-archive .cont01 .box {
		grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
		gap: 30px;
	}
	.example-archive .cont01 .box .cont .text-box {
		padding: 20px 25px;
	}
	.example-archive .cont01 .box .cont h2 {
		font-size: 18px;
	}
	.example-archive .cont01 .box .cont .cate {
		padding: 5px 15px 4px;
		font-size: 12px;
		top: 10px;
		left: 10px;
	}
	.example-archive .cont01 .box .cont .text {
		font-size: 14px;
	}
	.example-archive .cont01 .box .cont .more {
		font-size: 12px;
	}
	.example-archive .cont01 .box .cont .more::before {
		top: 0px;
	}

}
@media screen and (max-width: 768px){
	.example-archive .cont01 .box .cont {
		width: 230px;
	}
	.example-archive .cont01 .box {
		grid-template-columns: repeat(auto-fit, minmax(230px, 230px));
		gap: 20px;
	}
	.example-archive .cont01 .box .cont .text-box {
		padding: 18px 15px 15px;
	}
	.example-archive .cont01 .box .cont h2 {
		font-size: 14px;
	}
	.example-archive .cont01 .box .cont .cate {
		padding: 5px 10px 4px;
		font-size: 10px;
		top: 8px;
		left: 8px;
	}
	.example-archive .cont01 .box .cont .text {
		font-size: 12px;
		line-height: 1.7;
	}
	.example-archive .cont01 .box .cont .more {
		margin-right: 20px;
		font-size: 10px;
	}
	.example-archive .cont01 .box .cont .more::before{
		right: -20px;
		width: 10px;
		height: 1px;
	}
	.example-archive .cont01 .box .cont .more::after {
		right: -20px;
		width: 5px;
		height: 5px;
		border-top: 1px solid #014195;
		border-right: 1px solid #014195;
	}
}
@media screen and (max-width: 545px){
	.example-archive .cont01 .box .cont {
		width: 80%;
	}
	.example-archive .cont01 .box {
		display: flex;
	}
}

	.example-archive .cont01 .inner .p_button_box{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 10px;
		margin: 60px auto 0;
	}
	.example-archive .cont01 .inner .p_button a{
		display: block;
		font-size: 18px;
		font-weight: bold;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #014195;
		color: #014195;
	}
	.example-archive .cont01 .inner .p_button.current a{
		background: #014195;
		color: #fff;
		opacity: 1;
	}
	.example-archive .cont01 .inner .p_button a:hover{
		background: #014195;
		color: #fff;
		opacity: 1;
	}
@media screen and (max-width: 768px){
	.example-archive .cont01 .inner .p_button_box{
		margin: 30px auto 0;
	}
	.example-archive .cont01 .inner .p_button a{
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}