/* 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.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: #ebe7f3;
	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: #0068b7;
	border-top: 1px solid;
}

div#chapter0201 .section01_01{
	padding: 10px;
	box-sizing : border-box;
	background: #EEF4E3;
}

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: #0068b7;
}

#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: #7bb6e3;
		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: #7bb6e3;
		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: #7bb6e3;
		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: #7bb6e3;
		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;
		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: #eb613b;
	color: #fff;
	margin: 15px 0 10px 0;
	display: inline-block;
}

div#chapter0301 .section02 h3{
	font-size: 130%;
	color: #eb613b;
	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: #d7000f;
	margin: 0;
	border-radius: 100px;
}

div#chapter0401 .section02 h2{
	background: #d63f08;
	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: #008542;
	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_yellow.png);
}

div#chapter0401 .section03 ul li{
	list-style-image: url(../images/tri_green.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;
	}

	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;
	}



	#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;
	}


	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;
	}

}


/*chapter0101/coding by yun*/

#chapter0101 img{
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
	box-sizing: border-box;
}
#chapter0101 h2,
#chapter0101 h3{
	line-height: 1;
	margin: 0;
}
#chapter0101 p{
	margin: 0;
}
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	#chapter0101 div.image20{

	}
	#chapter0101{
		padding: 0;
	}
	#chapter0101 .inner{
		border: 5px solid #fff44d;
		box-sizing: border-box;
	}
	#chapter0101 .title{}
	#chapter0101 .section01{
		padding: 0 10px;
	}
	#chapter0101 .section01 .wrap{
		margin: 0 0 30px;
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#chapter0101 .section01 .wrap:nth-of-type(2) {
		background-color: #e6f5fc;
		padding: 2%;
	}
	#chapter0101 .section01 .wrap:nth-of-type(1) h2{order: 1;}
	#chapter0101 .section01 .wrap:nth-of-type(1) .img-box{order: 3;}
	#chapter0101 .section01 .wrap:nth-of-type(1) .desc{order: 2;}
	#chapter0101 .section01 .wrap:nth-of-type(2) h3:nth-of-type(1){order: 1;}
	#chapter0101 .section01 .wrap:nth-of-type(2) p:nth-of-type(1){order: 2;}
	#chapter0101 .section01 .wrap:nth-of-type(2) .img-box{order: 3;}
	#chapter0101 .section01 .wrap:nth-of-type(2) h3:nth-of-type(2){order: 4;}
	#chapter0101 .section01 .wrap:nth-of-type(2) p:nth-of-type(2){order: 5;}
	#chapter0101 .section01 .wrap:nth-of-type(3) .img-box{order: 1;}
	#chapter0101 .section01 .wrap h2{
		line-height: 1.5;
		font-size: 1.05rem;
	}
	#chapter0101 .section01 .wrap h2 .accent{
		background-color: #0069b9;
		color: #fef483;
		margin: 0 10px 0 0;
		padding: 3px 7px 0;
		display: inline-block;
		font-size: 1.2rem;
		border-radius: 5px;
	}
	#chapter0101 .section01 .img-box{
		max-width: 100%;
		width: auto;
		margin: 10px auto;
	}
	#chapter0101 .section01 .wrap .desc{
		padding: 0;
		margin: 10px 0;
		list-style: none;
	}
	#chapter0101 .section01 .wrap .desc li{
		position: relative;
		padding: 0 0 0 20px;
	}
	#chapter0101 .section01 .wrap .desc li::before{
		position: absolute;
		left: 0;
		content: '▶';
		color: #0069b9;
	}
	#chapter0101 .section01 .wrap h3{
		color: #0069b9;
		line-height: 1.5;
		font-size: 1rem;
	}
	#chapter0101 .section01 .wrap p{
		padding: 0 0 0 20px;
		margin: 5px 0 15px;
	}
	#chapter0101 .section01 .wrap .caution{
		margin: 0;
	}
	#chapter0101 .section01 h4{
		background-color: #d5ecfa;
		color: #0069b9;
		font-size: 1.1rem;
		text-align: center;
		margin: 15px auto;
	}
	#chapter0101 .section02{
		border: 3px solid #ab4600;
		margin: 80px auto 30px;
		position: relative;
		width: 96%;
		background-color: #fff;
		border-radius: 5px;
	}
	#chapter0101 .section02 h2{
		line-height: 1.5;
		font-size: 1rem;
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		margin: auto;
		color: #fff;
		background-color: #ab4600;
		border-radius: 10px;
		width: 104%;
		padding: 10px 3%;
		box-sizing: border-box;
	}
	#chapter0101 .section02 .wrap{
		margin: 0 0 30px;
		background-color: #fff;
		width: 96%;
		margin: 0 auto;
	}
	#chapter0101 .section02 .wrap:first-of-type{
		background-color: #fffcd9;
		width: 100%;
		padding: 40px 3% 10px;
		margin: 0 auto 15px;
		box-sizing: border-box;
	}
	#chapter0101 .section02 .img-box{
		float: right;
		padding: 0 0 0 15px;
	}
	#chapter0101 .section02 .wrap .desc{
		padding: 0;
		margin: 10px 0;
		list-style: none;
	}
	#chapter0101 .section02 .wrap .desc li{
		position: relative;
		padding: 0 0 0 20px;
	}
	#chapter0101 .section02 .wrap .desc li::before{
		position: absolute;
		left: 0;
		content: '・';
	}
	#chapter0101 .section02 .wrap h3{
		color: #ab4600;
		position: relative;
		font-size: 1rem;
	}
	#chapter0101 .section02 .wrap h3::before{
		content: '■';
		margin: 0 5px 0 0;
		display: inline-block;
		font-size: 1.6rem;
	}
	#chapter0101 .section02 .wrap p{
		margin: 5px 0 15px;
	}
	#chapter0101 .section02 .wrap .caution{
		font-size: 75%;
		margin: 0;
	}
	#chapter0101 .section02 h4{
		background-color: #d5ecfa;
		color: #0069b9;
		font-size: 1.2rem;
		text-align: center;
		margin: 15px auto;
	}
	#chapter0101 .section03{
		padding: 0 3% 30px;
	}
	#chapter0101 .section03 h2{
		text-align: center;
		font-size: 1.1rem;
	}
	#chapter0101 .section03 h2 .icon{
		width: 25px;
	}
	#chapter0101 .section03 h3{
		font-size: 1rem;
		color: #058acf;
		margin: 15px auto;
		text-align: center;
		line-height: 1.6;
	}
	#chapter0101 .section03 .wrap{}
	#chapter0101 .section03 .wrap p{
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
	}
	#chapter0101 .section03 .wrap ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#chapter0101 .section03 .wrap ul li{
		position: relative;
		border-radius: 10px;
		padding: 15px 25px;
		margin: 0 auto 30px;
	}
	#chapter0101 .section03 .wrap ul li:nth-of-type(1){
		background-color: #AB4600;
	}
	#chapter0101 .section03 .wrap ul li:nth-of-type(2){
		background-color: #c85201;
	}
	#chapter0101 .section03 .wrap ul li:nth-of-type(3){
		background-color: #e40011;
	}
	#chapter0101 .section03 .wrap ul li::after{
		content: '';
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		border: 15px transparent solid;
		border-bottom-width: 0;
		border-top-color: #000;
	}
	#chapter0101 .section03 .wrap ul li:last-of-type::after{
		content: none;
	}
	#chapter0101 .section03 .wrap ul li .circle{
		font-size: 1.2rem;
		font-weight: bold;
		position: absolute;
		display: inline-block;
		color: #000;
		z-index: 1;
		margin: 0 20px 0 0;
		top: 50%;
		left: 25px;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);

	}
	#chapter0101 .section03 .wrap ul li .circle::before{
		content: '';
		position: absolute;
		display: inline-block;
		background-color: #fff;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}
	#chapter0101 .section03 .wrap ul li .text{
		color: #fff;
		font-weight: bold;
		display: inline-block;
		padding: 0 0 0 40px;
	}
	#chapter0101 .section03 .point{
		border: 2px solid #e40011;
	}
	#chapter0101 .section03 .point-title{
		margin: 0;
		background-color: #e40011;
		color: #fff;
		font-weight: bold;
		padding: 0 25px 0 10px;
		position: relative;
	}
	#chapter0101 .section03 .point-title::after{
		content: '';
		position: absolute;
		display: inline-block;
		top: 0;
		right: 0;
		border: 26px transparent solid;
		border-bottom-width: 0;
		border-right-width: 0;
		border-top-color: #fff;
	}
	#chapter0101 .section03 .point-desc{
		padding: 10px;
	}
	#chapter0101 .section03 .point ul{
		margin: 0;
		padding: 0 10px 10px;
		list-style: none;
	}
	#chapter0101 .section03 .point ul li{
		position: relative;
		font-weight: bold;
		font-size: 1.1rem;
	}
	#chapter0101 .section03 .point ul li::before{
		content: '●';
		color: #e40011;
		font-size: 1.4rem;
	}
	#chapter0101 .section04{
		background-color: #fff44d;
		padding: 30px 10px 0;
	}
	#chapter0101 .section04 .tbl_tr:last-of-type .tbl_td{
		margin: 0;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	#chapter0101{
		padding: 0;
	}
	#chapter0101 .inner{
		border: 5px solid #fff44d;
		box-sizing: border-box;
	}
	#chapter0101 .title{}
	#chapter0101 .section01{
		padding: 0 10px;
	}
	#chapter0101 .section01 .wrap{
		margin: 0 0 30px;
	}
	#chapter0101 .section01 .wrap:nth-of-type(2){
		background-color: #e6f5fc;
		padding: 2%;
	}
	#chapter0101 .section01 .wrap h2{
		line-height: 1.5;
		font-size: 1.2rem;
	}
	#chapter0101 .section01 .wrap h2 .accent{
		background-color: #0069b9;
		color: #fef483;
		margin: 0 10px 0 0;
		padding: 3px 7px 0;
		display: inline-block;
		font-size: 1.4rem;
		border-radius: 5px;
	}
	#chapter0101 .section01 .img-box{
		float: right;
		padding: 0 0 0 15px;
	}
	#chapter0101 .section01 .wrap .desc{
		padding: 0;
		margin: 10px 0;
		list-style: none;
	}
	#chapter0101 .section01 .wrap .desc li{
		position: relative;
		padding: 0 0 0 20px;
	}
	#chapter0101 .section01 .wrap .desc li::before{
		position: absolute;
		left: 0;
		content: '▶';
		color: #0069b9;
	}
	#chapter0101 .section01 .wrap h3{
		color: #0069b9;
	}
	#chapter0101 .section01 .wrap p{
		padding: 0 0 0 20px;
		margin: 5px 0 15px;
	}
	#chapter0101 .section01 .wrap .caution{
		margin: 0;
	}
	#chapter0101 .section01 h4{
		background-color: #d5ecfa;
		color: #0069b9;
		font-size: 1.2rem;
		text-align: center;
		margin: 15px auto;
	}
	#chapter0101 .section02{
		border: 3px solid #ab4600;
		margin: 160px auto 30px;
		position: relative;
		width: 96%;
		background-color: #fff;
		border-radius: 5px;
	}
	#chapter0101 .section02 h2{
		line-height: 1.5;
		font-size: 1.2rem;
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		margin: auto;
		color: #fff;
		background-color: #ab4600;
		border-radius: 10px;
		width: 104%;
		padding: 10px 3%;
		box-sizing: border-box;
	}
	#chapter0101 .section02 .wrap{
		margin: 0 0 30px;
		background-color: #fff;
		width: 96%;
		margin: 0 auto;
	}
	#chapter0101 .section02 .wrap:first-of-type{
		background-color: #fffcd9;
		width: 100%;
		padding: 40px 3% 10px;
		margin: 0 auto 15px;
		box-sizing: border-box;
	}
	#chapter0101 .section02 .img-box{
		float: right;
		padding: 0 0 0 15px;
	}
	#chapter0101 .section02 .wrap .desc{
		padding: 0;
		margin: 10px 0;
		list-style: none;
	}
	#chapter0101 .section02 .wrap .desc li{
		position: relative;
		padding: 0 0 0 20px;
	}
	#chapter0101 .section02 .wrap .desc li::before{
		position: absolute;
		left: 0;
		content: '・';
	}
	#chapter0101 .section02 .wrap h3{
		color: #ab4600;
		position: relative;
	}
	#chapter0101 .section02 .wrap h3::before{
		content: '■';
		margin: 0 5px 0 0;
		display: inline-block;
		font-size: 1.6rem;
	}
	#chapter0101 .section02 .wrap p{
		margin: 5px 0 15px;
	}
	#chapter0101 .section02 .wrap .caution{
		font-size: 75%;
		margin: 0;
	}
	#chapter0101 .section02 h4{
		background-color: #d5ecfa;
		color: #0069b9;
		font-size: 1.2rem;
		text-align: center;
		margin: 15px auto;
	}
	#chapter0101 .section03{
		padding: 0 3% 30px;
	}
	#chapter0101 .section03 h2{
		text-align: center;
	}
	#chapter0101 .section03 h2 .icon{
		width: 40px;
	}
	#chapter0101 .section03 h3{
		color: #058acf;
		margin: 15px auto;
		text-align: center;
		line-height: 1.6;
	}
	#chapter0101 .section03 .wrap{}
	#chapter0101 .section03 .wrap p{
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
	}
	#chapter0101 .section03 .wrap ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#chapter0101 .section03 .wrap ul li{
		position: relative;
		border-radius: 10px;
		padding: 15px 25px;
		margin: 0 auto 30px;
	}
	#chapter0101 .section03 .wrap ul li:nth-of-type(1){
		background-color: #AB4600;
	}
	#chapter0101 .section03 .wrap ul li:nth-of-type(2){
		background-color: #c85201;
	}
	#chapter0101 .section03 .wrap ul li:nth-of-type(3){
		background-color: #e40011;
	}
	#chapter0101 .section03 .wrap ul li::after{
		content: '';
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		border: 15px transparent solid;
		border-bottom-width: 0;
		border-top-color: #000;
	}
	#chapter0101 .section03 .wrap ul li:last-of-type::after{
		content: none;
	}
	#chapter0101 .section03 .wrap ul li .circle{
		font-size: 1.2rem;
		font-weight: bold;
		position: relative;
		display: inline-block;
		color: #000;
		z-index: 1;
		margin: 0 20px 0 0;
	}
	#chapter0101 .section03 .wrap ul li .circle::before{
		content: '';
		position: absolute;
		display: inline-block;
		background-color: #fff;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}
	#chapter0101 .section03 .wrap ul li .text{
		color: #fff;
		font-weight: bold;
	}
	#chapter0101 .section03 .point{
		border: 2px solid #e40011;
	}
	#chapter0101 .section03 .point-title{
		margin: 0;
		background-color: #e40011;
		color: #fff;
		font-weight: bold;
		padding: 0 10px;
		position: relative;
	}
	#chapter0101 .section03 .point-title::after{
		content: '';
		position: absolute;
		display: inline-block;
		top: 0;
		right: 0;
		border: 26px transparent solid;
		border-bottom-width: 0;
		border-right-width: 0;
		border-top-color: #fff;
	}
	#chapter0101 .section03 .point-desc{
		padding: 10px;
	}
	#chapter0101 .section03 .point ul{
		margin: 0;
		padding: 0 10px 10px;
		list-style: none;
	}
	#chapter0101 .section03 .point ul li{
		position: relative;
		font-weight: bold;
		font-size: 1.2rem;
	}
	#chapter0101 .section03 .point ul li::before{
		content: '●';
		color: #e40011;
		font-size: 1.4rem;
	}
	#chapter0101 .section04{
		background-color: #fff44d;
		padding: 30px 10px 0;
	}
}


