/* common class
--------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}

/* head
--------------------------------------------------*/
#support .p-mv {
	background: url("../../img/student/reason/support/bg_mv_pc.jpg") no-repeat center top;
	background-size: cover;
}
#support .p-mv_box .p-mv_subTxt img {
	width: 64px;
	height: 45px;
	margin-right: 7px;
}
@media screen and (max-width: 767px) {
	#support .p-mv {
		background-image: url("../../img/student/reason/support/bg_mv_sp.jpg");
		background-size: cover;
	}
	#support .p-mv .p-mv_box .p-mv_subTxt img {
		width: 35px;
		height: 23px;
		margin-right: 5px;
	}
}

/* 本文コンテンツ
--------------------------------------------------*/
/* クラブレスキュー */
#support #content01 {
	padding-bottom: 63px;
}
#support #content01 section {
	margin-bottom: 70px;
}
.p-resq {
	width: 723px;
	margin: 0 auto 54px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-resqFeature_container {
	margin-top: 60px;
}
.p-resqFeature {
	padding: 15px;
}
.p-resqFeature dt {
	margin-top: -60px;
	margin-bottom: 8px;
}
.p-resqFeature dd {
	font-size: 15px;
	line-height: 1.73;
}
@media screen and (max-width: 767px) {
	#support #content01 section {
		margin-bottom: 45px;
	}
	.p-resq {
		width: 100%;
	}
	.p-resq div {
		text-align: center;
	}
	.p-resq div:first-child img {
		width: 248px;
		margin-bottom: 20px;
	}
	.p-resqFeature {
		margin-bottom: 30px;
	}
	.p-resqFeature dt {
		margin-top: -53px;
		text-align: center;
	}
	.p-resqFeature dt img {
		max-width: 249px;
	}
	.p-resqFeature dd {
		font-size: 14px;
	}
}

/* 学生ひとり暮らしのお困りごとランキング */
.p-resqRanking_container {
	position: relative;
}
.p-resqRanking {
	
}
.p-resqRanking_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-resqRanking_item img {
	width: 80px;
	margin-right: 15px;
}
.p-resqRanking_item_txt dt {
	font-size: 22px;
	font-weight: 700;
}
.p-resqRanking_item_txt dd {
	width: 210px;
	font-size: 15px;
	line-height: 1.46;
}
.p-resqRanking_eyecatch {
	position: absolute;
	right: -40px;
	bottom: -97px;
}
@media screen and (max-width: 767px) {
	.p-resqRanking_item img {
		width: 68px;
	}
	.p-resqRanking_item_txt {
		margin-top: 12px;
		margin-bottom: 10px;
		width: calc(100% - 83px);
	}
	.p-resqRanking_item_txt dt {
		font-size: 17px;
	}
	.p-resqRanking_item_txt dd {
		width: 100%;
		font-size: 14px;
	}
	.p-resqRanking_eyecatch {
		position: static;
		margin: 30px auto 0;
	}
}

/* お困りごとサービス価格表 */
.p-price {
	position: relative;
}
.p-priceTable {
	width: 650px;
}
.p-priceTable thead th,
.p-priceTable tbody th,
.p-priceTable tbody td {
	border-bottom: 1px solid #000;
	text-align: center;
	height: 54px;
	vertical-align: middle;
	line-height: 1.2;
}
.p-priceTable tr th:not(:last-child),
.p-priceTable tr td:not(:last-child) {
	border-right: 1px solid #000;
}
.p-priceTable thead th {
	height: 60px;
	background-color: #61BD65;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
}
.p-priceTable tbody tr td:last-child {
	background-color: #F5F3EC;
	color: #D71519;
	font-size: 16px;
	font-weight: 700;
}
.p-priceTable_data {
	font-size: 34px;
}
.p-priceTable_notice {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -5px;
	font-size: 12px;
}
.p-price_eyecatch {
	position: absolute;
	top: 40px;
	right: 0;
}
.p-price_notice {
	width: 294px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	line-height: 1.85;
}
@media screen and (max-width: 767px) {
	.p-price {
		text-align: center;
	}
	.p-priceTable {
		width: 100%;
	}
	.p-priceTable thead th,
	.p-priceTable tbody th,
	.p-priceTable tbody td {
		font-size: 10px;
	}
	.p-priceTable thead th {
		height: 40px;
	}
	.p-priceTable thead th:nth-child(2) {
		width: 85px;
	}
	.p-priceTable tbody th,
	.p-priceTable tbody td {
		height: 40px;
	}
	.p-priceTable tbody tr td:last-child {
		font-size: 10px;
	}
	.p-priceTable_data {
		font-size: 17px;
	}
	.p-priceTable_notice {
		font-size: 10px;
	}
	.p-price_eyecatch {
		position: static;
		width: 221px;
		margin: 10px auto 0;
	}
	.p-price_notice {
		position: static;
		width: 100%;
		margin: 18px auto 0;
		font-size: 10px;
		line-height: 1.5;
		text-align: left;
	}
}

