.xxlarge {
  font-size: 171.4%;
}
.unit_square::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  top: 5px;
  margin-right: 5px;
  background-color: #6CBDEF;
}
.rule_notes dd {
	margin: 0 0 5px 8em;
	padding: 0;
}
.rule_notes dt {
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	clear: left;
	width: 7em;
	text-align: right;
}
.h2_niigata_caution {
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
	padding: 1% 0 0.5% 1%;
	width: 650px;
	height: 40px;
	color: white;
  font-size: 100%;
	font-weight: bold;
	background-color: dodgerblue;
}
.h3_niigata1-3 {
border-radius: 5px;
	height: 30px;
	width: 95%;
	color: white;
  font-size: 150%;
	background-color: seagreen;
}
.h3_niigata4-6 {
border-radius: 5px;
	height: 30px;
	width: 95%;
	color: white;
  font-size: 150%;
	background-color: #10238c;
}
.h3_niigata7 {
	border-radius: 5px;
	height: 30px;
	color: white;
  font-size: 100%;
	background-color: #10238c;
}
.box_2column {
	margin: 2% 0 0 0;
	width: 101%;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important; 
}
.blue {
	display: block;
	margin: 1% 0 -7% 0;
	font-size: 120%;
	color: royalblue;
}
.black {
	color: black;
}
.text_box1 {
	text-align: center;
	margin: 0 auto 3%;
	padding: 1%;
	width: 92%;
	color:  #10238c;
	background-color: lightpink; 
}
.text_box2 {
	border-radius: 7px 7px 7px 7px;
	margin: 0 auto 3%;
	padding: 1%;
	width: 90%;
	border: 2px solid #10238c;
}
.text_box_st6 {
	border-radius: 7px 7px 7px 7px;
	margin: 0 auto 3%;
	padding: 1%;
	width: 92%;
	color:  #10238c;
	background-color: lightpink;
}
.niigata_shukuhaku_box1-3 {
	border-radius: 7px 7px 7px 7px;
	margin: 0 auto;
	width: 90%;
	border: 1px solid green;	
}
.niigata_shukuhaku_box4-6 {
	border-radius: 7px 7px 7px 7px;
	margin: 0 auto;
	width: 90%;
	border: 1px solid #10238c;	
}
.niigata_shukuhaku_box7 {
	margin: 1% auto 3%;
	padding: 1%;
	width: 98%;
	border: 1px solid #C0C0C0;
	float: left;
}

.niigata_shukuhaku_box1-3 p{
	padding-left: 17px;
}
.niigata_shukuhaku_box4-6 p{
	padding-left: 17px;
}
.step1-3 {
	border-radius: 7px 7px 0 0;
  font-size: 145%;
	color: green;
	height: 37px;
	background-color: lightgreen;
}
.step4-6 {
	border-radius: 7px 7px 0 0;
  font-size: 145%;
	color: #10238c;
	height: 37px;
	background-color: #b7c4f7;
}
.step_no {
  font-size: 150%;	
}
.aside_box-caution {
	padding: 1%;
  background-color: gold;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.bg_w {
	border-radius: 3px 3px 3px 3px;
	color: dodgerblue;
	background-color: white;
}
.bg_blue {
	width: 30%;
	margin: 20px auto 0;
}
.bg_blue a {
	display: block;
	padding-top: 10px;
	text-align: center;
	border-radius: 4px;
	height: 28px;
	font-size: 85%;
	color: #ffffff;
	background-color: dodgerblue;
}
.bg_blue a:hover {
	text-decoration: none;
}
.aside_box_niigata {
	margin: 5% 0 0 0;
	padding: 2%;
  border: 1px solid #CCC;
}
.niigata_blue {
	display: block;
	margin: 0 0 -2% 0;
	color: blue;
}
.triangle {
	margin: 2% auto -2%;
  width: 0;
  height: 0;
  border-top: 25px solid #F0897F;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

/* アコーディオン パネル（テスト） */
.contenedor {
  display: table;
  margin: -20px 0 20px -10px;
  position: relative;
}

.expand {
  width: 99%;
  padding: 15px 10px;
  max-height: 5px;
  overflow: hidden;
  position: relative;
  transition: .5s;
}

.expand::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    
    pointer-events: none;
    transition: .5s;
}

.contenedor input {
  visibility: hidden;
}

.contenedor label {
  position: absolute;
  bottom: -2em;
  display: block;
  font-size: .9em;
  padding: .50em 5px;
  left: 30px;
	color: #0000ff;
  z-index:999;
  cursor: pointer;
}

.contenedor label:before {
  content: "A.回答";
}

.contenedor label:hover {
  text-decoration: underline;
}

.contenedor input:checked + label:before {
  content: "元に戻す";
}

.contenedor input:checked + label:hover {
  text-decoration: underline;
}

input[type=checkbox]:checked ~ .expand {
 max-height: 1000px;
}

input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}
/* アコーディオン パネル end */



