@charset "utf-8";

/**
 *
 *  クルマに乗りたい!  page_02
 *
 */
 
/*--------------------------------------------------------------------------
	#page_first
---------------------------------------------------------------------------*/
	.sec {
	}
/*	.page_first::before {
		background: #FFDE5E !important;
	}*/
/*	#page_first .sec00 {
		background: linear-gradient(180deg, #FFDE5EE3, #FFDE5E, #FFDE5E, #FFDE5E, #59A6F5D6, #2475C8EF);
	}*/
	#page_first .page_first_bg {
		background: url(../../carsense-rentacar/images/index/top_sec02bg.jpg) no-repeat 50% 0;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.page_first #page_choice li a {
		width: 150px !important;
		height: 150px !important;
		border: solid 3px #00000000;
		border-radius: 13px !important;
	}
	.page_first #page_choice li a.Kei-class {
		background: url(../../carsense-rentacar/images/pages/Kei-class.png) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.page_first #page_choice li a.NormalS-class {
		background: url(../../carsense-rentacar/images/pages/NormalS-class.png) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.page_first #page_choice li a.NormalM-class {
		background: url(../../carsense-rentacar/images/pages/NormalM-class.png) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.page_first #page_choice li a.NormalL-class {
		background: url(../../carsense-rentacar/images/pages/NormalL-class.png) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.page_first #page_choice li a.Premium-class {
		background: url(../../carsense-rentacar/images/pages/Premium-class.png) no-repeat;
		background-position: center;
		background-size: cover;
	}
/*	.page_first #page_choice li a.NormalS-class {
		background: url(../../carsense-rentacar/images/pages/Premium-class.png) no-repeat;
		background-position: center;
		background-size: cover;
	}*/


/* @sp **************************************************/
@media all and (max-width: 1100px){
	.page_first #page_choice li a {
		width: 92px !important;
		height: 100px !important;
	}
}

/* @sp **************************************************/
@media all and (max-width: 764px){
	.page_first #page_choice li a {
		width: 75px !important;
		height: 85px !important;
	}
}