/*学生さんの声*/
#support #content01 .p-studentVoice section {
	margin-bottom: 0;
}
.p-studentVoice_container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-studentVoice {
	width: 530px;
	position: relative;
	background-color: #FEFBE6;
	border-radius: 20px;
	padding: 25px;
}
.p-studentVoice:not(:nth-last-child(-n+2)) {
	margin-bottom: 32px;
}
.p-studentVoice_title {
	margin-bottom: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-studentVoice_title_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 57px;
	height: 57px;
	background-color: #69BC5D;
	border-radius: 4px;
}
.p-studentVoice_title_txt {
	width: 400px;
	font-size: 16px;
	font-weight: 700;
}
.p-studentVoice_title_txt img {
	width: 113px;
	margin-top: 3px;
}
.p-studendVoice_photo {
	position: absolute;
	top: -10px;
	right: 25px;
}
.p-studentVoice_comment {
	font-size: 15px;
	line-height: 1.73;
}
@media screen and (max-width: 767px) {
	.p-studentVoice_container {
		margin-top: 30px;
	}
	.p-studentVoice {
		width: 100%;
		padding: 12px;
		border-radius: 10px;
	}
	.p-studentVoice_title_icon {
		width: 54px;
		height: 54px;
	}
	.p-studentVoice_title_txt {
		width: calc(100% - (54px + 15px));
	}
	.p-studentVoice_title_txt img {
		width: 108px;
	}
	.p-studentVoice_title_txt h4 {
		font-size: 15px;
	}
	.p-studendVoice_photo {
		top: -27px;
		right: 12px;
		width: 70px;
	}
	.p-studentVoice:not(:nth-last-child(-n+1)) {
		margin-bottom: 32px;
	}
	.p-studentVoice_comment {
		font-size: 13px;
	}
}

/*親御さんの声*/
#support #content01 .p-parentVoice_wrapper section {
	margin-bottom: 0;
}
.p-parentVoice_wrapper {
	padding: 25px;
	background: rgba(105,188,93,0.18);
	border-radius: 20px;
}
.p-parentVoice_wrapper_title {
	text-align: center;
	position: relative;
	top: -47px;
}
.p-parentVoice_container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-parentVoice {
	width: 480px;
	position: relative;
}
.p-parentVoice:not(:nth-last-child(-n+2)) {
	margin-bottom: 32px;
}
.p-parentVoice_title {
	margin-bottom: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-parentVoice_title_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 57px;
	height: 57px;
	background-color: #69BC5D;
	border-radius: 4px;
}
.p-parentVoice_title_txt {
	width: 400px;
	font-size: 16px;
	font-weight: 700;
}
.p-parentVoice_title_txt img {
	width: 174px;
	margin-top: 3px;
}
.p-parentVoice_photo {
	position: absolute;
	top: -10px;
	right: 25px;
}
.p-parentVoice_comment {
	font-size: 15px;
	line-height: 1.73;
}
@media screen and (max-width: 767px) {
	.p-parentVoice_wrapper {
		margin-top: 40px;
		padding: 12px;
		border-radius: 10px;
	}
	.p-parentVoice_wrapper_title {
		margin-bottom: -20px;
	}
	.p-parentVoice_wrapper_title img {
		width: 100%;
		max-width: 318px;
	}
	.p-parentVoice {
		width: 100%;
	}
	.p-parentVoice:not(:nth-last-child(-n+1)) {
		margin-bottom: 30px;
	}
	.p-parentVoice_title {
		margin-bottom: 10px;
	}
	.p-parentVoice_title_txt {
		width: 100%;
	}
	.p-parentVoice_title_txt img {
		height: 14px;
	}
	.p-parentVoice_title_txt h4 {
		font-size: 15px;
	}
	.p-parentVoice_title_icon {
		width: 54px;
		height: 54px;
	}
	.p-parentVoice_title_icon img {
		width: 34px;
		height: 28px;
	}
	.p-parentVoice_title_txt {
		width: calc(100% - (54px + 15px));
		font-size: 15px;
	}
	.p-parentVoice_comment {
		font-size: 13px;
		line-height: 1.53
	}
}
@media screen and (max-width: 350px) {
	.p-parentVoice_wrapper_title img {
		max-width: 250px;
	}
}

