/*+++++++++++++++
common
++++++++++++++++*/

body {
	background: var(--beige);
	font-family: var(--gs);
	overflow-x: hidden;
	counter-reset: number 0;
}

.br {display:none;}
.br2 {display:block;}

.pc {display: none;}
.sp {display: block;}

img {
	vertical-align:bottom;
	max-width:var(--flex-100);
}
p {
	z-index: 1;
	position: relative;
}
a {text-decoration:none; cursor: pointer;}

.vbox-content {
	max-width: var(--large-inner) !important;
	margin: auto !important;
}

.flex {display: grid;}
.grid {display: grid;}
.column-2 {grid-template-columns: repeat(1,1fr);}
.column-3 {grid-template-columns: repeat(1,1fr);}

.item-center {align-items:center;/* justify-content: space-between; */}

marker {
	position: relative;
	background-color: rgba(255.255, 255,0,0.5);
}
figure {
	overflow: hidden;
}
.scale {transition: .3s; transform: scale(1.0);}
.scale:hover {transition: .3s; transform: scale(1.05);}
.zoom {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    margin: 10px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.venobox_event {
	position: relative;
	display: block;
	overflow: hidden;
}


.pdf_button {
    display: block;
    background: #fff;
    color: var(--red);
    position: relative;
    letter-spacing: 0;
    z-index: 101;
    padding: 25px 5px 25px 4.5rem;
    font-weight: var(
    --wght-700);
    box-sizing: border-box;
    width: 100%;
    max-width: var(
    --flex-90);
    border: 2px solid var(
    --red);
    box-shadow: 0 6px 0 0 var(
    --red);
    border-radius: 10px;
    text-decoration: none;
    transition:.3s;
    margin: 0 auto 20px;
    text-align: left;
}
.pdf_button:hover {
	transition:.3s;
	box-shadow: 0 0 0 0 var(--red);
	transform: translate3d(0, 6px, 0);
}
.pdf_button:after {
	content:"";
	background: url(../images/pdf.png) no-repeat;
	display: block;
	width: 30px;
	height: 40px;
	background-size: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 1.5rem;
}
.pdf_button span {
	display: block;
	-
	mc): ;
	font-size: var(--font-em);
	color: var(--black);
	margin: 5px 0 0;
}
.pdf_button.excel {color: var(--black);border: 2px solid var(--green);box-shadow: 0 6px 0 0 var(--green);}
.pdf_button.excel:after {
	background: url(../images/excel.png) no-repeat;
	background-size: 20px;
}
/*+++++++++++++++
header
++++++++++++++++*/
header {
	padding: 10px;
	position: absolute;
	justify-content: space-between;
	width: var(--flex-100);
	box-sizing: border-box;
	background: var(--white);
}
header a.logo {
	display: block;
	align-items: center;
	color: inherit;
	text-decoration: none;
	max-width: var(--flex-100);
	text-align: center;
}
header a.logo img {
	width: 150px;
	margin: 0 auto 10px;
}
header .ct_button {
	text-align: center;
	color: inherit;
	text-decoration: none;
	background: var(--red);
	border: 2px solid var(--red);
	padding: 13px 20px 15px;
	border-radius: 10px;
	font-weight: var(--wght-600);
	font-size: var(--font-h5);
	position: fixed;
	right: 0;
	left: 0;
	margin: auto;
	color: var(--white);
	bottom: 1rem;
	z-index: 101;
	top: inherit;
	max-width: var(--flex-90);
	width: var(--flex-100);
	box-sizing: border-box;
}
header .ct_button i {
	position:absolute;
	right: 0.5rem;
	bottom: 0;
	top: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: var(--font-em);
}
/*+++++++++++++++
image
++++++++++++++++*/
#image {
	padding: 5rem 0 3rem;
}
/*+++++++++++++++
about
++++++++++++++++*/
#about .medium-inner{
	display: block;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	grid-template-columns: 1fr;
	justify-content: space-between;
}
#about .writing {
	margin: 0 auto 30px;
	display: block;
	align-items: flex-start;
}
#about .writing > div {
	/* writing-mode: vertical-lr; */
	line-height: var(--lh-sm);
	font-size: var(--font-h2);
	border-bottom: 1px solid var(--black);
	width: auto;
	letter-spacing: 2px;
	font-weight: var(--wght-600);
	margin: 0 auto 10px;
	padding: 0 10px 0 0;
	display: block;
	max-width: max-content;
}
.swiper-wrapper{
  transition-timing-function: linear;
}
#about .swiper-slide {

}
#about .swiper-slide:nth-child(odd) {
	margin: 0px 0 0;
}
/*+++++++++++++++
oneday_ticket
++++++++++++++++*/
#oneday_ticket .column-2 {
	grid-template-columns: 1fr;
	margin: 0 auto 100px;
	display: flex;
	flex-direction: column;
}

