/* CSS Document */
@charset "utf-8";

div#header{
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

div.logo h1{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 18pt;
}

div#main_contents{
	max-width: 650px;
	width: 98%;
	margin: 0 auto;
	padding: 15px 0;
}

p, ul, dl, .th, .td, h2, h3, h4, div.main_body .table, div.main_body .table02{
	line-height: 165%;
}

div.main_image{
	max-width: 650px;
	width: 100%;
	margin: 0;
}

p.text{
	text-indent: 1em;
}

span.mark{
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

img{
	width: 100%;
}

div.image90{
	max-width: 580px;
	width: 94%;
	margin: 0 auto;
}

div.image80{
	max-width: 520px;
	width: 84%;
	margin: 0 auto;
}

div.image60{
	max-width: 390px;
	width: 64%;
	margin: 0 auto;
}

div.image50{
	max-width: 320px;
	width: 52%;
	margin: 0 auto;
}

div.image40{
	max-width: 260px;
	width: 42%;
	margin: 0 auto;
}

div.image30{
	max-width: 190px;
	width: 32%;
	margin: 0 auto;
}

div.image20{
	max-width: 120px;
	width: 20%;
	margin: 0 auto;
}

div.image10{
	max-width: 80px;
	width: 10%;
	margin: 0 auto;
}

div.pic_caption{
	margin: 3px 0 0 0;
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	line-height: 160%;
}

div.rubi div.pic_caption{
	line-height: 180%;
}

div#footer{
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

div.pagetop{
	text-align: right;
	margin-right: 10px;
	font-size: 80%;
}

div.mokuji{
	margin: 15px 0;
}

div.mokuji img{
	width: 100px;
	border: 0;
}

div.copyright{
	border-top: 1px solid #999;
	font-size: 80%;
	padding-top: 10px;
}


rt{
	font-size: 65%\9;
}

.style:not(:target) {
	rt{
		font-size: 65%;
	}
}


.i_block{
	display: inline-block;
}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.pc_contents{
		display:none;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.sp_contents{
		display:none;
	}

}


@media all and (-ms-high-contrast:none){
	rt{
		font-size: 65%;
	}
}

ruby rt {
	position: relative;
	top: 0.4ex;
}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	div.logo{
		width: 100%;
		display: table;
		line-height: 0;
		margin: 0 auto;
	}

	div.logo_th{
		width: 60%;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}

	div.logo_td{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	div.logo_td span.number{
		background: #D63F08;
		color: #fff;
		padding: 2px 3px;
	}

	div.header_text{
		width: 100%;
		text-align: center;
	}

	div.header_text p{
		font-size: 80%;
	}

	div.pankuzu{
		background: #eee;
		padding: 8px 10px 5px 10px;
	}

	div.pankuzu p{
		font-size: 90%;
		line-height: 120%;
		margin: 0;
		padding: 0;
	}

	div.main_body{
		width: 98%;
		padding: 10px;
		margin: 15px auto;
		border: 1px solid #999;
		box-sizing : border-box;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	div.tbl{
		width: 100%;
		margin-top: 15px;
		line-height: 165%;
	}

	div.tbl_tr{
	}

	div.tbl_th{
		margin-bottom: 5px;
		font-weight: bold;
	}

	div.tbl_td{
		margin-bottom: 15px;
	}
}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	div.logo{
		width: 190px;
		display: table;
		float: left;
		line-height: 0;
	}

	div.logo_th{
		width: 130px;
		display: table-cell;
		vertical-align: middle;
	}

	div.logo_td{
		width: 60px;
		display: table-cell;
		vertical-align: middle;
	}

	div.logo_td span.number{
		background: #D63F08;
		color: #fff;
		padding: 2px 3px;
	}

	div.header_text{
		width: 460px;
		float: right;
		text-align: right;
	}

	div.header_text p{
		font-size: 80%;
	}

	div.pankuzu{
		background: #eee;
		padding: 8px 10px 5px 10px;
	}

	div.pankuzu p{
		font-size: 90%;
		line-height: 120%;
		margin: 0;
		padding: 0;
	}

	div.main_body{
		max-width: 650px;
		padding: 10px;
		margin: 15px 0;
		border: 1px solid #999;
		box-sizing : border-box;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	div.tbl{
		display: table;
		width: 100%;
		margin-top: 15px;
		line-height: 165%;
	}

	div.tbl_tr{
		display: table-row;
	}

	div.tbl_th{
		display: table-cell;
		vertical-align: baseline;
		padding-bottom: 10px;
		width: 9em;
		font-weight: bold;
	}

	div.tbl_td{
		display: table-cell;
		vertical-align: baseline;
		padding-bottom: 10px;
	}

}



/*　common　*/

.img_center{
	text-align: center;
}

.img_right{
	padding: 5px 0 5px 10px;
	float: right;
}

.img_left{
	padding: 5px 10px 5px 0;
	float: left;
}

.clear{
	clear: both;
}

.bold{
	font-weight: bold;
}

.big{
	font-size: 120%;
}

.small{
	font-size: 80%;
}

.red{
	color: #ff0000;
}

.opac a:hover img{
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
}

a:hover img.opac{
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}



/*　個別ページ　*/
div.main_body p, div.main_body dd{
	text-align: justify;
	text-justify: inter-ideograph;
}



div#chapter0101 h2{
	font-size: 130%;
	padding: 5px 10px 0 10px;
	margin: 0;
	color: #000;
	text-align: center;
}

div#chapter0101 h2.title{
	padding-top: 15px;
}

div#chapter0101 div.dotline{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
}

div#chapter0101 .section01{
	padding: 15px 10px;
	background: #fcebee;
	box-sizing: border-box;
}

div#chapter0101 .section01 .orange{
	color: #f08300;
	font-weight: bold;
}

div#chapter0101 .section01 ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 1em;
}

div#chapter0101 .section01_01{
	margin: 15px auto;
	border: 1px dotted  #000;
	padding: 0 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-sizing: border-box;
}


div#chapter0101 .section01 .point_box{
	box-sizing: border-box;
	border-left: 3px solid #e73278;
	padding-left: 10px;
	margin-bottom: 25px;
}

div#chapter0101 .section01 .point_box .point{
	color: #e73278;
}

div#chapter0101 .section01 .point_box .number{
	background: #e73278;
	color: #fff;
	border-radius: 100px;
	padding: 3px 10px;
	margin-left: 5px;
}

div#chapter0101 .section01 .point_box h4{
	background: #e73278;
	display: inline-block;
	color: #fffabc;
	margin: 0;
	padding: 3px 10px;
}



div#chapter0101 .section02 h2{
	color: #000;
	padding: 15px 1em 10px 1em;
	text-align: left;
}

div#chapter0101 .section02 h2 span{
	color: #fff;
	padding: 5px 10px;
	background: #e73278;
	border-radius: 100px;
	margin-right: 3px
}

div#chapter0101 .section02_01{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

div#chapter0101 .section02 .section02_title{
	font-weight: bold;
}

div#chapter0101 .section02 .section02_table .section02_table_tr{
	display: table;
	width: 60%;
}

div#chapter0101 .section02 .section02_table .section02_table_th{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background: #fffabc;
	box-sizing: border-box;
	padding: 8px 0 5px 5px;
}

div#chapter0101 .section02 .section02_table .section02_table_td{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	box-sizing: border-box;
	padding: 8px 0 5px 5px;
}

div#chapter0101 .section02 .section02_table .section02_table_tr.last_cell,
div#chapter0101 .section02 .section02_table02 .section02_table_tr.last_cell{
	border-bottom: 1px solid #000;
}

div#chapter0101 .section02 h3{
	background: #fff3b8;
	font-size: 1em;
	box-sizing: border-box;
	padding: 5px 5px 5px 0;
}

div#chapter0101 .section02 h3 .q_yellow{
	background: #fff33f;
	padding: 3px 10px;
	border-radius: 100px;
	box-sizing: border-box;
}

div#chapter0101 .section02 .section02_table02 .section02_table_tr{
	display: table;
	width: 100%;
}

div#chapter0101 .section02 .section02_table02 .section02_table_th{
	display: table-cell;
	width: 15%;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	background: #fffabc;
	box-sizing: border-box;
	padding: 8px 0 5px 5px;
}

div#chapter0101 .section02 .section02_table02 .section02_table_th.border_left{
	border-left: 1px solid #000;
}

div#chapter0101 .section02 .section02_table02 .section02_table_th:last-child,
div#chapter0101 .section02 .section02_table02 .section02_table_td:last-child{
	width: 55%;
}

div#chapter0101 .section02 .section02_table02 .section02_table_td{
	display: table-cell;
	width: 15%;
	box-sizing: border-box;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	box-sizing: border-box;
	padding: 8px 0 5px 5px;
}

div#chapter0101 .section02 .section02_table02 .section02_table_tr.last_cell{
	border-bottom: 1px solid #000;
}

div#chapter0101 .section02 ul{
	list-style: none;
	padding:0;
	margin:0;
}

div#chapter0101 .section02 ul li{
	padding-left: 1em;
	text-indent: -.7em;
}

div#chapter0101 .section02 ul li:before{
	content: "・ ";
	color: #e73278;
}


div#chapter0101 .section03 .section03_1{
	background: #fdeff5;
	box-sizing: border-box;
	padding: 10px 10px 5px;
}

div#chapter0101 .section03 .section03_1 p{
	margin: 5px 0;
}

div#chapter0101 .section05{
	border: 2px solid #0062b1;
	box-sizing: border-box;
	padding: 10px;
}

