/* CSS Document */
@charset "utf-8";

:root{
	--banpaku-red: #d81418;
	--banpaku-blue: #206bae;
}

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;
}

#expo span.mark {
    color: var(--banpaku-blue);
}

#chapter0301 span.mark {
	color: #0062a1;
}

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;
}

/* page-link */

.page-link{
	display: flex;
	justify-content: center;
}

.page-link .link-box{
	width: 32%;
	margin: 0 2% 0 0;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #0068b7;
	border-radius: 15px;
	color: #0068b7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 25px;
	text-decoration: none;
}

.page-link .link-box:last-child{
	margin: 0;
}

.page-link .link-box.recruiting{
	border-color: #D63F08;
	color: #D63F08;
}

.page-link .link-box.event {
	border-color: #E51959;
	color: #E51959;
}

.page-link .link-box.expo{
	border-color:var(--banpaku-red);
	color: var(--banpaku-red);
}

.page-link .link-box:hover{
	color: #fff;
	background-color: #0081cc;
}

.page-link .link-box.recruiting:hover{
	background-color: #D63F08;
}

.page-link .link-box.event:hover {
	background-color: #E51959;
}

.page-link .link-box.expo:hover {
	background-color: var(--banpaku-red);
}

.page-link .link-box .link-title{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.page-link .link-box .link-title::after{
	content: '\025bc';
	display: inline-block;
	font-size: 0.8em;
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/* topics title */

.topics-box{
	max-width: 240px;
	width: 100%;
	margin: 50px auto 10px;
	border-radius: 50px;
	padding: 15px;
	box-sizing: border-box;
}

.topics-box.news {
	background-color: #0068b7;
}

.topics-box.recruiting {
	background-color: #D63F08;
}

.topics-box.event {
	background-color: #E51959;
}

.topics-box.expo {
	background-color: var(--banpaku-red);
}

.topics-box .topics-title{
	text-align: center;
	margin: 0;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;;
}

.topics-box .topics-title span{
	font-size: 24px;
	color: #fff;
	line-height: normal;
	position: relative;
	padding-right: 50px;
	font-weight: bold
}

.topics-box.logo-none .topics-title span{
	padding: 0;
}

.topics-box .topics-title span::after {
	content: '';
	display: inline-block;
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.topics-box.news .topics-title span::after {
	background-image: url(../images/icon-news.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.topics-box.recruiting .topics-title span::after {
	background-image: url(../images/icon-recruiting.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.topics-box.event .topics-title span::after {
	background-image: url(../images/icon-event.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.topics-box.expo .topics-title span::after{
	background-image: url(../images/icon-expo.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}


/* --- 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: #D81418;
}

.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 h3{
	color: #e73278;
	padding: 10px 1em 5px 1em;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	text-align: center;
}

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 #news.section01 h2{
	font-size: 130%;
	padding: 10px 15px;
	margin: 20px 0 0 0;
	background: #ebe7f3;
	color: #000;
	box-sizing : border-box;
}

div#chapter0201 #recruiting.section01 h2{
	font-size: 130%;
	padding: 10px 15px;
	margin: 20px 0 0 0;
	background: #fef3cc;
	color: #000;
	box-sizing : border-box;
}

div#chapter0201 #event.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: #0068b7;
	color: #000;
	border-top: 0;
}

div#chapter0201 .section01 h3{
	font-size: 110%;
	margin: 30px 0 0 0;
	color: #008000;
}

div#chapter0201 .section01_01{
	border: 4px solid #0e775d;
    margin: 40px 0 30px 0;
}

div#chapter0201 #news.section01 .section01_01 h2{
    font-size: 160%;
    padding: 10px 15px;
    background: #0e775d;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
	margin-top: 0;
}

div#chapter0201 .section01_01 h3{
    font-size: 120%;
    margin: 30px 0 0 0;
    color: #0e775d;
    text-align: center;
}

div#chapter0201 .section01_01 p{
	padding: 0 10px 0 10px;
}

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 #news.section01 span.mark{
	color: #0081cc;
}

#chapter0201 #recruiting.section01 span.mark{
	color: #D63F08;
}

#chapter0201 #event.section01 span.mark{
	color: #E51959;
}


#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: #C8E3BB;
		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: #C8E3BB;
		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: #C8E3BB;
		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: #C8E3BB;
		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: #0062a1;
	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: #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: #D63F08;
	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;
	}

	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;
	}

}


/* chapter0201 expo start */

/* --- SP ---------- */
@media print,
screen and (max-width: 740px) {
	.page-link{
		flex-wrap: wrap;
	}

	.page-link .link-box {
		width: 49%;
	}

	.page-link .link-box:nth-of-type(2n){
		margin-right: 0;
	}

	.page-link .link-box:nth-of-type(-n+2){
		margin-bottom: 2%;
	}
}

div#chapter0201 #news .expo-traffic h2,
div#chapter0201 #news .expo-traffic h3,
div#chapter0201 #news .expo-traffic h4,
div#chapter0201 #news .expo-traffic p{
	margin: 0;
}

div#chapter0201 #news .expo-traffic h3{
	border-top: none;
	font-size: 130%;
}

div#chapter0201 #news .expo-traffic .img{
	width: 100%;
}

div#chapter0201 #news .expo-traffic .img img{
	width: auto;
}

div#chapter0201 #news .expo-traffic .img-wrap{
	display: flex;
	align-items: center;
}

div#chapter0201 #news .expo-traffic .expo-ttl {
	background: #d81418;
	padding: 10px;
	text-align: center;
}

div#chapter0201 #news .expo-traffic .expo-ttl h2{
	color: #fff;
	padding: 0;
	background: none;
	font-size: 150%;
}

div#chapter0201 #news .expo-traffic .expo-ttl h2 span {
	color: #fffbc6;
}

div#chapter0201 #news .expo-traffic .expo-inner {
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-right-color: #d81418;
	border-bottom-color: #206bae;
	border-left-color: #206bae;
	box-sizing: border-box;
	background-color: #FFF;
	padding: 10px;
}

div#chapter0201 #news .expo-traffic .expo-box{
	margin: 20px 0;
}

