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

/* example-single
------------------------------------------------------------------------*/

/* key ------*/
	.example-single .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-single .key .inner .text01{
		height: 37px;
		background: url("../img/example/key_text01_sp.png")left top no-repeat;
		padding: 22px 0 0 215px;
	}
}


/* cont01 ------*/
	
	.example-single .cont01{
		width: 1000px;
		margin: 40px auto 120px;
	}

@media screen and (max-width: 1000px){
	.example-single .cont01{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px){
	.example-single .cont01{
		margin: 40px auto 80px;
	}
}

	.example-single .cont01 .main_box{
		margin-bottom: 80px;
		display: flex;
        flex-wrap: wrap;
        gap: 0 5px;
	}
	.example-single .cont01 .main_box .img{
		max-width: 100%;
	}
	.example-single .cont01 .main_box h2{
		width: 100%;
		font-size: 24px;
		margin: 45px 0 20px;
	}
	.example-single .cont01 .main_box .cate a{
		display: inline-block;
		border: 1px solid #014195;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		color: #fff;
		background: #014195;
		padding: 7px 30px 6px;
		box-sizing: border-box;
	}
	.example-single .cont01 .main_box .kind{
		border: 1px solid #014195;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		color: #014195;
		background: #fff;
		padding: 7px 30px 6px;
		box-sizing: border-box;
	}
	.example-single .cont01 .main_box .text01{
		width: 100%;
		font-size: 16px;
		line-height: 2;
		margin: 30px 0;
	}
	.example-single .cont01 .main_box .list_set{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
		gap: 0 40px;
	}
	.example-single .cont01 .main_box .list_set .list{
		width: calc(50% - 20px);
		text-align: left;
		display: flex;
		border-bottom: 1px solid rgba(1,65,149,0.3);
	}
	.example-single .cont01 .main_box .list_set .list:nth-of-type(1),
	.example-single .cont01 .main_box .list_set .list:nth-of-type(2){
		border-top: 1px solid rgba(1,65,149,0.3);
	}
	.example-single .cont01 .main_box .list_set .list p{
		width: 50%;
		padding: 20px 0 20px 20px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
	}
	.example-single .cont01 .main_box .list_set .list p.ttl{
		color: #014195;
	}
	.example-single .cont01 .main_box .list_set .list p.ttl::before{
		content: "■";
		margin-right: 10px;
	}
	.example-single .cont01 .main_box .price{
		margin-top: 35px;
		font-size: 40px;
		font-weight: bold;
		line-height: 1;
	}
	.example-single .cont01 .main_box .price span{
		font-size: 16px;
		font-weight: bold;
		padding-left: 5px;
	}
@media screen and (max-width: 1024px){
	.example-single .cont01 .main_box{
		margin-bottom: 60px;
	}
	.example-single .cont01 .main_box h2{
		font-size: 20px;
	}
	.example-single .cont01 .main_box .list_set{
		gap: 0 30px;
	}
	.example-single .cont01 .main_box .list_set .list p.ttl::before{
		margin-right: 5px;
	}
	.example-single .cont01 .main_box .price{
		font-size: 32px;
	}
}
@media screen and (max-width: 768px){
	.example-single .cont01 .main_box h2{
		font-size: 18px;
		margin: 25px 0 15px;
	}
	.example-single .cont01 .main_box .cate a{
		font-size: 12px;
		padding: 5px 15px 4px;
	}
	.example-single .cont01 .main_box .kind{
		font-size: 12px;
		padding: 5px 15px 4px;
	}
	.example-single .cont01 .main_box .text01{
		font-size: 14px;
		margin: 20px 0;
	}
	.example-single .cont01 .main_box .list_set{
		gap: 0 10px;
	}
	.example-single .cont01 .main_box .list_set .list{
		width: calc(50% - 5px);
		display: block;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.example-single .cont01 .main_box .list_set .list p{
		width: 100%;
		padding: 0 0 0 10px;
		font-size: 14px;
	}
	.example-single .cont01 .main_box .list_set .list p.ttl{
		margin-bottom: 5px;
	}
	.example-single .cont01 .main_box .price{
		margin-top: 25px;
		font-size: 28px;
	}
	.example-single .cont01 .main_box .price span{
		font-size: 14px;
	}
}

	.example-single .cont01 .comment_box{
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
	.example-single .cont01 .comment_box .cont{
		background: #f1f8fd;
		padding: 30px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.example-single .cont01 .comment_box .cont:nth-of-type(even){
		flex-direction: row-reverse;
	}
	.example-single .cont01 .comment_box .cont .text_set{
		width: 56%;
	}
	.example-single .cont01 .comment_box .cont .text_set h3{
		font-size: 20px;
		color: #014195;
		padding-bottom: 10px;
	}
	.example-single .cont01 .comment_box .cont .text_set p{
		font-size: 16px;
		line-height: 2;
	}
@media screen and (max-width: 1000px){
	.example-single .cont01 .comment_box .cont{
		justify-content: center;
		gap: 20px;
	}
}
@media screen and (max-width: 980px){
	.example-single .cont01 .comment_box .cont .img{
		width: 40%;
	}
}
@media screen and (max-width: 950px){
	.example-single .cont01 .comment_box .cont .text_set h3{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.example-single .cont01 .comment_box{
		margin-bottom: 40px;
	}
	.example-single .cont01 .comment_box .cont{
		display: block;
		padding: 20px;
	}
	.example-single .cont01 .comment_box .cont .img{
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	.example-single .cont01 .comment_box .cont .text_set{
		width: 100%;
	}
	.example-single .cont01 .comment_box .cont .text_set h3{
		font-size: 16px;
		padding-bottom: 8px;
	}
	.example-single .cont01 .comment_box .cont .text_set p{
		font-size: 14px;
	}
}

	.example-single .cont01 .voice_box{
		background: url("../img/example/bg01.png");
		margin-bottom: 60px;
		padding: 50px;
		box-sizing: border-box;
	}
	.example-single .cont01 .voice_box h3{
		background: url("../img/example/text01.png")left 157px top 6px no-repeat;
		padding: 0 0 10px;
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
	}
	.example-single .cont01 .voice_box .box{
		background: #fff;
		margin-top: 20px;
		padding: 30px 40px;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
	.example-single .cont01 .voice_box .box h4{
		color: #014195;
		font-size: 20px;
		background: url("../img/example/line01.png")left bottom no-repeat;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.example-single .cont01 .voice_box .box p{
		font-size: 16px;
		line-height: 2;
	}
@media screen and (max-width: 950px){
	.example-single .cont01 .voice_box{
		padding: 30px;
	}
	.example-single .cont01 .voice_box h3{
		font-size: 20px;
		background: url("../img/example/text01.png")left 117px top 5px no-repeat;
		background-size: 100px;
	}
	.example-single .cont01 .voice_box .box{
		padding: 30px;
	}
	.example-single .cont01 .voice_box .box h4{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.example-single .cont01 .voice_box{
		padding: 20px;
		margin-bottom: 40px;
	}
	.example-single .cont01 .voice_box h3{
        background: url("../img/example/text02.png") left 117px top 5px no-repeat;
        background-size: 90px;
		padding: 0;
		margin-bottom: -5px;
	}
	.example-single .cont01 .voice_box .box{
		padding: 20px;
	}
	.example-single .cont01 .voice_box .box h4{
		font-size: 16px;
	}
	.example-single .cont01 .voice_box .box p{
		font-size: 14px;
	}
}

	.example-single .cont01 .message_box{
		background: #f1f8fd;
		padding: 50px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.example-single .cont01 .message_box h3{
		background: url("../img/example/text02.png")left bottom no-repeat;
		padding: 0 0 32px;
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
	}
	.example-single .cont01 .message_box p{
		width: 72%;
		font-size: 16px;
		line-height: 2;
	}
@media screen and (max-width: 950px){
	.example-single .cont01 .message_box{
		padding: 30px;
	}
	.example-single .cont01 .message_box h3{
		font-size: 20px;
		background-size: 100px;
		padding: 0 0 30px;
	}
}
@media screen and (max-width: 768px){
	.example-single .cont01 .message_box{
		display: block;
		padding: 30px 20px;
	}
	.example-single .cont01 .message_box h3{
        background: url("../img/example/text02.png") left 150px top 5px no-repeat;
        background-size: 90px;
		padding: 0 0 10px 0;
	}
	.example-single .cont01 .message_box p{
		width: 100%;
		font-size: 14px;
	}
}


/* cont02 ------*/
	
	.example-single .cont02{
		margin-bottom: 120px;
	}

@media screen and (max-width: 768px){
	.example-single .cont02{
		margin-bottom: 70px;
	}
}

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

	.example-single .cont02 .inner h2{
		width: 100%;
		background: url("../img/example/text03.png")center bottom no-repeat;
		padding: 0 0 36px;
		margin-bottom: 50px;
		font-size: 36px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
@media screen and (max-width: 1024px){
	.example-single .cont02 .inner h2{
		background: url("../img/example/text03.png")center bottom no-repeat;
		background-size: 82px;
        padding: 0px 0 28px;
		font-size: 28px;
	}
}
@media screen and (max-width: 768px){
	.example-single .cont02 .inner h2{
		background: url("../img/example/text03.png")center bottom no-repeat;
		margin-bottom: 30px;
		background-size: 60px;
        padding: 0 0 20px;
		font-size: 18px;
	}
}	

	.example-single .cont02 .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.example-single .cont02 .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-single .cont02 .box .cont .text-box {
		padding: 30px 35px;
		padding-right: 30px;
	}
	.example-single .cont02 .box .cont h3 {
		font-size: 20px;
		line-height: 1;
		padding-bottom: 10px;

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

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.example-single .cont02 .box .cont .more {
		font-size: 14px;
		font-weight: bold;
		color: #014195;
		margin-top: 10px;
		margin-right: 30px;
		text-align: right;
		position: relative;
	}
	.example-single .cont02 .box .cont .more::before,
	.example-single .cont02 .box .cont .more::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.example-single .cont02 .box .cont .more::before {
		top: 1px;
		right: -23px;
		width: 13px;
		height: 2px;
		background: #014195;
	}
	.example-single .cont02 .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-single .cont02 .box {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(375px, 375px));
		gap: 30px;
		justify-content: center;		
	}
}
@media screen and (max-width: 840px){
	.example-single .cont02 .box .cont {
		width: 300px;
		height: auto;
	}
	.example-single .cont02 .box {
		grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
	}
	.example-single .cont02 .box .cont .text-box {
		padding: 20px 25px;
	}
	.example-single .cont02 .box .cont h3 {
		font-size: 18px;
	}
	.example-single .cont02 .box .cont .cate {
		padding: 5px 15px 4px;
		font-size: 12px;
		top: 10px;
		left: 10px;
	}
	.example-single .cont02 .box .cont .text {
		font-size: 14px;
	}
	.example-single .cont02 .box .cont .more {
		font-size: 12px;
	}
	.example-single .cont02 .box .cont .more::before {
		top: 0px;
	}

}
@media screen and (max-width: 768px){
	.example-single .cont02 .box .cont {
		width: 230px;
	}
	.example-single .cont02 .box {
		grid-template-columns: repeat(auto-fit, minmax(230px, 230px));
		gap: 20px;
	}
	.example-single .cont02 .box .cont .text-box {
		padding: 18px 15px 15px;
	}
	.example-single .cont02 .box .cont h3 {
		font-size: 14px;
	}
	.example-single .cont02 .box .cont .cate {
		padding: 5px 10px 4px;
		font-size: 10px;
		top: 8px;
		left: 8px;
	}
	.example-single .cont02 .box .cont .text {
		font-size: 12px;
		line-height: 1.7;
	}
	.example-single .cont02 .box .cont .more {
		margin-right: 20px;
		font-size: 10px;
	}
	.example-single .cont02 .box .cont .more::before{
		right: -20px;
		width: 10px;
		height: 1px;
	}
	.example-single .cont02 .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-single .cont02 .box .cont {
		width: 80%;
	}
	.example-single .cont02 .box {
		display: flex;
	}
}

	.example-single .cont02 .button a{
		display: block;
		width: 375px;
		background: #014195 url("../img/common/arrow02.png")right 30px center no-repeat;
		margin: 60px auto 0;
		padding: 17px 0;
		border-radius: 30px;
		border: 1px solid #014195;
		color: #fff;
		font-weight: bold;
		text-align: center;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.example-single .cont02 .button a:hover{
		background: #fff url("../img/common/arrow01.png")right 30px center no-repeat;
		color: #014195;
		transition: all .5s;
	}
}
@media screen and (max-width: 768px){
	.example-single .cont02 .button a{
		display: block;
		width: 290px;
		background: #014195 url("../img/common/arrow02.png")right 15px center no-repeat;
		background-size: 30px;
		margin: 40px auto 0;
		padding: 15px 0;
		box-sizing: border-box;
		border-radius: 30px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		transition: all .5s;
	}
}