div#chapter0101 .section05 h2{
	text-align: left;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {


	span.chapter0101_mark{
		display: inline-block;
		width: 2em;
		position: relative;
		top: 0.5em;
	}

	div#chapter0101 dt{
		margin-top: 10px;
		font-weight: bold;
	}

	div#chapter0101 dd{
	}

	div#chapter0101 .section01 .txt_right{
		padding: 10px 10px 0;
		background: #fff;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	span.chapter0101_mark{
		display: inline-block;
		width: 2em;
		position: relative;
		top: 0.5em;
	}

	div#chapter0101 dt{
		margin-top: 10px;
		font-weight: bold;
	}

	div#chapter0101 dd{
		margin-left: 9em;
		margin-top: -1.8em;
	}

	div#chapter0101 .section01 .txt_right{
		width: 67%;
		box-sizing: border-box;
		padding: 10px 10px 0;
		background: #fff;
		float: right;
	}
}




div.fumei{
	width: 100%;
	padding: 10px;
	box-sizing : border-box;
	border: 1px solid #666;
}


div.chapter0201_title{
	font-size: 100%;
	background: #C8E3BB;
	padding: 5px 15px 1px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: bold;
}

.chapter0201_info{
	display: table;
	width: 100%;
	margin: 3px 0 0 0;
	font-size: 90%;
}

.chapter0201_info .tr{
	display: table-row;
}

.chapter0201_info .th{
	display: table-cell;
	background: #fce9ed;
	width: 20%;
	padding: 10px 10px 5px 10px;
	vertical-align: middle;
	text-align: center;
}

.chapter0201_info .td{
	display: table-cell;
	background: #fdf7f9;
	width: 80%;
	padding: 10px 10px 5px 10px;
}

div#chapter0201{
	position: relative;
}

div#chapter0201 .section01 h2{
	font-size: 130%;
	padding: 10px 15px;
	margin: 20px 0 0 0;
	background: #fdedec;
	color: #000;
	box-sizing : border-box;
}

div#chapter0201 .section01 h2.y_title{
	font-size: 130%;
	padding: 15px 1em 10px 1em;
	margin: 20px 0 0 0;
	background: #FFFFBF;
	color: #000;
	border-top: 0;
}

div#chapter0201 .section01 h3{
	font-size: 110%;
	margin: 30px 0 0 0;
	color: #008000;
	border-top: 1px solid;
}

div#chapter0201 .section01_01{
	box-sizing : border-box;
}

div#chapter0201 .section01_01 h2{
	font-size: 130%;
	padding: 10px 10px 5px 10px;
	margin: 0;
	background: #FDF59E;
	color: #000;
	border: 0;
}

div#chapter0201 .section01_01 h3{
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 5px 10px 0 10px;
	color: #009944;
	text-align: center;
	box-sizing : border-box;
	border: 1px solid #009944;
	background: #fff;
}

div#chapter0201 .section01_01 span.mark.green{
	color: #579544;
}

div#chapter0201 .section02 h2{
	font-size: 120%;
	padding: 10px 0;
	margin: 0;
	background: #0097b2;
	text-align: center;
	color: #fff;
}

div#chapter0201 .section02 h3{
	font-size: 110%;
	padding: 10px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #333;
	color: #0097b2;
}


div#chapter0202{
	position: relative;
}

div#chapter0202 .section01 h2{
	font-size: 120%;
	padding: 10px 5px;
	box-sizing: border-box;
	margin: 0;
	background: #b9e1ed;
	color: #000;
}

div#chapter0202 .section01 h3{
	font-size: 110%;
	padding: 10px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #333;
	color: #4040ff;
}

#chapter0201 div.bk_yellow{
	background: #fffef1;
	box-sizing: border-box;
	padding: 5px 10px 5px;
}

#chapter0201 .mark{
	color:#c6457a;
}

#chapter0201 div.kakomi_blue{
	box-sizing: border-box;
	padding: 5px 10px 5px;
	background: #fff;
	border: 1px solid #0070bd;
}

#chapter0201 div.kakomi_blue h3{
	margin-top: 10px;
}

div#chapter0201 .section01 h3.noborder{
	border: none;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	div#chapter02 .title .left{
		width: 100%;
		line-height: 0;
	}

	div#chapter02 .title .right{
		width: 100%;
	}

	div#chapter02 h3.title{
		font-size: 150%;
		background: #c6457a;
		color: #fff;
		padding: 10px 15px 5px 15px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		margin: 0;
		text-align: center;
	}

	div#chapter02 h4.title{
		font-size: 100%;
		background: #C8E3BB;
		padding: 10px 15px 5px 15px;
		display: inline-block;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin: 0;
	}

	div#chapter02 p span.title{
		background: #c6457a;
		color: #fff;
		padding: 5px 5px 3px 5px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
		font-weight: bold;
	}

	div#chapter02 div.contact{
		width: 100%;
		margin: 15px auto;
	}

	div#chapter02 div.contact .tr{
	}

	div#chapter02 div.contact .th{
		background: #888;
		padding: 10px 10px 5px 10px;
		color: #fff;
		font-weight: bold;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		display: inline-block;
		margin-top: 10px;
	}

	div#chapter02 div.contact .td{
		display: block;
		margin-top: 10px;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	div#chapter02 .title .left{
		width: 70%;
		float: left;
		line-height: 0;
	}

	div#chapter02 .title .right{
		width: 28%;
		height: 98%;
		margin-top: 1%;
		margin-bottom: 1%;
		margin-right: 1%;
		float: right;
		text-align: center;
		background: #fff;
	}

	div#chapter02 h3.title{
		font-size: 150%;
		background: #c6457a;
		color: #fff;
		padding: 20px;
		display: inline-block;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		margin: 15px 0 0 0;
	}

	div#chapter02 .rubi h3.title{
		margin-top: 10px;
	}

	div#chapter02 h4.title{
		font-size: 100%;
		background: #b9e1ed;
		padding: 10px 15px 5px 15px;
		display: inline-block;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin: 0;
	}

	div#chapter02 p span.title{
		background: #c6457a;
		color: #fff;
		padding: 5px 5px 3px 5px;
		display: inline-block;
		margin: 5px;
		font-weight: bold;
	}

	div#chapter02 div.contact{
		width: 100%;
		margin: 15px auto;
		display: table;
	}

	div#chapter02 div.contact .tr{
		display: table-row;
	}

	div#chapter02 div.contact .th{
		background: #888;
		padding: 10px 1% 5px 1%;
		color: #fff;
		font-weight: bold;
		width: 28%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		display: table-cell;
		vertical-align: middle;
	}

	div#chapter02 div.contact .td{
		padding: 10px 0 5px 2%;
		width: 68%;
		display: table-cell;
		vertical-align: middle;
	}

}


div#chapter0102 .section01 h2.banpaku{
	font-size: 150%;
	margin: 20px 0 0 0;
	color: #1e50a2;
	border-top: 0;
	text-align: center;
}

table.banpaku{
	margin: 0 auto;
	line-height: 160%;
}

table.banpaku th{
	background: #1e50a2;
	color: #fff;
	padding: 10px 10px 5px 10px;
	text-align: center;
}

table.banpaku td{
	padding: 10px 10px 5px 10px;
}

table.banpaku td.month{
	background: #a9e3fb;
	text-align: center;
	border-right: 0;
}

table.banpaku td span.kaisai{
	width: 100%;
	display: block;
	background: #1e50a2;
	color: #fff;
	font-size: 150%;
	padding: 15px 15px 10px 15px;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	font-weight: bold;
	box-sizing: border-box;
}


div#chapter0301 .section01{
	background: #E1F2FC;
	padding: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-sizing: border-box;
	margin: 15px auto;
}

div#chapter0301 .section01 h3{
	font-size: 130%;
	color: #0173BC;
	margin: 15px 0 10px 0;
}


div#chapter0301 .section01 .mozuyan_present{
	width: 100%;
	position: relative;
}

div#chapter0301 .section01 .mozuyan_present span{
	width: 50px;
	position: absolute;
	left: 10px;
}

div#chapter0301 .section01 h3.present{
	background: #0173BC;
	color: #fff;
	padding: 10px 10px 5px 65px;
	margin: 15px 0 10px 0;
}


div#chapter0301 .section02 h2{
	font-size: 110%;
	padding: 10px 10px 5px 10px;
	background: #d63f08;
	color: #fff;
	margin: 15px 0 10px 0;
	display: inline-block;
}

div#chapter0301 .section02 h3{
	font-size: 130%;
	color: #d63f08;
	margin: 15px 0 10px 0;
}

div#chapter0301 img.tri{
	width: 10px;
}

div#chapter0301 img.qr{
	width: 120px;
}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	div#chapter0301 .section01 dt{
		margin-top: 10px;
		font-weight: bold;
	}

	div#chapter0301 .section01 dd{
		margin-left: 1em;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	div#chapter0301 .section01 dt{
		margin-top: 10px;
		font-weight: bold;
	}

	div#chapter0301 .section01 dd{
		margin-left: 6em;
		margin-top: -1.5em;
	}

}


div#chapter0401 h2{
	font-size: 110%;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}

div#chapter0401 .section01 h2{
	background: #e7511d;
	margin: 0;
	border-radius: 100px;
}

div#chapter0401 .section02 h2{
	background: #0f417a;
	margin: 15px 0 0 0;
	border-radius: 50px;
}

div#chapter0401 .section02 h3{
	text-align: center;
}

div#chapter0401 .section02 .caption-box{
	background: #f5f1d2;
	border-radius:10px;
	box-sizing: border-box;
	padding: 15px;
}

div#chapter0401 .section02 .caption-box p{
	margin: 5px 0 0;
}

div#chapter0401 .section02-01{
	margin: 15px 0;
	border: 3px dotted #9fa0a0;
	border-radius:5px;
	box-sizing: border-box;
	padding: 15px;
}

div#chapter0401 .section02-01 h3{
	margin: 8px auto;
	padding: 10px 0;
	border-top: 2px solid #de442b;
	border-bottom: 2px solid #de442b;
	max-width: 320px;
	width: 100%;
}

div#chapter0401 .section02-01 h3 .mark{
	background: #de442b;
	color: #fff;
	border-radius: 100px;
	font-weight: bold;
	padding: 4px 6px;
	margin-right: 8px;

}

