@charset "utf-8";

/* *******************************************************************************************
*
*	jiyuu-kenkyu PC
*
******************************************************************************************* */
/* -------------------------------------------------------------------------------------------
*
* 記事ページ
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- 共通パーツ ----------------------------- */
.page_container {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 170px;
	position: relative;
	z-index: 11;
}

.img_container,
.img_container_caption {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

.jk_sec_tit {
	border-top: 4px solid #8ab312;
	border-bottom: 4px dotted #8ab312;
	padding: 30px 0;
	text-align: center;
	color: #8ab312;
	font-size: 32px;
	margin: 65px 0 40px;
}

.half {
	width: 50%;
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.page_container .links {
	text-decoration: underline !important;
}

.pdf_link_container .pdf_link {
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid #bfbfbf;
	background-color: #fff;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin: 60px auto 0;
}

.pdf_link_container .pdf_dl {
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid #bfbfbf;
	background-color: #fff;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin: 10px auto 30px;
}

.pdf_link .pdf_link-inner,
.pdf_dl .pdf_link-inner {
	background: url('../image/btn_pdf.jpg') left center no-repeat;
	background-size: 18px auto;
	display: block;
	width: 230px;
	height: 25px;
	margin: 0 auto;
	text-indent: 2em;
}

.pdf_link-innerMobility {
	background: url('../image/btn_jpg.jpg') left center no-repeat;
	background-size: 25px auto;
	display: block;
	width: 290px;
	height: 27px;
	margin: 0 auto;
	padding-left: 2em;
}

.pdf_link_container .pdf_link:hover,
.pdf_link_container .pdf_dl:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.jk_sponsor {
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 25px;
}

br.pc {
	display: block;
}

/* ----------------------------- movie ----------------------------- */
.video-js,
.video-js video {
	width: 100% !important;
	height: 310px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

@media all and (-ms-high-contrast: none) {

	*::-ms-backdrop,
	.video-js {
		/* IE11 にのみ適用される */
		height: 310px !important;
	}
}

.supervisor_clm-R.w50 .video-js {
	width: 100%;
	height: 285px;
}

.vjs-big-play-button {
	background: url(../image/btn_play.png) center center no-repeat !important;
	background-size: 80px auto !important;
	background-color: transparent !important;
	box-shadow: none !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	margin-left: -78px;
	margin-top: -52px;
}

.vjs-big-play-button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.vjs-big-play-button:before {
	display: none !important;
}

.vjs-control-bar {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

/* ----------------------------- スライダー ----------------------------- */
.recommend_container {
	height: 675px;
	padding-top: 1px;
	padding-bottom: 80px;
	position: relative;
	background: #fff;
}

.recommend_container:before {
	position: absolute;
	content: '';
	top: -85px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 85px;
	z-index: 10;
	background: url(../image/recommend_bg.png) center 0 repeat-x;
}

.recommend_inner {
	position: relative;
	margin: 0 auto;
	margin-top: -30px;
	padding-top: 16px;
	width: 980px;
	z-index: 11;
}

.recommend_tit {
	width: 274px;
	height: auto;
	margin: 0 auto;
}

.recommend_tit .recommend_cat {
	width: 175px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.jk_list_item {
	width: 190px;
	height: 310px;
	padding-top: 20px;
	margin: 0 auto;
}

.jk_list_item .jk_list_item-inner {
	width: 190px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
}

.jk_list_item .jk_list_item_age_img {
	width: 185px;
}

.jk_list_item .jk_list_item_link {
	width: 190px;
	height: 300px;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.jk_list_item .jk_list_item_link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.jk_list_item .jk_list_item_ttl {
	font-size: 20px;
	padding: 15px 20px;
}

.jk_list_item .jk_list_item_txt {
	padding: 0 20px;
}

.jk_list_item .jk_list_item_age {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 176px;
	height: 29px;
	padding: 8px 7px;
	border-top: 2px dotted #8ab312;
}

.jk_list_item .jk_list_item_age .jk_list_item_age_img .chicken {
	width: 172px;
	height: auto;
	margin: 0 auto;
}

.jk_list_item .jk_list_item-new {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 72px;
	height: auto;
}

.btn_back .transition {
	display: block;
	width: 335px;
	height: auto;
	background-color: #8ab312;
	border: 2px solid #8ab312;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	margin: 60px auto 0;
	cursor: pointer;
}

.btn_back .btn_back_inner {
	background: url('../image/btn_back.png') left center no-repeat;
	background-size: 25px auto;
	display: block;
	width: 230px;
	height: 25px;
	margin: 0 auto;
	text-indent: 2em;
}

.btn_back .transition:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/* ----------------------------- カテゴリ ----------------------------- */
.kidsContents_cat {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #8ab312;
	background: url('../image/ttl.png') right bottom no-repeat;
	background-size: 78px auto;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

/* ----------------------------- ページタイトル ----------------------------- */
.jk_contents_header {
	background-color: #ecf2da;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 45px 30px 30px;
}

.jk_contents_header.jk_contents_header2 {
	margin-top: 100px;
}

.jk_contents_tit {
	color: #8ab312;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}

.jk_contents_read {
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
	padding: 20px 0 15px;
}

.jk_contents_age {
	width: 320px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.jk_contents_mainImg {
	position: relative;
}

.jk_contents_mainImg .jk_contents_cat {
	width: 175px;
	margin: 0 auto -28px;
	position: relative;
	z-index: 2;
}

.jk_contents_mainImg .main_img {
	position: relative;
	z-index: 1;
}

.jk_contents_mainImg .jk_contents_time {
	width: 145px;
	position: absolute;
	bottom: -55px;
	left: 50%;
	margin-left: -72.5px;
	z-index: 2;
}

.jk_contents_mainImg.alone {
	height: 70px;
}

/* ----------------------------- 用意するもの ----------------------------- */
.jk_preparation_img {
	margin-bottom: 25px;
}

.jk_preparation_txt {
	line-height: 1.8em;
	font-size: 18px;
}

.jk_preparation_caution {
	border: 2px solid #ff9500;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 20px;
	padding: 25px;
	color: #ff9500;
	font-weight: bold;
	background: url('../image/icon_caution.png') 50px 25px no-repeat;
	background-size: 62px auto;
}

.jk_preparation_caution.jk_preparation_caution__l1 {
	background: url('../image/icon_caution.png') 50px 20px no-repeat;
	background-size: 50px auto;
}

.jk_preparation_caution-row {
	border: 2px solid #ff9500;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 20px;
	padding: 25px;
	color: #ff9500;
	font-weight: bold;
	background: url('../image/icon_caution.png') 50px 12px no-repeat;
	background-size: 62px auto;
}

.jk_preparation_caution_txt,
.jk_preparation_caution_txt-first {
	text-indent: -1em;
	padding-left: 135px;
	line-height: 1.8em;
	font-size: 18px;
}

.jk_preparation_caution_txt:before,
.jk_preparation_caution_txt-first:before {
	content: "・";
	color: #ff9500;
	font-size: 18px;
}

.jk_preparation_caution_img {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 170px;
}

.jk_preparation_caution.show_img {
	position: relative;
}

.jk_preparation_caution_img {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 170px;
}

.jk_preparation_caution.show_img .jk_preparation_caution_txt,
.jk_preparation_caution.show_img .jk_preparation_caution_txt-first {
	padding-right: 190px;
}

/* ----------------------------- つくりかた ----------------------------- */
.jk_step_tit {
	height: 60px;
	color: #8ab312;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px 0 15px 80px;
	margin-top: 8px;
}

.jk_step_tit.no_tit {
	margin: 30px 0 -83px 30px;
	position: relative;
	z-index: 3;
}

.jk_step_tit.no_step {
	padding-left: 0;
	height: auto;
}

.jk_step_tit.step01 {
	background: url('../image/step_01.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step02 {
	background: url('../image/step_02.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step03 {
	background: url('../image/step_03.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step04 {
	background: url('../image/step_04.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step05 {
	background: url('../image/step_05.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step06 {
	background: url('../image/step_06.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step07 {
	background: url('../image/step_07.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step08 {
	background: url('../image/step_08.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step09 {
	background: url('../image/step_09.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step10 {
	background: url('../image/step_10.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step11 {
	background: url('../image/step_11.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step12 {
	background: url('../image/step_12.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step13 {
	background: url('../image/step_13.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step14 {
	background: url('../image/step_14.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step15 {
	background: url('../image/step_15.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step16 {
	background: url('../image/step_16.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step17 {
	background: url('../image/step_17.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step18 {
	background: url('../image/step_18.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step19 {
	background: url('../image/step_19.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step20 {
	background: url('../image/step_20.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step21 {
	background: url('../image/step_21.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step22 {
	background: url('../image/step_22.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step23 {
	background: url('../image/step_23.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step24 {
	background: url('../image/step_24.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step25 {
	background: url('../image/step_25.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step26 {
	background: url('../image/step_26.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step27 {
	background: url('../image/step_27.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step28 {
	background: url('../image/step_28.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step29 {
	background: url('../image/step_29.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step30 {
	background: url('../image/step_30.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step31 {
	background: url('../image/step_31.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step32 {
	background: url('../image/step_32.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step33 {
	background: url('../image/step_33.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step34 {
	background: url('../image/step_34.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step35 {
	background: url('../image/step_35.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step36 {
	background: url('../image/step_36.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step37 {
	background: url('../image/step_37.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step38 {
	background: url('../image/step_38.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step39 {
	background: url('../image/step_39.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step40 {
	background: url('../image/step_40.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step41 {
	background: url('../image/step_41.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step42 {
	background: url('../image/step_42.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step43 {
	background: url('../image/step_43.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.step44 {
	background: url('../image/step_44.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.test01 {
	background: url('../image/test_01.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.test02 {
	background: url('../image/test_02.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.test03 {
	background: url('../image/test_03.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_step_tit.title_q {
	background: url('../image/title_q.png') left top no-repeat;
	background-size: 66px auto;
}

.jk_sec_lead {
	background-color: #fff1d1;
	text-align: center;
	border-radius: 10px;
	padding: 25px;
	position: relative;
	margin-bottom: 40px;
}

.jk_sec_lead:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 18px solid #fff1d1;
}

.jk_sec_lead_ttl {
	font-size: 24px;
	font-weight: 700;
	color: #ff9500;
}

.step_clm-L {
	width: 475px;
	float: left;
	font-size: 18px;
	line-height: 1.8em;
}

.step_clm-R {
	width: 475px;
	float: right;
	font-size: 18px;
	line-height: 1.8em;
}

.step_clm-R p.pg2em {
	margin-bottom: 2em;
}

.step_clm-full {
	font-size: 18px;
	line-height: 1.8em;
	padding-bottom: 30px;
}

.step_text_bold {
	font-weight: 600;
}

.notes {
	font-size: 14px;
	line-height: 1.2em !important;
}

.notes_18 {
	font-size: 14px;
	line-height: 1.8em !important;
	margin: 1em auto 0;
}

.notes_18s {
	font-size: 14px;
	line-height: 1.8em !important;
	padding-left: 120px;
	text-indent: -1em;
	margin-left: 1em;
}

.step_clm-L .img_container {
	margin-bottom: 30px;
	font-size: 14px;
}

.img_container_kamikara {
	margin-bottom: 0px;
	margin-top: 71px;
}

.img_container_half {
	margin: 1em auto;
	width: 50%;
}

.img_container_80p {
	margin: 1em auto;
	width: 84%;
}

.img_container_half img,
.img_container_80p img {
	border-radius: 16px;
}

.w_caption {
	margin-bottom: 10px !important;
}

.step_clm-L .img_caption {
	margin-bottom: 30px;
	font-size: 14px;
}

.img_caption_18px {
	margin-bottom: 30px;
	font-size: 18px;
}

.step_clm-L .img_caption_center {
	margin: 5px 0 16px;
	text-align: center;
}

.point {
	background-color: #fff1d1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 30px;
	margin-top: 60px;
	margin-bottom: 20px;
	position: relative;
}

.point.point_80 {
	margin: 2em auto .6em;
	width: 60%;
}

.point_icon {
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -42px;
	width: 84px;
}

.point .img_container {
	width: 186px;
	float: left;
}

.point .img_container[class*="img_container__p"] {
	float: inherit;
	margin: 1em auto;
}

.point .img_container.img_container__p70 {
	width: 70%;
}

.point .img_container.img_container__p90 {
	width: 90%;
}

.point .img_container.img_container__p100 {
	width: 100%;
	margin: 1em auto 0;
}

.point_txt {
	width: 210px;
	float: right;
	font-size: 18px;
	line-height: 1.5em;
}

.point_txt_full {
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
}

.point_ttl {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #ff9500;
	letter-spacing: 0em;
}

section table {
	width: 100%;
}

section th,
section td {
	padding: 10px;
	border: 1px solid #ddd;
}

.text_center {
	text-align: center;
}

.table_ug_pc th {
	width: 13%;
	padding: 10px;
	border: 1px solid #ddd;
}

.table_ug_pc td {
	text-align: left;
	padding: 10px;
	border: 1px solid #ddd;
}

.table_ug_pc td:first-child {
	text-align: left;
}

.table_ug_sp {
	display: none;
}

.jk_link_btn {
	width: 100%;
	height: auto;
	margin-top: 20px;
	background-color: #FFB31A;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
	display: block;
}

.jk_link_btn-inner {
	background: #FFB31A url('../image/btn_summary.png') 95px 50% no-repeat;
	background-size: 15px auto;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	display: block;
	width: 100%;
	height: 100%;
}

.jk_link_btn-inner:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/* ----------------------------- 先生から一言 ----------------------------- */
.jk_advice {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #ffaa00;
	background-color: #fff;
	margin-top: 40px;
}

.adbice_tit {
	background-color: #ffaa00;
	text-align: center;
	padding: 5px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

.adbice_tit-inner {
	background: url('../image/icon_adbice.png') left center no-repeat;
	background-size: 25px auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 35px;
}

.adbice_txt {
	padding: 30px;
	font-size: 18px;
	line-height: 1.8em;
}

.adbice_clm-L {
	width: 445px;
	float: left;
	font-size: 18px;
	line-height: 1.8em;
}

.adbice_clm-R {
	width: 445px;
	float: right;
	font-size: 18px;
	line-height: 1.8em;
}

.adbice_clm-full {
	font-size: 18px;
	line-height: 1.8em;
}

ol {
	position: relative;
	margin: 0;
	padding: 20px 0;
}

ol li.adbice_list {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	padding-top: 0.5em;
}

ol li.adbice_list span.list-number {
	position: absolute;
	left: 0;
	margin: 0;
}

/* ----------------------------- やってみよう ----------------------------- */
.jk_try {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #2294e6;
	background-color: #fff;
	margin-top: 40px;
}

.try_tit {
	background-color: #2294e6;
	text-align: center;
	padding: 5px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

.try_tit-inner {
	background: url('../image/icon_try.png') left center no-repeat;
	background-size: 25px auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 35px;
}

.try_clm {
	padding: 30px;
}

.try_clm-L {
	width: 445px;
	float: left;
	font-size: 18px;
	line-height: 1.8em;
}

.try_clm-L.try_clm__leg {
	width: 345px;
}

.try_clm-R {
	width: 445px;
	float: right;
	font-size: 18px;
	line-height: 1.8em;
}

.try_clm-R.try_clm__leg {
	width: 545px;
}

.try_clm-full {
	font-size: 18px;
	line-height: 1.8em;
}

.try_clm-R .try_list {
	padding-top: 30px;
	line-height: 1.8em;
}

.try_clm-R .try_txt .try_txt_tit.no01 {
	background: #fff url('../image/try_no01.png') left 13% no-repeat;
	background-size: 25px 25px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin-bottom: .5em;
}

.try_clm-R .try_txt .try_txt_tit.no02 {
	background: #fff url('../image/try_no02.png') left 13% no-repeat;
	background-size: 25px 25px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin-bottom: .5em;
}

.try_clm-full .try_list {
	line-height: 1.8em;
}

.try_list_item {
	font-size: 18px;
}

.try_list_item.no01 {
	background: #fff url('../image/try_no01.png') left 13% no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	padding-bottom: 5px;
	margin-bottom: .5em;
}

.try_list_item.no02 {
	background: #fff url('../image/try_no02.png') left 13% no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	padding-bottom: 5px;
	margin-bottom: .5em;
}

.try_list_item.no03 {
	background: #fff url('../image/try_no03.png') left 13% no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	padding-bottom: 5px;
}

.try_list_item.no04 {
	background: #fff url('../image/try_no04.jpg') left 13% no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	padding-bottom: 5px;
}

.try_list_item.no05 {
	background: #fff url('../image/try_no05.jpg') left 13% no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	padding-bottom: 5px;
}

.jk_try_btn {
	width: 100%;
	height: auto;
	margin-top: 20px;
	background-color: #2294e6;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
	display: block;
}

.jk_try_btn-inner {
	background: #2294e6 url('../image/btn_summary.png') 140px 50% no-repeat;
	background-size: 15px auto;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	display: block;
	width: 100%;
	height: 100%;
}

.jk_try_btn-inner:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/* ----------------------------- 豆知識 ----------------------------- */
.jk_tips {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 65px;
	background-color: #ecf2da;
	position: relative;
	padding: 50px 30px;
}

.tips_icon {
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -26px;
	width: 52px;
	height: auto;
}

.tips_tit {
	color: #7ca600;
	font-size: 24px;
	font-weight: bold;
	background: url('../image/ttl_sub.png') center bottom no-repeat;
	background-size: 62px auto;
	text-align: center;
	padding-bottom: 10px;
}

.tips_list {
	padding-top: 30px;
}

.tips_list_item {
	width: 33%;
	width: -webkit-calc(99% / 3);
	width: -moz-calc(99% / 3);
	width: calc(99% / 3);
	float: left;
}

.tips_list_links {
	display: block;
	padding: 50px 0 40px;
	width: 280px;
	height: auto;
	background: #fff url('../image/btn_tips.png') center 20px no-repeat;
	background-size: 17px auto;
	border: 2px solid #7ca600;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #7ca600;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.tips_list_item:nth-child(2) .tips_list_links {
	margin: 0 auto;
}

.tips_list_item:nth-child(3) .tips_list_links {
	margin-left: 20px;
}

.tips_list_links:hover {
	background-color: #ecf2da;
}

.tips_list.tips_list_item2 {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
}

.tips_list.tips_list_item1 {
	display: block;
	padding: 30px 0 0;
}

.tips_list.tips_list_item2>li {
	width: 48%;
}

.tips_list.tips_list_item1>li {
	width: 100%;
}

.tips_list.tips_list_item1 .tips_list_links,
.tips_list.tips_list_item2 .tips_list_links {
	width: 100%;
}

.tips_tit_sub {
	font-size: 20px;
	font-weight: bold;
	color: #7ca600;
}

.tips_clm {
	padding-top: 30px;
}

.tips_clm-L {
	width: 445px;
	float: left;
	font-size: 18px;
	line-height: 1.8em;
}

.tips_clm-R {
	width: 445px;
	float: right;
	font-size: 18px;
	line-height: 1.8em;
}

.tips_clm-full {
	font-size: 18px;
	line-height: 1.8em;
}

/* ----------------------------- 監修 ----------------------------- */
.jk_supervisor {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 65px;
	background-color: #ecf2da;
	position: relative;
	padding: 50px 30px 30px;
}

.supervisor_icon {
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -26px;
	width: 52px;
	height: auto;
}

.supervisor_tit {
	color: #7ca600;
	font-size: 24px;
	font-weight: bold;
	background: url('../image/ttl_sub.png') center bottom no-repeat;
	background-size: 62px auto;
	text-align: center;
	padding-bottom: 10px;
}

.supervisor_tit2 {
	color: #7ca600;
	font-size: 24px;
	font-weight: bold;
	background-size: 62px auto;
	text-align: center;
	padding-bottom: 10px;
}

.supervisor_clm {
	padding-top: 30px;
}

.supervisor_clm-L {
	width: 310px;
	float: left;
}

.supervisor_clm-L .img_container {
	width: 285px;
	height: auto;
}

.supervisor_clm-R {
	width: 610px;
	float: right;
}

.supervisor_clm-L.w50,
.supervisor_clm-R.w50 {
	width: 48%;
}

.supervisor_clm-R.w50 .mov {
	margin-top: 0;
}

.supervisor_clm-full {
	font-size: 18px;
	line-height: 1.8em;
}

.supervisor_subTit {
	color: #7ca600;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8em;
}

.supervisor_txt {
	font-size: 18px;
	line-height: 1.8em;
}

.supervisor_info {
	font-size: 16px;
	line-height: 1.8em;
	display: block;
}

.supervisor_info .links {
	text-decoration: underline !important;
}

.supervisor_line {
	position: relative;
	border-top: 1px solid #bbd276;
	padding-top: 50px;
	margin-top: 60px;
}

.supervisor_clm .img_caption {
	font-size: 16px;
	padding-top: 10px;
}

/* ----------------------------- page2 くわしくみてみよう ----------------------------- */
.detail_clm {
	padding-bottom: 30px;
}

.detail_clm-L {
	width: 325px;
	float: left;
	font-size: 18px;
	line-height: 1.8em;
}

.detail_clm-R {
	width: 635px;
	float: right;
	font-size: 18px;
	line-height: 1.8em;
}

.detail_clm-half {
	width: 475px;
	float: left;
	margin-left: 10px;
	font-size: 18px;
	line-height: 1.8em;
}

/* 20200615 plis */
[class*="detail_clm_divisions_"] {
	width: 100%;
	float: none;
	font-size: 18px;
	line-height: 1.8em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

[class*="detail_clm_divisions_"].fl_end {
	align-items: flex-end;
}

[class*="detail_clm_divisions_"].fl_center {
	align-items: center;
}

.detail_clm_divisions_1 {
	display: inline-block;
	text-align: center;
}

.detail_clm_divisions_1>div {
	display: inline-block;
	margin: auto;
}

.detail_clm_divisions_2>div {
	width: 48%;
}

.detail_clm_divisions_2h5>div:nth-child(1) {
	width: 30%;
	margin: 0 0 0 15%;
}

.detail_clm_divisions_2h5>div:nth-child(2) {
	width: 35%;
	margin: 0 15% 0 5%;
}

.detail_clm_divisions_3>div {
	width: 31%;
}

.detail_clm_divisions_3>div.clm_3.mb_img01 {
	margin-bottom: 16px;
}

.detail_clm_divisions_2.fb_ai1 {
	align-items: stretch;
}

.detail_clm_divisions_2 div.divisions_2 {
	border-radius: 10px;
	border: 2px solid #8ab312;
	padding: 35px 40px;
	width: 390px;
	margin: 60px 0 0;
	display: flex;
	flex-direction: column;
}

.detail_clm_divisions_2 div.divisions_2 p.stt {
	font-weight: bold;
	font-size: 1.1em;
	margin: 35px 0 10px;
}

.detail_clm_divisions_2 div.divisions_2 p.stt+p {
	margin: 0 0 20px;
}

.jk_preparation_txt.jk_preparation_txt__stt {
	font-weight: bold;
	font-size: 1.2em;
	margin: .6em auto;
}

.divisions_2 .mobility_btn {
	margin-top: auto;
	display: table;
}

.img_caption_pl {
	margin: 1.6em 0 .8em 1em;
	text-indent: -1em;
	font-size: 18px;
	line-height: 1.8em;
}

.detail_clm-full {
	font-size: 18px;
	line-height: 1.8em;
	overflow: inherit;
}

.jk_detail_pb .detail_clm-full {
	padding-bottom: 2em;
}

.jk_detail_pb .detail_clm-full.pb0 {
	padding-bottom: 0;
}

.jk_detail-img {
	width: 300px;
	margin: 0 auto;
}

.img_container50p {
	width: 50%;
	margin: 0 auto 30px;
}

.jk_detail-img_m {
	width: 60%;
	margin: auto;
}

.jk_detail-img_ml {
	width: 80%;
	margin: auto;
}

.jk_detail_pb .jk_detail-img_m,
.jk_detail_pb .jk_detail-img_ml {
	margin-top: 60px;
}

.jk_detail_pb+.jk_tips {
	margin-top: 30px;
}

.caption-img_m {
	padding-left: 20%;
}

.detail_clm .img_container {
	margin-bottom: 30px;
}

.detail_clm .img_container.img_container_nbr {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 50px;
}

.img_container.img_container_mt100 {
	margin: 50px auto 100px;
}

.detail_clm-L .img_container_caption {
	margin-bottom: 10px;
}

.detail_clm-L .img_caption {
	margin-bottom: 30px;
	font-size: 14px;
}

.detail_clm-half .img_caption {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
}

/* ----------------------------- page2 まとめかた ----------------------------- */
.jk_summary {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #f2619d;
	background-color: #fff;
	margin-top: 40px;
}

.summary_tit {
	background-color: #f2619d;
	text-align: center;
	padding: 5px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

.summary_tit-inner {
	background: url('../image/icon_summary.png') left center no-repeat;
	background-size: 25px auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 35px;
}

.summary_clm {
	padding: 30px;
	position: relative;
}

.summary_clm-L {
	width: 445px;
	float: left;
	font-size: 18px;
}

.summary_clm-R {
	width: 445px;
	float: right;
	font-size: 18px;
}

.summary_list {
	padding-top: 30px;
	line-height: 1.8em;
}

.summary_list_item {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 18px;
}

.jk_summary .jk_summary-img {
	border: 1px solid #ccc;
}

.summary_btn {
	width: 100%;
	height: auto;
	background-color: #f2619d;
	text-align: center;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	overflow: hidden;
	display: block;
}

.summary_btn-inner {
	background: #f2619d url('../image/btn_summary.png') 90px 50% no-repeat;
	background-size: 15px auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	display: block;
	width: 100%;
	height: 100%;
}

.summary_btn-inner:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.summary_clm .pdf_link_container {
	width: 445px;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

/* ----------------------------- モビリティ ----------------------------- */
.mobility_list {
	width: 980px;
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}

.mobility_list_item {
	background: url('../image/pin.png') center top no-repeat;
	background-size: 32px auto;
	width: 326px;
	height: 460px;
	display: block;
	padding-top: 20px;
	float: left;
}

.mobility_list_item-inner {
	width: 306px;
	height: 460px;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #8ab312;
	overflow: hidden;
	position: relative;
}

.mobility_list_item .mobility_list_item-inner.first {
	width: 306px;
	height: 460px;
	display: block;
}

.mobility_list_item .mobility_list_item-inner.second {
	width: 306px;
	height: 460px;
	display: block;
	margin: 0 auto;
}

.mobility_list_item .mobility_list_item-inner.third {
	width: 306px;
	height: 460px;
	display: block;
	margin-left: 20px;
}

.mobility_list_item .mobility_list_item_link {}

.mobility_list_item .mobility_list_item_img {
	width: 100%;
	height: auto;
}

.mobility_list_item .mobility_list_item_ttl {
	font-size: 20px;
	padding: 15px 30px;
}

.mobility_list_item .mobility_list_item_txt {
	padding: 0 30px;
	font-size: 16px;
}

.mobility_list_item .mobility_btn,
.divisions_2 .mobility_btn {
	width: 240px;
	height: auto;
	background-color: #8ab312;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.divisions_2 .mobility_btn {
	width: 100%;
	position: inherit;
	text-align: center;
}

.mobility_list_item .mobility_btn-inner,
.divisions_2 .mobility_btn-inner {
	background: #8ab312 url('../image/btn_summary.png') 25px 50% no-repeat;
	background-size: 15px auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 55px;
	display: block;
	width: 100%;
	height: 100%;
}

.divisions_2 .mobility_btn-inner {
	padding: 0 30px 0 55px;
	line-height: 3.6;
}

.mobility_list_item .mobility_btn:hover,
.divisions_2 .mobility_btn:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/* ----------------------------- モビリティナビ ----------------------------- */
.detailNavi {
	width: 980px;
	margin: 0 auto 32px;
	position: relative;
	z-index: 100;
}

.detailNavi-bottom {
	margin-top: 30px;
}

.detailNavi_ttl {
	width: 240px;
	height: 80px;
	float: left;
	border: 2px solid #8ab312;
	border-radius: 12px;
	background: url(../image/pin_corner.png) no-repeat left 8px top 6px,
		url(../image/pin_corner.png) no-repeat right 8px top 6px,
		url(../image/pin_corner.png) no-repeat left 8px bottom 6px,
		#fff url(../image/pin_corner.png) no-repeat right 8px bottom 6px;
	background-size: 10px 10px;
	padding: 30px 20px 50px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.detailNavi_list {
	width: 729px;
	float: right;
	background: #fff;
	display: table;
	overflow: hidden;
	padding-top: 20px;
	background: url(../image/pin.png) no-repeat center top;
	background-size: auto 20px;
}

.detailNavi_list_item {
	width: 243px;
	display: table-cell;
	border: 2px solid #8ab312;
	border-width: 2px 0 2px 2px;
	overflow: hidden;
	background: #fff;
}

.detailNavi_list_item {
	width: 243px;
	display: table-cell;
	border: 2px solid #8ab312;
	border-width: 2px 0 2px 2px;
	overflow: hidden;
	background: #fff;
}

.detailNavi_list_item.detailNavi_list_item__half {
	width: 361px;
}

.detailNavi_list_item:first-child {
	border-radius: 12px 0 0 12px;
}

.detailNavi_list_item:last-child {
	border-width: 2px;
	border-radius: 0 12px 12px 0;
}

.detailNavi_list_item a {
	display: block;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding-top: 30px;
	text-align: center;
	position: relative;
	vertical-align: middle;
	color: inherit;
}

.detailNavi_list_item-active,
.detailNavi_list_item a:hover {
	background: #ecf2da;
	color: #8ab312;
}

.detailNavi_list_item_ttl {
	font-size: 16px;
}

.rt_top {
	padding-top: 10px;
}

.img_container.img_p70 {
	width: 62%;
	margin: 2em auto 0;
}

#kids .fit.fit_half {
	width: 50%;
}

#kids .jk_sec_tit__sub {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 .4em;
}

#kids .step_clm_inner_link a {
	border-bottom: #8ab312 1px dotted;
	margin: 5px 0 0;
	display: inline-block;
	transition: .3s;
}

#kids a.step_clm_inner_link {
	color: #8ab312;
	transition: .3s;
	z-index: 5;
	position: relative;
}

#kids .step_clm_inner_link a:hover {
	opacity: .6;
	transition: .3s;
	color: #8ab312;
	border-bottom: #fff 1px dotted;
}

#kids a:hover.step_clm_inner_link {
	opacity: .6;
	transition: .3s;
}

.jk_step.jk_step_inversion .img_container {
	transform: scale(-1, -1);
	filter: FlipV;
	-ms-filter: "FlipV";
	display: flex;
	flex-direction: column-reverse;
}

.jk_step_inversion .inversion_img {
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/* -------------- Honda e ------------------- */
.contents_cat {
	background: url(/kids/jiyuu-kenkyu/image/balloon.png) no-repeat center top;
	background-size: 84% auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 205px;
	height: 47px;
	box-sizing: border-box;
	padding-top: 8px;
	margin: 0 auto 10px;
	line-height: 1;
	text-align: center;
}

.contents_cat span {
	padding: 0;
	display: inline-block;
}

/* -------------- 2022 summer ------------------- */
.jk_contents_tit span {
	font-size: 1.7rem;
	margin-top: -0.3rem;
	display: block;
}

table.low24 {
	margin: 30px auto 10px;
}

table.low24 th,
table.low24 td {
	padding: 16px 26px 10px 30px;
	border: 1px solid #ddd;
	white-space: nowrap;
	text-align: center;
}

table.low24 th {
	background: #e7f4f4;
}

table.low24 th:empty {
	background: inherit;
	border-top: none;
	border-left: none;
}

table.low24 tr td:first-child {
	background: #f3f3f3;
}

.supervisor_txt ul.mid30 li,
.try_clm-full .try_txt__ul li {
	margin-left: 1em;
	text-indent: -1em;
}

.supervisor_txt ul.mid30 li+li {
	margin-top: .5em;
}

.detail_clm .mi31_img {
	width: 400px;
	margin: 0 auto 20px;
}

.detail_clm .mi32_img {
	width: 768px;
	margin: 10px auto 20px;
}

.detail_clm .ug27_img {
	width: 680px;
	margin: 0 auto 20px;
}

.jk_preparation .mov_container {
	width: 800px;
	margin: 50px auto 0;
	position: relative;
}

.jk_preparation .mov_container::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.jk_preparation .mov_container iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jk_step p.note a {
	border-bottom: 1px solid #aaa;
	padding-bottom: .1rem;
}

.jk_step p.note.mtm1em {
	display: block;
	margin-top: -1.3em;
}

@media (any-hover: hover) {
	.jk_step p.note a {
		transition: all .3s;
	}

	.jk_step p.note a:hover {
		opacity: .7;
	}
}

.step_clm-full .up25_photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.step_clm-full .up25_photo img {
	width: 48.5%;
	border-radius: 10px;
}

.step_clm-full .up25_photo img:nth-child(-n+2) {
	margin-bottom: 30px;
}

.kidsContents .mt1em {
	margin-top: 1em;
}

.kidsContents .mt2em {
	margin-top: 2em;
}

.kidsContents .mb1em {
	margin-bottom: 1em;
}

.kidsContents .pc {
	display: block;
}

.kidsContents .mb {
	display: none;
}

@media screen and (max-width: 420px) {
	.kidsContents .pc {
		display: none;
	}

	.kidsContents .mb {
		display: block;
	}
}

/* 2023.06 house */
.house .step_clm-full {
	padding-bottom: 0;
	order: 1;
}

.img_container.img_p80 {
	width: 80%;
	margin: 2rem auto 0;
}

.house .house_wrap {
	display: flex;
	flex-direction: column;
}

.jk_supervisor.house {
	margin-bottom: 100px;
}

.jk_try+.jk_supervisor.house {
	margin-top: 100px;
}

.house .house_txt {
	padding: 1rem 30px 0;
	font-size: 18px;
	line-height: 1.8;
	order: 2;
}

.house_btn_tit {
	color: #7ca600;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-top: 2rem;
}

.jk_supervisor .house_btn {
	margin: 2rem auto 1.5rem;
	width: fit-content;
	transition: .3s all;
}

.jk_supervisor .house_btn:hover {
	opacity: .6;
}

.jk_supervisor .house_btn .house_btn-inner {
	background: #8ab312 url(../image/btn_summary.png) 30px 50% no-repeat;
	background-size: 15px auto;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 2rem 10px 3.5rem;
	width: fit-content;
	border-radius: 40px;
	margin: auto;
	letter-spacing: .05rem;
}

.kidsContents .caption_u27 {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	width: 100%;
	text-align: center;
}

.kidsContents table.result_u27 {
	margin-top: 1rem;
}

.kidsContents table.result_u27 th {
	width: 29%;
}

.kidsContents table.result_u27 th:first-child {
	width: 13%;
}

.kidsContents table.result_u27 td {
	vertical-align: top;
}

.kidsContents table.result_u27 td .img_ph {
	padding: 10px 0 16px;
}

.kidsContents table.result_u27 td .img_ph img {
	border-radius: 10px;
}

.kidsContents table.result_u27 tr td:first-child {
	vertical-align: middle;
	text-align: center;
}

.kidsContents .mt_bet {
	margin-top: 100px;
}

.kidsContents .mt_betstt {
	margin-top: 35px;
}

.kidsContents .new_line {
	margin-left: 1em;
	text-indent: -1em;
}

.img_container.lw25_img {
	width: 28%;
	margin: 10px auto;
}

.img_container.lw26_img {
	width: 62%;
	margin: 35px auto 16px;
}

.img_container.ug28_img {
	width: 80%;
	margin: 35px auto 16px;
}

.img_container.lw26_img span:first-child {
	margin-bottom: 60px;
	display: block;
}

.step_clm-full .md_33 ul {
	display: flex;
	justify-content: space-between;
}

.step_clm-full .md_33 ul li {
	width: 18%;
}

.step_clm-full .md_33 .ex_tt {
	text-align: center;
	margin: -1rem auto 1rem;
	position: relative;
	display: inline-block;
	width: 100%;
}

.step_clm-full .md_33 .ex_tt:before, .step_clm-full .md_33 .ex_tt:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 47%;
	height: 1px;
	background-color: #ccc;
}

.step_clm-full .md_33 .ex_tt:before {
	left: 0;
}

.step_clm-full .md_33 .ex_tt:after {
	right: 0;
}

.step_clm-full .md_33 li .md_33_stt {
	background: #ecf2da;
	text-align: center;
	padding: .4rem;
	border-radius: 10px;
}

.step_clm-full .md_33 li .md_33_photo {
	width: 80%;
	margin: 2rem auto 1rem;
}

.img_container.md_33_img {
	width: 80%;
	margin: 2rem auto 1rem;
}

.kidsContents .pc {
	display: inline-block;
}

.kidsContents .mb,
.kidsContents .sp {
	display: none
}

.kidsContents .mt1rem {
	margin-top: 1rem;
}

.kidsContents .mt05rem {
	margin-top: .5rem;
}

.kidsContents .textidt {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}

.adbice_tit.adbice_tit_ruby {
	padding: 1rem 0 5px;
}

/*YouTube Movie */
.yt_mov_container {
	max-width: 100%;
}

.yt_mov_container iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	width: 100%;
}

/* /jiyuu-kenkyu/challenge/c-13/ */
.yt_mov_container.c-13 {
	width: 80%;
	margin: 2rem auto 0;
}

.yt_mov_container.c-13 iframe {
	border-radius: 10px;
	overflow: hidden;
	border: none;
}

.house .house_txt.c-13 {
	padding: 1.4rem 30px .7rem;
}