/*奨学金制度*/
#support #content02 {
	padding-bottom: 80px;
}
.p-scholarship {
	width: 690px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-scholarship div:first-child {
	width: 326px;
}
.p-scholarship div:first-child img:first-child {
	margin-right: 40px;
}
.p-scholarship div:last-child {
	width: 316px;
}
@media screen and (max-width: 767px) {
	#support #content02 {
		padding-bottom: 40px;
	}
	.p-scholarship {
		width: 74%;
		margin: 0 auto 42px;
	}
	.p-scholarship div:first-child,
	.p-scholarship div:last-child {
		width: 100%;
		text-align: center;
	}
	.p-scholarship div:first-child img {
		width: 88px;
		margin-bottom: 10px;
	}
	.p-scholarship div:first-child img:first-child {
		margin-right: 20px;
	}
}

/*エントリー・応募の流れ*/
.p-entry {
	margin: 0 0 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-entry li {
	position: relative;
	display: inline-block;
	height: 52px;
	width: calc((100% - 44px *3)/4);
}
.p-entry li span {
	display: block;
	width: 211px;
	height: 52px;
	border: 2px solid #61BD65;
	border-radius: 26px;
	color: #61BD65;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
}
.p-entry li:not(:last-child)::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 25px;
	border-color: transparent transparent transparent #FB972D;
}
@media screen and (max-width: 767px) {
	.p-entry {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
		text-align: center;
	}
	.p-entry li {
		width: 100%;
		height: 36px;
	}
	.p-entry li span {
		height: 36px;
		border-radius: 18px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 36px;
	}
	.p-entry li:not(:last-child) {
		margin-bottom: 42px;
	}
	.p-entry li:not(:last-child)::after {
		left: 0;
		right: 0;
		top: 0;
		bottom: -80px;
		border-width: 33px 8.5px 0 8.5px;
		border-color: #FB972D transparent transparent transparent;
	}
}
.p-entryTable {
	width: 100%;
	margin: 0 0 60px;
	border-top: 1px solid #000;
}
.p-entryTable tr {
	border-bottom: 1px solid #000;
}
.p-entryTable th {
	width: 194px;
	background-color: #61BD65;
	color: #FFF;
	font-size: 16px;
}
.p-entryTable td {
	font-size: 16px;
}
.p-entryTable th,
.p-entryTable td {
	padding: 10px 15px;
}
.p-entryTable caption {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-entryTable {
		display: block;
		margin-bottom: 45px;
		border-top: none;
	}
	.p-entryTable caption {
		font-size: 14px;
	}
	.p-entryTable tr:first-child {
		border-top: 1px solid #000;
	}
	.p-entryTable th,
	.p-entryTable td {
		display: block;
		width: 100%;
	}
	.p-entryTable th {
		padding: 6px 10px;
		font-size: 12px;
	}
	.p-entryTable td {
		padding: 10px;
		font-size: 13px;
	}
}

/*インタビュー*/
.p-interview {
	margin-top: 60px;
	position: relative;
}
.p-interview:not(:last-child) {
	padding-bottom: 60px;
	border-bottom: 2px solid #69BC5D;
}
.p-interview:last-child {
	margin-bottom: 60px;
}
.p-interview_head {
	width: 550px;
	height: 150px;
	margin: 0 0 40px;
	padding-left: 180px;
}
.p-interview_head_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	padding: 43px 0;
	background-color: #69BC5D;
	text-align: center;
}
.p-interview_head_title img {
	width: 128px;
}
.p-interview_head_belong {
	display: block;
	padding-top: 40px;
	font-size: 28px;
	font-weight: 700;
}
.p-interview_head_name {
	display: block;
	font-size: 16px;
}