div#chapter0401 .section03 h2{
	background: #637d40;
	margin: 15px 0 0 0;
	border-radius: 50px;
}
#chapter0401 .section03.minami h2{
    background: #e51520;
    margin: 15px 0 0 0;
    border-radius: 50px;
}

div#chapter0401 .section04 h2{
	background: #990000;
	border-radius: 50px;
}

div#chapter0401 .section05{
	background: #f1f9cd;
	box-sizing: border-box;
	padding: 10px;
}

div#chapter0401 .table.next{
	margin-top: 0;
}

div#chapter0401 .th{
	border-collapse: collapse;
	border-bottom: 2px solid #666;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}

div#chapter0401 .td{
	border-collapse: collapse;
	padding: 10px;
}

#chapter0401 .section01-01{
	background: #e6efba;
	box-sizing: border-box;
	padding: 15px;
}

#chapter0401 .section01-01 h3{
	margin: 10px 0;
}

#chapter0401 .section01-01 h3 .orange{
	color: #f39700;
	font-size: 130%;
}

#chapter0401 .section01-01 .section01-01-body{
	background: #fff;
	border-radius: 10px;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#chapter0401 .section01-01 .section01-01-body p .circle{
	background: #4ab134;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px;
	margin-right: 8px;
}

#chapter0401 .section01-01 .section01-01-body p .green{
	color: #4ab134;
}

#chapter0401 .section01-02 .section01-02-body{
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 15px;
	margin: 20px 0 0 0;
}

#chapter0401 .section01-02 .section01-02-body h3{
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #5fba4b;
	background: #e2edba;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 0;
}

#chapter0401 .section01-02 .section01-02-body .qn{
	color: #4ab134;
}

#chapter0401 .section01-02 .section01-02-body .qn .bk-green{
	background: #4ab134;
	color: #fff;
	border-radius: 100px;
	font-weight: bold;
	padding: 4px 10px;
	margin-right: 8px;
}

div#chapter0401 .table.next{
	margin-top: 0;
}

div#chapter0401 .table.next .left{
	border-top: 0;
}

div#chapter0401 .table.next .right{
	border-top: 0;
}

div#chapter0401 ul{
	margin: 15px 0 5px 0;
	padding: 0 0 0 1em;
	list-style: none;
}

div#chapter0401 ul li{
	margin: 5 0 0 10px;
	padding: 0;
}

div#chapter0401 ul li{
	margin: 5 0 0 10px;
	padding: 0;
}

div#chapter0401 .section01 ul li{
	list-style-image: url(../images/tri_orange.png);
}

div#chapter0401 .section02 ul li{
	list-style-image: url(../images/tri_blue.png);
}

div#chapter0401 .section03 ul li{
	list-style-image: url(../images/tri_green.png);
}

div#chapter0401 .section03.minami ul li{
	list-style-image: url(../images/tri_red.png);
}

div#chapter0401 .section04 ul li{
	list-style-image: url(../images/tri_purplu.png);
}

div#chapter0401 dl{
}

div#chapter0401 dt{
	margin-top: 10px;
	font-weight: bold;
}

div#chapter0401 dt.ans{
	margin-left: 10px;
	color: #4ab134;
}

div#chapter0401 dd{
	margin-left: 2.5em;
	margin-top: -1.4em;
}


div#chapter0401 .long-table dd{
	margin-left: 12em;
}

.rubi div#chapter0401 dd{
	margin-top: -2.0em;
}

span.waribiki{
	color: #cc0000;
	font-weight: bold;
}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	div#chapter04 .title .left{
		width: 100%;
		line-height: 0;
	}

	div#chapter04 .title .right{
		width: 100%;
	}

	div#chapter04 h3.title{
		font-size: 150%;
		background: #FDDE43;
		padding: 10px 15px 5px 15px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		margin: 0;
		text-align: center;
	}

	div#chapter0401 .table{
		width: 100%;
		box-sizing : border-box;
		margin-top: 4px;
	}

	div#chapter0401 .table .left{
		width: 100%;
		box-sizing : border-box;
		border: 2px solid #666;
		border-collapse: collapse;
	}

	div#chapter0401 .table .right{
		width: 100%;
		box-sizing : border-box;
		border: 2px solid #666;
		border-top: 0;
		border-collapse: collapse;
	}

	div#chapter0401 .section04 dt{
		margin-top: 10px;
		font-weight: bold;
	}

	div#chapter0401 .section04 dd{
		margin-left: 1em;
		margin-top: 0;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	div#chapter04 .title .left{
		width: 70%;
		float: left;
		line-height: 0;
	}

	div#chapter04 .title .right{
		width: 28%;
		height: 98%;
		margin-top: 1%;
		margin-bottom: 1%;
		margin-right: 1%;
		float: right;
		text-align: center;
		background: #fff;
	}

	div#chapter04 h3.title{
		font-size: 105%;
		background: #FDDE43;
		padding: 20px 15px;
		display: inline-block;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		margin: 25px 0 0 0;
	}

	div#chapter0401 .table{
		width: 100%;
		box-sizing : border-box;
		margin-top: 4px;
		display: table;
	}

	div#chapter0401 .table .left{
		width: 55%;
		box-sizing : border-box;
		border: 2px solid #666;
		border-collapse: collapse;
		display: table-cell;
		word-break: break-all;
	}

	div#chapter0401 .table .right{
		width: 45%;
		box-sizing : border-box;
		border: 2px solid #666;
		border-left: 0;
		border-collapse: collapse;
		display: table-cell;
	}

	div#chapter0401 .table.first .left{
		border-bottom: 1px dotted #666;
	}

	div#chapter0401 .table.first .right{
		border-bottom: 1px dotted #666;
	}

	div#chapter0401 .table.second .left{
		border-top: 1px dotted #666;
	}

	div#chapter0401 .table.second .right{
		border-top: 1px dotted #666;
	}

	div#chapter0401 .section04 dt{
		margin-top: 10px;
		font-weight: bold;
	}

	div#chapter0401 .section04 dd{
		margin-left: 7em;
		margin-top: -1.5em;
	}

	.rubi div#chapter0401 .section04 dd{
		margin-top: -2.0em;
	}

}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) and (min-width: 741px){

	.rubi div#chapter0401 dt{
		margin-top: 1.5em;
	}

	.rubi div#chapter0401 dd{
		margin-top: -2.4em;
	}

	.rubi div#chapter0401 .section04 dd{
		margin-top: -2.4em;
	}

	.rubi div#chapter0401 dd.hiragana{
		margin-top: -1.5em;
	}

}


div#chapter0401 span.number{
	font-weight: bold;
	margin-right: 1em;
}


div#chapter0401 span.number.space{
	margin-right: 1.5em;
}

span.hituyo{
	display: inline-blick;
	padding: 2px 5px 0 5px;
	background: #000;
	color: #fff;
}

div.rubi span.hituyo{
	padding-top: 10px;
}



div#chapter0302 .section_body{
	width: 94%;
	margin: 0 auto;
}

div#chapter0302 .section01_01{
	background: #cfebfb;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 8px 8px 0 0;
}

div#chapter0302 .section02_01{
	background: #cfebfb;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 8px 8px 0 0;
}

div#chapter0302 .section03_01{
	background: #e2e4f3;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 8px 8px 0 0;
}

div#chapter0302 .section01_01 .sub_title{
	font-weight: bold;
	margin-bottom: 0;
}

div#chapter0302 .section02_01 .sub_title{
	font-weight: bold;
	margin-bottom: 0;
}


div#chapter0302 .section01_01 h2{
	margin: 0;
}

div#chapter0302 .dotline{
	border-top: 4px dotted #7ecef4;
	margin: 10px 0;
}
div#chapter0302 .section01_02 .blue{
	color: #0081cc;
}

div#chapter0302 .section01_02 h3.title{
	background-color: #0081cc;
	text-align: center;
	padding: 7px 0;
	color: #fff;
}

div#chapter0302 .section01_02 table th{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	box-sizing: border-box;
	background: #fcfbf5;
	border-left: 1px solid #000;
	font-size: 90%;
	min-width: 11em;
}

div#chapter0302 .section01_02 table td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	box-sizing: border-box;
	font-size: 90%;
}

div#chapter0302 .section01_02 table th.tbl_thy{
	background: #fcfbf5;
}

div#chapter0302 .section01_02 table{
	border-collapse: collapse;
}

div#chapter0302 .section01_03{
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	margin-top: 15px;
}

div#chapter0302 .section01_03 h3{
	color: #0081cc;
}

div#chapter0302 .section01_03 h3 span.q{
	color: #fff;
	background: #0081cc;
	padding: 3px 8px;
	border-radius: 100px;
	margin-right: 10px;
}

div#chapter0302 .section01_03 p span.a{
	font-weight: bold;
	color: #0081cc;
	margin-right: 10px;
}

div#chapter0302 .section02_01 h2{
	color: #0081cc;
	text-align: center;
	margin: 8px 0;
}

div#chapter0302 .section02_01 p{
	text-align: center;
	margin: 8px 0;
}

div#chapter0302 .section02 table td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	box-sizing: border-box;
}

div#chapter0302 .section02 table td.border_left{
	border-left: 1px solid #000;
}

div#chapter0302 .section02 table th{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	box-sizing: border-box;
	background: #fcfbf5;
	border-left: 1px solid #000;
	font-size: 90%;
}

div#chapter0302 .section02 table td{
	font-size: 90%;
}

div#chapter0302 .section02 table th.tbl_thy{
	background: #fcfbf5;
}

div#chapter0302 .section02 table{
	border-collapse: collapse;
	margin: 20px 0;
	text-align: center;
}

