

@media screen and (min-width:641px) {
	.SP_display {
        display: none !important;
    }
	.s_vo_title {
		margin-top: 45px;
		display: -webkit-flex; /* Safari */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.s_vo_title .img01 {

	}
	.s_vo_title .text01 {
		font-size: 18px;
		color: #4D4D4D;
		line-height: 30px;
		text-align: center;
		margin-top: 20px;
	}
/*	.s_vo_title .img02 {
		display: block;
		margin: 35px auto 0;
	}*/
	.s_vo_title .text02 {
		font-size: 54px;
		font-weight: bold;
		color: #4D4D4D;
		line-height: 64px;
		text-align: center;
		letter-spacing: 2px;
		margin-top: 35px;
		padding: 0 10px;
		position: relative;
	}
	.s_vo_title .text02::after {
		width: 100%;
		height: 18px;
	  content: '';
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  right: 0;
	  background: #FFFF00;
	  z-index: -1;
	}
	.s_vo_title .text02 > span {
		/*font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
		font-size: 150%;
		color: #E31367;
		letter-spacing: 0;
		padding-left: 10px;
	}
	.s_vo_title .text02 > span > span {
		font-size: 66.66%;
	}
	.s_vo_title .btn01 {
		display: block;
		width: 450px;
		height: 48px;
		line-height: 48px;
		margin-top: 40px;
		font-size: 18px;
		color: #4D4D4D;
		text-align: center;
		background: url(../image/s_voice/i-01.jpg) repeat-x center;
	}
	.s_vo_title .btn01:hover {
		background: url(../image/s_voice/i-01-on.jpg) repeat-x center;
	}


	.s_vo_list_box {
		margin-top: 65px;
	}
	.s_vo_list_title {
		display: -webkit-flex; /* Safari */
		display: flex;
		width: 100%;
		border: 2px #6ABEAB solid;
		box-sizing: border-box;
	}
	.s_vo_list_title > div {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		color: #4D4D4D;
		text-align: center;
		box-sizing: content-box;
		cursor: pointer;
	}
	.s_vo_list_title > div:hover {

	}
	.s_vo_list_title > div.active {
		background: #6ABEAB;
		color: #fff;
	}
	.s_vo_list_title #sv_all {
		width: 20%;
	}
	.s_vo_list_title #sv_l1 {
		width: 28%;
		border-left: 2px #6ABEAB solid;
	}
	.s_vo_list_title #sv_l2 {
		width: 28%;
		border-left: 2px #6ABEAB solid;
	}
	.s_vo_list_title #sv_l3 {
		width: 24%;
		border-left: 2px #6ABEAB solid;
	}
	/*.s_vo_list_title #sv_l4 {
		width: 19%;
		border-left: 2px #6ABEAB solid;
	}*/

	.s_vo_list {
		display: -webkit-flex; /* Safari */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
		margin-top: 20px;
		padding-bottom: 10px;
	}

	.s_vo_list > div {
		width: 290px;
		border-top: 8px #6ABEAB solid;
		margin-top: 30px;
		box-shadow: 1px 1px 6px rgb(0 0 0 / 18%);
		padding: 20px;
		box-sizing: border-box;
	}
	.s_vo_list > span {
		width: 290px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.s_vo_list > div > .title01 {
		display: inline-block;
		width: auto;
		height: 30px;
		line-height: 30px;
		padding: 0 9px;
		background: #E8F5F2;
		font-size: 14px;
		color: #37AB91;
		font-weight: bold;
	}
	.s_vo_list > div > .text01 {
		font-size: 14px;
		color: #4D4D4D;
		line-height: 26px;
		text-align: justify;
		margin-top: 15px;
		overflow: hidden;
		height: 130px;
		position: relative;
	}
	.s_vo_list > div > .text01::after {
	  content: '';
	  position: absolute;
	  bottom: 4px;
	  left: 0;
	  right: 0;
	  height: 26px;
	  background: linear-gradient(to bottom, transparent, white);
	  pointer-events: none;
	}
	.s_vo_list > div > .text01.show01 {
		height: auto;
	}
	.s_vo_list > div > .text01.show01::after {
		display: none;
	}


	.s_vo_list > div > .btn01 {
		width: 100%;
		display: -webkit-flex; /* Safari */
		display: flex;
		justify-content: flex-end;
	}
	.s_vo_list > div > .btn01 > span {
		line-height: 15px;
		font-size: 13px;
		font-weight: bold;
		color: #37AB91;
		cursor: pointer;
		margin-top: 22px;
	}
	.s_vo_list > div > .btn01 > span > span.rotate {
		display: inline-block;
	  	transform: rotate(180deg);transition: transform 0.3s ease;
	}
	.s_vo_list > div > .text02 {
		clear: both;
		height: 65px;
		width: 100%;
		font-size: 12px;
		color: #4D4D4D;
		line-height: 18px;
		text-align: right;
		border-top: 1px dashed #CCCCCC;
		margin-top: 10px;
		padding-top: 11px;
		box-sizing: border-box;
	}

	.s_vo_bottom {
		display: -webkit-flex; /* Safari */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #F2F2F2;
		border-radius: 5px;
		padding: 40px 20px 50px;
		margin-top: 70px;
		margin-bottom: 80px;
	}
	.s_vo_bottom .title01 {
		font-size: 38px;
		line-height: 40px;
		color: #37AB91;
		font-weight: bold;
		text-align: center;
	}
	.s_vo_bottom .text01 {
		font-size: 16px;
		line-height: 26px;
		color: #4D4D4D;
		font-weight: bold;
		text-align: center;
		margin-top: 18px;
	}
	.s_vo_bottom .btn01 {
		height: 64px;
		line-height: 64px;
		font-size: 24px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 25px;
		padding: 0 35px;
		background: #37AB91;
		border-radius: 32px;
	}
	.s_vo_bottom .btn01:hover {
		background: #39c7a7;
	}

}