#oneday_ticket .column-2 > div:first-child {
	order:2;
}
#oneday_ticket .column-2 > div:last-child {
	order:1;
}

#oneday_ticket .column-3{
	display:block;
}
#oneday_ticket .column-2 div:last-child img{
	aspect-ratio:3/2.2;
	object-fit:cover;
}
#oneday_ticket .column-2 .column-3 a {
	background: var(--white);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid var(--blue);
	color: inherit;
	font-weight: var(--wght-600);
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 20px;
	/* font-size: var(--font-h4); */
	border-radius: 20px;
	position: relative;
	box-shadow: 0 6px 0 0 var(--blue);
	transition:.3s;
	transform: translate3d(0, 0px, 8px);
	margin: 0 auto 20px;
}
#oneday_ticket .column-2 .column-3 a span {
	font-size:var(--font-h4);
}
#oneday_ticket .column-2 .column-3 a figure {
	margin:0;
}
#oneday_ticket .column-2 .column-3 a i {
	position:absolute;
	top:0;
	right:0;
	margin: 1rem;
	color: var(--darkgray);
	font-size: inherit;
}

#oneday_ticket .column-2 .column-3 a:hover{
	transition:.3s;
	box-shadow: 0 0 0 0 var(--blue);
	transform: translate3d(0, 6px, 0);
}


#oneday_ticket .column-2 .column-3 a figure img {
	aspect-ratio:unset;
	width: 80px;
	margin: 0;
}


/*+++++++++++++++
ccw
++++++++++++++++*/
#ccw {
	position:relative;
}
#ccw svg {
	position:absolute;
	top: -20rem;
	z-index: -1;
}

#ccw .column-2 {
	grid-template-columns: 1fr;
	align-items: flex-start;
	display: flex;
	flex-direction: column-reverse;
}

#ccw .ccw_map a{
	border: 1px solid var(--black);
	padding: 3px;
	background: var(--white);
}
#ccw .zenkei {
	
}
#ccw .zenkei img{
	aspect-ratio: 2/0.8;
	object-fit: cover;
}
#ccw ol li {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	margin: 0 0 22px;
	border-bottom: 1px dashed var(--darkgray);
	padding: 0 0 22px;
	align-items: flex-start;
}
#ccw ol li:last-child {
	border:none;
	padding: 0;
	margin: 0;
}
#ccw ol li figure {
	border-radius: 100%;
	overflow: hidden;
	height: 200px;
	width: 200px;
	margin: auto;
}
#ccw ol li figure:before {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	width: 60px;
	height: 60px;
	background: var(--blue);
	z-index: 100;
	color: var(
	--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--en);
	border-radius: 100px;
	font-size: var(--font-h3);
	margin: -0.5rem;
}
#ccw ol li  figure img {
	aspect-ratio: 4/4;
	object-fit: cover;
}
#ccw ol li dl {
	
align-items: center;
	
margin: 20px auto 0;
}
#ccw ol li dt {
	
text-align: center;
}
#ccw ol li dd {
	position: relative;
	z-index: 1;
}
/*+++++++++++++++
modelcourse
++++++++++++++++*/

#modelcourse li{
	/* border: 2px solid var(--black); */
	padding: 40px 30px 50px;
	box-sizing: border-box;
	background: var(--white);
	border-radius: 50px;
}
#modelcourse .h2-title {
	border-bottom: none;
	padding: 0;
	position: relative;
	display: block;
	text-align: center;
}
#modelcourse .h2-title a {
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	width: 40px;
	background: var(--blue);
	height: 40px;
	/* border: 1px solid var(--gray); */
	border-radius: 100px;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px auto 0;
}
#modelcourse .h2-title a i{
	position: relative;
	color: var(--white);
	font-size: var(--font-h5);
}
#modelcourse .start {
	border: 2px solid var(--black);
	font-size: 62.5%;
	padding: 5px 20px;
	max-width: max-content;
	margin: 0 auto 10px;
}
#modelcourse dl {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	margin: 30px 0 0;
	align-items: center;
}
#modelcourse dt img {
	aspect-ratio: 4/2;
	margin: 0 auto 20px;
	object-fit: cover;
}
a.pdf {
	display: block;
	padding: 0 0 0 35px;
	position: relative;
	color: var(--darkblue);
	text-decoration: underline;
}
a.pdf:hover {
	text-decoration:none;
}
a.pdf:after {
	content:"";
	background: url("../images/pdf.png") no-repeat;
	left: 0;
	width: 22px;
	height: 32px;
	position: absolute;
	background-size: 22px;
	top: 0;
}