/*--202007_437.html--*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	#chapter0201 h4.subtitle {
		border: 2px solid #0070bd;
		background: #fff;
		color: #0070bd;
		text-align: center;
		font-size: 120%;
		padding: 2px;
		margin-bottom: 0;
	}

	#chapter0501 .section01 .title h2{
		background: #ab4600;
		color: #FFF;
		text-align: center;
		margin: 0;
	}

	#chapter0501 .section01 h3{
		background: #fff67f;
		text-align: center;
	}

	#chapter0501 .corona-box{
		width: 100%;
	}

	#chapter0501 .corona-box .sub_box{
		padding: 0 15px;
		box-sizing: border-box;
		border: 1px dotted;
	}

	#chapter0501 .corona-box .sub_box .sub_title h4{
		background: #fef1d5;
		font-size: 110%;
	}

	#chapter0501 .corona-box .sub_box .sub_title span.number{
		background: #ab4600;
		color: #FFF;
		padding: 0 5px;
	}

	#chapter0501 .corona-box .sub_box .masku{
		background: #d5ecfa;
		border-radius: 15px;
		padding: 5px;
		position: relative;
		margin-bottom: 10px;
	}

	#chapter0501 .corona-box .sub_box .masku p{
		text-indent: 3em;
		margin: 0;
	}

	#chapter0501 .corona-box .sub_box .masku .e-mark img{
		width: 40px;
	}

	#chapter0501 .corona-box .sub_box .masku .e-mark{
		position: absolute;
		top: -15px;
	}

	#chapter0501 .note{
		background: #fff6e0;
		border-radius: 15px;
		padding: 15px;
		margin-top: 30px;
	}

	#chapter0501 .note .note-box_f{
		border-bottom: 1px solid;
	}

	#chapter0501 .note h4{
		text-align: center;
		font-size: 120%;
		color:#ab4600;
	}

	#chapter0502{
		background: #ab4600;
	}

	#chapter0502 h3.coop{
		background: #fff;
		width: 180px;
		padding: 3px 5px;
		box-sizing: border-box;
	}

	#chapter0502 h3.coop span.sub-coop{
		background: #ab4600;
		color: #fff;
		margin-left: 10px;
		padding: 0 5px;
	}

	#chapter0502 .chase{
		background: #fff;
		padding: 10px;
		border-radius: 15px;
	}

	#chapter0502 .chase h4{
		font-size: 120%;
		margin-bottom: 0;
		margin-top: 0;
	}

	#chapter0502 .system h3{
		border: 3px solid #fff;
		color: #fff;
		background: #009de1;
		border-radius: 15px;
		padding: 5px 10px;
	}

	#chapter0502 .system .system-box{
		background: #fff;
		border-radius: 15px;
		padding: 10px;
		margin: 0 auto 10px;
	}

	#chapter0502 .system .system-box.sub{
		box-sizing: border-box;
		background: #fff;
		border-radius: 15px;
		padding: 10px;
		margin: 0 auto 10px;
		position: relative;
	}

	#chapter0502 .system .system-box.sub .img_left{
		width: 30px;
		position: absolute;
		top: 15px;
	}

	#chapter0502 .system .system-box.sub p.space{
		padding-left: 40px;
	}


	#chapter0503{
		border: 2px solid #008842;
	}

	#chapter0503 .cashless{
		background: #fffbc7;
		padding: 5px 10px;
		font-weight: bold;
	}

	#chapter0503 .point-box h3{
		background: #008842;
		color: #fff;
		padding: 10px;
		border-radius: 5px;
		font-size: 90%;
	}

	#chapter0503 .point-box span.step{
		background: #ad5e00;
		border: 2px solid #fff;
		padding: 0 5px;
		border-radius: 5px;
	}

	#chapter0503 .point-box span.step span.big-text{
		font-size: 130%;
	}

	#chapter0503 .point-box .tbl_th{
		display: table-cell;
		vertical-align: baseline;
		padding-bottom: 10px;
		width: 13em;
		font-weight: bold;
	}

	#chapter0503 .point-box h4{
		background: #feebc8;
		border-radius: 40px;
		padding: 15px;
		width: 200px;
	}

	#chapter0503 .point-box .process p.tejun{
		background: #008842;
		color: #fff;
		border-radius: 5px;
		width: 50px;
		padding: 0 5px;
	}

	#chapter0503 .point-box .triangle{
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #008842;
		margin-left: 20px;
	}

	#chapter0503 .point-box .riyo{
		margin-top: 30px;
		width: 100%;
	}

	#chapter0503 .point-box .riyo-box{
		width: 80%;
		margin: 0 auto;
	}

	#chapter0503 .point-box .aroww{
		width: 50%;
		margin: 20px auto;	}

	#chapter0503 .point-box .shopping{
		width: 80%;
		margin: 20px auto;
	}

	#chapter0503 .section02{
		background: #fff6ea;
		padding: 10px;
		border-radius: 15px;
	}

	#chapter0503 .section02 h2{
		font-size: 180%;
		font-weight: bold;
		margin: 0 auto;
		color: #fff;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #935000;
		display: inline-block;
		text-align: center;
		position: relative;
		z-index: 1;
		top: -8px;
		width: 90%;
	}

	#chapter0503 .section02 p.orenge{
		color: #935000;
		font-weight: bold;
	}

	#chapter0503 .section02 span.qu{
		background: #935000;
		color: #fff;
		padding: 0 10px;
	}

	#chapter0503 .section02 p.green{
		font-weight: bold;
	}

	#chapter0503 .section02 span.ans{
		background: #008842;
		color: #fff;
		padding: 0 10px;
	}

	#chapter0503 .section03 h2{
		width: 110px;
		background: #008842;
		color: #fff;
		border-radius: 15px;
		padding: 0 10px;
		font-size: 110%;
	}

	#chapter0503 .section03 .digital{
		background: #008842;
		color: #fff;
	}

	#chapter0503 .section03 .digital p{
		text-align: center;
		padding: 5px;
	}

	#chapter0504 .title{
		background: #406c96;
		color: #fff;
		padding: 5px 10px;
	}

	#chapter0504 .pic_caption{
		margin: 3px 0 0 0;
		text-align: center;
		font-size: 75%;
		font-weight: bold;
		line-height: 160%;
	}
	#chapter0504 .network{
		border: 2px solid #005bac;
		border-radius: 15px;
 		width: 100%;
		padding-left: 10px;
		box-sizing: border-box;
	}

	#chapter0504 .network p{
		font-size: 90%;
	}

	#chapter0504 .network .network-box{
		margin-right: 1%
	}

	#chapter0504 .network .triangle{
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #005bac;
		margin: 0 auto 20px;
	}

	#chapter0504 .contact-box .tbl{
		width: 75%;
	}

}



/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	#chapter0201 h4.subtitle {
		border: 2px solid #0070bd;
		background: #fff;
		color: #0070bd;
		text-align: center;
		font-size: 120%;
		padding: 2px;
		margin-bottom: 0;
	}

	#chapter0201 .tbl.ex{
		display: table;
		width: 70%;
		margin-top: 15px;
		line-height: 165%;
	}

	#chapter0201 .tbl.ex .tbl_th{
		display: table-cell;
		vertical-align: baseline;
		padding-bottom: 10px;
		width: 8em;
		font-weight: bold;
	}




	#chapter0501 .section01 .title h2{
		background: #ab4600;
		color: #FFF;
		text-align: center;
		margin: 0;
	}

	#chapter0501 .section01 h3{
		background: #fff67f;
		text-align: center;
	}

	#chapter0501 .corona-box{
		display: -wwebkit-flex;
		display: flex;
 		width: 100%;
		-webkit-flex-wrap: wrap; /*Safari */
		flex-wrap: wrap;
	}

	#chapter0501 .corona-box .sub_box{
		width: 48%;
		margin-rigth: 2%;
		padding: 0 15px;
		box-sizing: border-box;
		border: 1px dotted;
	}

	#chapter0501 .corona-box .sub_box .sub_title h4{
		background: #fef1d5;
		font-size: 110%;
	}

	#chapter0501 .corona-box .sub_box .sub_title span.number{
		background: #ab4600;
		color: #FFF;
		padding: 0 5px;
	}

	#chapter0501 .corona-box .sub_box .masku{
		background: #d5ecfa;
		border-radius: 15px;
		padding: 5px;
		position: relative;
		margin-bottom: 10px;
	}

	#chapter0501 .corona-box .sub_box .masku p{
		text-indent: 3em;
		margin: 0;
	}

	#chapter0501 .corona-box .sub_box .masku .e-mark img{
		width: 40px;
	}

	#chapter0501 .corona-box .sub_box .masku .e-mark{
		position: absolute;
		top: -15px;
	}


	#chapter0501 .note{
		background: #fff6e0;
		border-radius: 15px;
		padding: 15px;
		margin-top: 30px;
	}

	#chapter0501 .note .note-box_f{
		border-bottom: 1px solid;
	}

	#chapter0501 .note h4{
		text-align: center;
		font-size: 120%;
		color:#ab4600;
	}

	#chapter0502{
		background: #ab4600;
	}

	#chapter0502 h3.coop{
		background: #fff;
		width: 180px;
		padding: 3px 5px;
		box-sizing: border-box;
	}

	#chapter0502 h3.coop span.sub-coop{
		background: #ab4600;
		color: #fff;
		margin-left: 10px;
		padding: 0 5px;
	}

	#chapter0502 .chase{
		background: #fff;
		padding: 10px;
		border-radius: 15px;
	}

	#chapter0502 .chase h4{
		font-size: 130%;
		margin-bottom: 0;
		margin-top: 0;
	}

	#chapter0502 .system h3{
		border: 3px solid #fff;
		color: #fff;
		background: #009de1;
		border-radius: 15px;
		padding: 5px 10px;
		width: 350px;
	}

	#chapter0502 .system .system-box{
		background: #fff;
		border-radius: 15px;
		padding: 10px;
		width: 300px;
		margin: 0 auto 10px;
	}

	#chapter0502 .system .system-box.sub{
		background: #fff;
		border-radius: 15px;
		padding: 10px;
		width: 300px;
		margin: 0 auto 10px;
		position: relative;
	}

	#chapter0502 .system .system-box.sub .img_left{
		width: 30px;
		position: absolute;
		top: 15px;
	}

	#chapter0502 .system .system-box.sub p.space{
		padding-left: 40px;
	}


	#chapter0503{
		border: 2px solid #008842;
	}

	#chapter0503 .cashless{
		background: #fffbc7;
		padding: 5px 10px;
		font-weight: bold;
	}

	#chapter0503 .point-box h3{
		background: #008842;
		color: #fff;
		padding: 10px;
		border-radius: 5px;
	}

	#chapter0503 .point-box span.step{
		background: #ad5e00;
		border: 2px solid #fff;
		padding: 3px 5px;
		border-radius: 5px;
	}

	#chapter0503 .point-box span.step span.big-text{
		font-size: 150%;
	}

	#chapter0503 .point-box .tbl_th{
		display: table-cell;
		vertical-align: baseline;
		padding-bottom: 10px;
		width: 13em;
		font-weight: bold;
	}

	#chapter0503 .point-box h4{
		background: #feebc8;
		border-radius: 40px;
		padding: 15px;
		width: 200px;
	}

	#chapter0503 .point-box .process p.tejun{
		background: #008842;
		color: #fff;
		border-radius: 5px;
		width: 50px;
		padding: 0 5px;
	}

	#chapter0503 .point-box .triangle{
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #008842;
		margin-left: 20px;
	}

	#chapter0503 .point-box .riyo{
		margin-top: 30px;
		width: 100%;
	}

	#chapter0503 .point-box .riyo-box{
		width: 80%;
		margin: 0 auto;
	}

	#chapter0503 .point-box .aroww{
		width: 50%;
		margin: 20px auto;	}

	#chapter0503 .point-box .shopping{
		width: 80%;
		margin: 20px auto;
	}

	#chapter0503 .section02{
		background: #fff6ea;
		padding: 10px;
		border-radius: 15px;
		margin-top: 30px;
	}

	#chapter0503 .section02 h2{
		font-size: 180%;
		font-weight: bold;
		margin: 0 auto;
		color: #fff;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #935000;
		display: inline-block;
		text-align: center;
		position: relative;
		z-index: 1;
		top: -8px;
		width: 29%;
	}

	#chapter0503 .section02 p.orenge{
		color: #935000;
		font-weight: bold;
	}

	#chapter0503 .section02 span.qu{
		background: #935000;
		color: #fff;
		padding: 0 10px;
	}

	#chapter0503 .section02 p.green{
		font-weight: bold;
	}

	#chapter0503 .section02 span.ans{
		background: #008842;
		color: #fff;
		padding: 0 10px;
	}

	#chapter0503 .section03 h2{
		width: 110px;
		background: #008842;
		color: #fff;
		border-radius: 15px;
		padding: 0 10px;
		font-size: 110%;
	}

	#chapter0503 .section03 .digital{
		background: #008842;
		color: #fff;
	}

	#chapter0503 .section03 .digital p{
		text-align: center;
		padding: 5px;
	}

	#chapter0504 .title{
		background: #406c96;
		color: #fff;
		padding: 5px 10px;
	}

	#chapter0504 .pic_caption{
		margin: 3px 0 0 0;
		text-align: center;
		font-size: 75%;
		font-weight: bold;
		line-height: 160%;
	}
	#chapter0504 .network{
		border: 2px solid #005bac;
		border-radius: 15px;
 		width: 100%;
		padding-left: 10px;
		box-sizing: border-box;
	}

	#chapter0504 .network p{
		font-size: 90%;
	}

	#chapter0504 .network .network-box{
		width: 70%;
		margin: 10px auto;
	}

	#chapter0504 .network .triangle{
		width: 0;
		height: 0;
		border-top: 30px solid #005bac;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		margin: 30px auto
	}

	#chapter0504 .contact-box .tbl{
		width: 75%;
	}

}