div#chapter0201 #news .expo-traffic .tdm h3{
	border-bottom: 1px solid #206bae;
	color: #206bae;
	margin-bottom: 7px;
}

div#chapter0201 #news .expo-traffic .tdm .img-wrap{
	margin-top: 30px;
}

div#chapter0201 #news .expo-traffic .tdm .img-wrap .left{
	width: 44%;
}

div#chapter0201 #news .expo-traffic .tdm .img-wrap p{
	width: 56%;
	font-size: 120%;
	font-weight: bold;
	color: #d81418;
	margin-left: 20px;
}

div#chapter0201 #news .expo-traffic .area h3{
	color: #4169e1;
	border-bottom: 1px solid #000;
	margin-bottom: 7px;
}

div#chapter0201 #news .expo-traffic .area .mark{
	color: #4169e1;
}

div#chapter0201 #news .expo-traffic .area .area-wrap{
	display: flex;
}

div#chapter0201 #news .expo-traffic .area .area-wrap p.ttl{
	font-weight: bold;
	color: #4169e1;
	min-width: 3em;
	width: 9%;
	font-size: 110%;
}

div#chapter0201 #news .expo-traffic .area .area-wrap p:last-child{
	width: 91%;
}

div#chapter0201 #news .expo-traffic .area .area-wrap p.desc{
	width: auto;
}

div#chapter0201 #news .expo-traffic .area .area-box{
	border: 1px solid #000;
	padding: 10px;
	border-radius: 15px;
	margin-top: 10px;
}

div#chapter0201 #news .expo-traffic .area .area-box h4{
	text-align: center;
	color: #4169e1;
	font-size: 110%;
}

div#chapter0201 #news .expo-traffic .access{
	background-color: #fff799;
	padding: 15px;
}

div#chapter0201 #news .expo-traffic .access h3{
	text-align: center;
	color: #000;
}

div#chapter0201 #news .expo-traffic .access .access-box{
	margin-top: 25px;
}