div#chapter0302 p .allow img{
	width: 12px;
	margin-right: 3px;
}
div#chapter0302 .section03_01 h2{
	font-size: 120%;
	text-align: center;
}
div#chapter0302 .section03_01 h2 .purple{
	color: #7d4698;
	font-size: 150%;
}

div#chapter0302 .section03 .blue{
	color: #0081cc;
	margin-right: 3px;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	div#chapter0302 .section01_01 h2 span.fukuro{
text-shadow: 1px 0px 0px #0081cc, 0px 1px 0px #0081cc, -1px 0px 0px #0081cc, 0px -1px 0px #0081cc;
		color: #fff;
		font-size: 100%;
	}

	div#chapter0302 .section01_01 h2 span.main{
		color: #0081cc;
		font-size: 120%;
	}

	div#chapter0302 .section03 table{
		font-size: 95%;
		border-collapse: collapse;
	}

	div#chapter0302 .section03 table td{
		padding: 8px;
		box-sizing: border-box;
		font-size: 65%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	div#chapter0302 .section03 table td.border_left,
	div#chapter0302 .section03 table th.border_left{
		border-left: 1px solid #000;
	}

	div#chapter0302 .section03 table td.border_top{
		border-top: 1px solid #000;
	}

	div#chapter0302 .section03 table th{
		padding: 8px;
		box-sizing: border-box;
		background: #fcfbf5;
		font-size: 80%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		min-width: 5em;
	}

	div#chapter0302 .section03 table th.cr01{
		background: #e1efd5;
	}

	div#chapter0302 .section03 table th.cr02{
		background: #e9d5b6;
	}

	div#chapter0302 .section03 table th.cr03{
		background: #fffbc7;
	}

	div#chapter0302 .section03 table th.cr04{
		background: #fadce2;
	}



	#chapter0101 .section02{
		padding: 10px;
		background: #fff;
		box-sizing: border-box;
	}

	#chapter0101 .section02 .danger h2{
		text-align: center;
	}

	#chapter0101 .section02 .danger h3{
		margin: 5px 0 0 0;
	}

	#chapter0101 .section02 .danger p{
		margin: 0 auto;
		padding: 10px;
	}

	#chapter0101 .section02 .danger-r h3{
		background: #d7000f;
		color: #ffffff;
		font-size: 120%;
		text-align: center;
	}
	#chapter0101 .section02 .danger-r p{
		background: #fae0e0;
	}


	#chapter0101 .section02 .danger-g h3{
		background: #008542;
		color: #ffffff;
		font-size: 120%;
		text-align: center;
	}

	#chapter0101 .section02 .danger-g p{
		background: #e1efd5;
	}

	#chapter0101 .section02 .danger-b h3{
		background: #0080bd;
		color: #ffffff;
		font-size: 120%;
		text-align: center;
	}

	#chapter0101 .section02 .danger-b p{
		background: #E1F2FC;
	}

	#chapter0101 .section02 .dangerbox01 h2{
		border: 1px solid;
		margin-top: 10px;
	}


	div#chapter0101 .section03{
		background: #ffffcc;
		border: 1px dashed;
		box-sizing: border-box;
		padding: 15px;
	}

	#chapter0101 .section03 h2{
		background: #ffff00;
		border: 2.5px solid;
		font-size: :100%;
		margin: 10px 0 20px 0;
	}

	div#chapter0101 .section03 .kunren{
		background: #ffffff;
		border: 1px solid;
		padding: 5px 15px;
		border-radius: 15px;
	}

	div#chapter0101 .section03 .kunren h3{
		color: #ff0000;
		margin: 5px 0 0 0;
	}

	div#chapter0101 .section03 .kunren p{
		margin-top:0;
	}

	div#chapter0101 .section04 .gien{
		background: #ffe4e1;
		margin: 20px 0 10px 0;
		padding: 10px 15px 5px 15px;
	}

	div#chapter0101 .section04 .gien h2{
		width: 50%;
		background: #000000;
		color: #ffffff;
		margin: 10px auto;
	}

	div#chapter0101 .section03 .saigai{
		width: 100%;
	}

	div#chapter0101 .section03 .saigai .left{
		float: left;
		width: 20%;
	}

	div#chapter0101 .section03 .saigai .right{
		float: right;
		width: 70%;
	}

	div#chapter0101 .section03 p.kaishi{
		background: #000000;
		color: #ffffff;
		display: inline-block;
		padding: 5px 10px;
	}

	div#chapter0101 .section03 p.time{
		color: #ff0000;
		font-weight: bold;
		margin: 0 0 0 5px;
		position: relative;

	}

	div#chapter0101 .section03 p.time:before{
		content: "";
		position: absolute;
		top: 6px;
		left: -15px;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 12px solid #000000;
	}


	div#chapter0101 .section03 p.small{
		margin-top: 0;
	}

	#chapter0102 .section02{
		border-top: 1px solid;
	}

	#chapter0202 div.bk_yellow{
		background: #fffef1;
		box-sizing: border-box;
		padding: 5px 10px 5px;
	}

	#chapter0202 div.bk_yellow h3{
		border-top: none;
	}

	div#chapter0302 .section02{
		background: #ffffcc;
		border: 1px solid #D96D00;
		padding: 10px 15px;
		border-radius: 15px;
	}

	div#chapter0302 .section02 h2{
		font-size: 120%;
	}

	div#chapter0302 .section03{
		background: #ffebcd;
		padding: 10px 15px;
		margin: 10px 0 0 0;
	}

	div#chapter0302 .section03 h2{
		font-size: 130%;
		color: #006EAD;
		text-align: center;
		margin-top: 15px;
	}

	div#chapter0302 .section04{
		padding: 5px 15px;
		margin: 10px 0 0 0;
	}


	div#chapter0302 .section02 .kenkatu10 .left{
		float: left;
		width: 10%;
	}

	div#chapter0302 .section02 .kenkatu10 .right{
		float: right;
		width: 88%;
	}

	div#chapter0302 .section02 .kenkatu10 .right p{
		font-size: 80%;
		margin-top: 0;
		padding: 0 5px 0 5px;
	}

	div#chapter0302 .section02 .kenkatubox01{
		background: #fff;
		margin-bottom: 15px;
		box-sizing: border-box;
		padding: 0 15px 15px;
		border-top: 15px solid #bcd89a;
	}

	div#chapter0302 .section02 .kenkatubox01 h2 .gr{
		font-size: 200%;
		color: #008542;
	}

	div#chapter0302 .section02 p .green{
		color: #008542;
		font-weight: bold;
		font-size: 140%;
	}


	div#chapter0302 .section02 .kenkatubox01 h2 .red{
		color: #c0443d;
	}

	div#chapter0302 .section03{
		background: #ffebcd;
		padding: 10px 15px;
		margin: 10px 0 0 0;
	}

	div#chapter0302 .section03 h2{
		font-size: 130%;
		color: #008cd6;
		text-align: center;
		margin-top: 15px;
	}


}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	div#chapter0302 .section01_01 h2 span.fukuro{
text-shadow: 1px 0px 0px #0081cc, 0px 1px 0px #0081cc, -1px 0px 0px #0081cc, 0px -1px 0px #0081cc;
		color: #fff;
		font-size: 120%;
	}

	div#chapter0302 .section01_01 h2 span.main{
		color: #0081cc;
		font-size: 140%;
	}

	div#chapter0302 .section03 table{
		font-size: 95%;
		border-collapse: collapse;
	}

	div#chapter0302 .section03 table td{
		padding: 8px;
		box-sizing: border-box;
		font-size: 85%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	div#chapter0302 .section03 table td.border_left,
	div#chapter0302 .section03 table th.border_left{
		border-left: 1px solid #000;
	}

	div#chapter0302 .section03 table td.border_top{
		border-top: 1px solid #000;
	}

	div#chapter0302 .section03 table th{
		padding: 8px;
		box-sizing: border-box;
		background: #fcfbf5;
		font-size: 90%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		min-width: 5em;
	}

	div#chapter0302 .section03 table th.cr01{
		background: #e1efd5;
	}

	div#chapter0302 .section03 table th.cr02{
		background: #e9d5b6;
	}

	div#chapter0302 .section03 table th.cr03{
		background: #fffbc7;
	}

	div#chapter0302 .section03 table th.cr04{
		background: #fadce2;
	}

	#chapter0101 .section02{
		padding: 10px 0;
		background: #fff;
		box-sizing: border-box;
	}

	#chapter0101 .section02 .danger h2{
		text-align: center;
	}

	#chapter0101 .section02 .danger h3{
		margin: 5px 0 0 0;
	}

	#chapter0101 .section02 .danger p{
		margin: 0 auto;
		padding: 10px;
	}

	#chapter0101 .section02 .danger-r h3{
		background: #d7000f;
		color: #ffffff;
		font-size: 120%;
		text-align: center;
	}
	#chapter0101 .section02 .danger-r p{
		background: #fae0e0;
	}


	#chapter0101 .section02 .danger-g h3{
		background: #008542;
		color: #ffffff;
		font-size: 120%;
		text-align: center;
	}

	#chapter0101 .section02 .danger-g p{
		background: #e1efd5;
	}

	#chapter0101 .section02 .danger-b h3{
		background: #0070bd;
		color: #ffffff;
		font-size: 120%;
		text-align: center;
	}

	#chapter0101 .section02 .danger-b p{
		background: #E1F2FC;
	}

	#chapter0101 .section02 .danger{
		width:100%;
		display:table;
		border-collapse:separate;
		border-spacing:10px 0;
		position:relative;
	}

	#chapter0101 .section02 .dangerbox01{
		width: 49%;
		display:table-cell;
	}

	#chapter0101 .section02 .dangerbox01:nth-child(odd){
		padding-right: 1%;
	}

	#chapter0101 .section02 .dangerbox01:nth-child(even){
		padding-left: 1%;
	}

	#chapter0101 .section02 .dangerbox01 h2{
		border: 1px solid;
		margin-top: 10px;
	}

	div#chapter0101 .section03{
		background: #ffffcc;
		border: 1px dashed;
		box-sizing: border-box;
		padding: 15px;
	}

	div#chapter0101 .section03 h2{
		background: #ffff00;
		border: 2.5px solid;
		font-size: :110%;
		margin: 10px 0 20px 0;
	}
	div#chapter0101 .section03 .kunren{
		background: #ffffff;
		border: 1px solid;
		padding: 5px 15px;
		border-radius: 15px;
	}

	div#chapter0101 .section03 .kunren h3{
		color: #ff0000;
		margin: 5px 0 0 0;
	}

	div#chapter0101 .section03 .kunren p{
		margin-top:0;
	}

	div#chapter0101 .section04 .gien{
		background: #ffe4e1;
		margin: 20px 0 10px 0;
		padding: 10px 15px 5px 15px;
	}

	div#chapter0101 .section04 .gien h2{
		width: 30%;
		background: #000000;
		color: #ffffff;
		margin: 10px auto;
	}

	div#chapter0101 .section03 .saigai{
		width: 100%;
	}

	div#chapter0101 .section03 .saigai .left{
		float: left;
		width:20%;
	}

	div#chapter0101 .section03 .saigai .right{
		float: right;
		width:76%;
	}

	div#chapter0101 .section03 p.kaishi{
		background: #000000;
		color: #ffffff;
		display: inline-block;
		padding: 5px 10px;
	}

	div#chapter0101 .section03 p.time{
		color: #ff0000;
		font-weight: bold;
		margin: 0 0 0 5px;
		position: relative;
	}

	div#chapter0101 .section03 p.time:before{
		content: "";
		position: absolute;
		top: 6px;
		left: -15px;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 12px solid #000000;
	}


	div#chapter0101 .section03 p.small{
		margin-top: 0;
	}

	div#chapter0102 .section02{
		border-top: 1px solid;
	}


	#chapter0202 div.bk_yellow{
		background: #fffef1;
		box-sizing: border-box;
		padding: 5px 10px 5px;
	}

	#chapter0202 div.bk_yellow h3{
		border-top: none;
	}

	div#chapter0302 .section02{
		background: #ffffcc;
		border: 1px solid #D96D00;
		padding: 10px 15px;
		border-radius: 15px;
	}

	div#chapter0302 .section02 p .green{
		color: #008542;
		font-weight: bold;
		font-size: 140%;
	}


	div#chapter0302 .section02 h2{
		color: #000000;
		margin: 0 0 10px;
		font-size: 110%;
		line-height: 1.3;
		position: relative;
		top: -20px;
	}

	div#chapter0302 .section02 .kenkatu10{
		width: 100%;
	}

	div#chapter0302 .section02 .kenkatu10 .left{
		float: left;
		width: 10%;
	}

	div#chapter0302 .section02 .kenkatu10 .right{
		float: right;
		width: 88%;
	}

	div#chapter0302 .section02 .kenkatu10 .right p{
		font-size: 80%;
		margin-top: 0;
		padding: 0 5px 0 5px;
	}

	div#chapter0302 .section02 .kenkatu{
		width: 100%;
		display: table;
		border-collapse: separate;
		border-spacing: 10px 0;
		margin-bottom: 12px;
	}

	div#chapter0302 .section02 .kenkatubox01{
		width: 50%;
		display: table-cell;
		background: #fff;
		margin-bottom: 15px;
		box-sizing: border-box;
		padding: 0 15px 15px;
		border-top: 15px solid #bcd89a;
	}

	div#chapter0302 .section02 .kenkatubox01 h2 .gr{
		font-size: 280%;
		color: #008542;
		text-shadow: 2px 2px 0 #FFFFFF,
					-2px 2px 0 #FFFFFF,
					2px -2px 0 #FFFFFF,
					-2px -2px 0 #FFFFFF;
	}

	div#chapter0302 .section02 .kenkatubox01 h2 .red{
		color: #c0443d;
	}

	div#chapter0302 .section03{
		background: #ffebcd;
		padding: 10px 15px;
		margin: 10px 0 0 0;
	}

	div#chapter0302 .section03 h2{
		font-size: 130%;
		color: #008cd6;
		text-align: center;
		margin-top: 15px;
	}

	div#chapter0302 .section04{
		padding: 5px 15px;
		margin: 10px 0 0 0;
	}

}