.contents .cont_calenderbox {
	min-height: 215px;
  width: 49%;
  float: left;
	margin-right: 1%;
  text-align: center;
  margin-bottom: 1em;
}
/*
.contents .cont_calenderbox:nth-child(odd) {
  margin-right: 2%;
  clear: left;
}
*/
.contents .cont_calenderbox span.tit {
  background: #626262;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 0.2em;
}
.contents .cont_calender_tbl {
  width: 100%;
  text-align: center;
  border-collapse: separate;
}
.contents .cont_calender_tbl td {
  background: #EBEBEB;
}
.contents .cont_calender_tbl th.cont_sat {
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl th.cont_hol {
  color: #F40751;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_sat {
  background: #FDD3EB;
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_hol {
  background: #FDD3EB;
  color: #F40751;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_noday {
  background: #FFFFFF;
}
.contents .cont_calender_tbl td.cont_syuku {
  background: #FDD3EB;
  font-weight: bold;
}
			/* 新潟ドライブパス用 */
.contents .cont_calender_tbl td.sat {
	color: #4B9EEB;
	font-weight: bold
}
.contents .cont_calender_tbl td.hol {
	color: #F40751;
	font-weight: bold;
}
.contents .cont_calender_tbl td.cont_blue {
  background: #B1D9FA;
  font-weight: none;
}
.contents .cont_calender_tbl td.cont_pink {
  background: #FDD3EB;
  font-weight: none;
}
.contents .cont_calender_tbl td.cont_yellow {
  background: #FBE887;
  font-weight: none;
}

@media only screen and (min-width: 641px) {
.h2_niigata {
	padding: 1% 0 0 2%;
	color: #494949;
	font-size: 171.4%;
	background: #d2eef9;
	border-left: solid 5px #7db4e6;
	border-bottom: solid 2px #d7d7d7;
}
.box_2column {
	margin: 0 0 0 1%;
	width: 49%;
	float: left;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important; 
}
.bg_blue {
	width: 40%;
	margin: 20px auto 0;
}
.bg_blue a {
	display: block;
	padding-top: 10px;
	text-align: center;
	border-radius: 4px;
	height: 35px;
	font-size: 125%;
	color: #ffffff;
	background-color: dodgerblue;
}
.bg_blue a:hover {
	text-decoration: none;
}
/* カレンダーの設定 */
.contents .cont_calenderbox {
	min-height: 215px;
  width: 32%;
  float: left;
	margin-right: 1%;
	font-size: 12px;
  text-align: center;
  margin-bottom: 1em;
}
/*
.contents .cont_calenderbox:nth-child(odd) {
  margin-right: 2%;
  clear: left;
}
*/
.contents .cont_calenderbox span.tit {
  background: #626262;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 0.2em;
}
.contents .cont_calender_tbl {
  width: 100%;
  text-align: center;
  border-collapse: separate;
}
.contents .cont_calender_tbl td {
  background: #EBEBEB;
}
.contents .cont_calender_tbl th.cont_sat {
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl th.cont_hol {
  color: #F40751;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_sat {
  background: #FDD3EB;
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_hol {
  background: #FDD3EB;
  color: #F40751;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_noday {
  background: #FFFFFF;
}
.contents .cont_calender_tbl td.cont_syuku {
  background: #FDD3EB;
  font-weight: bold;
}
			/* 新潟ドライブパス用 */
.contents .cont_calender_tbl td.sat {
	color: #4B9EEB;
	font-weight: bold
}
.contents .cont_calender_tbl td.hol {
	color: #F40751;
	font-weight: bold;
}
.contents .cont_calender_tbl td.cont_blue {
  background: #B1D9FA;
  font-weight: none;
}
.contents .cont_calender_tbl td.cont_pink {
  background: #FDD3EB;
  font-weight: none;
}
.contents .cont_calender_tbl td.cont_yellow {
  background: #FBE887;
  font-weight: none;
}
/* カレンダーの設定 END */
}















