.spmt0 {
	margin-top: -30px;
}
/* アコーディオン */
	/*ボックス全体*/
.accbox {
	margin: 0;
	padding: 0;
	max-width: 100%;/*最大幅*/
}
	/*ラベル*/
.accbox label {
	display: block;
	margin: 1px 0;
	padding: 0.5px 0;
	color: #0066cc;
	cursor: pointer;
}
	/*ラベルホバー時*/
.accbox label:hover {
	text-decoration: none;
}
	/*ラベルクリック時*/
.accbox label:active {
	text-decoration: none;
	color: red;
}
	/*チェックは隠す*/
.accbox input {
	display: none;
}
	/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
 }
	/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
	border-radius: 3px;
	border: solid 1px #cccccc;;
	margin-bottom: 15px;
	padding: 2px 10px 10px 12px;
  background: #F1F1F1;
	opacity: 1; 
}
	/* 頭出し */
a.indent1 {
	padding-left: 3em;
	text-indent: -2.1em;
	line-height: 1.3;
}
a.indent2 {
	padding-left: 3.6em;
	text-indent: -2.7em;
	line-height: 1.3;
}
/* アコーディオン（Q&A）end */
.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: 40%;
	margin: 10px 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_calenderbox1 {
	min-height: 215px;
  width: 100%;
  float: left;
	margin-right: 1%;
  text-align: center;
  margin-bottom: 1em;
}
.contents .cont_calenderbox3 {
	height: 180px;
  width: 49%;
  float: left;
	margin-right: 1%;
  text-align: center;
  margin-bottom: 1em;
}
/*
.contents .cont_calenderbox:nth-child(odd) {
  margin-right: 2%;
  clear: left;
}
*/
.month {
	font-size: 150%;
}
.contents .cont_calenderbox1 span.tit {
	margin: 0 0 -2% 0;
	border-radius: 10px 10px 10px 10px;
	border: solid 2px #cccccc;
  background: #c1deee;
	color: #333333;
  font-weight: bold;
  display: block;
  padding: 0.2em;
}
.contents .cont_calenderbox3 span.tit_2day {
	height: 22px;
	margin: 0 0 -5% 0;
	border-radius: 3px;
  background: #3da414;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
  display: block;
	padding: 0 0 3% 0;
}
.contents .cont_calenderbox3 span.tit_3day {
	height: 22px;
	margin: 0 0 -5% 0;
	border-radius: 3px;
  background-color:  dodgerblue;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
  display: block;
	padding: 0 0 3% 0;
}
.contents .cont_calender_tbl {
  width: 100%;
  text-align: center;
  border-collapse: separate;
}
.contents .cont_calender_tbl td {
  background: #EFEFEF;
}
.contents .cont_calender_tbl th.cont_week {
  font-weight: bold;
	border: solid 1px #cccccc;
}
.contents .cont_calender_tbl th.sat {
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl th.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: none;
}
.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 カレンダーの設定 */
/* アンケート */
.present_flexbox {
	display: flex;
	padding: 5px 7px 7px 7px;
}
.present_flexbox_left {
	width: 25%;
}
.present_flexbox_left img {
	width: 100%;
}
.present_flexbox_no {
	width: 9%;
	font-size: 13px;
	text-align: right; 
	font-weight: normal;
}
.present_flexbox_right {
	width: 66%;
	font-size: 13px;
	font-weight: normal;
}
.present_flexbox_left_title, .present_flexbox_right_title {
	font-size: 13px;
}
.present_ninzu_pink {
	margin-left: 1px;
	padding: 0 1%;
	border-radius: 3px;
	font-weight: normal;
	border: 1px solid deeppink;
	color: deeppink;
	font-size: 12px;
}
.present_ninzu_green {
	margin-left: 1px;
	padding: 0 1%;
	border-radius: 3px;
	font-weight: normal;
	border: 1px solid #3da414;
	color: #3da414;
	font-size: 12px;
}
.hr {
	border-width: 0.5px 0px 0px 0px;
	border-style: solid;
	border-color: #dddddd;
	height: 1px;
}
/* 共通 */
.xsmall {
	font-size: 78%;
	line-height: 1.3;
}
.yamagata {
	display: block;
	text-align: center;
	font-size: 85%;
	width: 50px;
	margin: 0 0 1px 0;
	border-radius: 10px;
	border: solid 1px #B70776;
	height: 16px;
	color: #B70776;
	background-color: #FCD0E3;
}
.aomori {
	display: block;
	text-align: center;
	font-size: 85%;
	width: 50px;
	margin: 0 0 1px 0;
	border-radius: 10px;
	border: solid 1px #02659A;
	height: 16px;
	color: #02659A;
	background-color: #B9E2F8;
}
.iwate {
	display: block;
	text-align: center;
	font-size: 85%;
	width: 50px;
	margin: 0 0 1px 0;
	border-radius: 10px;
	border: solid 1px #230292;
	height: 16px;
	color: #230292;
	background-color: #DED6F9;
}
.akita {
	display: block;
	text-align: center;
	font-size: 85%;
	width: 50px;
	margin: 0 0 1px 0;
	border-radius: 10px;
	border: solid 1px #935202;
	height: 16px;
	color: #935202;
	background-color: #F9DDBB;
}
.miyagi {
	display: block;
	text-align: center;
	font-size: 85%;
	width: 50px;
	margin: 0 0 1px 0;
	border-radius: 10px;
	border: solid 1px #E50015;
	height: 16px;
	color: #E50015;
	background-color: #FCD1D5;
}
.fukushima {
	display: block;
	text-align: center;
	font-size: 85%;
	width: 50px;
	margin: 0 0 1px 0;
	border-radius: 10px;
	border: solid 1px #6C4A01;
	height: 16px;
	color: #6C4A01;
	background-color: #FBF59F;
}
/* end アンケート */
.index_title_2019 {
	text-align: left;
	font-size: 155%;
	border-left: solid 10px;
	border-bottom: solid 0.5px;
}
/* Flexbox */
.flexbox {
	display: flex;
	margin: 0 auto;
	margin-bottom: -20px;
	padding-top: 10px;
	font-size: 85%;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.flexbox_contents {
	margin: 1.5% 0;
	font-size: 90%;
	/* 外枠 */
	padding: 3px;
	border: solid 1px #cccccc;
	border-radius: 3px;
}
.flexbox_contents a {
	margin-left: -0.5%; 
	padding: 1% 0;
}
.flexbox_contents_lang {
	display: flex;
	margin: 2px 0 0 0;
	padding: 0 0 0 25px;
	flex-wrap: wrap;
}
.flexbox_contents_lang a {
	width: 30%;
	font-size: 85%;
	padding: 2px 0 10px 7px;
}
.course_no {
	color: #0066cc;
	font-weight: bold;
	font-size: 110%
}
.flyer {
	margin: -5px 0 0 17px;
	font-size: 85%;
}
.flyer img {
width: 3.5%;
vertical-align: sub;
padding-left: 1%;
}
/* end Flexbox */
.bnr_app {
	max-width: 70%;
}
.h4_l_title {
	height: 21px;
	padding-left: 0.5em;
	border-left: solid 5px #636363;
	border-bottom: solid 1px #7A7A7A;
}
.index_title_2019_sp_first {
	text-align: left;
	margin-top: 30px;
	font-size: 130%;
	color: #525151;
	border-left: solid 10px;
	border-bottom: solid 0.5px;
}
.index_title_2019_sp {
	text-align: left;
	margin-top: 5px;
	font-size: 130%;
	color: #525151;
	border-left: solid 10px;
	border-bottom: solid 0.5px;
}
.rentcar_ul {
	margin-left: -1.5em;
	line-height: 1.5;
	font-weight: bold;
}
.list_note {
	font-size: 85%;
	font-weight: normal;
	line-height: 0;
}
.rentcar_ul li{
	padding: 0.5em 0 0.5em 1em;
	text-indent: -1em;
	font-size: 100%;
	list-style: none;
	line-height: 1.2em;
}
.list_no {
	color: red;
}
.indent {
	margin-left: 0;
}
.indent_kome {
	margin-left: 1em;
	text-indent: -1em;
}
.xsmall {
	font-size: 77.5%;
	line-height: 1.3;
}

@media only screen and (min-width: 641px) {
.spmt0 {
	margin-top: 0;
}
.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 35px;
}
.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_calenderbox1 {
	min-height: 215px;
  width: 100%;
  float: left;
	margin-right: 1%;
	font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}
.contents .cont_calenderbox3 {
	height: 180px;
  width: 32%;
  float: left;
	margin-right: 1%;
	font-size: 13.5px;
  text-align: center;
  margin-bottom: 1em;
}

/*
.contents .cont_calenderbox:nth-child(odd) {
  margin-right: 2%;
  clear: left;
}
*/

.month {
	font-size: 150%;
}
.contents .cont_calenderbox1 span.tit {
	margin: 0 0 -2% 0;
	border-radius: 10px 10px 10px 10px;
	border: solid 2px #cccccc;
  background: #c1deee;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
  display: block;
  padding: 0.2em;
}
.contents .cont_calenderbox3 span.tit_2day {
	height: 25px;
	margin: 0 0 -5% 0;
	border-radius: 3px;
	background: #3da414;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
  display: block;
  padding: 0 0 3% 0;
}
.contents .cont_calenderbox3 span.tit_3day {
	height: 25px;
	margin: 0 0 -5% 0;
	border-radius: 3px;
	background-color: dodgerblue; 
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
  display: block;
  padding: 0 0 3% 0;
}
.contents .cont_calender_tbl {
  width: 100%;
  text-align: center;
  border-collapse: separate;
}
.contents .cont_calender_tbl td {
  background: #EFEFEF;
}
.contents .cont_calender_tbl th.cont_week {
  font-weight: bold;
	border: solid 1px #cccccc;
}
.contents .cont_calender_tbl th.sat {
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl th.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: none;
}
.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 カレンダーの設定 */

/* Flexbox */
.flexbox {
	display: flex;
	margin: 0;
	margin-bottom: -20px;
	padding-top: 10px;
	font-size: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexbox_contents {
	margin: 1.5% 0;
	font-size: 115%;
	/* 外枠 */
	padding: 5px;
	border: solid 1px #cccccc;
	border-radius: 3px;
}
.flexbox_contents a {
	margin-left: -0.5%; 
	padding: 1% 0;
}
.flexbox_contents_lang {
	display: flex;
	margin: -0.5% 0 0 2%;
	padding: 0 0 0 4%;
	flex-wrap: wrap;
}
.flexbox_contents_lang a {
	width: 18%;
	font-size: 85%;
	padding: 0 0 0 1.5%;
}
.course_no {
	color: #0066cc;
	font-weight: bold;
	font-size: 110%
}
.flyer {
	margin: 0 0 0 20px;
	font-size: 85%;
}
.flyer img {
	width: 2.5%;
	vertical-align: sub;
	padding-left: 0.5%;
}
/* end Flexbox */
.index_title_2019 {
	width: 100%;
	padding-top: 3px;
	margin: 0 auto;
	font-size: 210%;
	max-width: 615px;
	border-left: solid 15px;
	border-bottom: solid 0.5px;
}
.bnr_app {
	max-width: 70%;
}
.h4_l_title {
	height: 21px;
	padding-left: 0.5em;
	border-left: solid 7px #636363;
	border-bottom: solid 1px #7A7A7A;
}
.index_title_2019_sp_first {
	text-align: left;
	margin-top: 30px;
	font-size: 130%;
	color: #525151;
	border-left: solid 10px;
	border-bottom: solid 0.5px;
}
.index_title_2019_sp {
	text-align: left;
	margin-top: 5px;
	font-size: 130%;
	color: #525151;
	border-left: solid 10px;
	border-bottom: solid 0.5px;
}
.rentcar_ul {
	margin-left: -1.5em;
	line-height: 1.5;
	font-weight: bold;
}
.list_note {
	font-size: 16px;
	font-weight: normal;
	line-height: 0;
}
.rentcar_ul li{
	padding: 0.5em 0 0.5em 1em;
	text-indent: -1em;
	font-size: 165%;
	list-style: none;
	line-height: 1.2em;
}
.list_no {
	color: red;
}
/* アコーディオン */
	/*ボックス全体*/
.accbox {
	margin: 1em 0;
	padding: 0;
	max-width: 100%;/*最大幅*/
}
/*ラベル*/
.accbox label {
	display: block;
	margin: 1px 0;
	padding : 0.5px 0;
	color: #0066cc;
	cursor: pointer;
}
	/*ラベルホバー時*/
.accbox label:hover {
	text-decoration: underline;
}
	/*ラベルクリック時*/
.accbox label:active {
	text-decoration: underline;
	color: red;
}
	/*チェックは隠す*/
.accbox input {
	display: none;
}
	/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
}
	/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
	border-radius: 5px;
	border: solid 1px #cccccc;
	margin-bottom: 15px;
	padding: 5px 10px 10px 10px;
  background: #F1F1F1;
	opacity: 1; 
}
	/* 頭出し */
