<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-------------------------------------------
base
-------------------------------------------*/
.wrap {
	width: 910px;
	margin: 0 auto;
}
.main {
	color: #333;
}
.main p {
	font-size: 1.125rem/*18px*/;
}

/*-------------------------------------------
Parts
-------------------------------------------*/
.sectionBlock {
	margin-top: 33px;
}
#tokuten .sectionBlock {
  margin-top: 1rem;
}
#tokuten .sectionBlock article{
  padding-top: 2em;
  margin-bottom: 2em;
}
.hstyle2 {
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
  color: #91004F;
  font-size: 1.5rem/*24px*/;
}
.hstyle2::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 94%;
	border-radius: 3px;
	background-color: #91004F;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hstyle2-tab {
  height: 6.5rem;
  position: relative;
  padding: .8rem 1.2rem;
  color: #91004F;
  font-size: 1.2rem;
  border-radius: 10px;
  border: 1px solid #91004F;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 1px #91004F;
  box-shadow: 0px 1px #91004F;
  margin: 0;
  background-color: #fbf7f9;
  background-image: url(../images/ca150-hisaya/icon_plus.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 2em auto;
  cursor: pointer;
}
.hstyle2-tab:hover{
  opacity: .8;
}
.hstyle2-tab.active{
  background-image: url("../images/ca150-hisaya/icon_minus.png");
}
.hstyle3 {
  text-decoration: underline;
  margin-bottom: .3em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hstyle2-tab {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.2;
    padding: 1.2rem;
    padding-right: 4rem;
    background-size: 1.5em auto;
    height: auto;
    min-height: 6.5rem;
  }
  .hstyle2-tab br {
    display: none;
  }
  #tokuten .sectionBlock article {
    font-size: 1rem !important;
    line-height: 1.5;
  }
  #tokuten .sectionBlock article .note {
    font-size: 1rem !important;
    line-height: 1.5;
  }
}



