@charset "UTF-8";


/* ============================================================
table
============================================================ */

.sp_scroll{}
.sp_scroll .sp_scroll_cnt{}

@media screen and (max-width:767px){
	.sp_scroll{
		padding-bottom: 4px;
		overflow-x: auto;
		transform: scale(1, -1); 
	}
	.sp_scroll .sp_scroll_cnt{
		transform: scale(1, -1); 
	}
	.sp_scroll .sp_scroll_cnt th,
	.sp_scroll .sp_scroll_cnt td {
		white-space: nowrap;
	}

	.sp_scroll::-webkit-scrollbar{
		height: 4px;
	}
	.sp_scroll::-webkit-scrollbar-track{
		background-color: #d9e1e4;
		border-radius: 10px;
	}
	.sp_scroll::-webkit-scrollbar-thumb{
		background-color: rgba(255,255,255,0.5);
		border-radius: 10px;
	}
}


.table_normal th,
.table_normal td {
	text-align: left;
	padding: 12px;
	border-top: 1px solid #bebec8;
	border-right: 1px solid #bebec8;
	vertical-align: top;
	word-break: break-word;
}
.table_normal thead:first-of-type tr:first-of-type th{
	border-top: none;
}
.table_normal tr td:last-child,
.table_normal tr th:last-child{
	border-right: none;
}
.table_normal tr th:first-of-type{
	border-right: 1px solid #bebec8;
}
.table_normal th.dotted_bottom,
.table_normal td.dotted_bottom{
	border-bottom: 1px dotted #bebec8;
}
.table_normal th.dotted_right,
.table_normal td.dotted_right{
	border-right: 1px dotted #bebec8;
}
.table_normal th{
	font-weight: bold;
}
.table_normal thead th{
	background-color: #dae1e5;
}
.table_normal thead + tbody th{
	background-color: #ecf0f2;
}
.table_normal .bg_gray th,
.table_normal th.bg_gray,
.table_normal .bg_gray td,
.table_normal td.bg_gray{
	background-color: #dae1e5;
}
.table_normal .bg_gray02 th,
.table_normal th.bg_gray02,
.table_normal .bg_gray02 td,
.table_normal td.bg_gray02{
	background-color: #f5f6f8;
}
.table_padding_medium th,
.table_padding_medium td{
	padding: 8px;
}
.table_padding_small th,
.table_padding_small td{
	padding: 12px 3px;
}
.table_normal .brdr_slash_leftup {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2MwYmZjNztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
}
.table_normal .brdr_slash_rightup {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2MwYmZjNztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
}
.table_normal.table_no_bg tr th,
.table_normal.table_no_bg tr td{
	border-right: none;
}
@media screen and (max-width:767px) {
	.sp_scroll,
	.table_normal {
		margin-bottom: 30px;
	}
	.sp_scroll .table_normal {
		margin-bottom: 10px;
		margin-bottom: -4px;
	}
}


/* ============================================================
botton
============================================================ */