a.indent1 {
	padding-left: 3em;
	text-indent: -2.1em;
	line-height: 1.3;
}
a.indent2 {
	padding-left: 3.6em;
	text-indent: -2.7em;
	line-height: 1.3;
}
/* アコーディオン（Q&A）end */
/* アンケート */
.present_flexbox {
	display: flex;
	padding: 10px;
}
.present_flexbox_left {
	width: 20%;
}
.present_flexbox_left img {
	width: 100%;
}
.present_flexbox_no {
	width: 7%;
	padding-top: 0;
	padding-left: 2px;
	text-align: right; 
	font-size: 16px;
	font-weight: bold;
}
.present_flexbox_right {
	width: 73%;
	padding-top: 0;
	font-size: 16px;
}
.present_flexbox_left_title, .present_flexbox_right_title {
	font-size: 16px;
	font-weight: bold;
}
.present_flexbox_left_title {
	
}
.present_ninzu_pink {
	margin-left: 1px;
	padding: 0 1%;
	border-radius: 3px;
	font-weight: bold;
	border: 1px solid deeppink;
	color: deeppink;
	font-size: 14px;
}
.present_ninzu_green {
	margin-left: 1px;
	padding: 0 1%;
	border-radius: 3px;
	font-weight: bold;
	border: 1px solid #3da414;
	color: #3da414;
	font-size: 14px;
}
.hr {
	border-width: 0.5px 0px 0px 0px;
	border-style: solid;
	border-color: #dddddd;
	height: 1px;
}
.xsmall {
	font-size: 77.5%;
	line-height: 1.3;
}
.yamagata {
	display: block;
	text-align: center;
	width: 70px;
	margin: 0 0 2px 0;
	border-radius: 15px;
	border: solid 2px #B70776;
	height: 19px;
	color: #B70776;
	background-color: #FCD0E3;
}
.aomori {
	display: block;
	text-align: center;
	width: 70px;
	margin: 0 0 2px 0;
	border-radius: 15px;
	border: solid 2px #02659A;
	height: 19px;
	color: #02659A;
	background-color: #B9E2F8;
}
.iwate {
	display: block;
	text-align: center;
	width: 70px;
	margin: 0 0 2px 0;
	border-radius: 15px;
	border: solid 2px #230292;;
	height: 19px;
	color: #230292;
	background-color: #DED6F9;
}
.akita {
	display: block;
	text-align: center;
	width: 70px;
	margin: 0 0 2px 0;
	border-radius: 15px;
	border: solid 2px #935202;
	height: 19px;
	color: #935202;
	background-color: #F9DDBB;
}
.miyagi {
	display: block;
	text-align: center;
	width: 70px;
	margin: 0 0 2px 0;
	border-radius: 15px;
	border: solid 2px #E50015;
	height: 19px;
	color: #E50015;
	background-color: #FCD1D5;
}
.fukushima {
	display: block;
	text-align: center;
	width: 70px;
	margin: 0 0 2px 0;
	border-radius: 15px;
	border: solid 2px #6C4A01;
	height: 19px;
	color: #6C4A01;
	background-color: #FBF59F;
}
/* end アンケート */
.indent {
	margin-left: 1em;
}
.indent_kome {
	margin-left: 1em;
	text-indent: -1em;
}
.xsmall {
	font-size: 77.5%;
	line-height: 1.3;
}
.week_pct {
	margin: 0;
	padding: 0;
	width: 22px;
}
.flex_between {
	display: flex;
	justify-content: space-between;
}

}
