div#chapter0201 #news .expo-traffic .access .access-box .fukidashi{
	background-color: #d3edfb;
	border: 1px solid #000;
	padding: 10px;
	max-width: 310px;
	width: 95%;
	margin: 0 auto;
	border-radius: 30px;
	margin-bottom: 10px;
}

div#chapter0201 #news .expo-traffic .access .access-box .fukidashi p{
	font-weight: bold;
	text-align: center;
	position: relative;
}

div#chapter0201 #news .expo-traffic .access .access-box .fukidashi p::before {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 34px;
	background-color: #d3edfb;
	height: calc(20px / 2 * tan(60deg));
	width: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 2;
}

div#chapter0201 #news .expo-traffic .access .access-box .fukidashi p::after {
	content: '';
	position: absolute;
	bottom: -29px;
	left: 34px;
	background-color: #000;
	height: calc(21px / 2 * tan(60deg));
	width: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 1;
}

div#chapter0201 #news .expo-traffic .access .access-box h4{
	background-color: #d81418;
	border-radius: 30px;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 120%;
}

div#chapter0201 #news .expo-traffic .access .access-box.west h4{
	background-color: #206bae;
}

div#chapter0201 #news .expo-traffic .access .access-item{
	border: 1px solid #d81418;
	border-radius: 15px;
	background-color: #fff;
	margin-top: 10px;
}

div#chapter0201 #news .expo-traffic .access .west .access-item{
	border-color: #206bae;
}

div#chapter0201 #news .expo-traffic .access .access-item .ttl-wrap{
	background-color: #d81418;
	border-radius: 13px 13px 0 0;
	padding: 10px;
	color: #fff;
	display: flex;
	align-items: center;
}

div#chapter0201 #news .expo-traffic .access .west .access-item .ttl-wrap{
	background-color: #206bae;
}

div#chapter0201 #news .expo-traffic .access .access-item .ttl-wrap.text-none{
	border-radius: 13px;
}

div#chapter0201 #news .expo-traffic .access .access-item .ttl-wrap .img{
	max-width: 80px;
}

div#chapter0201 #news .expo-traffic .access .access-item .ttl-wrap p{
	margin-left: 15px;
	font-weight: bold;
}

div#chapter0201 #news .expo-traffic .access .access-item .desc-wrap{
	padding: 10px;
}

div#chapter0201 #news .expo-traffic .access .access-item .desc-wrap .bold{
	font-size: 110%;
}

div#chapter0201 #news .expo-traffic .access .access-item .desc-wrap .bold span{
	background: linear-gradient(transparent 70%, #f9e3d6 0%);
}

div#chapter0201 #news .expo-traffic .access .west .access-item .desc-wrap .bold span{
	background: linear-gradient(transparent 70%, #d3edfb 0%);
}

div#chapter0201 #news .expo-traffic .access .access-item .desc-wrap p:nth-of-type(2){
	margin-top: 10px;
}

div#chapter0201 #news .expo-traffic .access .access-item .desc-wrap .example span{
	background-color: #d81418;
	padding: 5px 5px 3px 5px;
	color: #fff;
}

div#chapter0201 #news .expo-traffic .access .west .access-item .desc-wrap .example span{
	background-color: #206bae;
}

div#chapter0201 #news .expo-traffic .access .west .access-item .img-wrap{
	align-items: flex-start;
	justify-content: center;
	margin-top: 10px;
}

div#chapter0201 #news .expo-traffic .access .west .access-item .img-wrap .image20{
	margin: 0;
	width: 100%;
}

div#chapter0201 #news .expo-traffic .access .west .access-item .img-wrap .image20:last-child{
	margin-left: 20px;
}

/* chapter0201 expo end */

