@charset"utf-8";
/* CSS Document */
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
h2 {
    margin-top: 40px;
    margin-bottom: 50px;
}
.contents02 {
    padding-top: 100px;
}
/*---------------------------------------------------
whitepaperarea　
----------------------------------------------------*/
.matome_paperarea {
    border: none;
	box-shadow: #c4c3bf 0px 0px 10px;
	margin-bottom: 1.5%;
}
.whitepaperarea {
	padding-bottom: 50px;
}
.whitepaperarea .paperarea {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto 5%;
	display: flex;
	justify-content: space-between;
}
.whitepaperarea .wp_box {
	width: 32%;
	padding: 2% 2% 6em;
	border-radius: 8px;
	background: #FFF;
	box-shadow: #c4c3bf 0px 0px 10px;
	box-sizing: border-box;
	position: relative;
}
.whitepaperarea .wp_box .wp_img {
	width: 100%;
}
.whitepaperarea .wp_box .wp_img img {
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	display: block;
}
.whitepaperarea .box_naiyou::before {
	width: 100%;
	border-bottom: solid 2px #cccccc;
	content: "";
	display: block;
	margin: 0 auto 5%;
}
.whitepaperarea .box_naiyou {
	width: 100%;
	margin: 5% 0;
	color: #333333;
}
.whitepaperarea .box_naiyou .p_titl {
	font-size: 22px;
	font-weight: 600;
}
.whitepaperarea .box_naiyou .p_txt {
	font-size: 15px;
	margin: 2% 0 0;
}
.whitepaperarea .wp_box a {
	width: 85%;
    height: 3em;
    color: #e2515d;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #FFF;
    border: solid 2px #e2515d;
    border-radius: 50px;
    box-sizing: border-box;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
	align-content: center;
    display: block;
}
.whitepaperarea .wp_box a:hover {
	color: #FFF;
	background: #e2515d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

@media screen and (max-width: 960px) {
/*////////////////////////////////////////////////
=pc→spに表示変更
////////////////////////////////////////////////*/
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}      

    
}
@media screen and (max-width: 767px) {
/*////////////////////////////////////////////////
=pc→spに表示変更
////////////////////////////////////////////////*/
.spNone {
	display: none!important;
}
.pcNone {
	display: block!important;
}

h2 {
	margin-top: 10%;
	margin-bottom: 10%;
}
.contents02 {
    padding-top: 80px;
} 
.matome_paperarea {
	margin-bottom: 5%;
	padding: 5% 6%;
}
.matome_paperarea .box_naiyou::before {
    width: 100%;
    border-bottom: solid 2px #cccccc;
    content: "";
    display: block;
    margin: 0 auto 5%;
}
 .whitepaperarea .paperarea {
    display: block;
}   
.whitepaperarea .wp_box {
	width: 100%;
	margin-bottom: 5%;
	padding-top: 6%;
	padding-right: 5%;
	padding-left: 5%;
}
.whitepaperarea .box_naiyou {
    margin: 4% 0 5%;
}
.whitepaperarea .box_naiyou .p_titl {
    font-size: min(6vw, 22.5px);
}
.whitepaperarea .box_naiyou .p_txt {
	font-size: min(4vw, 16px);
}
    
    
}