/* cts0106_474.html */

div#chapter0106{
	background-color: #008842;
}

div#chapter0106 .title{
	margin: 10px 0;
}

div#chapter0106 .title h2,
div#chapter0106 .title p{
	margin: 0;
	color: #fff;
	font-weight: bold;
}

div#chapter0106 .section01_01{
	background-color: #fff;
	border-radius: 30px;
	padding: 15px;
}

div#chapter0106 .mark,
div#chapter0106 .section01_01 h3{
	color: #008842;
}

div#chapter0106 .dotted{
	border-bottom: 3px dotted #2e2421;
	margin: 14px 0;
}

div#chapter0106 .section01_01 h3 {
	margin-bottom: 0;
}

div#chapter0106 .section01_01 h4{
	margin-top: 0;
}


/* cts0101 cts0102 */

div#chapter0101 p,
div#chapter0102 p{
	margin: 0;
}

div#chapter0101 .cap,
div#chapter0102 .cap{
	text-align: center;
	font-size: 75%;
	margin: 3px 0 0;
}

div#chapter0101 .mark,
div#chapter0102 .mark{
	color: #d63f08;
}

div#chapter0101 .event-inner.blue .mark{
	color: #0e7f8a;
}

div#chapter0101 .illust{
	display: flex;
	align-items: center;
}

div#chapter0101 .illust p{
	margin: 0 15px;
	font-weight: bold;
}

div#chapter0101 .illust .img{
	max-width: 80px;
	width: 100%;
}

div#chapter0101 .event-wrap,
div#chapter0102.event-wrap {
	background-color: #face9c;
}

div#chapter0101 .event-wrap {
	padding: 15px 0 0;
}

div#chapter0101 .event-inner,
div#chapter0102 .event-inner{
	padding: 15px 10px;
	margin: 0 0 10px;
}

div#chapter0101 .event-inner.blue,
div#chapter0102 .event-inner{
	background-color: #fff;
}

div#chapter0101 .fukidashi{
	margin: 0 auto 20px;
	background-color: #fbe5c1;
	border-radius: 50px;
	max-width: 550px;
	width: 95%;
	padding: 15px 20px 10px;
	box-sizing: border-box;
	position: relative;
}

div#chapter0101 .fukidashi::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border: 15px solid transparent;
	border-top: 15px solid #fbe5c1;
}

div#chapter0101 .fukidashi-inner{
	display: flex;
	align-items: center;
}

div#chapter0101 .fukidashi-inner p{
	font-weight: bold;
	color: #b83f32;
	margin-right: 15px;
	width: 68%;
}

div#chapter0101 .fukidashi-inner .img{
	max-width: 150px;
	width: 32%;
}

div#chapter0101 .event-inner h3,
div#chapter0102 .event-inner h3 {
	background-color: #d63f08;
	padding: 5px;
	color: #fff;
	display: inline-block;
	margin: 0 0 10px;
}

div#chapter0101 .event-inner.blue h3{
	background-color: #0e7f8a;
}

div#chapter0101 .event-inner .img-flex,
div#chapter0102 .event-inner .img-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0;
}

div#chapter0101 .event-inner .img-flex .img,
div#chapter0102 .event-inner .img-flex .img {
	margin: 0 15px 0 0;
}

div#chapter0101 .event-inner .img-flex .img:last-child,
div#chapter0102 .event-inner .img-flex .img:last-child {
	margin: 0;
}

div#chapter0101 .event-inner.blue .sub-ttl{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	color: #0e7f8a;
}

div#chapter0102 .title{
	text-align: center;
}

div#chapter0102 .event-inner h4{
	background: linear-gradient(transparent 60%, #f8c385 60%);
	display: inline-block;
	margin-bottom: 0;
}

div#chapter0102 .event-inner .sub-ttl span{
	color: #d63f08;
	font-weight: bold;
}

/* --- SP ---------- */
@media print,
screen and (max-width: 740px) {
	div#chapter0101 .fukidashi{
		border-radius: 30px;
	}

	div#chapter0101 .illust p {
		margin: 0;
	}
}

/* cts0201_474.html */

/* --- SP ---------- */
@media print,
screen and (max-width: 740px) {

	div#chapter0201 .sns-wrap{
		display: flex;
		margin-bottom: 30px;
	}

	div#chapter0201 .sns-wrap .sns-box{
		width: 32%;
	    margin-right: 2%;
	}

	div#chapter0201 .sns-wrap .sns-box .image20{
		width: 100%;
	}

	div#chapter0201 .section01_01 {
        border: 3px #c6457a solid;
	}

	div#chapter0201 .section01 .section01_01 h2 {
        font-size: 130%;
        padding: 10px 5px;
        box-sizing: border-box;
        margin: 0;
        background: #c6457a;
        color: #fff;
        text-align: center;
    }

	div#chapter0201 .section01_01 .fukei {
        padding: 10px;
	}

	div#chapter0201 .section01_01 p.date-pink {
        color: #c6457a;
	}

	div#chapter0201 .section01_01 .point {
		margin-top: 60px;
        background: #fceaf0;
        width: 300px;
        padding: 5px 10px;
        box-sizing: border-box;
	}

	div#chapter0201 .section01_01 .point ul{
		padding-left: 22px;
	}

	div#chapter0201 .section01_01 .point li{
		list-style:none;
		position: relative;
	}

	div#chapter0201 .section01_01 .point li::before{
		content: '\025b7';
		position: absolute;
		left: -1em;
	}

    .main_body#chapter0201 .image-box {
        display: flex;
        justify-content: center;
	}

	div#chapter0201 .tbl.banpaku .mark{
		color:#1363aa;
	}


}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	div#chapter0201 .sns-wrap{
		display: flex;
		margin-bottom: 30px;
	}

	div#chapter0201 .sns-wrap .sns-box{
		width: 32%;
	    margin-right: 2%;
	}

	div#chapter0201 .sns-wrap .sns-box .image20{
		width: 100%;
	}

	div#chapter0201 .section01_01 {
        border: 3px #c6457a solid;
	}

	div#chapter0201 .section01 .section01_01 h2 {
        font-size: 130%;
        padding: 10px 5px;
        box-sizing: border-box;
        margin: 0;
        background: #c6457a;
        color: #fff;
        text-align: center;
    }

	div#chapter0201 .section01_01 .fukei {
        padding: 10px;
	}

	div#chapter0201 .section01_01 p.date-pink {
        color: #c6457a;
	}

	div#chapter0201 .section01_01 .point {
        background: #fceaf0;
        width: 350px;
        padding: 5px 10px;
        box-sizing: border-box;
	}

	div#chapter0201 .section01_01 .point ul{
		padding-left: 22px;
	}

	div#chapter0201 .section01_01 .point li{
		list-style:none;
		position: relative;
	}

	div#chapter0201 .section01_01 .point li::before{
		content: '\025b7';
		position: absolute;
		left: -1em;
	}

    .main_body#chapter0201 .image-box {
        display: flex;
        justify-content: center;
	}

	div#chapter0201 .tbl.banpaku .mark{
		color:#1363aa;
	}

}