/*--------------------------------------------------------------------------
	.content_sec
---------------------------------------------------------------------------*/

	.content_sec .mid-contents {
		margin-bottom: 70px;
	}
	.content_sec .mid-contents::before {
		content: '';
		position: absolute;
		top: 20px;
		left: -20vw;
		width: 120vw;
		height: 400px;
		background: linear-gradient(180deg,  #FFE200, #FFE200, #FFE200, #FFE200, #F7F7F7, #F7F7F7EF);
	}
	.content_sec .mid-contents:nth-of-type(1)::before,
	.content_sec .mid-contents:nth-of-type(3)::before,
	.content_sec .mid-contents:nth-of-type(5)::before {
		transform: rotate(-2deg);
	}
	.content_sec .mid-contents:nth-of-type(2)::before,
	.content_sec .mid-contents:nth-of-type(4)::before,
	.content_sec .mid-contents:nth-of-type(6)::before {
		transform: rotate(2deg);
	}


	.content_sec .mid-contents h2.Prices-title {
		position: relative;
		background-color: transparent;
		border-bottom: solid 1px #333;
		width: 100%;
		max-width: 1210px;
		margin-bottom: 1.2em;
		padding: .6em 0 .5em;
		font-size: 2.8rem;
		text-align: left;
	}
	.content_sec .mid-contents .Packs {
		display: inline-block;
		width: 100%;
		max-width: 1210px;
/*		background: #FAFBFC;*/
		background: #FFE200;
		border-radius: 10px;
		margin-bottom: 50px;
		padding-bottom: 3.5%;
		color: #0088dc;
		-webkit-filter: drop-shadow(0px 7px 10px rgba(0, 64, 128, 0.15));
			-moz-filter: drop-shadow(0px 7px 10px rgba(0,64,128,0.15));
			-ms-filter: drop-shadow(0px 7px 10px rgba(0,64,128,0.15));
				filter: drop-shadow(0px 7px 10px rgba(0, 64, 128, 0.15));
		overflow: hidden
	}
	.content_sec .mid-contents .Packs-title + div {
		margin: 2% 0;
		font-size: 1.5rem;
	}
	.content_sec .mid-contents .Packs-title {
		display: flex;
		position: relative;
		margin: 3.5% auto 0;
		padding: 10px;
		font-size: 2.4rem;
		justify-content: space-between;
	}
	.content_sec .mid-contents div[class~="Packs-title"] {
		padding: 0 5%;
	}
	section.sec02 .sub {
		position: relative;
		display: inline-block;
		margin: 5% auto 3%;
		padding: 0 2% 2%;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.8;
		letter-spacing: 0.5rem;
		width: auto;
		max-width: 22em;
		color: #0088DC;
	}
	.content_sec .mid-contents .Packs-title h3 {
		display: flex;
		border: 2px solid #0088DC;
		border-radius: 8px;
		background: #F6F5EE;
		padding: 5px 35px;
		font-size: 3.2rem;
		font-weight: 500;
		line-height: 1.6em;
		color: #0088dc;
		align-items: center;
		flex-wrap: wrap;
	}
	.content_sec .mid-contents .Packs-title h3 > span:nth-of-type(1) {
 		display: block;
		border: 1px solid #0088DC;
		background: #F6F5EE;
		margin: 0 10px;
		padding: 0 15px;
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1.5em;
	}
	.content_sec .mid-contents .Packs-title h3 > span:nth-of-type(2) {
 		display: block;
		margin: 0 10px;
	}
	.content_sec .mid-contents .Packs-title h3 > span:nth-of-type(3) {
 		display: block;
		margin: 0 10px;
	}
	.content_sec .mid-contents .Packs-title h3.CarClassCode {
		padding: 5px 20px;
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 2.2em;
	}
	.content_sec .mid-contents .PackItems,
	.content_sec .mid-contents .PackPrises {
		display: flex;
		padding: 0 5%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content_sec .mid-contents .PackPrises {
		margin: 35px auto;
	}
	.PackListTable,
	.PackListTable table,
	.PackListTable tbody,
	.PackListTable tr,
	.PackListTable td {
		border: none;
	}

.content_sec .mid-contents .PackItems > *:not(.Caution) {
    margin: 10px 0;
}

	.content_sec .mid-contents .PackItems table.PackListTable {
/*		display: block;
		border-radius: 7px;
		margin-bottom: 10px;
		overflow: hidden;*/
	}
	.content_sec .mid-contents .PackItems tbody,
	.content_sec .mid-contents .PackItems tr {
		width: 100%;
	}
	.content_sec .mid-contents .PackItems tr:first-of-type {
		border-top: 1px solid #0088DC;
	}
	.content_sec .mid-contents .PackItems tr {
		border-bottom: 1px solid #0088DC;
	}
	.content_sec .mid-contents .PackItems tr:last-of-type {
		border-bottom: none;
	}
	.content_sec .mid-contents .PackItems tr > td:nth-of-type(1) {
		border-right: 1px solid #0088DC;
		text-align: end;
		font-weight: 500;
/*		background: #BADBF0;*/
	}
	.content_sec .mid-contents .PackItems tr > td:nth-of-type(2) {
/*		background: #F1F1F1;*/
	}
	.content_sec .mid-contents .PackItems td:nth-of-type(1) {
		width: 10%;
		min-width: 80px;
	}
	.content_sec .mid-contents .PackItems td:nth-of-type(2) {
		width: 50%;
		min-width: 190px;
	}
	.content_sec .mid-contents .PackItems td {
		padding: 7px 25px;
	}


	.content_sec .mid-contents .PackItems .Car-Lineup dt {
		display: flex;
		position: relative;
		margin: 25px auto 10px;
		/* padding-left: 5px; */
		font-size: 2.4rem;
		justify-content: space-between;
	}
	.content_sec .mid-contents .PackItems .Car-Lineup dt {
		font-weight: 600;
		line-height: 1.35em;
		color: #0387D8;
	}

	.content_sec .mid-contents .PackItems .Car-Lineup p {
		border: 1px solid #0088DC;
		border-radius: 8px;
		background: #F6F5EE;
		padding: 0 8px;
	}

	.Car-Lineup > div > div:not(.slick) {
		width: 80%;
		margin: auto;
	}

	.content_sec .mid-contents .PackItems .service_icon ul {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		margin: 0 auto;
	}
	.content_sec .mid-contents .PackItems .service_icon ul::after {
		content: "";
		display: block;
		width: calc(14.5% + 10px);
	}
	.content_sec .mid-contents .PackItems div.Class-caption {
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}
	.content_sec .mid-contents .PackItems .service_icon li {
		max-width: 60px;
		margin: 0.5% auto;
	}
	.content_sec .mid-contents .PackItems .service_icon li a {
		position: relative;
	}
	.content_sec .mid-contents .PackItems .service_icon li a:hover {
		top: 1px;
		left: 1px;
	}
	.content_sec .mid-contents .PackItems .service_icon li img {
		display: inline-block;
		width: 100%;
		border-radius: 5px;
		-webkit-filter: drop-shadow(1px 1px 2px rgba(150, 150, 150, 0.15));
			-ms-filter: drop-shadow(1px 1px 2px rgba(150, 150, 150, 0.15));
				filter: drop-shadow(1px 1px 2px rgba(150, 150, 150, 0.15));
	}
	.content_sec .mid-contents .PackItems .service_icon li span {
		display: inline-block;
		width: 100%;
		border-bottom: none;
		margin-bottom: 0;
		font-size: 1.0rem;
		line-height: 1.3em;
		text-align: center;
        color: #0387DC;
	}

	.content_sec .mid-contents .PackItems > div {
		width: 100%;
	}
	.PackItems div.CarClass-LR-side {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		flex-direction: row;
		align-content: flex-start;
		align-items: flex-start;
	}
	.PackItems .CarClass-left-side,
	.PackItems .CarClass-right-side {
		display: flex;
		background: #F6F5EE;
		border: 2px solid #0088dc;
		border-radius: 0.6em;
		padding: 5px 20px;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.PackItems .CarClass-right-side {
		width: 40%;
		margin-left: 10px;
	}
	.content_sec .mid-contents .PackItems > div.CarClass-LR-side {
		display: flex;
		flex-wrap: wrap;
	}
	.content_sec .mid-contents .PackItems div.caption {
		margin-bottom: 3px;
	}

	.content_sec .mid-contents .PackPrises > div {
		width: 100%;
		max-width: 100%;
	}
	.content_sec .mid-contents .PackItems > div,
	.content_sec .mid-contents .PackPrises > div {
		margin: 0 auto;
		overflow: hidden;
	}
	.content_sec .mid-contents .PackItems > div.CarClass-left-side {
		text-align: left;
	}

	.content_sec .mid-contents .Packs img {
		display: block;
		width: inherit;
		max-width: 100%;
		margin: 0 auto;
	}
	.content_sec .mid-contents .Packs p.Class-text {
		display: block;
		background: #F6F5EE;
		border: 2px solid #0088dc;
		border-radius: 8px;
		width: 100%;
		font-size: 2.4rem;
		line-height: 2.2em;
		letter-spacing: 0.03rem;
		color: #2475C8;
	}
	.content_sec .mid-contents .Packs p.Class-right-text {
		width: 100%;
		border: 2px solid #0088dc;
		border-radius: 8px;
		background: #F6F5EE;
		padding: 20px 45px;
		font-size: 1.5rem;
		text-align: justify;
		color: #292C30;
	}
	.content_sec .mid-contents .PackItems .Caution {
		width: 95%;
		font-size: 1.1rem;
		text-align: justify;
		color: #292C30;
	}
	.content_sec .mid-contents .PackItems .Caution:first-of-type {
		margin-top: 10px;
	}
	.content_sec .mid-contents .PackItems .Caution:nth-last-of-type(1) {
		margin-bottom: 15px;
	}

	.PackPrises .PackPrises-left-side a > div:nth-of-type(1),
	.PackPrises .PackPrises-right-side a > div:nth-of-type(1) {
		padding: 5px;
	}
	.PackPrises .PackPrises-left-side a > div:nth-of-type(1) {
		background: #F1B32C;
	}
	.PackPrises .PackPrises-right-side a > div:nth-of-type(1) {
		background: #1077E6;
	}
	.PackPrises a > div:nth-of-type(1) p {
		color: #FFF;
	}
	.PackPrises .Pack_Weeks p.PackName,
	.PackPrises .Pack_Months p.PackName {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4em;
	}
	.PackPrises .Pack_Weeks a,
	.PackPrises .Pack_Months a {
		position: relative;
		text-decoration: none;
	}
/*	.Plans_Prise > p:nth-of-type(1),
	.Plans_Prise > p:nth-of-type(2) {
		position: relative;
		padding-right: 20px;
	}
	.Plans_Prise > p:nth-of-type(1)::after,
	.Plans_Prise > p:nth-of-type(2)::after {
		content:"/";   
		position: absolute;
		top: 0;
		right: 5px;
		font-size: 2em;
		font-weight: 200;
		line-height: 2em;
	}*/

	.PackPrises .Pack_Weeks,
	.PackPrises .Pack_Months {
		-webkit-filter: drop-shadow(0px 7px 10px rgba(0, 64, 128, 0.15));
			-moz-filter: drop-shadow(0px 7px 10px rgba(0,64,128,0.15));
			-ms-filter: drop-shadow(0px 7px 10px rgba(0,64,128,0.15));
				filter: drop-shadow(0px 7px 10px rgba(0, 64, 128, 0.15));
	}
/*	.PackPrises .Pack_Weeks:hover,
	.PackPrises .Pack_Months:hover {
		-webkit-filter: none;
			-moz-filter: none;
			-ms-filter: none;
				filter: none;
	}
	.PackPrises .Pack_Weeks a:hover::after,
	.PackPrises .Pack_Months a:hover::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(-50%, 0);
		background: rgba(0, 64, 128, 0.15);
		width: 800px;
		height: 160px;
	}*/
	.PackPrises .PackPrises-left-side a > div:nth-of-type(2),
	.PackPrises .PackPrises-right-side a > div:nth-of-type(2) {
		background: #F1F1F1;
	}
	.Plans_Prise,
	.Weeks_Prise {
		padding-bottom: 10px;
	}
	.Plans_Prise p,
	.Weeks_Prise p {
		display: inline-block;
		position: relative;
		padding: 10px 0 5px;
		line-height: 1.1em;
	}
	.oneday_Prise,
	.Plans_Prise,
	.Weeks_Prise {
		display: flex;
		padding-bottom: 10px;
		align-items: flex-end;
		justify-content: center;
	}

	.PackPrises .PackPrises-Center {
		text-align: center;
		overflow: hidden;	
	}
	.PackPrises .PackPrises-Center > div:nth-of-type(1) {
		background: #F6F5EE;
		border: 5px solid #0088DC;
		border-radius: 15px;
		padding: 10px 15px;
	}
	.Oneday_Prise {
		border-bottom: 2px solid #0088DC;
		margin-bottom: 15px;
	}
/*	.Plans_Prise > p:nth-of-type(2) {
		border-left: 2px solid #0088DC;
		border-right: 2px solid #0088DC;
		margin: 5px 20px;
		padding: 0;
	}
	.Plans_Prise > p:nth-of-type(3) {
		border-right: 2px solid #0088DC;
		padding: 0;
	}*/


	.Oneday_Prise p {
		position: relative;
		width: fit-content;
		margin: auto;
		padding: 0 0 10px;
		line-height: 1.1em;
	}
	.Oneday_Prise p > span:nth-of-type(1)::after {
		content: "24時間お貸出の場合";
		position: absolute;
		left: calc(-50% + 150px);
		top: 15px;
		width: max-content;
		font-size: 1.1rem;
	}
	.Oneday_Prise p > span:nth-of-type(2) {
		display: inline-block;
		padding-right: 5px;
		font-size: 5.5rem;
		font-weight: 700;
		line-height: 1em;
	}
	.Oneday_Prise p > span:nth-of-type(3) {
		font-weight: 700;
		font-size: 2.6rem;
	}
	.Oneday_Prise p:nth-of-type(2) > span:nth-of-type(2) {
		display: inline-block;
		padding-right: 2px;
		font-weight: 700;
	}
	.Plans_Prise p,
	.Weeks_Prise p {
		position: relative;
		width: fit-content;
		padding: 0;
		margin: 5px 15px;
		line-height: 1.1em;
	}
	.Oneday_Prise p > span:nth-of-type(1),
	.Plans_Prise p > span:nth-of-type(1),
	.Weeks_Prise p > span:nth-of-type(1) {
		font-size: 2.0rem;
	}
	.Plans_Prise p > span:nth-of-type(1),
	.Weeks_Prise p > span:nth-of-type(1) {
		display: inline-block;
		margin-bottom: 5px;
}
	.Plans_Prise p > span:nth-of-type(1)::before,
	.Weeks_Prise p > span:nth-of-type(1)::before {
		content: '基本料金';
		display: inline-block;
		position: relative;
		top: -3px;
		padding: 4px 6px;
		margin-right: 5px;
		border: solid 1px #FFF;
		border-radius: 5px;
		font-size: 1.2rem;
	}
	.Plans_Prise p > span:nth-of-type(2),
	.Weeks_Prise p > span:nth-of-type(2) {
		display: inline-block;
		padding-right: 5px;
		font-size: 3.7rem;
		font-weight: 700;
		line-height: 1em;
	}
	.Plans_Prise p > span:nth-of-type(3),
	.Weeks_Prise p > span:nth-of-type(3) {
		font-weight: 700;
		font-size: 2.0rem;
	}
	.Plans_Prise p:nth-of-type(2) > span:nth-of-type(2),
	.Weeks_Prise p:nth-of-type(2) > span:nth-of-type(2) {
		display: inline-block;
		font-weight: 700;
	}



	.Oneday_Prise p > span:nth-of-type(4),
	.Plans_Prise p > span:nth-of-type(4),
	.Weeks_Prise p > span:nth-of-type(4) {
		position: absolute;
		top: 0;
		width: max-content;
		font-size: 1rem;
	}
	.Oneday_Prise p > span:nth-of-type(4) {
		top: 0;
		right: 18px;
	}
	.Plans_Prise p > span:nth-of-type(4),
	.Weeks_Prise p > span:nth-of-type(4) {
		top: 38px;
		font-size: 0.9rem;
	}
	.Plans_Prise p:nth-of-type(1) > span:nth-of-type(4),
	.Weeks_Prise p:nth-of-type(1) > span:nth-of-type(4) {
		right: 50px;
	}
	.Plans_Prise p:nth-of-type(2) > span:nth-of-type(4),
	.Weeks_Prise p:nth-of-type(2) > span:nth-of-type(4) {
		right: 50px;
	}
	.Plans_Prise p:nth-of-type(3) > span:nth-of-type(4),
	.Weeks_Prise p:nth-of-type(3) > span:nth-of-type(4) {
		right: 50px;
	}
	.Plans_Prise p:nth-of-type(4) > span:nth-of-type(4),
	.Weeks_Prise p:nth-of-type(4) > span:nth-of-type(4) {
		right: 41px;
	}

.Oneday_Prise p > span:nth-of-type(4) {
top: 10px !important;
right: 25px !important;
}
.Plans_Prise p > span:nth-of-type(4),
.Weeks_Prise p > span:nth-of-type(4) {
top: 32px !important;
font-size: 0.9rem !important;
}


.Plans_Prise > p:nth-of-type(2)::before,
.Plans_Prise > p:nth-of-type(2)::after,
.Plans_Prise > p:nth-of-type(3)::after {
content: '';
display: block;
position: absolute;
}

.Plans_Prise > p:nth-of-type(2)::before {
top: 0;
left: -20px;
border-right: 2px solid #0088DC;
height: 67px;
}
.Plans_Prise > p:nth-of-type(2)::after {
top: 0;
right: -20px;
border-right: 2px solid #0088DC;
height: 67px;
}
.Plans_Prise > p:nth-of-type(3)::after {
top: 0;
right: -20px;
border-right: 2px solid #0088DC;
height: 67px;
}

/* @sp **************************************************/
@media all and (max-width: 1500px){
	.Oneday_Prise {
    margin-bottom: 10px;
	}
	.Plans_Prise {
		flex-wrap: wrap;
	}
	.Plans_Prise > p {
		width: stretch;
	}
	.Plans_Prise > p:nth-of-type(2)::before,
	.Plans_Prise > p:nth-of-type(2)::after,
	.Plans_Prise > p:nth-of-type(3)::after {
	content: none;
	}
	.Plans_Prise > p:nth-of-type(1) {
		padding-bottom: 7px;
		border-bottom: 2px solid #0088DC;
	}
	.Plans_Prise > p:nth-of-type(2) {
		padding-bottom: 7px;
		border-bottom: 2px solid #0088DC;
	}
	.Plans_Prise > p:nth-of-type(3) {
		padding-bottom: 7px;
		border-bottom: 2px solid #0088DC;
	}
	.Plans_Prise p {
		margin: 5px auto;
	}
}
/* @sp **************************************************/
@media all and (max-width: 1100px){
	section.sec02 .sub {
		font-size: 2.6rem;
	}
	.content_sec .mid-contents::before {
		top: 0px;
	}
	section.sec02 .sub {
		margin: 7% auto 7%;
	}
	.oneday_Prise, .Plans_Prise, .Weeks_Prise {
		flex-wrap: wrap;
	}
	.Plans_Prise > p:nth-of-type(2)::before {
		border-right: none;
		border-bottom: 2px solid #0088DC;
	}
	.Plans_Prise > p:nth-of-type(2)::after {
		border-right: none;
		border-bottom: 2px solid #0088DC;
	}
	.Plans_Prise > p:nth-of-type(3)::after {
		border-right: none;
		border-bottom: 2px solid #0088DC;
	}
}
/* @sp **************************************************/
@media all and (max-width: 764px){
	.Car-Lineup > div > div:not(.slick) {
		width: 90%;
	}
	.hd_bnrs2 li {
		max-width: 100%;
    }
	ul.hd_bnrs2 li a span:nth-of-type(1) {
		font-size: 1.5rem !important;
	}
	ul.hd_bnrs2 li a span:nth-of-type(2) {
		font-size: 2.0rem !important;
	}
	.content_sec .mid-contents .Packs-title h3 {
		width: 80%;
		padding: 5px 10px;
		font-size: 2.0rem;
		line-height: 1.5em;
	}
	.content_sec .mid-contents .Packs-title h3 > span:nth-of-type(1) {
		margin: 0 10px;
		padding: 0 7px;
		font-size: 1.4rem;
	}
	.content_sec .mid-contents .Packs-title h3 > span:nth-of-type(3) {
		
	}
	.content_sec .mid-contents .Packs-title h3.CarClassCode {
		width: 5%;
		margin-top: 7px;
		padding: 5px;
		font-size: 1.0rem;
		line-height: 1.6em;
	}
	.content_sec .mid-contents .Packs-title {
		flex-wrap: wrap;
	}
	.PackPrises .PackPrises-Center > div:nth-of-type(1) {
		border: 3px solid #0088DC;
	}
	.content_sec .mid-contents .Packs p.Class-text {
		padding: 5px 10px;
		font-size: 1.8rem;
		line-height: 1.7em;
	}
	.content_sec .mid-contents .PackItems td:nth-of-type(1) {
		width: 10%;
		min-width: 80px;
	}
	.content_sec .mid-contents .PackItems td {
		padding: 7px;
	}
	.PackItems .CarClass-left-side, .PackItems .CarClass-right-side {
		padding: 5px 10px;
	}
	.PackItems .CarClass-right-side {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
}




/* セクションコンテンツ サイドナビ
-----------------------------------------------------------------*/
	.Side_choice {
		position: fixed;
		right: 15px;
		top: 200px;
		z-index: 1000;
	}
	.Side_choice ul {
		display: flex;
		width: 100px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.Side_choice li {
		margin: 5px;
	}
	.Side_choice li a {
		display: flex;
		width: 45px;
		height: 45px;
		background: #FBFBFB;
		border: 3px solid #FBFBFB;	
		border-radius: 50px;
		padding: 5px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		-webkit-filter: drop-shadow(0.2rem 0.2rem 10px rgba(40, 40, 40, 0.35));
		-moz-filter: drop-shadow(0.2rem 0.2rem 10px rgba(40, 40, 40, 0.35));
		-ms-filter: drop-shadow(0.2rem 0.2rem 10px rgba(40, 40, 40, 0.35));
		filter: drop-shadow(0.2rem 0.2rem 10px rgba(40, 40, 40, 0.35));
	}
	.Side_choice li a:hover {
		position: relative;
		width:100px;
		border: 3px solid #FFF200;
	}

	.Side_choice li a > div {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.Side_choice li a span.class-iconSide {
		transition: 0.1s ease-in-out;
		font-size: 2rem;
		line-height: 1.1em;
		opacity: 1.0;
	}
	.Side_choice li a span.class-iconSide:nth-of-type(2) {
		font-size: 1.2rem;
		line-height: 1.1em;
	}
	.Side_choice li a:hover span.class-iconSide {
		opacity: 0;
	}
	.Side_choice li a > span {
		transition: 0.4s ease-in-out;
		font-size: 1.2rem;
		line-height: 1.3em;
		opacity: 0;
	}
	.Side_choice li a > span:nth-of-type(1)::before {
		content: '>';
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translate(0, -50%);
		font-size: 1.2rem;
	}
	.Side_choice li a:hover span {
		opacity: 1.0;
	}
	.Side_choice li a span {
		display: block;
	}

/* @sp **************************************************/
@media all and (max-width: 850px){


}

/* @sp **************************************************/
@media all and (max-width: 1100px){
	section.sec02 .sub {
		font-size: 2.6rem;
	}
	.content_sec .mid-contents::before {
		top: 0px;
	}
	.Side_choice {
		top: 50%;
		right: 5px;
	}
	.Side_choice li {
		margin: 3px 0px;
	}
	
	.Side_choice li a {
		width: 35px;
		height: 35px;
		border: 3px solid #FBFBFB;
		padding: 5px;
	}
	.Side_choice li a:hover {
		width: 70px;
		border: 2px solid #FFF200;
	}
	.Side_choice li a > span {
		font-size: 1.1rem;
		line-height: 1.2em;
	}
	.Side_choice li a > span:nth-of-type(1)::before {
		left: 7px;
	}
	.Side_choice li a span.class-iconSide {
		font-size: 1.4rem;
	}
	.Side_choice li a span.class-iconSide:nth-of-type(2) {
		font-size: 0.8rem;
	}
}






.scroll_up {
transition: 0.8s ease-in-out;
transform: translateY(30px);
opacity: 0;
}
.scroll_up.on {
transform: translateY(0);
opacity: 1.0;
}