@media screen and (max-width:640px) {
	.PC_display {
        display: none !important;
    }
	.s_vo_title {
		margin-top: 45px;
		display: -webkit-flex; /* Safari */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.s_vo_title .img01 {
		width: 100%;
	}
	.s_vo_title .text01 {
		/*font-size: 15px;*/
		color: #4D4D4D;
		line-height: 28px;
		text-align: center;
		margin-top: 20px;
	}
/*	.s_vo_title .img02 {
		width: 300px;
		display: block;
		margin: 25px auto 0;
	}*/
	.s_vo_title .text02 {
		font-size: 36px;
		font-weight: bold;
		color: #4D4D4D;
		line-height: 44px;
		text-align: center;
		letter-spacing: 2px;
		margin-top: 22px;
		padding: 0 10px;
		position: relative;
	}
	.s_vo_title .text02::after {
		width: 100%;
		height: 12px;
	  content: '';
	  position: absolute;
	  bottom: 0px;
	  left: 0;
	  right: 0;
	  background: #FFFF00;
	  z-index: -1;
	}
	.s_vo_title .text02 > span {
		/*font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
		font-size: 150%;
		color: #E31367;
		letter-spacing: 0;
		padding-left: 10px;
	}
	.s_vo_title .text02 > span > span {
		font-size: 66.66%;
	}
	.s_vo_title .btn01 {
		display: block;
		width: 360px;
		height: 36px;
		line-height: 36px;
		margin-top: 32px;
		font-size: 15px;
		color: #4D4D4D;
		text-align: center;
		background: url(../image/s_voice/i-01-s.jpg) repeat-x center 100%;
	}

	.s_vo_list_box {
		margin-top: 65px;
	}
	.s_vo_list_title {
		display: -webkit-flex; /* Safari */
		display: flex;
		/*width: 100%;*/
		border: 2px #6ABEAB solid;
		box-sizing: border-box;
		margin: 0 10px;
		/*margin: 0 15px;*/
	}
	.s_vo_list_title > div {
		width: 25%;
		line-height: 15px;
		font-size: 12px;
		color: #4D4D4D;
		text-align: center;
		box-sizing: content-box;
		cursor: pointer;
		padding: 7px 0;
	}
	.s_vo_list_title > div:hover {

	}
	.s_vo_list_title > div.active {
		background: #6ABEAB;
		color: #fff;
	}
	.s_vo_list_title #sv_all {
		position: relative;
	}
	.s_vo_list_title #sv_all > span {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.s_vo_list_title #sv_l1,
	.s_vo_list_title #sv_l2,
	.s_vo_list_title #sv_l3 ,
	.s_vo_list_title #sv_l4  {
		border-left: 2px #6ABEAB solid;
	}

	.s_vo_list {
		display: -webkit-flex; /* Safari */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
		margin-top: 20px;
		/*padding-bottom: 10px;*/
		padding: 0 25px 10px;
	}

	.s_vo_list > div {
		/*width: 330px;*/
		width: 100%;
		border-top: 8px #6ABEAB solid;
		margin-top: 30px;
		box-shadow: 1px 1px 6px rgb(0 0 0 / 18%);
		padding: 20px;
		box-sizing: border-box;
	}
	.s_vo_list > span {
		/*width: 290px;*/
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.s_vo_list > div > .title01 {
		display: inline-block;
		width: auto;
		height: 30px;
		line-height: 30px;
		padding: 0 9px;
		background: #E8F5F2;
		font-size: 14px;
		color: #37AB91;
		font-weight: bold;
	}
	.s_vo_list > div > .text01 {
		font-size: 14px;
		color: #4D4D4D;
		line-height: 26px;
		text-align: justify;
		margin-top: 15px;
		overflow: hidden;
		height: 130px;
		position: relative;
	}
	.s_vo_list > div > .text01::after {
	  content: '';
	  position: absolute;
	  bottom: 4px;
	  left: 0;
	  right: 0;
	  height: 26px;
	  background: linear-gradient(to bottom, transparent, white);
	  pointer-events: none;
	}
	.s_vo_list > div > .text01.show01 {
		height: auto;
	}
	.s_vo_list > div > .text01.show01::after {
		display: none;
	}


	.s_vo_list > div > .btn01 {
		width: 100%;
		display: -webkit-flex; /* Safari */
		display: flex;
		justify-content: flex-end;
	}
	.s_vo_list > div > .btn01 > span {
		line-height: 15px;
		font-size: 13px;
		font-weight: bold;
		color: #37AB91;
		cursor: pointer;
		margin-top: 22px;
	}
	.s_vo_list > div > .btn01 > span > span.rotate {
		display: inline-block;
	  	transform: rotate(180deg);transition: transform 0.3s ease;
	}
	.s_vo_list > div > .text02 {
		clear: both;
		height: 65px;
		width: 100%;
		font-size: 12px;
		color: #4D4D4D;
		line-height: 18px;
		text-align: right;
		border-top: 1px dashed #CCCCCC;
		margin-top: 10px;
		padding-top: 11px;
		box-sizing: border-box;
	}

	.s_vo_bottom {
		display: -webkit-flex; /* Safari */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #F2F2F2;
		padding: 20px 20px 30px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.s_vo_bottom .title01 {
		font-size: 24px;
		line-height: 33px;
		color: #37AB91;
		font-weight: bold;
		text-align: center;
	}
	.s_vo_bottom .text01 {
		font-size: 14px;
		line-height: 22px;
		color: #4D4D4D;
		font-weight: bold;
		text-align: center;
		margin-top: 18px;
	}
	.s_vo_bottom .btn01 {
		height: 48px;
		line-height: 48px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 25px;
		padding: 0 25px;
		background: #37AB91;
		border-radius: 24px;
	}
}