/* hangaku_474.html */

/* --- SP ---------- */
@media print,
screen and (max-width: 740px) {


	div#chapter0401 .section04 .postage{
		border: 1px red solid;
	    padding: 5px 10px;
	    position: relative;
	}

	div#chapter0401 .section04 .postage p.red{
		text-align: center;
	    position: absolute;
		top: -37px;
	    left: 29px;
		background: #fff;
	    padding: 10px;
	}


}

/* --- PC ---------- */

@media print,
screen and (min-width: 741px) {

	div#chapter0401 .section04 .postage{
		border: 1px red solid;
	    padding: 5px 10px;
	    position: relative;
	}

	div#chapter0401 .section04 .postage p.red{
		text-align: center;
	    position: absolute;
		top: -37px;
	    left: 169px;
		background: #fff;
	    padding: 10px;
	}

}


/* chapter0103 */

#chapter0103 .fv {
	background-color: #fff79a;
	padding-bottom: 50px;
}

#chapter0103 .fv img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#chapter0103 .fv .obi {
	display: inline-block;
	background-color: #fff;
	border-radius: 0 20px 20px 0;
	font-size: 19px;
	padding-right: 15px;
	margin-bottom: 0;
	font-weight: bold;
}

#chapter0103 .fv .obi span {
	display: inline-block;
	background-color: #000;
	color: #fff;
	margin-right: 8px;
	padding: 5px 8px;
}

#chapter0103 .fv .inner {
	padding: 0 15px;
	box-sizing: border-box;
}

#chapter0103 .fv .main-ttl {
	color: #E60012;
	font-size: 36px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.2;
	-webkit-text-stroke: 10px #fff;
	paint-order: stroke fill;
}

#chapter0103 .fv .main-ttl span {
	color: #000;
	text-shadow: none;
	font-size: 30px;
	line-height: 1.5;
	-webkit-text-stroke: #000;
	paint-order: normal;
}

#chapter0103 .fv .main-ttl b {
	font-size: 73px;
}

#chapter0103 .fv .jirei {
	font-weight: bold;
}

#chapter0103 .fv .jirei .maru {
	float: left;
	color: #fff;
	background-color: #016f45;
	border-radius: 50%;
	box-sizing: border-box;
	display: grid;
	place-content: center;
	width: 65px;
	height: 65px;
	margin-right: 10px;
}

#chapter0103 .fv .jirei b {
	border-bottom: 2px solid #ee1d23;
}

#chapter0103 .fv .example p span {
	float: left;
}

#chapter0103 .fv .example b {
	color: #B60000;
	font-size: 120%;
}

#chapter0103 .fv .caution {
	background-color: #fff799;
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
}

#chapter0103 .fv .caution h3 {
	color: #B60000;
	font-size: 25px;
	text-align: center;
	margin-top: 0;
}

#chapter0103 .fv .caution h3 img {
	width: 40px;
	vertical-align: sub;
}

#chapter0103 .fv .caution .cooling {
	background-color: #fffddf;
	padding: 8px;
	box-sizing: border-box;
}

#chapter0103 .fv .caution .cooling h4 {
	color: #fffddf;
	background-color: #0077c0;
	text-align: center;
	font-size: 19px;
	margin: 0;
}

#chapter0103 .fv .caution .cooling p {
	margin: 3px auto;
}

#chapter0103 .fv .caution .ps {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 8px 0;
	box-sizing: border-box;
	margin: 30px auto 15px;
}

#chapter0103 .fv .another-trouble {
	margin: 30px 0;
	box-sizing: border-box;
}

#chapter0103 .fv .another-trouble .ttl {
	text-align: center;
    border-radius: 24px;
    font-size: 19px;
    background-color: #016f45;
    color: #fff;
    padding: 6px 25px 3px;
    box-sizing: border-box;
    margin: 0 auto -20px;
    position: relative;
    width: max-content;
}

#chapter0103 .fv .another-trouble .wrap1 {
	padding: 30px 15px 15px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 4px dotted #016f45;
	background-color: #d4ebe2;
}

#chapter0103 .fv .another-trouble p {
	margin: 0;
}

#chapter0103 .fv .another-trouble p span {
	color: #016f45;
}

#chapter0103 .fv .another-trouble .trouble {
	padding-left: 1em;
	text-indent: -1em;
}

#chapter0103 .fv .another-trouble .trouble .y-under {
	color: #000;
	background: linear-gradient(transparent 60%, #fff331 60%);
}

#chapter0103 .fv .another-trouble .measures {
	color: #e60012;
	font-weight: bold;
	font-size: 18px;
	padding-left: 2em;
	text-indent: -1em;
}

#chapter0103 .fv .another-trouble .measures img {
	height: 18px;
}

#chapter0103 .fv .box2 {
	border: 2px solid #e60012;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 15px;
	list-style: none;
	background-color: #fff;
}

#chapter0103 .fv .box2 li {
	position: relative;
	padding-left: 2em;
	font-weight: bold;
}

#chapter0103 .fv .box2 li::before {
	content: '⚠';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #e60012;
	font-weight: normal;
	font-size: 1.5em;
}

#chapter0103 .fv .box2 li b {
	background: linear-gradient(transparent 60%, #fff331 60%);
	color: #e60012;
}

#chapter0103 .fv .box3 {
	background-color: #d4ebe2;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 15px;
}

#chapter0103 .fv .box3 .ttl {
	text-align: center;
	color: #fff;
	background-color: #016f45;
	border-radius: 8px;
	margin: 0 auto;
	padding: 3px 30px;
	width: max-content;
	box-sizing: border-box;
}


