@charset "utf-8";

body{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
}

.common_mainpage_mv_wrap.s_sampling_bg {
    background: url(https://corp.neo-m.jp/hubfs/corp.neo-m.jp/static/images/mv/s_sampling_mv.jpg) center center no-repeat;
    background-size: cover;
}

.s_sampling_wrap .s_sampling_about_text{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #2F2F2F;
    margin: 0 0 40px;
}

@media only screen and (max-width: 960px){
.s_sampling_wrap .s_sampling_about_text {
    text-align:left;
}
}

.s_sampling_wrap .s_sampling_about_img{
    width:390px;
    margin:50px auto 65px;
}

@media only screen and (max-width: 960px)
.s_sampling_wrap .s_sampling_about_img {
    margin:10px 0 10px;
    width:100%;
}

.s_sampling_wrap .s_sampling_about_snowball{
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 0 0px 0px;
}

@media only screen and (max-width: 960px){
.s_sampling_wrap .s_sampling_about_snowball {
    display:block;
    padding: 0px 0 0px;  
  }
}

.s_sampling_wrap .s_sampling_about_snowball img{
    display:block;
    width:100%;
    height:auto;
}

.s_sampling_wrap .s_sampling_about_snowball_text{
    font-size: 14px;
    line-height: 1.8;
    color: #2F2F2F;
    width:calc(100% - 242px);
   margin:0 auto;
}

@media only screen and (max-width: 960px){
.s_sampling_wrap .s_sampling_about_snowball_text {
    width:100%;
}
}

.s_sampling_wrap .s_sampling_about_snowball_img{
    width:162px;
    margin:0 0 0 80px;
}

@media only screen and (max-width: 960px){
.s_sampling_wrap .s_sampling_about_snowball_img {
    margin:20px auto 0;
}
}

.s_sampling_wrap .s_sampling_feature_pic{
    display:block;
    width:100%;
    height:auto;
}

.s_sampling_wrap .s_sampling_example_list{
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  	flex-wrap: wrap;
 	-ms-flex-wrap: wrap;
}

@media only screen and (max-width: 960px){
.s_sampling_wrap .s_sampling_example_list {
    display:block;
}
}

.s_sampling_wrap .s_sampling_example_item{
    width: calc( (100% - 60px) / 3 ); 
    margin:0 30px 20px 0;
}

@media only screen and (max-width: 960px){
.s_sampling_wrap .s_sampling_example_item {
    width:100%;
    margin:0 0 20px 0;
}
}

.s_sampling_wrap .s_sampling_example_item:nth-child(3n){
    margin:0 0 0 0;
}

.s_sampling_wrap .s_sampling_example_pic{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
    position: relative;
    margin: 0 0 13px;
}

@media only screen and (max-width: 960px){
.s_sampling_wrap .s_sampling_example_pic{
    height: 200px;
}
}

.s_sampling_wrap .s_sampling_example_icon{
    width:45px;
    height:45px;
    background:#1a2872;
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;    
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    position:absolute;
    bottom:-18px;
    left:20px;
}

.s_sampling_wrap .s_sampling_example_icon_text{
    font-size:8px;
    font-family： 'Roboto'、sans-serif;
    color:#ffffff;
    text-align:center;
}

.s_sampling_wrap .s_sampling_example_icon_text span{
    padding:3px 0 0 0;
    font-size:16px;
    color:#ffffff;
    display:block;
    text-align:center;
}

.s_sampling_wrap .s_sampling_example_title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin: 32px 0 20px 0;
    color: #2f2f2f;
}

.s_sampling_wrap .s_sampling_example_subtitle{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin: 20px 0 5px 0;
    color: #2f2f2f;
}

.s_sampling_wrap .s_sampling_example_text{
    font-size:14px;
    line-height:1.8;
    color:#2f2f2f;    
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 50px 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
    font-size:14px;
    color:#2f2f2f;
    border-bottom:1px solid #dbe0e7;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #f7f7f7;
    font-size:14px;
    color:#2f2f2f;
    line-height:1.8;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
    color:#1A2872;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}