/*+++++++++++++++
parking
++++++++++++++++*/
#parking  {
	position: relative;
	z-index: 100;
}
#parking .column-3 > div {
	
grid-template-columns: repeat(2,1fr);
	
display: grid;
	
gap: 20px;
}
#parking svg {
	position: absolute;
	top: -6rem;
	outline: none;
	z-index: 0;
}
#parking .parkingbox > div {
	background: var(--white);
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
#parking .parkingbox > div img {
	border-radius: 20px;
}
#parking .parkingbox > div .h5-title {
	color:var(--blue);
}

/*+++++++++++++++
travel_link
++++++++++++++++*/
#travel_link .travel_link{
	background: var(--white);
	padding: 20px 100px 20px;
	border-radius: 10px;
	color: inherit;
	font-family: var(--en);
	font-weight: var(--wght-600);
	font-size: var(--font-h3);
	letter-spacing: 1px;
	position: relative;
	margin: auto;
	display: block;
	width: var(--width360);
	max-width: max-content;
}

#travel_link .flex {
	display: block;
	justify-content: space-between;
}
#travel_link .flex .h3-title {
	display:block;
	text-align:center;
	margin:0 auto 20px;
}
#travel_link .travel_link i {
	position:absolute;
	top: 0.4rem;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	right: 1.5rem;
	font-size: var(--font-h6);
}

/*+++++++++++++++
footer
++++++++++++++++*/
#pagetop {
    background: var(--darkblue);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: fixed;
    bottom: 5rem;
    z-index: 100;
    color: var(--white);
    font-size: var(--font-h5);
    right:0;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    transition: .3s;
}
.flogo {
	max-width: var(--width180);
}

/*+++++++++++++++
image
++++++++++++++++*/
body.none header {
	background: var(--white);
	justify-content: center;
}
body.none #image{
	padding: 5.5rem 0 8rem;
}


@media screen and (min-width: 1024px) {
/*+++++++++++++++
common
++++++++++++++++*/
body {
	background: var(--beige);
	font-family: var(--gs);
	overflow-x: hidden;
	counter-reset: number 0;
}
.br {display:block;}
.br2 {display:none;}
	
.pc {display: block;}
.sp {display: none;}	
img {
}
p {
	z-index: 1;
	position: relative;
}
a {text-decoration:none; cursor: pointer;}

.vbox-content {
	max-width: var(--large-inner) !important;
	margin: auto !important;
}

.flex {display: flex;justify-content: center;}
.grid {}
.column-2 {grid-template-columns: repeat(2,1fr);}
.column-3 {grid-template-columns: repeat(3,1fr);}

.item-center {}

marker {
	position: relative;
	background-color: rgba(255.255, 255,0,0.5);
}
figure {
	overflow: hidden;
}
.scale {transition: .3s; transform: scale(1.0);}
.scale:hover {transition: .3s; transform: scale(1.05);}
.zoom {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    margin: 10px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}


.pdf_button {
    padding: 25px 25px 25px 5rem;
    max-width: var(--width480);
    margin: 0 !important;
}
.pdf_button:hover {
	transition:.3s;
	box-shadow: 0 0 0 0 var(--red);
	transform: translate3d(0, 6px, 0);
}
.pdf_button:after {
	display: block;
	width: 25px;
	height: 35px;
	background-size: 25px;
	left: 2rem;
}
.pdf_button.excel:after {
	background-size: 25px;
}
/*+++++++++++++++
header
++++++++++++++++*/
header {padding: 30px 40px;}
header a.logo {
	display: flex;
}
header a.logo img {
	width: 200px;
}
header .ct_button {
	width: auto;
	max-width: max-content;
	bottom: inherit;
	top: 1.8rem;
	left: inherit;
	right: 2rem;
	padding: 12px 60px 13px 40px;
	font-size: var(--font-h6);
}
header .ct_button i {
	position:absolute;
	right: 1rem;
	bottom: 0;
	top: 0.2rem;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: var(--font-h6);
}
/*+++++++++++++++
about
++++++++++++++++*/
#about .medium-inner{
	display: grid;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	grid-template-columns: 10% 75%;
	justify-content: space-between;
}
#about .writing {
	margin: 0 60px 0 0;
	display: flex;
	align-items: flex-start;
}
#about .writing > div {
	writing-mode: vertical-lr;
	border-right: 1px solid var(--black);
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-bottom: none;
}
.swiper-wrapper{
  transition-timing-function: linear;
}
#about .swiper-slide {

}
#about .swiper-slide:nth-child(odd) {
}
/*+++++++++++++++
oneday_ticket
++++++++++++++++*/
#oneday_ticket .column-2 {
	grid-template-columns: 53% 45%;
	display: grid;
	flex-direction: unset;
}
#oneday_ticket .column-2 > div:first-child {
	order:1;
}	
#oneday_ticket .column-2 div:last-child img{
}
#oneday_ticket .column-2 .column-3 a {
	padding: 40px 0 20px;
	font-size: var(--font-h6);
	display: block;
	width: var(--flex-100);
}
#oneday_ticket .column-2 .column-3 a i {
}