@media print, screen and (max-width: 740px) {
	#chapter0103 .fv .obi {
		font-size: 14px;
		padding-right: 8px;
	}

	#chapter0103 .fv .obi span {
		padding: 2px 5px;
		margin-right: 4px;
	}

	#chapter0103 .fv .inner {
		padding: 0 8px;
	}

	#chapter0103 .fv .caution h3 {
		font-size: 18px;
	}

	#chapter0103 .fv .caution h3 img {
		width: 30px;
	}

	#chapter0103 .fv .caution .ps {
		margin: 10px auto;
	}

	#chapter0103 .fv .main-ttl {
		font-size: 24px;
	}

	#chapter0103 .fv .main-ttl b {
		font-size: 38px;
	}

	#chapter0103 .fv .main-ttl span {
		font-size: 20px;
	}
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.pc{
		display: none;
	}

	/* section03 */
	.main_body#chapter0103 .section03{
		background-color: #016f45;
		padding: 3px;
		box-sizing: border-box;
		margin: 0 auto 15px;
		color: #fff;
	}

	.main_body#chapter0103 .section03 .inner{
		position: relative;
		border-radius: 5px;
		border: 1px solid #016f45;
		box-sizing: border-box;
		padding: 45px 15px 15px;
	}

	.main_body#chapter0103 .section03 .inner .title{
		position: absolute;
		top: -30px;
		left: 5px;
	}

	.main_body#chapter0103 .section03 .inner .title h2{
		position: relative;
		border: 2px solid #016f45;
		background-color: #fff;
		color: #000;
		padding: 8px;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 0;
		font-size: 110%;
	}

	.main_body#chapter0103 .section03 .inner .title h2::before{
		content: '';
		display: inline-block;
		position: absolute;
		bottom: -14px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 8.5px 0 8.5px;
		border-color: #016f45 transparent transparent transparent;
	}

	.main_body#chapter0103 .section03 .inner .title h2::after{
		content: '';
		display: inline-block;
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 26.0px 15px 0 15px;
		border-color: #ffffff transparent transparent transparent;
	}

	.main_body#chapter0103 .section03 .inner h3{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
	}

	.main_body#chapter0103 .section03 .inner h3 span{
		font-size: 140%;
	}

	.main_body#chapter0103 .section03 .inner h4{
		margin: 0;
		font-size: 20px;
		font-weight: bold;
	}

	.main_body#chapter0103 .section03 .inner .txt{
		text-align: center;
		font-weight: bold;
		font-size: 90%;
	}

	/* section04 */
	.main_body#chapter0103 .section04{
		margin: 15px auto;;
		padding: 15px;
		border: 5px solid #75977b;
		box-sizing: border-box;
		border-radius: 15px;
	}

	.main_body#chapter0103 .section04 h2{
		color: #016f45;
		margin: 0;
		font-size: 18px;
	}

	.main_body#chapter0103 .section04 .box{
		position: relative;
		display: block;
		width: 71%;
		padding: 5px 10px;
		margin: 10px 0 18px -15px;
		background-color: #e60012;
		box-sizing: border-box;
	}

	.main_body#chapter0103 .section04 .box h3{
		margin: 0;
		color: #fff100;
		line-height: 1.2;
		font-size: 20px;
	    text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
	}

	.main_body#chapter0103 .section04 .txt{
		margin: 0 auto 20px;
		font-size: 90%;
	}

	.main_body#chapter0103 .section04 .tbl{
		width: 78%;
	}

	.main_body#chapter0103 .section04 .tbl .tbl_tr .tbl_th .mark{
		color: #016f45;
	}

	/* section05 */
	.main_body#chapter0103 .section05{
		padding: 15px 20px;
		border: 5px solid #5886c4;
		border-radius: 25px;
		margin: 15px auto;
	}

	.main_body#chapter0103 .section05 h3{
		color: #0071bb;
		margin: 0;
		font-size: 130%;
	}

	.main_body#chapter0103 .section05 .tbl{
		width: 78%;
		margin-bottom: 10px;
	}

	.main_body#chapter0103 .section05 .tbl .tbl_tr .tbl_th .mark{
		color: #5886c4;
	}

	/* section06 */
	.main_body#chapter0103 .section06{
		margin-top: 15px;
		padding: 15px 20px;
		border: 5px solid #7e63a5;
	}


	.main_body#chapter0103 .section06 h3{
		color: #016f45;
		font-size: 126%;
		margin: 0;
		text-align: center;
	}

	.main_body#chapter0103 .section06 p{
		margin: 0;
	}

	/* section07 */
	.main_body#chapter0103 .section07{
		background-color: #d4ebe2;
    	margin: 20px 0 0 0;
    	padding: 10px 20px;
	}

	.main_body#chapter0103 .section07 h3 {
		background-color: #016f45;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 8px;
		font-size: 20px;
		box-sizing: border-box;
	}

	.main_body#chapter0103 .section07 h4 {
		color: #016f45;
		font-size: 19px;
		margin-bottom: 0;
	}

	.main_body#chapter0103 .section07 span.mark{
		color: #016f45;
	}




}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.sp{
		display: none;
	}

	.main_body#chapter0103 .wrap{
		width: 90%;
		margin: 0 auto;
	}

	/* section03 */
	.main_body#chapter0103 .section03{
		background-color: #016f45;
		padding: 3px;
		box-sizing: border-box;
		margin: 0 auto 30px;
		color: #fff;
	}

	.main_body#chapter0103 .section03 .inner{
		position: relative;
		border-radius: 5px;
		border: 1px solid #016f45;
		box-sizing: border-box;
		padding: 45px 15px 15px;
	}

	.main_body#chapter0103 .section03 .inner .title{
		position: absolute;
		top: -30px;
		left: 15px;
	}

	.main_body#chapter0103 .section03 .inner .title h2{
		position: relative;
		border: 2px solid #016f45;
		background-color: #fff;
		color: #000;
		padding: 8px;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 0;
	}

	.main_body#chapter0103 .section03 .inner .title h2::before{
		content: '';
		display: inline-block;
		position: absolute;
		bottom: -14px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 8.5px 0 8.5px;
		border-color: #016f45 transparent transparent transparent;
	}

	.main_body#chapter0103 .section03 .inner .title h2::after{
		content: '';
		display: inline-block;
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 26.0px 15px 0 15px;
		border-color: #ffffff transparent transparent transparent;
	}

	.main_body#chapter0103 .section03 .inner h3{
		font-size: 22px;
		font-weight: bold;
		line-height: 1.2;
	}

	.main_body#chapter0103 .section03 .inner h3 span{
		font-size: 140%;
	}

	.main_body#chapter0103 .section03 .inner h4{
		margin: 0;
		font-size: 24px;
		font-weight: bold;
	}

	.main_body#chapter0103 .section03 .inner .txt{
		text-align: center;
		font-weight: bold;
	}

	/* section04 */
	.main_body#chapter0103 .section04{
		margin: 30px auto;;
		padding: 15px;
		border: 5px solid #75977b;
		box-sizing: border-box;
		border-radius: 15px;
	}

	.main_body#chapter0103 .section04 h2{
		width: max-content;
		color: #016f45;
		margin: 0;
		font-size: 28px;
		background: linear-gradient(transparent 60%, #fff79a 60%);
		line-height: 1.2;
	}

	.main_body#chapter0103 .section04 .box{
		position: relative;
		display: inline-block;
		padding: 5px 30px;
		margin-left: -15px;
		background-color: #e60012;
		box-sizing: border-box;
		margin-top: 15px;
	}

	.main_body#chapter0103 .section04 .box h3{
		margin: 0;
		color: #fff100;
		line-height: 1.2;
		font-size: 30px;
	    text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
	}

	.main_body#chapter0103 .section04 .txt{
		margin: 20px auto 75px;
	}

	.main_body#chapter0103 .section04 .tbl{
		width: 78%;
		margin-bottom: 80px;
	}

	.main_body#chapter0103 .section04 .tbl .tbl_tr .tbl_th .mark{
		color: #016f45;
	}

	/* section05 */
	.main_body#chapter0103 .section05{
		padding: 15px 20px;
		border: 5px solid #5886c4;
		border-radius: 25px;
		margin: 30px auto;
	}

	.main_body#chapter0103 .section05 h3{
		color: #0071bb;
		margin: 0;
		font-size: 150%;
	}

	.main_body#chapter0103 .section05 .tbl{
		width: 78%;
		margin-bottom: 108px;
	}

	.main_body#chapter0103 .section05 .tbl .tbl_tr .tbl_th .mark{
		color: #5886c4;
	}

	/* section06 */
	.main_body#chapter0103 .section06{
		margin-top: 30px;
		padding: 15px 20px;
		border: 5px solid #7e63a5;
	}


	.main_body#chapter0103 .section06 h3{
		color: #016f45;
		font-size: 150%;
		margin: 0;
		text-align: center;
	}

	.main_body#chapter0103 .section06 p{
		margin: 15px 0 50px;
	}

	/* section07 */
	.main_body#chapter0103 .section07{
		background-color: #d4ebe2;
    	margin: 20px 0 0 0;
    	padding: 10px 20px;
	}

	.main_body#chapter0103 .section07 h3 {
		background-color: #016f45;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 8px;
		font-size: 26px;
		box-sizing: border-box;
	}

	.main_body#chapter0103 .section07 h4 {
		color: #016f45;
		font-size: 19px;
		margin-bottom: 0;
	}

	.main_body#chapter0103 .section07 .m-control {
		margin-bottom: 180px;
	}

	.main_body#chapter0103 .section07 span.mark{
		color: #016f45;
	}

}
/* --------------------------------------------------- */

#chapter0104 .fv .ttl {
	margin: 0;
}

#chapter0104 .fv .wrap {
	display: flex;
	justify-content: center;
}

#chapter0104 .fv .wrap .balloon {
	position: relative;
	width: calc(50% - 30px);
	background-color: #ab4e00;
	color: #fff;
	text-align: center;
	align-self: flex-start;
	border-radius: 15px;
	padding: 1em;
	box-sizing: border-box;
	margin-right: 5%;
	font-weight: bold;
}

#chapter0104 .fv .wrap .balloon::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12.5px 0 12.5px 30px;
	border-color: transparent transparent transparent #ab4e00;
}

#chapter0104 .fv .wrap .balloon b {
	font-size: 150%;
	color: #fff100;
}

#chapter0104 .fv .wrap .img {
	width: 30%;
}

#chapter0104 .sec1 .wrap1 {
	background-color: #ab4e00;
	color: #fff;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
}

#chapter0104 .sec1 .wrap1 .ttl {
	text-align: center;
	margin: 0;
}

#chapter0104 .sec1 .wrap1 .text1 {
	text-align: center;
	margin: 0;
	display: inline;
	border-bottom: 3px solid #fff100;
	padding-left: 7px;
	box-sizing: border-box;
}

#chapter0104 .sec1 .wrap2 .twrap {
	display: flex;
	align-items: center;
	margin: 30px auto 0;
}

#chapter0104 .sec1 .wrap2 .twrap .img img {
	width: 35px;
	margin-right: 15px;
}

#chapter0104 .sec1 .wrap2 .twrap .ttl {
	margin: 0;
}

#chapter0104 .sec1 .qrwrap {
	display: flex;
	justify-content: center;
	column-gap: 15px;
	margin-top: 15px;
}

#chapter0104 .sec1 .qrwrap .img {
	width: 120px;
}

#chapter0104 .sec1 .qrwrap .img img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

#chapter0104 .sec1 .qrwrap div.pic_caption {
	text-align: center;
}

#chapter0104 .sec1 .wrap2 p {
	margin: 0;
}

#chapter0104 .sec2 {
	margin-top: 30px;
	box-sizing: border-box;
}

#chapter0104 .sec2 .ttl {
	background-color: #ab4e00;
	color: #fff;
	margin: 0;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#chapter0104 .sec2 .inner {
	padding: 15px;
	box-sizing: border-box;
	border: 4px dotted #ab4e00;
	border-top: 0;
	background-color: #fef2e8;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#chapter0104 .sec2 .inner p {
	margin: 0;
}

#chapter0104 .sec2 .inner .spiral {
	text-align: center;
	margin-top: 15px;
}

#chapter0104 .sec2 .inner .spiral .text2 {
	position: relative;
	display: inline-block;
	border: 1px solid #ab4e00;
	color: #ab4e00;
	font-weight: bold;
	padding: 5px 25px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 30px auto 50px;
}

#chapter0104 .sec2 .inner .spiral .text2::before,
#chapter0104 .sec2 .inner .spiral .text2::after {
	content: '➡';
	display: inline-block;
	position: absolute;
	top: 50%;
	color: #ab4e00;
	font-size: 50px;
}