#chapter0103 .fv {
		background-color: #e2f2f7;
		padding: 8px;
		box-sizing: border-box;
		border-radius: 5px;
		border: 2px solid #1262aa;
	}

	#chapter0103 .clearfix::after {
		content: '';
		display: block;
		clear: both;
	}

	#chapter0103 .fv span.mark {
		color: #1262aa;
	}

	#chapter0103 .midori span.mark {
		color: #2b825c;
	}

	#chapter0103 .asmail span.mark {
		color: #fef685;
	}

	#chapter0103 .indent {
		padding-left: 1em;
		text-indent: -1em;
	}


	#chapter0103 .answer .text-box{
		background: #c5e7f9;
	}

	#chapter0103 .answer .text-box h4{
		color: #125fa8;
	    padding: 5px;
	    font-size: 130%;
	    text-align: center;
	}


	#chapter0103 .blue {
		color: #1262aa;
	}

	#chapter0103 .red {
		color: #d61318;
	}

	#chapter0103 .green {
		color: #2b825c;
	}

	#chapter0103 .blueline {
		border-bottom: 1px solid #1262aa;
	}

	#chapter0103 .redline {
		border-bottom: 1px solid #d61318;
	}

	#chapter0103 .greenline {
		border-bottom: 1px solid #2b825c;
	}

	#chapter0103 .main-ttl {
		color: #1262aa;
		text-align: center;
	}

	#chapter0103 .main-ttl b {
		-webkit-text-stroke: 5px #1262aa;
		paint-order: stroke fill;
		color: #fef685;
		font-size: 140%;
	}

	#chapter0103 .qa-box {
		position: relative;
		border: 5px solid #87d4f6;
		border-radius: 15px;
		box-sizing: border-box;
		padding: 15px;
		background-color: #ffffff;
		margin: 30px auto;
	}

	#chapter0103 .qa-box .question {
		position: relative;
		display: flex;
		align-items: flex-end;
		margin-left: 50px;
		box-sizing: border-box;
		margin-bottom: 30px;
		border-bottom: 2px dotted #1262aa;
	}

	#chapter0103 .qa-box .question .balloon,
	#chapter0103 .qa-box .answer .balloon{
		color: #fff;
		font-size: 25px;
		border-radius: 50%;
		padding: 10px;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#chapter0103 .qa-box .question .balloon {
		position: absolute;
		bottom: 8px;
		left: -50px;
		font-weight: bold;
		background-color: #1262aa;
		line-height: 1;
	}

	#chapter0103 .qa-box .question .qttl {
		margin: 0 0 0;
	}

	#chapter0103 .qa-box .question .gazo img {
		max-width: 100%;
		width: auto;
		height: auto;
		vertical-align: bottom;
	}

	#chapter0103 .qa-box .answer {
		position: relative;
		padding-left: 50px;
		box-sizing: border-box;
	}

	#chapter0103 .qa-box .answer .balloon {
		position: absolute;
		top: -10px;
		left: 0;
		font-weight: bold;
		background-color: #d61318;
		line-height: 1;
	}

	#chapter0103 .qa-desc{
		background-color: #fff;
		padding: 10px 10px 10px calc(10px + 1em);
		border-radius: 15px;
		border: 2px solid #1262aa;
	}

	#chapter0103 .midori {
		background-color: #e6eeea;
		padding: 8px;
		box-sizing: border-box;
		border-radius: 5px;
		margin: 20px auto;
	}

	#chapter0103 .midori .ttl {
		background-color: #2b825c;
		color: #fff;
		text-align: center;
		padding: 8px;
		margin-top: 0;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}

	#chapter0103 .midori .sodan {
		background-color: #2b825c;
		color: #fff;
		padding: 0 15px;
		display: inline-block;
		box-sizing: border-box;
		margin-bottom: 0;
		border-radius: 15px;
	}

	#chapter0103 .midori .wrap {}

	#chapter0103 .midori .wrap .wttl {
		position: relative;
		display: flex;
		align-items: center;
	}

	#chapter0103 .midori .wrap .wttl::before {
		content: '\025b6';
		background-color: #2b825c;
		color: #ffffff;
		border-radius: 50%;
		width: 2.5em;
		height: 2.5em;
		display: grid;
		font-size: 10px;
		place-content: center;
		margin-right: 8px;
	}

	#chapter0103 .midori .wrap table {
		margin: 0 auto;
	}

	#chapter0103 .midori .wrap table th,
	#chapter0103 .midori .wrap table td {
		padding: 5px 10px;
		box-sizing: border-box;
	}

	#chapter0103 .midori .wrap table th {
		background-color: #2b825c;
		color: #fff;
	}

	#chapter0103 .midori .wrap table td {
		background-color: #bad988;
	}

	#chapter0103 .midori .wrap .flex {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 30px;
		margin: 30px auto;
	}

	#chapter0103 .midori .wrap .flex .box1 {
		background-color: #fff;
		border: 1px solid #2b825c;
	}

	#chapter0103 .midori .wrap .flex .box1 p {
		margin: 0;
	}

	#chapter0103 .midori .wrap .flex .box1 .ttl1 {
		background-color: #2b825c;
		color: #fff;
		padding: 5px 10px;
		box-sizing: border-box;
	}

	#chapter0103 .midori .wrap .flex .box1 .inner {
		padding: 10px;
		box-sizing: border-box;
	}

	#chapter0103 .midori .wrap .flex .img img {
		max-width: 100%;
		width: auto;
		height: auto;
		vertical-align: bottom;
	}

	#chapter0103 .asmile {
		background-color: #fffbc4;
		padding: 8px;
		box-sizing: border-box;
		border-radius: 5px;
	}

	#chapter0103 .asmile .ttl {
		color: #1262aa;
		text-align: center;
	}

	#chapter0103 .asmile .alead {
		font-size: 120%;
		font-weight: bold;
		line-height: 1.7;
	}

	#chapter0103 .asmile .alead .stroke {
		-webkit-text-stroke: 5px #1262aa;
		paint-order: stroke fill;
		color: #fef685;
		font-size: 140%;
	}

	#chapter0103 .asmile .alead .box-stroke {
		-webkit-text-stroke: 5px #1262aa;
		paint-order: stroke fill;
		color: #ffffff;
		border: 1px solid #1262aa;
		background-color: #fef685;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#chapter0103 .asmile .alead .maru {
		position: relative;
		border: 1px solid #1262aa;
		border-radius: 50%;
		width: 1.5em;
		height: 1.5em;
		background-color: #fff;
		line-height: 1.4;
		color: #1262aa;
		display: inline-block;
		text-align: center;
		margin: 0 -5px 0 -5px;
	}

	#chapter0103 .asmile .desc {
		position: relative;
		padding-left: calc(5em + 8px);
	}

	#chapter0103 .asmile .desc span {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		border-radius: 3px;
		background-color: #1262aa;
		color: #ffffff;
		padding: 2px 5px;
		box-sizing: border-box;
		width: 5em;
		text-align: center;
		font-weight: bold;
	}

	#chapter0103 .asmile .balloon {
		text-align: center;
		font-weight: bold;
	}

	#chapter0103 .asmile .flex {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 15px;
	}

	#chapter0103 .asmile .flex .img img {
		max-width: 100%;
		width: auto;
		height: auto;
		vertical-align: bottom;
	}

	#chapter0103 .asmile .kenkatsu {
		background-color: #f2f5d5;
		border: 1px solid #2b825c;
		border-radius: 15px;
		padding: 15px;
		box-sizing: border-box;
		text-align: center;
		margin: 30px auto;
		max-width: max-content;
	}

	#chapter0103 .asmile .kenkatsu p {
		text-align: center;
	}

	#chapter0103 .asmile .kenkatsu .wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 8px;
	}

	#chapter0103 .asmile .kenkatsu .wrap .box .text {
		position: relative;
		color: #297554;
		font-weight: bold;
		border-top: 1px solid #297554;
		border-bottom: 1px solid #297554;
	}

	#chapter0103 .asmile .kenkatsu .wrap .box .text::before,
	#chapter0103 .asmile .kenkatsu .wrap .box .text::after {
		content: '';
		display: inline-block;
		position: absolute;
		right: -5px;
		border-top: 1px solid #2b825c;
		width: 2em;
	}

	#chapter0103 .asmile .kenkatsu .wrap .box .text::before {
		top: -12px;
		transform: rotate(45deg);
	}

	#chapter0103 .asmile .kenkatsu .wrap .box .text::after {
		bottom: -12px;
		transform: rotate(-45deg);
	}

	#chapter0103 .asmile .kenkatsu .wrap .box img {
		max-width: 100%;
		width: auto;
		height: auto;
		vertical-align: bottom;
	}

	/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	#chapter0103 .main-ttl {
		font-size: 20px;
	}
	#chapter0103 .main-ttl b {
		font-size: 110%;
	}

	#chapter0103 .qa-box .question {
		margin-left: 25px;
	}

	#chapter0103 .qa-box .question .balloon,
	#chapter0103 .qa-box .answer .balloon{
		font-size: 20px;
		width: 30px;
		height: 30px;
	}

	#chapter0103 .qa-box .question .balloon {
		bottom: 30px;
		left: -35px;
	}

	#chapter0103 .qa-box .answer .balloon {
		left: -10px;
		top: 0;
	}

	#chapter0103 .qa-box .answer {
		padding-left: 25px;
	}

	#chapter0103 .qa-box .answer .img_center {
		width: 100%;
	}

	#chapter0103 .section04 {
		margin-top: 30px;
	}

	#chapter0103 .section04 .title h2 {
		font-size: 20px;
	}

	#chapter0103 .midori .wrap .flex {
		column-gap: 8px;
	}

	#chapter0103 .midori .wrap .wttl {
		display: block;
	}

	#chapter0103 .midori .wrap .wttl::before {
		display: inline-block;
		text-align: center;
	}

	#chapter0103 .asmile .kenkatsu {
		padding: 8px;
	}
}