#oneday_ticket .column-2 .column-3 a:hover{
	transition:.3s;
	box-shadow: 0 0 0 0 var(--blue);
	transform: translate3d(0, 6px, 0);
}


#oneday_ticket .column-2 .column-3 a figure img {
	aspect-ratio:unset;
	width: auto;
	margin: 0 0 0 8px;
}
#oneday_ticket .column-3 {
	display:grid;
}
    #oneday_ticket .column-2 .column-3 a figure {
        margin: 0 auto 20px;
    }

/*+++++++++++++++
ccw
++++++++++++++++*/
#ccw {
}
#ccw svg {
	position:absolute;
	top: -20rem;
	z-index: -1;
}

#ccw .column-2 {
	grid-template-columns: 50% 50%;
	flex-direction: unset;
	display: grid;
}

#ccw .zenkei {
	
}
#ccw .zenkei img{
	aspect-ratio: 2/0.8;
	object-fit: cover;
}
#ccw ol li {
	grid-template-columns: 20% 75%;
}
#ccw ol li:last-child {
	border:none;
}
#ccw ol li figure {
	height: 160px;
	width: 160px;
}
#ccw ol li figure:before {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	width: 60px;
	height: 60px;
	background: var(--blue);
	z-index: 100;
	color: var(
	--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--en);
	border-radius: 100px;
	font-size: var(--font-h3);
	margin: -0.5rem;
}
#ccw ol li  figure img {
	aspect-ratio: 4/4;
	object-fit: cover;
}
#ccw ol li dl {
}
#ccw ol li dt {
	
text-align: unset;
}
#ccw ol li dd {
}
/*+++++++++++++++
modelcourse
++++++++++++++++*/

#modelcourse li{
	padding: 50px;
}
#modelcourse .h2-title {
	border-bottom: 1px solid var(--opa-black02);
	padding: 0 0 30px;
	position: relative;
	display: block;
}
#modelcourse .h2-title a {
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	width: 60px;
	background: var(--blue);
	height: 60px;
	/* border: 1px solid var(--gray); */
	border-radius: 100px;
}
#modelcourse .h2-title a i{
	position: relative;
	color: var(--white);
	font-size: var(--font-h5);
}
#modelcourse .start {
	padding: 10px;
}
#modelcourse dl {
	grid-template-columns: 30% 65%;
}
#modelcourse dt img {
	aspect-ratio: 4/4;
	object-fit: cover;
}
a.pdf {
}
a.pdf:hover {
}
a.pdf:after {
	content:"";
	background: url("../images/pdf.png") no-repeat;
	left: 0;
	width: 22px;
	height: 32px;
	position: absolute;
	background-size: 22px;
	top: 0;
}

/*+++++++++++++++
parking
++++++++++++++++*/
#parking  {
}
#parking svg {
	top: -20rem;
	z-index: -1;
}
#parking .parkingbox > div {
	padding: 0 0 30px;
	display: block;
	text-align: center;
}
#parking .parkingbox > div img {
	border-radius: 30px;	
}
#parking .parkingbox > div .h5-title {
	color:var(--blue);
}

/*+++++++++++++++
travel_link
++++++++++++++++*/
#travel_link .flex .h3-title {
	margin:0;
}	
#travel_link .travel_link{
	background: var(--white);
	padding: 30px 100px 27px;
	border-radius: 10px;
	color: inherit;
	font-family: var(--en);
	font-weight: var(--wght-600);
	font-size: var(--font-h3);
	letter-spacing: 1px;
	position: relative;
}