.btn_type01 a,
.btn_type01_large a,
.btn_type01_arwl a,
.btn_type01_arwl_large a,
.btn_dl_type01 a,
.btn_blank a{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border: 1px solid #ddd;
	color: #222222;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	line-height: 1.4;
	background-color: #fff;
	z-index: 0;
	transition: all .2s;
	font-weight: bold;
}
.btn_type01 a:before,
.btn_type01_large a:before,
.btn_type01_arwl a:before,
.btn_type01_arwl_large a:before,
.btn_dl_type01 a:before,
.btn_blank a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 23px;
	height: 6px;
	display: block;
	margin-top: -0.2em;
	z-index: -1;
	transition: all .2s;
	background: url(/jpn/common_v3/images/icon_arrow_red.png) no-repeat ;
}
.btn_type01_arwl a:before,
.btn_type01_arwl_large a:before{
	right: auto;
	left: 15px;
	background: url(/jpn/common_v3/images/icon_arrow_red_return.png) no-repeat ;
}
.btn_dl_type01 a:before{
	top: 43%;
	width: 17px;
	height: 17px;
	background: url(/jpn/common_v3/images/icon_download_red.svg) no-repeat ;
}
.btn_pdf_dl_type01 a:before{
	top: 46%;
	width: 27px;
	height: 15px;
	background: url(/jpn/common_v3/images/icon_pdf_red.svg) center center no-repeat;
}
.btn_blank a:before{
	top: 48%;
	width: 15px;
	height: 13px;
	background: url(/jpn/common_v3/images/icon_blank_red.png) no-repeat ;
}
.btn_block._col3_2{
	display: flex;
	flex-wrap: wrap;
}
.btn_block.btn_type01 sub,
.btn_block.btn_type01_arwl sub,
.btn_block.btn_type01_large sub,
.btn_block.btn_type01_arwl_large sub,
.btn_block.btn_dl_type01 sub,
.btn_block.btn_large_blank sub,
.btn_block.btn_blank sub{
	bottom: -.2em;
}
@media print, screen and (min-width:768px){
	.btn_block {
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.btn_block.btn_type01,
	.btn_block.btn_type01_arwl,
	.btn_block.btn_type01_large,
	.btn_block.btn_type01_arwl_large,
	.btn_block.btn_dl_type01,
	.btn_block.btn_large_blank,
	.btn_block.btn_blank{
		min-width: 383px;
		max-width: 580px;
		display: table;
	}
	.btn_type01 a,
	.btn_type01_arwl a,
	.btn_dl_type01 a,
	.btn_blank a{
		height: 100%;
		min-height: 77px;
	}
	.btn_type01 a,
	.btn_dl_type01 a,
	.btn_blank a{
		padding: 15px 50px 15px 30px;
	}
	.btn_type01_arwl a{
		padding: 15px 30px 15px 40px;
	}
	.btn_type01 a,
	.btn_type01_large a,
	.btn_type01_arwl a,
	.btn_type01_arwl_large a,
	.btn_dl_type01 a,
	.btn_blank a{
		transition: all .3s;
		font-size: 18px;
		overflow: hidden;
	}
	.btn_type01 a:hover,
	.btn_type01_large a:hover,
	.btn_type01_arwl a:hover,
	.btn_type01_arwl_large a:hover,
	.btn_dl_type01 a:hover,
	.btn_blank a:hover{
		color: #ffffff;
		transition: all .2s;
	}
	.btn_type01 a:after,
	.btn_type01_large a:after,
	.btn_type01_arwl a:after,
	.btn_type01_arwl_large a:after,
	.btn_dl_type01 a:after,
	.btn_blank a:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: #ff0a14;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		z-index: -2;
	}
	.btn_type01 a:hover:after,
	.btn_type01_large a:hover:after,
	.btn_dl_type01 a:hover:after,
	.btn_blank a:hover:after{
		transform:scale(1, 1);
		transform-origin: left top;
		visibility: visible;
	}
	.btn_type01 a:hover:before,
	.btn_type01_large a:hover:before{
		background: url(/jpn/common_v3/images/icon_arrow_wh.png) no-repeat ;
	}
	.btn_type01_arwl a:hover:before,
	.btn_type01_arwl_large a:hover:before{
		background: url(/jpn/common_v3/images/icon_arrow_wh_return.png) no-repeat ;
	}
	.btn_dl_type01 a:hover:before{
		background: url(/jpn/common_v3/images/icon_download_wh.svg) no-repeat ;
	}
	.btn_pdf_dl_type01 a:hover:before{
		background: url(/jpn/common_v3/images/icon_pdf_wh.svg) center center no-repeat;
	}	
	.btn_blank a:hover:before{
		background: url(/jpn/common_v3/images/icon_blank_wh.png) no-repeat ;
	}
}
@media screen and (max-width:767px){
	.btn_block {
		margin-bottom: 30px;
	}
	.btn_type01_arwl,
	.btn_dl_type01,
	.btn_block{
		width: 80%;
		min-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.btn_type01 a,
	.btn_type01_large a,
	.btn_type01_arwl a,
	.btn_type01_arwl_large a{
		padding: 15px 45px 15px 15px;
		height: 100%;
		font-size: 18px;
	}
}

/* ============================================================
search
============================================================ */

.mf_finder_searchBox_form{
	position: relative;
	z-index: 1;
}
.mf_finder_searchBox_form *{
	box-sizing: border-box;
}
.mf_finder_searchBox_form .mf_finder_searchBox_query_input{
	width: 100%;
	border: 1px solid #c0bfc7;
	box-sizing: border-box;
	outline: 0;
	font-size: 1.6rem;
}
.mf_finder_searchBox_form .mf_finder_searchBox_submit{
	width: 80px;
	height: 100%;
	border: none;
	background-color: #1ba2e6;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.mf_finder_searchBox_form .mf_finder_searchBox_suggest_items{
	background-color: #fff;
	border: 1px solid #c0bfc7;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
}
.mf_finder_searchBox_form .mf_finder_searchBox_suggest_item{
	border-top: 1px solid #c0bfc7;
}
.mf_finder_searchBox_form .mf_finder_searchBox_suggest_item:first-child{
	border-top: none;
}
.mf_finder_searchBox_form .mf_finder_searchBox_suggest_item.mf_finder_searchBox_suggest_item_cur{}
.mf_finder_searchBox_form .mf_finder_searchBox_suggest_item .mf_finder_searchBox_suggest_link{
	color: #222;
	text-decoration: none;
	display: block;
}
.mf_finder_searchBox_form .mf_finder_searchBox_suggest_item .mf_finder_searchBox_suggest_link:hover{
	background-color: #ecf0f2;
	color: #1ba1e6;
}
.mf_finder_searchBox_form .mf_finder_searchBox_submit{
	border-radius: 0;
}
header .mf_finder_searchBox_items,
footer .mf_finder_searchBox_items{
	padding: 0;
}
@media print, screen and (min-width:768px) {
	#header .mf_finder_searchBox,
	#footer .mf_finder_searchBox{
		margin: 0;
	}
}