/* chapter0101 start */

div#chapter0101 h2,
div#chapter0101 h3,
div#chapter0101 h4,
div#chapter0101 p{
	margin: 0;
}

#chapter0101 div.img{
	width: 100%;
}

#chapter0101 div.img img{
	width: 100%;
}

#chapter0101 .title{
	margin-bottom: 20px;
}

#chapter0101 .title h2{
	line-height: 1.6;
}

#chapter0101 .title h2 span{
	font-size: 130%;
}

#chapter0101 .title h2 .ttl-bk{
	background-color: #8d5b25;
	padding: 1px 3px;
	margin: 0 3px;
	color: #fff;
}

#chapter0101 .title h2 .ttl-line{
	color: #0068b7;
	background: linear-gradient(transparent 87%, #fdd000 0%);
}

#chapter0101 .title h3{
	margin: 15px 0 5px;
	text-align: center;
}

#chapter0101 .title h3 span{
	color: #0068b7;
	font-size: 85%;
}

#chapter0101 .title p{
	color: #0068b7;
	font-size: 90%;
}

div#chapter0101 .section01{
	background-color: unset;
	padding: 0;
}

div#chapter0101 .problem h3{
	color: #000;
	margin-bottom: 10px;
	padding: 0;
}

div#chapter0101 .problem h3 span{
	font-size: 130%;
	color: #c30d23;
}