.fwb {font-weight: bold}
.fKeyColor {color: #91004F}
.fblue {color: #0081cc}
.fgreen {color: #007133}
.fred {color: #e60012}
.tac {text-align: center}
.tun {
  text-decoration: underline;
}

.note {
	font-weight: normal;
  line-height: 1.7;
}

.boxGray {
	padding: 14px;
	border-radius: 6px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
}

.icoCaution {
	position: relative;
	display: inline-block;
	padding-left: 32px;
}
.icoCaution::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 20px;
	background: url(/lineup/images/ca150cppop1500/ico_caution.png) 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icoWindow {
	position: relative;
	padding-right: 21px;
}
.icoWindow::after {
	content: '';
	display: block;
	position: absolute;
	top: .2143rem;
	right: 0;
	width: 15px;
	height: 12px;
	background: url(/common/images/ico_window.png) 0 0 no-repeat;
}

.btn {
	position: relative;
	display: inline-block;
	margin-bottom: 3px;
	padding: 14px 30px 12px;
	border-radius: 7px;
//	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
  background-color: #FFB101;
  -webkit-box-shadow: 0 3px 0 #D98E00;
  box-shadow: 0 3px 0 #D98E00;
  color: #fff;
}
.btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.btnRed{
	background-color: rgba(230, 0, 18, .7);
}

.balloon01 {
	margin: 25px 0 22px;
	padding: 17px 10px;
	background-color: #f5f5f5;
	color: #333;
	font-weight: normal;
}
.balloon01::after {
	border-color: #f5f5f5 transparent transparent transparent;
}

.tabWrap {
	margin-bottom: 40px;
	overflow: hidden;
}
.tabChk {display: none}
.tabItem {
  float: left;
  width: calc(100%/3);
  height: 116px;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 0px 29px 0;
  border-radius: 10px 10px 0 0;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-top: 2px solid #c9c9c9;
  border-bottom: 2px solid #91004F;
  background-color: #fff;
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.tabChk:checked + .tabItem {
  height: 124px;
  margin-top: 0;
  padding: 17px 29px 0;
  border: 2px solid #91004F;
  border-bottom: none;
}
.tabItem .name {
  display: inline-block;
  margin-bottom: 5px;
  color: #91004F;
  font-size: 1.2rem;
}
.tabItem .name br{
  display: none;
}
.tabItem .note {
	margin-top: 5px;
	font-size: 0.75rem;
}
.tabContents {
	display: none;
	clear: both;
}
#tab01:checked ~ .tabContents.tab01,
#tab02:checked ~ .tabContents.tab02,
#tab03:checked ~ .tabContents.tab03 {
	display: block;
	opacity: 1;
}

/*-------------------------------------------
header
-------------------------------------------*/
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #0f218b;
	color: #fff;
}
.logo_catch {
	margin-bottom: 6px;
	font-size: 10px;
}
.header_close {
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*-------------------------------------------
footer
-------------------------------------------*/
footer {
	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;
	margin-top: 40px;
	padding: 15px 10px;
	border-top: 2px solid #0f228b;
	color: #666;
}
footer .copy {
	font-size: 0.75rem/*12px*/;
}

/*-------------------------------------------
Layout
-------------------------------------------*/
h1{
  margin-bottom: 2em;
}
h1 img{
  width: 100%;
}
h2{
  margin-top: 2em;
}
.sectionBlock01 .txt01 {
	margin-bottom: 4px;
	font-size: 1.25rem/*20px*/;
}
.sectionBlock01 .tabContents {
  position: relative;
  padding: 0px;
}
.sectionBlock01 .tabContents img{
  width: 910px;
}
.sectionBlock01 .b01 {
	font-size: 1rem;
}
.cardBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  background-color: #f5f5f5;
}
.cardBlock .cardItem {
  width: 730px;
  height: 260px;
  padding: 50px;
  background-color: #f5f5f5;
  position: relative;
}
.cardBlock .cardItem .img{
  position: absolute;
  left: 0px;
}
.cardBlock .cardItem .name {
	color: #0081cc;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.33;
  position: absolute;
  text-align: center;
  width: 450px;
  top: 65px;
  right: 0px;
}
.cardBlock .cardItem .name br{
  display: none;
}
.cardBlock .cardItem .btnBlock {
  position: absolute;
  width: 450px;
  top: 120px;
  right: 0px;
  bottom: 15px;
}
.cardBlock .cardItem .btnBlock .btn {width: 100%}
@media screen and (max-width: 767px) {
  .cardBlock .cardItem .name br{
    display: block;
  }
}


/*-------------------------------------------
modal
-------------------------------------------*/
.modalWrap .mw02btn,
#mw02:checked + * + * .mw01btn {
	display: none;
}
#mw02:checked + * + * .mw02btn {
	display: block;
}
.modalWrap p {
	font-size: 1rem;
}

.mwacTitle01 h2{
    color: #0081cc;
    font-weight: bold;
    font-size:16px;
	margin-top:0;
}
.mwacTitle01 {
    font-size: 12px;
    border-radius: 0;
    color: #003a60;
}

/*-------------------------------------------
table.data-1
-------------------------------------------*/
.scheduleData{
  margin-top: .5em;
}
table.data-1 {
  margin-right: auto;
  margin-bottom: 1.5em;
  width: 100%;
}
table.data-1 th {
  background-color: #fbf7f9;
}
table.data-1 th br {
  display: none;
}
table.data-1 th, table.data-1 td {
  text-align: left;
  padding: .8em 1em;
  border: 1px solid #E3EAE6;
  text-indent: 0;
}
table.data-1 td {
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  table.data-1 th br {
    display: block;
  }
}

/*-------------------------------------------
SP版
-------------------------------------------*/
@media screen and (max-width: 767px) {
	.wrap {
		width: 100%;
		padding: 0 10px;
	}
	.main p {
		font-size: 1rem/*14px*/;
	}
}

/*-------------------------------------------
Parts
-------------------------------------------*/
@media screen and (max-width: 767px) {
	.sectionBlock {
		margin-top: 25px;
	}

	.hstyle2 {
		padding-left: 10px;
		font-size: 1.2858rem/*18px*/;
	}
	.hstyle2::before {
		width: 4px;
	}

	.note {
		font-size: 1rem/*14px*/;
	}

	.boxGray {
		padding: 10px 8px;
	}

	.icoCaution {
		padding-left: 23px;
	}
	.icoCaution::before {
		width: 17px;
		height: 17px;
	}

	.balloon01 {
		margin: 18px 0 18px;
		padding: 12px 10px;
	}

	.tabWrap {
		margin-bottom: 25px;
	}
  
	.tabItem {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 134px;
		margin-bottom: 15px;
		padding: 0 8px 0;
		font-size: 0.8572rem/*12px*/;
	}
  
	.tabChk:checked + .tabItem {
		height: 140px;
		padding: 5px 8px 0;
	}
  
	.tabItem .name {
		font-size: 0.9286rem/*13px*/;
		word-wrap: break-word;
	}
  
  .tabItem .name br{
    display: block;
  }
  
	.tabItem .note {
		font-size: 0.7143rem/*10px*/;
	}
}

/*-------------------------------------------
header
-------------------------------------------*/
@media screen and (max-width: 767px) {
	header {
		margin-left: -10px;
		margin-right: -10px;
	}
	.logo_catch {
		display: none;
	}
	header .logo {
		width: 76px;
	}
}

/*-------------------------------------------
footer
-------------------------------------------*/
footer {
	display: block;
	margin: 25px -10px 0;
	padding: 10px 0;
	border: none;
	background-color: #0f218b;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
footer .logo {
	display: none;
}

/*-------------------------------------------
Layout
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .sectionBlock01 .txt01 {
    font-size: 1.1429rem /*16px*/ ;
  }
  #tab01:checked ~ .tabContents.tab01 .tabContentsInner, 
  #tab02:checked ~ .tabContents.tab02 .tabContentsInner, 
  #tab03:checked ~ .tabContents.tab03 .tabContentsInner {
    display: block;
  }
  .sectionBlock01 .tabContents img:last-child {
    margin-top: 10px;
  }
  .sectionBlock01 .tabContents::before, 
  .sectionBlock01 .tabContents::after {
    width: 20px;
    height: 3px;
  }
  .sectionBlock01 .b01 {
    font-size: 0.9286rem /*13px*/ ;
    text-align: left;
  }
  .cardBlock {
    display: block;
    margin-top: 25px;
  }
  .cardBlock .cardItem {
    width: 100%;
    padding: 25px 10px 25px;
    height: auto;
  }
  .cardBlock .cardItem .img {
    position: static;
    text-align: center;
  }
  .cardBlock .cardItem + .cardItem {
    margin-top: 20px;
  }
  .cardBlock .cardItem .name {
    font-size: 1.5rem /*21px*/ ;
    position: static;
    width: auto;
    margin-bottom: 1em;
  }
  .cardBlock .cardItem .btnBlock {
    width: auto;
    margin-top: 10px;
    position: static;
  }
  .btn {
    font-size: 1.3rem;
  }
}
</pre></body></html>