@media print, screen and (min-width:768px) {
	.mf_finder_searchBox_form{
		width: 450px;
	}
	#footer .mf_finder_searchBox_form{
		width: 341px;
	}
	.mf_finder_searchBox_form .mf_finder_searchBox_query_input{
		padding: 11px 90px 11px 18px;
	}
	.mf_finder_searchBox_form .mf_finder_searchBox_submit{
		transition: opacity .2s;
	}
	.mf_finder_searchBox_form .mf_finder_searchBox_submit:hover{
		opacity: .7;
	}
	.mf_finder_searchBox_form .mf_finder_searchBox_suggest_items{
		width: calc(100% - 80px);
	}
	.mf_finder_searchBox_form .mf_finder_searchBox_suggest_item .mf_finder_searchBox_suggest_link{
		padding: 10px 18px;
	}
}
@media screen and (max-width:767px) {
	.mf_finder_searchBox_form .mf_finder_searchBox_query_input{
		padding: 12px 90px 12px 18px;
	}
	.mf_finder_searchBox_form .mf_finder_searchBox_suggest_items{
		width: 100%;
	}
	.mf_finder_searchBox_form .mf_finder_searchBox_suggest_item .mf_finder_searchBox_suggest_link{
		padding: 10px 18px;
	}
}

/* ============================================================
common
============================================================ */

@media print, screen and (min-width:768px){

	h2.ttl_bdr_gray_txt {
		position: relative;
		margin: 40px 0 40px;
		padding-bottom: 20px;
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: .05em;
	}
	h2.ttl_bdr_gray_txt::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #dddddd;
	}
	h2.ttl_bdr_gray_txt::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100px;
		height: 2px;
		background-color: #1ba1e6;
	}
	h3.ttl_bdr_left {
		position: relative;
		margin: 40px 0 35px;
		padding-left: 20px;
		font-size: 2.2rem;
		letter-spacing: .03em;
	}
	h3.ttl_bdr_left::before {
		content: '';
		position: absolute;
		top: -0.11em;
		left: 0;
		width: 4px;
		height: 30px;
		background-color: #1ba1e6;
	}
}