div#chapter0101 .problem .image60{
	margin: 15px auto 0;
}

div#chapter0101 .problem .table-caution{
	font-size: 90%;
	margin-bottom: 20px;
}

div#chapter0101 .problem .problem-desc span{
	font-weight: bold;
	background: linear-gradient(transparent 70%, #fadbcc 0%);
}

div#chapter0101 .arrow-box{
	margin: 20px auto 40px;
	background-color: #1562af;
	color: #fff;
	padding: 10px 10px 0;
	position: relative;
}

div#chapter0101 .arrow-box::after{
	content: '';
	display: inline-block;
	background-color: #1562af;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: calc(48px / 2);
	max-width: 628px;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

div#chapter0101 .arrow-box p{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

div#chapter0101 .action-box{
	margin-bottom: 20px;
	border: 3px solid;
	border-color: transparent #fcdcc2 #fcdcc2 transparent;
}

div#chapter0101 .action-box h3.ttl{
	background-color: #a66826;
	color: #fff;
	padding: 5px;
	border-radius: 0;
	margin: 0;
}

div#chapter0101 .action-box .action-inner{
	padding: 10px 10px 10px 0;
}

div#chapter0101 .action-box .action-inner h4.sub-ttl{
	color: #be512d;
	margin-bottom: 10px;
}