.p-interview_image {
	position: absolute;
	top: 0;
	right: 0;
}
.p-interview_qa_container {
	position: relative;
	width: 550px;
}
.p-interview_qa dt {
	margin-top: 50px;
	margin-bottom: 10px;
	padding-left: 50px;
	background: url("../../img/student/reason/support/ico_question.svg") no-repeat left top;
	background-size: 38px auto;
	font-size: 20px;
	font-weight: 700;
}
.p-interview_qa dd {
	font-size: 16px;
	line-height: 1.875;
}
.p-interview_advice {
	position: absolute;
	top: 380px;
	right: 0;
	width: 518px;
	
}
.p-interview_advice_title {
	height: 45px;
	padding: 15px 17px;
	background-color: #69BC5D;
}
.p-interview_advice_title img {
	width: 210px;
}
.p-interview_advice_content {
	position: relative;
	background-color: #FFF;
	padding: 16px 16px 35px 248px;
	font-size: 15px;
	line-height: 1.86;
}
.p-interview_advice_eyecatch {
	position: absolute;
	left: -20px;
	bottom: 0;
}
.p-interview-02 .p-interview_advice_eyecatch {
	left: 24px;
}

@media screen and (max-width: 767px) {
	.p-interview_qa_container {
		width: 100%;
	}
	.p-interview {
		margin-top: 50px;
	}
	.p-interview:not(:last-child) {
		padding-bottom: 25px;
	}
	.p-interview:last-child {
		margin-bottom: 45px;
	}
	.p-interview_head {
		width: 100%;
		height: 75px;
		margin-bottom: 15px;
		padding-left: 98px;
	}
	.p-interview_head_title {
		width: 75px;
		height: 75px;
		padding: 22px 0;
	}
	.p-interview_head_title img {
		width: 64px;
	}
	.p-interview_head_belong {
		padding-top: 15px;
		font-size: 17px;
	}
	.p-interview_head_name {
		font-size: 13px;
	}
	.p-interview_image {
		position: static;
	}
	.p-interview_qa dt {
		margin-top: 30px;
		padding-left: 25px;
		font-size: 14px;
		background-size: 20px auto;
	}
	.p-interview_qa dd {
		font-size: 13px;
		line-height: 1.76;
	}
	
	.p-interview_advice {
		position: static;
		width: 100%;
		margin-top: 50px;
	}
	.p-interview_advice_title {
		height: 35px;
		padding: 13px 17px;
	}
	.p-interview_advice_title img {
		width: 140px;
	}
	.p-interview_advice_content {
		padding-bottom: 20px;
		padding-left: 16px;
		font-size: 13px;
		line-height: 1.53;
	}
	.p-interview_advice_eyecatch {
		bottom: auto;
	}
	.p-interview-01 .p-interview_advice_eyecatch {
		width: 86px;
		right: 10px;
		top: -79px;
		left: auto;
	}
	.p-interview-02 .p-interview_advice_eyecatch {
		width: 64px;
		right: 10px;
		top: -81px;
		left: auto;
	}
}