#chapter0104 .sec2 .inner .spiral .text2::before {
	transform: translateY(-50%) rotate(135deg);
	right: calc(100% + 20px);
}

#chapter0104 .sec2 .inner .spiral .text2::after {
	transform: translateY(-50%) rotate(-135deg);
	left: calc(100% + 20px);
}

#chapter0104 .sec2 .inner .spiral .box {
	position: relative;
	border: 1px solid #ab4e00;
	padding: 10px;
	background-color: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	width: 40%;
	margin: 0 auto;
}

#chapter0104 .sec2 .inner .spiral .box .img img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

#chapter0104 .sec2 .inner .spiral .wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}

#chapter0104 .sec2 .inner .spiral .wrap .box {
	margin: 0;
}

#chapter0104 .sec2 .inner .spiral .wrap::after {
	content: '➡';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #ab4e00;
	font-size: 50px;
}

#chapter0104 .sec3 {
	margin-top: 15px;
	box-sizing: border-box;
}

#chapter0104 .sec3 .ttl {
	background-color: #ab4e00;
color: #fff;
margin: 0;
padding: 15px 0 15px 15px;
box-sizing: border-box;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

#chapter0104 .sec3 .inner {
	background-color: #fef7d4;
	padding: 15px;
	box-sizing: border-box;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#chapter0104 .sec3 .inner dl {
	margin-top: 0;
	font-weight: bold;
}

#chapter0104 .sec3 .inner dl dt {
	position: relative;
	padding-left: 2em;
	box-sizing: border-box;
}

#chapter0104 .sec3 .inner dl dt::before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
	border-radius: 50%;
	color: #fff;
	width: 1.5em;
	height: 1.5em;
	display: grid;
	place-content: center;
	background-color: #007a41;
}

#chapter0104 .sec3 .inner dl dd {
	margin-left: 2em;
	color: #007a41;
	text-align: left;
}

#chapter0104 .sec3 .inner dl dd b {
	font-size: 150%;
	margin-left: 5px;
}

#chapter0104 .sec3 .inner .img {
	text-align: center;
	margin: 15px auto;
}

#chapter0104 .sec3 .inner .img img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

#chapter0104 .sec3 .inner .desc {
	text-align: center;
}

#chapter0104 .sec3 .inner .desc p {
	text-align: center;
}

#chapter0104 .sec3 .inner .box {
	padding: 5px;
	box-sizing: border-box;
	background-color: #007a41;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-weight: bold;
	display: inline-block;
}

#chapter0104 span.mark {
	color: #ab4e00;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
#chapter0104 .fv .wrap {
	display: block;
}

#chapter0104 .fv .wrap .balloon {
	width: 100%;
	margin-bottom: 30px;
	padding: .5em;
}

#chapter0104 .fv .wrap .balloon::after {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 25px 15px 0 15px;
	border-color: #ab4e00 transparent transparent transparent;
}

#chapter0104 .fv .wrap .img {
	width: 100%;
	text-align: center;
}

#chapter0104 .fv .wrap .img img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: auto;
}

#chapter0104 .sec1 .wrap1 {
	padding: .5em;
}

#chapter0104 .sec2 .inner .spiral .box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#chapter0104 .sec2 .inner .spiral .box .img {
	width: 30%;
}

#chapter0104 .sec2 .inner .spiral .box p {
	width: 65%;
	font-size: 12px;
}

#chapter0104 .sec2 .inner .spiral .text2 {
	padding: 5px 5px;
	margin: 10px auto;
}

#chapter0104 .sec2 .inner .spiral .text2::before,
#chapter0104 .sec2 .inner .spiral .text2::after {
	font-size: 25px;
}

#chapter0104 .sec2 .inner .spiral .text2::before {
	transform: translateY(-50%) rotate(90deg);
	right: calc(100% + 10px);
}

#chapter0104 .sec2 .inner .spiral .text2::after {
	transform: translateY(-50%) rotate(-90deg);
	left: calc(100% + 10px);
}

#chapter0104 .sec2 .inner .spiral .wrap .box {
	width: 45%;
	display: block;
}

#chapter0104 .sec2 .inner .spiral .wrap .box .img {
	width: 100%;
}

#chapter0104 .sec2 .inner .spiral .wrap .box p {
	width: 100%;
}

#chapter0104 .sec2 .inner .spiral .wrap::after {
	font-size: 25px;
}
}

/*  chapter0105  */
.main_body#chapter0105 p {
	margin: 0;
}

.main_body#chapter0105 .diamond {
	padding-left: 1em;
	position: relative;
}

.main_body#chapter0105 .diamond::before {
	content: '\02666';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.main_body#chapter0105 .section01 {
	background-color: #fdf2f7;
	border-bottom: 3px dotted #976c07;
	padding: 30px 20px;
}

.main_body#chapter0105 .section01 .ttl-wrap .ttl-sub {
	text-align: center;
	font-size: 17px;
}

.main_body#chapter0105 .section01 .about,
.main_body#chapter0105 .section01 .contact {
	background-color: #FFF;
	border: 2px solid #f6bacf;
	border-radius: 15px;
	padding: 10px;
}

.main_body#chapter0105 .section01 .about .ttl {
	color: #e51959;
	font-weight: bold;
	font-size: 120%;
}

.main_body#chapter0105 .section01 .method {
	margin: 20px 0;
	background-color: #FFF;
	border-radius: 15px;
}

.main_body#chapter0105 .section01 .method .ttl {
	background-color: #e51959;
	border-radius: 15px 15px 0 0;
	padding: 5px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.main_body#chapter0105 .section01 .method .list-wrap {
	padding: 0 15px;
}

.main_body#chapter0105 .section01 .method .list-wrap .list {
	padding: 10px 0;
	border-bottom: 1px dashed #179f5d;
}

.main_body#chapter0105 .section01 .method .list-wrap .list:last-child {
	border-bottom: none;
}

.main_body#chapter0105 .section01 .method .list-wrap .list .list-ttl {
	color: #016f45;
	font-size: 120%;
	font-weight: bold;
}

.main_body#chapter0105 .section01 .contact p span {
	text-decoration: underline #000;
	color: #e51959;
	font-weight: bold;
}

.main_body#chapter0105 .section01 .event {
	margin: 20px 0;
	background-color: #FFF;
	border: 2px dashed #e95283;
	border-radius: 15px;
	padding: 10px;
}

.main_body#chapter0105 .section01 .qr-box {
	background-color: #e51959;
	border-radius: 15px;
	padding: 10px;
	color: #FFF;
	margin-bottom: 20px;
}

.main_body#chapter0105 .section01 .qr-box .tbl {
	width: auto;
}

.main_body#chapter0105 .section01 .qr-box a,
.main_body#chapter0105 .section01 .qr-box .tbl a {
	color: #FFF;
}

.main_body#chapter0105 .section02 {
	background-color: #fef5e8;
	padding: 30px 20px;
}

.main_body#chapter0105 .section02 .mark {
	color: #ea5413;
}

.main_body#chapter0105 .section02 h3.bold {
	color: #8c460a;
	font-size: 120%;
	margin: 20px 0 0;
}

.main_body#chapter0105 .section02 .sign .sign_list {
	margin: 0 0 10px;
}

.main_body#chapter0105 .section02 .sign .sign_list .diamond::before {
	color: #8c460a;
}

.main_body#chapter0105 .section02 .sign .sign_list p span {
	font-weight: bold;
	text-decoration: underline 3px #f8c399;
}

.main_body#chapter0105 .section02 .tel .border {
	border: 2px dotted #ea5413;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
}

.main_body#chapter0105 .section02 .ribbon {
	margin: 30px auto 0;
	padding: 20px 20px 10px;
	border: 4px double #ea5413;
	border-radius: 15px;
	background-color: #fff;
}

.main_body#chapter0105 .section02 .ribbon h3 {
	color: #d63f08;
	font-size: 18px;
	margin: 0;
	text-align: center;
}

.main_body#chapter0105 .section03 .sdgs {
	margin-top: 20px;
}

.main_body#chapter0105 .section03 .sdgs .img {
	display: flex;
	justify-content: center;
}

.main_body#chapter0105 .section03 .sdgs .img .center {
	margin: 0;
}

.main_body#chapter0105 .section03 .sdgs .img .center:last-child {
	margin-left: 20px;
}

.main_body#chapter0105 .section03 .sdgs h4 {
	font-size: 120%;
	color: #ba5d0d;
	margin: 0;
}

/* --- SP ---------- */
@media print,
screen and (max-width: 740px) {

	.main_body#chapter0105 .section01 {
		padding: 15px 10px;
	}

	.main_body#chapter0105 .section01 .ttl-wrap .ttl-sub {
		text-align: left;
	}

	.main_body#chapter0105 .section01 .about .ttl {
		font-size: 110%;
	}

	.main_body#chapter0105 .section01 .method .ttl {
		font-size: 100%;
	}

	.main_body#chapter0105 .section01 .method .list-wrap {
		padding: 0 10px;
	}

	.main_body#chapter0105 .section01 .method .list-wrap .list .list-ttl {
		font-size: 110%;
	}

	.main_body#chapter0105 .section02 {
		padding: 15px 10px;
	}

	.main_body#chapter0105 .section02 h3.bold {
		font-size: 110%;
		margin: 10px 0 0;
	}

	.main_body#chapter0105 .section02 .sign .sign_list .diamond::before {
		top: 0;
		transform: none;
		-webkit-transform: none;
	}

	.main_body#chapter0105 .section02 .ribbon {
		margin: 20px auto 0;
		padding: 10px 10px 5px;
	}

	.main_body#chapter0105 .section02 .ribbon h3 {
		font-size: 15px;
		text-align: left;
	}

	.main_body#chapter0105 .section03 .sdgs h4 {
		font-size: 110%;
	}
}



/* --------------------------------------------------- */