div#chapter0101 .action-box .action-inner .desc-box.top{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #f18b1e;
}

div#chapter0101 .action-box .action-inner .desc-box .desc{
	margin-bottom: 10px;
}

div#chapter0101 .action-box .action-inner .example-wrap{
	display: flex;
	flex-wrap: wrap;
}

div#chapter0101 .action-box .action-inner .example-wrap .img-box{
	width: 28%;
	margin-right: 9%;
	margin-bottom: 4%;
}

div#chapter0101 .action-box .action-inner .example-wrap .img-box:nth-of-type(2n){
	margin-right: 0;
}

div#chapter0101 .action-box .action-inner .example-wrap .img-box:nth-of-type(n+3){
	margin-bottom: 0;
}

div#chapter0101 .ordinance-wrap{
	margin: 30px 0;
}

div#chapter0101 .ordinance-wrap h3.ttl{
	text-align: left;
	color: #1562af;
	margin: 0 0 10px;
	padding: 0;
}

div#chapter0101 .ordinance-wrap h4{
	margin: 10px 0 5px;
}

div#chapter0101 .ordinance-wrap h4 .ordinance-bk{
	background-color: #fee793;
}

div#chapter0101 .ordinance-wrap h4 .fukidashi{
	margin-left: 1em;
	background-color: #2a7dac;
	color: #fff;
	padding: 1px 5px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	font-size: 88%;
}

div#chapter0101 .ordinance-wrap h4 .fukidashi::before{
	content: '';
	display: inline-block;
	background-color: #2a7dac;
	height: calc(11px / 2 * tan(60deg));
	width: 11px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

div#chapter0101 .pillar-wrap{
	margin: 30px 0;
}

div#chapter0101 .pillar-wrap h3{
	color: #fff;
	margin: 0;
	padding: 5px;
	background-color: #1562af;
	border-radius: 0;
}

div#chapter0101 .pillar-wrap .pillar-box{
	margin: 7px 0 15px;
	display: flex;
	justify-content: space-between;
}

div#chapter0101 .pillar-wrap .pillar-box .pillar-item{
	width: 32%;
	display: flex;
	flex-direction: column;
}

div#chapter0101 .pillar-wrap .pillar-box .pillar-ttl,
div#chapter0101 .pillar-wrap .pillar-box .pillar-desc{
	padding: 7px;
	box-sizing: border-box;
}

div#chapter0101 .pillar-wrap .pillar-box .pillar-ttl{
	color: #fff;
	background-color: #2a7dac;
	height: 68px;
}

div#chapter0101 .pillar-wrap .pillar-box .pillar-desc{
	background-color: #e1ebf8;
	flex-grow: 1;
}

div#chapter0101 .pillar-wrap .pillar-box .pillar-desc ul{
	margin: 0;
}

div#chapter0101 .pillar-wrap .pillar-box .pillar-desc ul li{
	position: relative;
}

div#chapter0101 .pillar-wrap .pillar-box .pillar-desc ul li::before{
	content: '・';
	display: inline-block;
	position: absolute;
	left: -1em;
}

div#chapter0101 .section02{
	background-color: #09828b;
	padding: 10px;
	color: #fff;
}

div#chapter0101 .section02 h3{
	padding: 0;
	margin: 0;
	background-color: unset;
}

/* --- SP ---------- */
@media print,
screen and (max-width: 740px) {
	div#chapter0101 .arrow-box{
		font-size: 90%;
	}

	div#chapter0101 .action-box .action-inner .example-wrap .img-box{
		width: 45.5%;
	}

	div#chapter0101 .pillar-wrap .pillar-box .pillar-ttl,
	div#chapter0101 .pillar-wrap .pillar-box .pillar-desc{
		font-size: 85%;
		padding: 3px;
	}
}

@media print,
screen and (max-width: 574px) {
	div#chapter0101 .pillar-wrap .pillar-box .pillar-ttl{
		height: 75px;
	}
}

/* chapter0101 end */