/* 新入生歓迎パーティー */
#support #content03 {
	padding-bottom: 104px;
}
.p-event {
	margin-top: 60px;
	margin-bottom: 26px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-onlineParty {
	width: 444px;
	position: relative;
	padding: 40px 20px;
	background-color: #FEFBE6;
	border: 4px solid #FFF5B1;
	border-radius: 20px;
}
.p-onlineParty_title {
	margin-bottom: 10px;
	color: #42A449;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.18;
}
.p-onlineParty_list {
}
.p-onlineParty_list li {
	padding-left: 15px;
	text-indent: -1.1em;
	font-size: 15px;
	line-height: 1.6;
}
.p-onlineParty_list li::before {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 2px;
	content: "";
	width: 0.9em;
	height: 0.9em;
	border-radius: 0.45em;
	background-color: #000;
}
.p-onlineParty_date {
	margin-bottom: 33px;
	font-size: 20px;
	font-weight: 700;
}
.p-onlineParty_image {
	position: absolute;
	top: -17px;
	right: -22px;
}
.p-azcommu {
	position: relative;
	width: 516px;
	padding: 20px 20px;
	border: 3px solid #42A449;
	border-radius: 20px;
}
.p-azcommu_title {
	position: relative;
	margin-bottom: 22px;
	padding-left: 85px;
	color: #42A449;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
}
.p-azcommu_title em {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 70px;
	height: 70px;
	background-color: #FFF5B1;
	color: #42A449;
	font-size: 16px;
	text-align: center;
	transform: rotate(-12deg);
	border-radius: 35px;
	line-height: 70px;
}
.p-azcommu_event_container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-azcommu_event {
	width: 144px;
}
.p-azcommu_event:not(:last-child) {
	margin-right: 18px;
}
.p-azcommu_event img {
	margin-bottom: 4px;
}
.p-azcommu_event dt {
	font-size: 14px;
	font-weight: 700;
	color: #4CA33F;
}
.p-azcommu_eyecatch {
	position: absolute;
	top: -298px;
	right: 50px;
}
.p-event_notice {
	display: inline-block;
	margin-bottom: 80px;
	padding: 4px 34px;
	background-color: #F5F3EC;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#support #content03 {
		padding-bottom: 46px;
	}
	.party_image {
		width: 94vw;
		position: relative;
		left: -3vw;
	}
	.p-event {
		margin-top: 29px;
	}
	.p-onlineParty {
		width: 100%;
		margin-bottom: 124px;
		padding: 13px;
		border-radius: 10px;
	}
	.p-onlineParty_title {
		font-size: 16px;
	}
	.p-onlineParty_date {
		margin-bottom: 17px;
		font-size: 14px;
	}
	.p-onlineParty_list li {
		font-size: 13px;
	}
	.p-onlineParty_image {
		top: -26px;
		right: 0;
	}
	.p-onlineParty_image img {
		width: 100px;
	}
	
	.p-azcommu {
		padding: 11px;
		border-radius: 10px;
	}
	.p-azcommu_title {
		padding-left: 65px;
		font-size: 13px;
	}
	.p-azcommu_title em {
		width: 50px;
		height: 50px;
		font-size: 11px;
		line-height: 50px;
	}
	.p-azcommu_event {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		width: 100%;
	}
	.p-azcommu_event:not(:last-child) {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.p-azcommu_event img {
		width: 94px;
		margin-right: 9px;
		margin-bottom: 0;
	}
	.p-azcommu_event dt {
		font-size: 13px;
	}
	.p-azcommu_event dd {
		font-size: 13px;
		line-height: 1.30;
	}
	.p-azcommu_eyecatch {
		top: -111px;
		right: 10px;
		width: 197px;
	}
	.p-event_notice {
		margin-bottom: 30px;
		padding: 6px;
		font-size: 11px;
		line-height: 1.36;
	}
}
/* 仲介手数料 */
#support #content04 {
	padding-bottom: 83px;
}
.p-case_wrapper {
	margin-bottom: 10px;
	padding: 30px;
	background-color: #fff;
}
.p-case_container {
}
.p-case:first-child {
	width: 360px;
	margin-right: 20px;
}
.p-case:last-child {
	width: 425px;
}
.p-case_title {
	margin-bottom: 20px;
	font-size: 20px;
	color: #4CA33F;
	font-weight: 700;
}
.p-case_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: top;
	    -ms-flex-align: top;
	        align-items: top;
}
.p-case_content li {
	position: relative;
	padding-left: 15px;
	font-size: 15px;
}
.p-case_content li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 2px;
}
.p-case_arrow {
	width: 91px;
	margin-right: 20px;
	padding-top: 73px;
}
.p-fee_notice {
	font-size: 14px;
	line-height: 1.71;
}

@media screen and (max-width: 767px) {
	#support #content04 {
		padding-bottom: 40px;
	}
	#support #content04 .p-reasonTxt.-inner {
		margin-bottom: 25px;
	}
	.p-fee_eyecatch {
		text-align: center;
	}
	.p-fee_eyecatch img {
		max-width: 285px;
	}
	.p-case_wrapper {
		padding: 11px 14px;
	}
	.p-case:first-child,
	.p-case:nth-child(2),
	.p-case:last-child {
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
	}
	.p-case:first-child {
		margin-right: auto;
	}
	.p-case_title {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.p-case_content figure {
		width: 106px;
	}
	.p-case_content li {
		font-size: 13px;
	}
	.p-case_content li::before {
		top: 9px;
		bottom: auto;
	}
	.p-case_arrow {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-right: 0;
		text-align: center;
	}
	.p-case_arrow img {
		width: 123px;
	}
	.p-fee_notice {
		font-size: 11px;
		line-height: 1.53;
	}
}