@media screen and (max-width:767px) {

	h2.ttl_bdr_gray_txt {
		position: relative;
		margin: 40px 0 40px;
		padding-bottom: 10px;
		line-height: 1.4;
		font-size: 2.3rem;
		font-weight: 700;
		letter-spacing: .05em;
		font-feature-settings: 'palt';
	}
	h2.ttl_bdr_gray_txt::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #ddd;
	}
	h2.ttl_bdr_gray_txt::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100px;
		height: 2px;
		background-color: #1ba1e6;
	}
	h3.ttl_bdr_left {
		position: relative;
		margin: 40px 0 35px;
		padding-left: 16px;
		font-size: 1.8rem;
		letter-spacing: .03em;
	}
	h3.ttl_bdr_left::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 20px;
		background-color: #1ba1e6;
	}
}


/* ============================================================
index
============================================================ */

/* pc
-------------------------------------------------- */

@media print, screen and (min-width:768px){
	body.sakubun.index header {
		z-index: 1;
	}
	body.sakubun.index main {
		z-index: 2;
	}
	body.sakubun.index aside.ttl {
		position: relative;
		/*width: 1176px;*/
		height: 755px;
		background: url(/jpn/consumer/kids/pickup/sakubun/images/ttl_bg_pc.jpg) no-repeat;
		background-size: contain;
	}
	body.sakubun.index aside.ttl h1 {
		position: absolute;
		top: 0;
		left: 155px;
		width: 70%;
	}
	body.sakubun.index aside.ttl h1::before {
		content: none;
	}
	body.sakubun.index aside.ttl p.copy {
		position: absolute;
		top: 8px;
		right: 8px;
		width: auto;
		margin: 0;
	}
	.sakubun_index_about {
		position: relative;
		margin: -70px 0 60px 32px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 700;
	}
	.sakubun_index_about dt {
		display: flex;
		align-items: center;
		width: 706px;
		height: 54px;
		margin-bottom: 26px;
		padding-left: 32px;
		background: url(/jpn/consumer/kids/pickup/sakubun/images/about_bg.png) no-repeat;
		font-size: 28px;
		color: #fff;
	}
	.sakubun_index_about dd {
		line-height: 1.75;
		font-size: 20px;
		color: #222;
		transform: rotate(0.03deg);
	}
	.sakubun_point {
		/*position: relative;*/
		margin-bottom: 80px;
		/*padding-left: 387px*/
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
	}
	.sakubun_point dl.limit {
		display: inline-block;
		margin: 16px 0 0;
		padding: 6px 16px 11px;
		line-height: 1;
		border-radius: 10px;
		background-color: rgb(246, 249, 228);
		font-size: 24px;
		font-weight: 900;
		color: #222;
		letter-spacing: .05em;
	}
	.sakubun_point dl.limit dt,
	.sakubun_point dl.limit dd {
		display: inline-block;
		vertical-align: bottom;
	}
	.sakubun_point dl.limit em {
		font-size: 32px;
	}
	.sakubun_point section.box_dotted {
		margin: 10px 0 0;
		padding: 18px 8px 16px 18px;
		border: dotted 2px #16943f;
		border-radius: 10px;
		font-size: 18px;
	}
	.sakubun_point section.box_dotted div {
		display: flex;
	}
	.sakubun_point section.box_dotted div:first-child {
		margin-bottom: 12px;
	}
	.sakubun_point section.box_dotted dt {
		color: #16943f;
		font-weight: 900;
		white-space: nowrap;
	}
	.sakubun_point section.box_dotted dt::before {
		content: '';
		display: inline-block;
		width: 36px;
		height: 36px;
		margin-right: 10px;
		vertical-align: middle;
		background: url(/jpn/consumer/kids/pickup/sakubun/images/icon_pencil.png);
	}
	.sakubun_point section.box_dotted dd {
		line-height: 1.7;
		color: #222;
		font-weight: 700;
		font-feature-settings: 'palt';
		letter-spacing: .05em;
		/*white-space: nowrap;*/
	}
	.sakubun_point p.original_note {
		/*position: absolute;
		top: 25px;
		left: 10px;*/
		text-align: center;
	}
	.sakubun_point p.original_note img {
		display: block;
		margin-bottom: 5px;
	}
	.sakubun_point p.original_note span {
		display: block;
		line-height: 1.6;
		font-size: 1.4rem;
		font-weight: 700;
		color: #222;
	}
	body.sakubun.index article p.text {
		margin-bottom: 70px;
		line-height: 1.8;
		font-size: 1.6rem;
		color: #333;
	}
	.index_box_gray {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
		margin: 100px 0 50px;
		padding: 50px 0;
		background: #f6f7f8;
	}
	.index_box_gray h3 {
		position: relative;
		top: -8px;
	}
	.index_box_gray p.btn_block {
		position: relative;
		left: -60px;
		margin: 0;
		padding: 0;
	}
	.btn_block._col2{
		display: flex;
    flex-wrap: wrap;
	}

}



