@charset "utf-8";

#sec_02 h3.sec02_ttl {
	border-bottom: none;
}
#sec_02 .sec02_list_cambric .flex {
    flex-wrap: wrap;
    align-items: center;
}
#sec_02 .sec02_list_cambric li {
    background-color: #FFF;
    width: 210px;
    height: 270px;
    margin-bottom: 20px;
}
#sec_02 .sec02_list_cambric li .sec02_ttl {
    font-weight: bold;
    line-height: 1.4;
    font-size: 2rem;
}
#sec_02 .sec02_list_cambric li .text_wrap .sec02_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
}
#sec_02 .sec02_list_cambric li a {
    padding: 15px;
    border: 7px solid #E5E5E5;
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}
#sec_02 .sec02_list_cambric li a:hover {
    padding: 20px;
    border: 2px solid #E5E5E5;
}
#sec_02 .sec02_list_cambric li a:hover .btn {
    border: 1px solid #002F7B;
    background-color: #002F7B;
    color: #FFF;
}
#sec_02 .sec02_list_cambric li .text_wrap .sec02_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
}
#sec_02 .sec02_list_cambric li:nth-of-type(3) a,
#sec_02 .sec02_list_cambric li:nth-of-type(4) a,
#sec_02 .sec02_list_cambric li:nth-of-type(5) a,
#sec_02 .sec02_list_cambric li:nth-of-type(7) a{
    padding: 37px 15px 0;
}
#sec_02 .sec02_list_cambric li .btn {
    text-align: center;
    position: relative;
}
#sec_02 .sec02_list_cambric li .btn {
    width: 125px;
    height: 30px;
    line-height: 28px;
    margin: 20px auto 0;
    border-radius: 20px;
    padding-left: 5px;
    border: 1px solid #333333;
    transition: .3s;
}
#sec_02 .sec02_list_cambric li .btn::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/blue_arrow.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
#sec_02 .sec02_list_cambric li .text_wrap .sec02_ttl {
	color: #009DE1 !important;
}
#sec_02 .sec02_list_cambric li a:hover .text_wrap .sec02_ttl {
	color: #01245D !important;
}
#sec_02 .sec02_list_cambric li a:hover .text_wrap .sec02_ttl span {
	color: #009DE1 !important;
}
.align-right {
	text-align: right;
	color: #01245D;
	font-weight: bold;
}
.wrap {
	max-width: 890px;
}
@media screen and (max-width: 768px) {
	#sec_02 .sec02_list_cambric li:nth-of-type(3) .text_wrap,
	#sec_02 .sec02_list_cambric li:nth-of-type(4) .text_wrap,
	#sec_02 .sec02_list_cambric li:nth-of-type(5) .text_wrap,
	#sec_02 .sec02_list_cambric li:nth-of-type(7) .text_wrap {
		margin-top: 0.7rem;
	}
	#sec_02 .sec02_list_cambric li:nth-of-type(3) a,
	#sec_02 .sec02_list_cambric li:nth-of-type(4) a,
	#sec_02 .sec02_list_cambric li:nth-of-type(5) a,
	#sec_02 .sec02_list_cambric li:nth-of-type(7) a {
		padding: 15px 10px;
	}
	#sec_02 .sec02_list_cambric li:nth-of-type(1) .text_wrap .sec02_ttl,
	#sec_02 .sec02_list_cambric li:nth-of-type(2) .text_wrap .sec02_ttl,
	#sec_02 .sec02_list_cambric li:nth-of-type(6) .text_wrap .sec02_ttl {
		margin-bottom: 0;
	}
	#sec_02 .sec02_list_cambric li {
		margin-bottom: 10px;
	}
	#sec_02 .wrap {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1200px) {
	#sec_02 .wrap {
		width: 100%;
	}
	#wrapper {
		min-width: 100%;
	}
}
@media screen and (max-width: 1010px) {
	#sec_02 .sec02_list_cambric li {
		width: calc( 100% / 2 - 8px );
		height: 300px;
	}
	.wrap {
		max-width: 600px;
	}
}