#travel_link .flex {
	display: flex;
	justify-content: space-between;
}
#travel_link .travel_link i {
	position:absolute;
	top: 0.4rem;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	right: 1.5rem;
	font-size: var(--font-h6);
}    
/*+++++++++++++++
footer
++++++++++++++++*/
#pagetop {
	bottom:1rem;
	right:1rem;
}
#pagetop:hover {
    transition: .3s;
}
    footer .flogo {
        max-width: var(--width240);
    }


/*+++++++++++++++
image
++++++++++++++++*/
body.none header {
	background: none;
	justify-content: left;
}
body.none #image{
	padding:0 0 8rem;
}
}
@media screen and (min-width: 1200px) {
#modelcourse .h2-title {
	gap: 0;
	font-size: var(--font-h3)!important;
	display: flex;
}
}
	
@media screen and (min-width: 1500px) {
#modelcourse .h2-title {
font-size: var(--font-h2)!important;
}

}

/*+++++++++++++++
CSS追加2026-04-09
+++++++++++++++++*/
#ccw .ccw-application__title {
					margin: 0 0 36px;
					padding: 12px 20px;
					background-color: #f7f8ec;
					text-align: center;
					font-size: 2.4rem;
					font-weight: 700;
					line-height: 1.4;
					letter-spacing: 0.08em;
					color: #222;
				}

				/* =========================================
   各種申し込みについて
========================================= */
				#ccw .ccw-application {
					max-width: 1180px;
					margin: 100px auto 0;
				}

				#ccw .ccw-application>h3 {
					margin: 0 0 36px;
					padding: 12px 20px;
					background-color: #f7f8ec;
					text-align: center;
					font-size: 2.4rem;
					font-weight: 700;
					line-height: 1.4;
					letter-spacing: 0.08em;
					color: #222;
				}

				/* -----------------------------------------
   上部：各種申込書ボックス
----------------------------------------- */
				#ccw .ccw-application__lead {
					margin-bottom: 44px;
					max-width: 900px;
					margin: 0 auto;
				}

				#ccw .ccw-application__xls {
					position: relative;
					display: flex;
					align-items: center;
					/* min-height: 180px; */
					/* max-width: 540px; */
					padding: 0px 34px 0px 76px;
					border: none;
					/* border-radius: 14px; */
					text-decoration: none;
					color: #222;
					background: #fff;
					transition: opacity 0.3s ease, transform 0.3s ease;
					box-shadow: none;
					margin: 0;
				}

				#ccw .ccw-application__xls:hover {
					opacity: 0.8;
					transform: translateY(-2px);
				}

				#ccw .ccw-application__leadtext {
					display: block;
					font-size: 1.4rem;
					font-weight: 700;
					line-height: 1.55;
					letter-spacing: 0.08em;
				}

				#ccw .ccw-application__leadtext small {
					display: block;
					margin-top: 8px;
					font-size: 0.8rem;
					font-weight: 500;
					line-height: 1.7;
					letter-spacing: 0.06em;
					color: #222;
				}

				/* excelアイコン疑似要素 */
				#ccw .ccw-application__xls.excel {
					position: relative;
				}

				#ccw .ccw-application__xls.excel::before {
					content: "";
					position: absolute;
					left: 28px;
					top: 50%;
					transform: translateY(-50%);
					width: 34px;
					height: 41px;
					background: url("/assets/img/icon/xls.png") no-repeat center / contain;
				}


				/* -----------------------------------------
   申込一覧
----------------------------------------- */
				#ccw .ccw-application__list {
					display: grid;
					grid-template-columns: 1fr;
					gap: 34px;
					padding-top: 34px;
					border-top: 1px solid #ccc;
					max-width: 900px;
					margin: 0 auto;
				}

				#ccw .ccw-application__item,
				#ccw .ccw-application__subitem {
					position: relative;
					display: block;
					padding-left: 48px;
					text-decoration: none;
					color: #222;
					transition: opacity 0.3s ease, transform 0.3s ease;
				}

				#ccw .ccw-application__item:hover,
				#ccw .ccw-application__subitem:hover {
					opacity: 0.8;
					transform: translateY(-2px);
				}

				#ccw .ccw-application__text {
					display: block;
					font-size: 1rem;
					font-weight: 400;
					line-height: 1.6;
					letter-spacing: 0.08em;
					color: #222;
				}

				/* PDFアイコン疑似要素 */
				#ccw .ccw-application__item.pdf::before,
				#ccw .ccw-application__subitem.pdf::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0.35em;
					width: 24px;
					height: 29px;
					background: url("/assets/img/icon/pdf.png") no-repeat center / contain;
				}

				/* -----------------------------------------
   右下囲み
----------------------------------------- */
				#ccw .ccw-application__subbox {
					max-width: 291px;
					margin-top: 26px;
					margin-left: auto;
					padding: 28px 28px 24px;
					border: 1px solid #333;
					background: #fff;
				}

				#ccw .ccw-application__subbox .ccw-application__subitem+.ccw-application__subitem {
					margin-top: 20px;
				}

				/* -----------------------------------------
   tablet
----------------------------------------- */
				@media screen and (min-width: 768px) {
					#ccw .ccw-application>h3 {
						font-size: 2.8rem;
						margin-bottom: 44px;
					}

					#ccw .ccw-application__lead {
						margin-bottom: 52px;
						margin: 0 auto 23px;
					}

					#ccw .ccw-application__list {
						grid-template-columns: repeat(2, minmax(0, 1fr));
						column-gap: 80px;
						row-gap: 46px;
					}

					#ccw .ccw-application__subbox {
						margin-top: 18px;
					}
				}

				/* -----------------------------------------
   PC
----------------------------------------- */
				@media screen and (min-width: 1024px) {
					#ccw .ccw-application {
						margin-top: 110px;
					}

					#ccw .ccw-application>h3 {
						font-size: 2rem;
						padding: 14px 20px;
						margin-bottom: 38px;
					}

					#ccw .ccw-application__lead {
						margin-left: 0px;
						margin-bottom: 15px;
						margin: 0 auto;
					}

					#ccw .ccw-application__xls {
						min-height: inherit;
						max-width: inherit;
						padding: 15px 34px 15px 82px;
						border-width: 5px;
						border-radius: 12px;
						border: none;
						box-shadow: none;
					}

					#ccw .ccw-application__xls.excel::before {
						left: 28px;
						width: 34px;
						height: 41px;
					}

					#ccw .ccw-application__leadtext {
						font-size: 1.2rem;
						line-height: 1.65;
					}

					#ccw .ccw-application__leadtext small {
						font-size: .8rem;
						line-height: 1.75;
					}

					#ccw .ccw-application__list {
						padding-top: 20px;
						column-gap: 110px;
						row-gap: 28px;
					}

					#ccw .ccw-application__item,
					#ccw .ccw-application__subitem {
						padding-left: 46px;
					}

					#ccw .ccw-application__text {
						font-size: 1.2rem;
						line-height: 1.6;
					}

					#ccw .ccw-application__item.pdf::before,
					#ccw .ccw-application__subitem.pdf::before {
						width: 24px;
						height: 29px;
						top: 0.32em;
					}

					#ccw .ccw-application__subbox {
						max-width: 316px;
						padding: 15px 15px 15px;
						margin-top: 20px;
						margin-right: 8%;
					}
				}

				/* -----------------------------------------
   SP微調整
----------------------------------------- */
				@media screen and (max-width: 767px) {
					#ccw .ccw-application {
						margin-top: 70px;
					}

					#ccw .ccw-application>h3 {
						font-size: 1.4rem;
						padding: 10px 14px;
						margin-bottom: 24px;
					}

					#ccw .ccw-application__xls {
						min-height: auto;
						padding: 0px 10px 0px 60px;
						border-width: 3px;
						border-radius: 12px;
						border: none;
						box-shadow: none;
					}

					#ccw .ccw-application__xls.excel::before {
						left: 20px;
						width: 26px;
						height: 32px;
					}

					#ccw .ccw-application__leadtext {
						font-size: 1.2rem;
						line-height: 1.5;
					}

					#ccw .ccw-application__leadtext small {
						font-size: .8rem;
						line-height: 1.6;
					}

					#ccw .ccw-application__list {
						gap: 22px;
						padding-top: 24px;
					}

					#ccw .ccw-application__item,
					#ccw .ccw-application__subitem {
						padding-left: 36px;
					}

					#ccw .ccw-application__text {
						font-size: 1rem;
						line-height: 1.6;
					}

					#ccw .ccw-application__item.pdf::before,
					#ccw .ccw-application__subitem.pdf::before {
						width: 20px;
						height: 24px;
						top: 0.4em;
					}

					#ccw .ccw-application__subbox {
						margin-top: 24px;
						padding: 18px 15px 16px;
					}
				}