/* sp
-------------------------------------------------- */

@media screen and (max-width:767px) {

	body.sakubun.index header > div.inner {
		background: #f6f7f8;
		border-bottom: solid 1px #f6f7f8;
	}
	body.sakubun.index aside.ttl div.inner {
		background: none;
		width: auto;
		margin: 0;
	}
	body.sakubun.index aside.ttl {
		position: relative;
		width: 100%;
		height: 72vw;
		margin: 0 0 10vw;
		padding: 0;
		background: url(/jpn/consumer/kids/pickup/sakubun/images/ttl_bg_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	body.sakubun.index header aside.ttl > div.inner {
		padding: 0;
		margin: 0;
	}
	body.sakubun.index header aside.ttl h1 {
		padding: 0;
	}
	body.sakubun.index header aside.ttl h1::before {
		content: none;
	}
	body.sakubun.index aside.ttl h1 {
		position: absolute;
		top: 0;
		left: 9vw;
		width: 80%;
	}
	body.sakubun.index aside.ttl div.inner {
		padding: 6vw 0 0;
	}
	body.sakubun.index aside.ttl p.copy {
		position: absolute;
		bottom: -14vw;
		right: 4vw;
		width: 36vw;
	}
	.sakubun_index_about {
		position: relative;
		margin-bottom: 10vw;
		padding: 0 20px 6vw;
		background: #f6f7f8;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 700;
	}
	.sakubun_index_about dt {
		margin-bottom: 1em;
		padding: 0.8em 1em;
		line-height: 1.6;
		background-image: linear-gradient(
		90deg,
		hsl(140deg 74% 33%) 0%,
		hsl(155deg 100% 30%) 11%,
		hsl(164deg 100% 31%) 22%,
		hsl(172deg 100% 31%) 33%,
		hsl(180deg 100% 32%) 44%,
		hsl(186deg 100% 36%) 56%,
		hsl(191deg 100% 39%) 67%,
		hsl(194deg 100% 42%) 78%,
		hsl(196deg 100% 44%) 89%,
		hsl(200deg 80% 50%) 100%
		);
		font-size: 2rem;
		color: #fff;
	}
	.sakubun_index_about dd {
		line-height: 1.7;
		font-size: 1.7rem;
		color: #222;
		text-align: justify;
		font-feature-settings: 'palt';
	}
	.sakubun_index_about dd br {
		display: none;
	}
	.sakubun_point {
		padding: 0 20px;
	}
	.sakubun_point dl.limit {
		margin: 16px 0 0;
		padding: 16px 16px 16px;
		line-height: 1.2;
		border-radius: 10px;
		background-color: rgb(246, 249, 228);
		font-size: 1.6rem;
		font-weight: 900;
		color: #222;
	}
	.sakubun_point dl.limit em {
		font-size: 2.4rem;
	}
	.sakubun_point section.box_dotted {
		margin: 10px 0 0;
		padding: 18px 12px 20px 12px;
		line-height: 1.6;
		font-size: 1.6rem;
		border: dotted 2px #16943f;
		border-radius: 10px;
	}
	.sakubun_point section.box_dotted div:first-child {
		margin-bottom: 16px;
	}
	.sakubun_point section.box_dotted dt {
		margin-bottom: 2px;
		color: #16943f;
		font-weight: 900;
	}
	.sakubun_point section.box_dotted dt::before {
		content: '';
		position: relative;
		top: -0.1em;
		display: inline-block;
		width: 1.2em;
		height: 1.2em;
		margin-right: 6px;
		vertical-align: middle;
		background: url(/jpn/consumer/kids/pickup/sakubun/images/icon_pencil.png);
		background-size: 1.2em;
	}
	.sakubun_point section.box_dotted dd {
		color: #222;
		font-weight: 700;
	}
	.sakubun_point p.original_note {
		text-align: center;
	}
	.sakubun_point p.original_note img {
		display: block;
		width: 50vw;
		margin: 20px auto 5px;
	}
	.sakubun_point p.original_note span {
		display: block;
		line-height: 1.6;
		font-size: 1.2rem;
		font-weight: 700;
		color: #222;
	}
	.sakubun.index h2 {
		margin: 40px 20px 20px;
	}
	.sakubun.index h2 + p {
		margin: 0 20px 20px;
		line-height: 1.6;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.sakubun.index .index_box_gray {
		margin: 40px 0 60px;
		padding: 30px 20px 10px;
		background: #f6f7f8;
	}
	.sakubun.index .index_box_gray h3 {
		margin: 0 0 50px;
		font-size: 1.6rem;
	}
	.btn_block._col2{
		margin-top: 30px;
	}


}


/* ============================================================
archive
============================================================ */

/* common
-------------------------------------------------- */

/* ul.count */

ul.count li::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	background: #1ba1e6;
}

/* nav.side */

nav.side {
	line-height: 1;
}
nav.side dt {
	padding: 24px;
	background-color: #1ba1e6;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}
nav.side a {
	display: block;
	padding: 24px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #222;
	background: #fcfcfd;
	border: 1px solid #ddd;
	border-top: none;
	transition: all .2s;
}
nav.side a:hover {
	text-decoration: none;
	color: #1ba1e6;
}
nav.side li.current a {
	color: #1ba1e6;
	pointer-events: none;
}


/* pc
-------------------------------------------------- */

@media print, screen and (min-width:768px){

	body.sakubun.archive main > div.inner {
		padding-top: 20px;
		overflow: hidden;
	}
	body.sakubun.archive main > div.inner > article {
		width: 878px;
		float: left;
	}
	body.sakubun.archive main > div.inner > nav.side {
		width: calc(100% - 940px);
		float: right;
	}
	ul.count {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 0 40px;
		padding: 40px 40px 40px;
		background: #f6f7f8;
		font-size: 1.6rem;
	}
	.archive .table_normal {
		width: 100%;
		margin: 0;
		line-height: 1.3;
		font-size: 1.6rem;
	}
	.archive .table_normal th:not(:first-child),
	.archive .table_normal td:not(:first-child) {
		border-left: solid 1px #bebec8;
	}
	.archive .table_normal th {
		padding: 10px 0 9px;
		text-align: center;
		background: #e3e6ea;
	}
	.archive .table_normal td {
		border-top: solid 1px #bebec8;
		padding: 18px 18px 18px;
	}
	.archive .table_normal th:nth-child(1) {width:105px;}
	.archive .table_normal th:nth-child(2) {width:230px;}
	.archive .table_normal th:nth-child(3) {width: 70px;}
	.archive .table_normal th:nth-child(4) {width: 130px;}
	.archive .table_normal th:nth-child(5) {width:auto;}
	.archive .table_normal td:nth-child(1) {width:105px;}
	.archive .table_normal td:nth-child(2) {width:230px;}
	.archive .table_normal td:nth-child(3) {width: 70px;text-align: center;}
	.archive .table_normal td:nth-child(4) {width: 130px;}
	.archive .table_normal td:nth-child(5) {width:auto;}

	.sec.others {
		margin-top: 60px;
	}
	.sec.others h2 {
		margin-bottom: 30px;
	}
	.sec.others tr {
		float: left;
		display: block;
		width: 439px;
	}
	.sec.others td {
		padding: 0 0 1.5em;
		font-size: 1.6rem;
	}
	.sec.others td:first-child {
		width: 6em;
	}
}

/* SP
-------------------------------------------------- */

@media screen and (max-width:767px) {

	body.sakubun.archive main > div.inner {
		padding: 0 20px;
	}

	ul.count {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 -20px -10px !important;
		padding: 40px 40px 40px;
		line-height: 1.6;
		background: #f6f7f8;
		font-size: 1.6rem;
	}
	ul.count li:first-child {
		margin-bottom: 1em;
	}
	ul.count li {
		position: relative;
		padding-left: 1.1em;
	}
	ul.count li::before {
		content: '';
		position: absolute;
		top: 0.5em;
		left: 0;
		width: 8px;
		height: 8px;
		margin: 0;
		background: #1ba1e6;
	}

	h2.ttl_bdr_gray_txt {
		margin-bottom: 20px;
	}
	h3.ttl_bdr_left {
		margin: 20px 0 20px;
	}
	ul.count {
		padding: 20px 20px 20px;
		background: #f6f7f8;
	}

	.archive .sp_scroll {
		margin-right: -20px;
	}
	.archive .table_normal {
		width:auto !important;
		font-size: 1.6rem;
	}
	.archive .table_normal th {
		padding: 10px 18px 10px;
	text-align: center;

	}
	.archive .table_normal td {
		padding: 20px 18px 20px;
		font-weight: 500;
	}

	.sec.others {
		margin-top: 40px;
	}

	.sec.others h2 {
		margin: 20px 0 10px;
	}
	.sec.others td {
		padding: 10px 0 10px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.sec.others td:first-child {
		width: 6em;
	}

nav.side {
	margin: 50px -20px 60px;
}

	p.text_note{
		margin-top: 5%;
		line-height: 1.5;
		font-size: 1.4rem;
    font-weight: normal;
	}

}


/* ============================================================
apply
============================================================ */

/* common
-------------------------------------------------- */

body.sakubun.apply main article p,
body.sakubun.apply main article ul,
body.sakubun.apply main article dl {
	line-height: 1.95;
	font-size: 1.6rem;
}
body.sakubun.apply main article .text_large01 {
	font-size: 1.8rem;
	font-weight: bold;
}
body.sakubun.apply main article .list_emphasized {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: bold;
}
body.sakubun.apply main article .list_emphasized li {
	margin-bottom: 10px;
	line-height: 1.5;
}
body.sakubun.apply main article .list_emphasized small {
	font-size: 1.6rem;
	font-weight: normal;
}
body.sakubun.apply main article ul.note {
	margin-top: -20px;
	line-height: 1.9;
}
body.sakubun.apply main article ul.doc_link li {
	margin-top: 15px;
	line-height: 1.9;
}
body.sakubun.apply main article ul.doc_link li a {
	color: #1ba1e6;
}
body.sakubun.apply main article ul.doc_link li img {
	position: relative;
	top: -0.43em;
	left: 0.6em;
}
body.sakubun.apply main article ul.doc_link li img.xlsx{
	width: 35px;
	height: 20px;
	top: -0.25em;
}
body.sakubun.apply main article dl.dl_level {
	line-height: 1.9;
}
body.sakubun.apply main article h4.ttl_num_blue {
	font-size: 1.8rem;
}
body.sakubun.apply main article h4.ttl_num_blue span.num {
	position: relative;
	top: -0.05em;
	margin-right: 0.5em;
	padding-top: 0.12em;
	display: inline-block;
	text-align: center;
	width: 22px;
	height: 22px;
	background: #1ba1e6;
	color: #fff;
	font-size: 1.6rem !important;
}
body.sakubun.apply main article ul.disc {
	margin-bottom: 90px;
}
/*body.sakubun.apply main article ul.disc li::before {
	content: '';
	position: relative;
	top: 0.15em;
	left: -0.15em;
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #333;
}*/
body.sakubun.apply main article ul.disc a {
	color: #1ba1e6;
}

/* pc
-------------------------------------------------- */


@media print, screen and (min-width:768px){

	body.sakubun.apply aside.ttl h1 {
		margin-bottom: 60px;
	}
	body.sakubun.apply main article h2 {
		margin-bottom: 50px;
	}
	body.sakubun.apply main article h3 {
		margin-bottom: 25px;
	}
	body.sakubun.apply main article h4 {
		margin: 30px 0 15px;
	}
	body.sakubun.apply main article h3 + h4 {
		margin: 40px 0 15px !important;
	}

	body.sakubun.apply main article li a {
		transition: opacity .2s;
	}
	body.sakubun.apply main article li a:hover {
		opacity: 0.8;
		transition: opacity .2s;
	}

}

/* sp
-------------------------------------------------- */

@media screen and (max-width:767px) {

	body.sakubun.apply main article {
		padding: 0 20px;
		font-weight: 500;
	}
	body.sakubun.apply h2.ttl_bdr_gray_txt {
		margin: 40px 0 40px;
	}
	body.sakubun.apply h3.ttl_bdr_left {
		margin: 35px 0 15px;
	}
	body.sakubun.apply main article h4 {
		font-size: 1.7rem;
	}
	body.sakubun.apply main article h4:nth-of-type(1) {
		margin: 30px 0 10px;
	}
	body.sakubun.apply main article h4:nth-of-type(2) {
		margin: -10px 0 10px;
	}
	body.sakubun.apply main article h4:nth-of-type(3) {
		margin: 20px 0 10px;
	}
	body.sakubun.apply main article dl.dl_level {
		margin: -20px 0 10px;
	}
	body.sakubun.apply main article p {
		line-height: 1.5;
		font-feature-settings: 'palt';
	}
	body.sakubun.apply main article .text_large01 {
		font-size: 1.7rem;
	}
	body.sakubun.apply main article .list_emphasized {
		margin-bottom: 30px;
		font-size: 1.7rem;
	}
	body.sakubun.apply main article ol.list_emphasized {
	}
	body.sakubun.apply main article ul.note,
	body.sakubun.apply main article ul.doc_link li,
	body.sakubun.apply main article dl.dl_level {
		line-height: 1.5;
	}
	body.sakubun.apply main article ul.doc_link li img {
		top: -0.26em;
		left: 0.3em;
		width: 1.6em;
		height: auto;
	}
	body.sakubun.apply main article ul.doc_link li img.xlsx{
		width: 2.2em;
		height: auto;
		top: -0.2em;
	}
	body.sakubun.apply main article ul.disc {
		margin-bottom: 50px;
	}
	body.sakubun.apply main article ul.disc li {
		line-height: 1.5;
	}
	body.sakubun.apply main article p.btn_block.btn_type01 {
		margin-bottom: 50px;
	}
}


/* 作文コンクール更新（応募受付終了）追記 */
.end_note {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto 55px;
}
.end_note.v_btm {
    font-size: 25px;
	text-align: left;
	margin: 0;
}
.btn_end {
	pointer-events: none;
}
.btn_end a {
	background: #aaa;
	opacity: 0.5;
}

@media screen and (max-width:767px) {
.end_note {
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0 20px 30px 20px;
}
.end_note.v_btm {
	font-size: 1.8rem;
	margin: 0 20px;
}
}

/* QRコード追記 */
.icon_qr{
	position: relative;
}
.icon_qr::after{
	content: "";
	position: absolute;
	top: -100%;
	right: 55%;
	width: 100px;
	height: 100px;
	display: block;
	background: url(/jpn/consumer/kids/pickup/sakubun/images/icon_qr.png) no-repeat ;
	background-size: contain;
}
@media screen and (max-width:767px){
	.icon_qr::after{
		content: none;
	}
	body.sakubun.apply main article ul.doc_link li.icon_qr_sp{
		text-align: center;
	}
	body.sakubun.apply main article ul.doc_link li.icon_qr_sp img{
		width: 50%;
	}
}