.contents_header_bar_ttl {
	width: 430px;
}

.contents_header_bar_txt {
	width: 550px;
}

.contents_header_bar.area {
	display: block;
}

.contents_header_bar_ttl {
	padding-bottom: 15px;
}

.contents_header_bar_ttl_option {
	color: #22ac38;
}

.contents_choice {
	padding: 70px 0;
}

.contents_choice_detail {
	padding: 30px 0 70px;
}

.contents_choice_inner,
.contents_choice_section_inner {
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width: 736px) {
	.contents_header_bar_ttl {
		width: 100%;
	}

	.contents_header_bar_txt {
		width: 100%;
	}

	.contents_choice {
		padding: 30px 0;
	}

	.contents_choice_detail {
		padding: 10px 0 30px;
	}

	.contents_choice_inner {
		padding: 0 15px;
		width: 100%;
	}

	.contents_choice_section_inner {
		width: 100%;
	}
}

#kvArea {
	width: 980px;
	margin: 0 auto 70px auto;
}

.kv_txt {
	font-size: 18px;
	text-align: center;
	line-height: 1.8em;
	padding: 60px 0 50px;
}

.kv_txt_left {
	width: 860px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8em;
	padding: 50px 0 0;
}

.kv_clm {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 858px;
}

.kv_clm_item {
	width: 404px;
}

@media screen and (max-width: 736px) {
	#kvArea {
		margin-bottom: 40px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.kv_txt {
		padding: 40px 0;
		font-size: 16px;
		text-align: left;
	}

	.kv_txt_left {
		width: 100%;
		font-size: 16px;
		padding: 30px 0 0;
	}

	.kv_clm {
		width: 100%;
	}

	.kv_clm_item {
		width: calc(50% - 5px);
	}
}

/* -------------------------------------------------------------------------------------------
*
* TOP
*
* ----------------------------------------------------------------------------------------- */
.contents_choice_section_txt {
	font-size: 18px;
}

.contents_choice_section_inner {
	padding-bottom: 50px;
}

.sec1_bnr {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}

.sec1_bnr+.sec1_bnr {
	padding-bottom: 0;
}

.sec1_bnr_item {
	width: 475px;
}

.contents_choice_situation_inner .sec1_bnr_item {
	width: 404px;
}

.sec1_bnr_item a {
	display: block;
	height: 100%;
	background: #fff;
}

.sec1_bnr_item_info {
	padding: 20px;
	color: #2b383f;
}

.sec1_bnr_item_info_ttl {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.sec1_bnr_item_info_txt {
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
}

@media screen and (max-width: 736px) {
	.contents_choice_section_txt {
		font-size: 16px;
	}

	.contents_choice_section_inner {
		padding-bottom: 30px;
	}

	.sec1_bnr {
		display: block;
		padding-bottom: 0;
	}

	.sec1_bnr_item,
	.contents_choice_situation_inner .sec1_bnr_item {
		width: 100%;
		padding-bottom: 15px;
	}

	.sec1_bnr_item a {
		display: block;
		height: auto;
	}

	.sec1_bnr_item_img {
		width: 100%;
	}

	.sec1_bnr_item_info {
		padding: 15px 0 30px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sec1_bnr_item_info_ttl {
		margin-bottom: 0;
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 5px;
	}

	.sec1_bnr_item_info_txt {
		font-size: 14px;
		line-height: 1.5em;
		padding: 15px 0;
	}
}

.contents_choice_section_movie {
	padding: 50px;
	text-align: center;
	background: #fff;
}

.contents_choice_section_movie.bgc {
	background: #eceff1;
}

.contents_choice_section_movie_ttl {
	margin-bottom: 30px;
	text-align: center;
}

.contents_choice_section_movie_ttl span {
	display: inline-block;
	padding: 7px 0;
	padding-left: 70px;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	text-align: left;
	background: url(../img/icon_movie.png) 0 center no-repeat;
	background-size: 50px auto;
}

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

.contents_choice_section_movie_list {
	display: flex;
	justify-content: space-between;
}

.contents_choice_section_movie_list_item {
	width: 273px;
}

.contents_choice_section_movie_list-single {
	justify-content: center;
}

.contents_choice_section_movie_list-single .contents_choice_section_movie_list_item {
	width: 468px;
}

.contents_choice_section_movie_list_item_label {
	position: relative;
	margin-bottom: 25px;
	padding-left: 50px;
	color: #22ac38;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
}

.contents_choice_section_movie_list_item_label:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	background: #22ac38;
}

.contents_choice_section_movie_list_item_label.label-01:after {
	content: '1';
}

.contents_choice_section_movie_list_item_label.label-02:after {
	content: '2';
}

.contents_choice_section_movie_list_item_label.label-03:after {
	content: '3';
}

.contents_choice_section_movie_list_item a {
	display: block;
}

.contents_choice_section_movie_list_item_info {
	padding-top: 13px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.contents_choice_section_method {
	margin-bottom: 50px;
}

.contents_choice_section_method_ttl {
	margin-bottom: 28px;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
}

.contents_choice_section_method_list {
	display: flex;
	justify-content: space-between;
}

.contents_choice_section_method_item {
	padding: 36px 30px 45px 30px;
	width: 307px;
	background: #eceff1;
	box-sizing: border-box;
}

.contents_choice_section_method_item_img {
	margin: 0 auto 31px auto;
	width: 212px;
}

.contents_choice_section_method_item_ttl {
	margin-bottom: 11px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
}

.contents_choice_section_method_item_txt {
	font-size: 16px;
	line-height: 26px;
}

@media screen and (max-width: 736px) {
	.contents_choice_section_movie {
		margin-left: -15px;
		margin-right: -15px;
		padding: 40px 15px;
		width: calc(100% + 30px);
	}

	.contents_choice_section_movie_ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 25px;
		height: 52px;
		overflow: hidden;
	}

	.contents_choice_section_movie_ttl span {
		padding: 13px 0;
		padding-left: 67px;
		font-size: 18px;
		line-height: 24px;
	}

	.contents_choice_section_movie_lead {
		margin-bottom: 25px;
		font-size: 16px;
		text-align: left;
	}

	.contents_choice_section_movie_list {
		display: block;
	}

	.contents_choice_section_movie_list_item {
		margin-bottom: 25px;
		width: 100%;
	}

	.contents_choice_section_movie_list-single .contents_choice_section_movie_list_item {
		width: 100%;
	}

	.contents_choice_section_movie_list_item:last-child {
		margin-bottom: 0;
	}

	.contents_choice_section_movie_list_item_label {
		margin-bottom: 20px;
		padding-left: 35px;
		font-size: 16px;
		line-height: 26px;
	}

	.contents_choice_section_movie_list_item_label:after {
		width: 24px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}

	.contents_choice_section_movie_list_item_info {
		padding-top: 10px;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}

	.contents_choice_section_method {
		margin-bottom: 30px;
	}

	.contents_choice_section_method_ttl {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 28px;
	}

	.contents_choice_section_method_list {
		display: block;
	}

	.contents_choice_section_method_item {
		display: flex;
		margin-bottom: 10px;
		padding: 20px 15px;
		width: 100%;
	}

	.contents_choice_section_method_item:last-child {
		margin-bottom: 0;
	}

	.contents_choice_section_method_item_img {
		margin-bottom: 0;
		/*width: 159px;*/
		width: 50%;
	}

	.contents_choice_section_method_item_info {
		padding-left: 15px;
		width: 50%;
		box-sizing: border-box;
	}

	.contents_choice_section_method_item_ttl {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 28px;
		text-align: left;
	}

	.contents_choice_section_method_item_txt {
		font-size: 14px;
		line-height: 24px;
	}
}

.choice_list_item {
	margin-bottom: 10px;
	border: 1px solid #e4e7e9;
}

.choice_list_item:last-child {
	margin-bottom: 0;
}

.choice_list_item_link {
	display: flex;
}

.choice_list_item_img {
	width: 463px;
	border-right: 1px solid #e4e7e9;
}

.choice_list_item_info {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 50px;
	padding-right: 60px;
	width: calc(100% - 463px);
}

.choice_list_item_info_cat {
	margin-bottom: 24px;
	width: 110px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	background: #22ac38;
}

.choice_list_item_info_ttl {
	margin-bottom: 9px;
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
}

.choice_list_item_info_txt {
	font-size: 16px;
	line-height: 26px;
}

.choice_list_item_info:after {
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 28px;
	height: 16px;
	color: #22ac38;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 16px;
	transform: translate(0, -50%) scaleX(.9);
}

.experience_bnr {
	border: 1px solid #e4e7e9;
}

.choice_list_item_info.info-bnr {
	background: #fff;
}

@media screen and (max-width: 736px) {

	/*.choice_list_item_info_ttl{
		position: relative;
		font-size: 18px;
		width: 80%;
		margin: 0 15% 0 5%;
	}
	.choice_list_item_info_ttl span {
		font-size: 14px;
	}
	.choice_list_item_info_txt {
		display: none;
	}
	.choice_list_item_info:after{
		right: 15px;
	}*/
	.choice_list_item_link {
		display: block;
	}

	.choice_list_item_img {
		width: 100%;
		border-right: 0;
	}

	.choice_list_item_info {
		display: block;
		padding: 0;
		width: 100%;
	}

	.choice_list_item_info_cat {
		margin-bottom: 0;
		width: 100%;
		font-size: 12px;
		line-height: 30px;
	}

	.choice_list_item_info_ttl {
		margin-bottom: 5px;
		padding: 22px 36px 0 15px;
		font-size: 21px;
		line-height: 27px;
	}

	.choice_list_item_info_txt {
		padding: 0 36px 20px 15px;
		font-size: 14px;
		line-height: 24px;
	}

	.choice_list_item_info:after {
		content: none;
	}

	.choice_list_item_info_inner {
		position: relative;
	}

	.choice_list_item_info_inner:after {
		position: absolute;
		content: "\f054";
		top: 50%;
		right: 15px;
		margin-top: 15px;
		height: 16px;
		color: #22ac38;
		font-size: 14px;
		font-family: FontAwesome;
		line-height: 16px;
		transform: translate(0, -50%) scaleX(.9);
	}
}

.contents_choice_section_ttl {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}

.contents_choice_section_ttl:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #22ac38;
}

.contents_choice_secondary_ttl {
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
	font-size: 22px;
}

.contents_choice_secondary_ttl:before {
	position: absolute;
	content: '■';
	top: -5px;
	left: -6px;
	font-size: 28px;
	color: #22ac38;
}

@media screen and (max-width: 736px) {
	.contents_choice_section_ttl {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 1.3;
	}
}

/* -------------------------------------------------------------------------------------------
*
* 下層
*
* ----------------------------------------------------------------------------------------- */
.contents_header_secondary_cat {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 14px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	background: #22ac38;
	border-radius: 6px;
}

.contents_header_secondary_ttl {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
}

.contents_header_secondary_description {
	font-size: 18px;
}

.contents_header_secondary_attention {
	font-size: 14px;
	color: #c00;
	padding: 20px 0 0 1em;
	text-indent: -1em;
}

@media screen and (max-width: 736px) {
	.contents_header_secondary {
		padding: 0 4%;
		text-align: center;
	}

	.contents_header_secondary_cat {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.contents_header_secondary_ttl {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1.3em;
	}

	.contents_header_secondary_description {
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}

	.contents_header_secondary_attention {
		font-size: 12px;
		text-align: left;
	}
}

.contents_choice_attention_list {
	width: 860px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.contents_choice_attention_list_item {
	width: 50%;
	padding-bottom: 30px;
}

.contents_choice_attention_box {
	background-color: #eceff1;
	width: 414px;
	height: 100%;
	padding: 30px;
	display: block;
}

.contents_choice_attention_ttl {
	font-size: 22px;
	padding-bottom: 10px;
}

.contents_choice_attention_txt {
	font-size: 16px;
}

@media screen and (max-width: 736px) {
	.contents_choice_attention_list {
		width: 100%;
		display: block;
	}

	.contents_choice_attention_list_item {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}

	.contents_choice_attention_list_item:nth-child(even) .contents_choice_attention_box {
		float: none;
	}

	.contents_choice_attention_box {
		width: 100%;
		height: auto;
		padding: 15px;
	}

	.contents_choice_attention_ttl {
		font-size: 18px;
		padding-bottom: 5px;
	}

	.contents_choice_attention_txt {
		font-size: 14px;
	}
}

.contents_choice_container {
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
}

.contents_choice_container_area {
	width: 860px;
	margin: 0 auto;
}

.contents_choice_container_ttl {
	margin-bottom: 40px;
	font-size: 28px;
}

.contents_choice_container_txt {
	margin-bottom: 90px;
	font-size: 18px;
}

.contents_choice_container_list {
	display: flex;
	margin-bottom: 50px;
}

.contents_choice_container_list_l {
	margin-right: 10px;
	width: 425px;
}

.contents_choice_container_list_r {
	width: 425px;
}

.contents_choice_container_list_item {
	margin-bottom: 10px;
}

.contents_choice_container_list_item:last-child() {
	margin-bottom: 0;
}

.contents_choice_container_list_item a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 40px 10px 22px;
	height: 120px;
	border: 1px solid #e4e7e9;
	box-sizing: border-box;
}

.contents_choice_container_list_item a:after {
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 18px;
	height: 16px;
	color: #22ac38;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 16px;
	-webkit-transform: translate(0, -50%) scaleX(.9);
	transform: translate(0, -50%) scaleX(.9);
}

.contents_choice_container_list_item_img {
	width: 85px;
}

.contents_choice_container_list_item_img.img-s {
	padding: 0 5px;
}

.contents_choice_container_list_item_info {
	padding-left: 22px;
	width: 276px;
	box-sizing: border-box;
}

.contents_choice_container_list_item_info_ttl {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}

.contents_choice_container_list_item_info_ttl small {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.contents_choice_container_list_txt,
.contents_choice_conteiner_list_txt {
	width: 860px;
	margin: 0 auto;
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.contents_choice_container {
		width: 100%;
	}

	.contents_choice_container_area {
		width: 100%;
	}

	.contents_choice_container_ttl {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.contents_choice_container_list {
		display: block;
		margin-bottom: 20px;
	}

	.contents_choice_container_list_l {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.contents_choice_container_list_r {
		width: 100%;
	}

	.contents_choice_container_list_item a {
		padding: 15px 25px 15px 16px;
		height: auto;
		min-height: 90px;
	}

	.contents_choice_container_list_item a:after {
		right: 8px;
	}

	.contents_choice_container_list_item_img {
		width: 25%;
	}

	.contents_choice_container_list_item_img.img-s {
		padding: 0 4px;
	}

	.contents_choice_container_list_item_info {
		padding-left: 13px;
		width: 74%;
	}

	.contents_choice_container_list_item_info_ttl {
		/* margin-bottom: 16px; */
		font-size: 15px;
		line-height: 1;
	}

	.contents_choice_container_list_item_info_ttl small {
		font-size: 12px;
		line-height: 15px;
	}

	.contents_choice_container_list_txt,
	.contents_choice_conteiner_list_txt {
		width: 100%;
		font-size: 16px;
	}
}

.choice_product {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 70px 0;
}

.choice_product_ttl {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background-color: #22272a;
	margin-bottom: 30px;
}

.choice_product_list {
	display: flex;
}

.choice_product_list_item {
	margin-right: 10px;
	width: 320px;
	border: 1px solid #e4e7e9;
}

.choice_product_list_item:last-child {
	margin-right: 0;
}

.choice_product_container {
	position: relative;
	height: 465px;
	box-sizing: border-box;
	padding: 30px;
	border-bottom: 1px solid #e4e7e9;
}

.choice_product_container_ttl {
	font-size: 18px;
	font-weight: bold;
	min-height: 3em;
}

.choice_product_container_txt {
	font-size: 16px;
}

.choice_product_container img {
	width: 320px;
	position: absolute;
	left: 0;
	bottom: 25px;
}

.choice_product_btn_conteiner {
	padding: 25px 30px 15px 30px;
}

.choice_product_btn_conteiner_ttl {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

.choice_product_container_txt {
	padding-top: 15px;
}

.choice_product_container_link {
	width: 260px;
	margin-bottom: 10px;
}

.choice_product_container_link_scale {
	margin-top: 10px;
	padding-bottom: 20px;
}

.choice_product_container_link:last-child .choice_product_container_link_scale {
	padding-bottom: 10px;
}

.choice_product_container_link .detail_btn {
	background-color: #22ac38;
}

.choice_product_container_attention {
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.choice_product {
		width: 100%;
		padding: 40px 4%;
	}

	.choice_product_ttl {
		font-size: 18px;
		line-height: 1.5em;
		padding: 18px 0;
		margin-bottom: 15px;
	}

	.contents_choice_container_txt {
		margin-bottom: 50px;
		font-size: 16px;
	}

	.choice_product_list {
		display: block;
	}

	.choice_product_list_item {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		border: 1px solid #e4e7e9;
	}

	.choice_product_container {
		height: auto;
		padding: 21px;
	}

	.choice_product_container_ttl {
		min-height: auto;
	}

	.choice_product_container_txt {
		font-size: 14px;
	}

	.choice_product_container img {
		width: 100%;
		position: static;
		margin-top: 10px;
	}

	.choice_product_btn_conteiner {
		padding: 21px 21px 11px;
	}

	.choice_product_container_link {
		width: 100%;
		margin-bottom: 20px;
	}

	.choice_product_container_attention {
		font-size: 10px;
	}
}

.contents_choice_txt {
	font-size: 18px;
	padding-bottom: 50px;
}

.contents_choice_purpose_inner {
	width: 860px;
	margin: 0 auto;
}

.contents_choice_purpose_inner_attention {
	font-size: 14px;
	padding-bottom: 50px;
}

.contents_choice_purpose_list_item {
	width: 33.333%;
	float: left;
	padding-bottom: 45px;
}

.contents_choice_purpose_list_item_inner {
	width: 268px;
	display: block;
}

.contents_choice_purpose_list_item:nth-child(2) .contents_choice_purpose_list_item_inner,
.contents_choice_purpose_list_item:nth-child(5) .contents_choice_purpose_list_item_inner {
	margin: 0 auto;
}

.contents_choice_purpose_list_item:nth-child(3) .contents_choice_purpose_list_item_inner,
.contents_choice_purpose_list_item:nth-child(6) .contents_choice_purpose_list_item_inner {
	float: right;
}

.contents_choice_purpose_list_tit {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}

.contents_choice_purpose_list_txt {
	font-size: 16px;
}

.contents_purpose_table_container {
	padding-top: 70px;
}

.contents_purpose_table_container_tit {
	font-size: 28px;
}

.contents_purpose_table {
	margin: 10px auto 45px;
	width: 100%;
}

.contents_purpose_table th {
	width: 100px;
	background-color: #22272a;
	font-size: 16px;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}

.contents_purpose_table th:nth-of-type(1) {
	width: 257px;
}

.contents_purpose_table tr:nth-child(even) {
	background-color: #eceff1;
}

.contents_purpose_table tr:nth-child(odd) {
	background-color: #e4e7e9;
}

.contents_purpose_table td {
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #c00;
}

.contents_purpose_table td:nth-of-type(1) {
	text-align: left;
	padding-left: 30px;
}

.contents_purpose_table td.none {
	color: #000;
}

.contents_purpose_table td a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.contents_purpose_section_link {
	width: 500px;
	margin: 0 auto;
}

.contents_purpose_section_link .detail_btn {
	background-color: #22ac38;
	font-size: 16px;
}

@media screen and (max-width: 736px) {
	.contents_choice_txt {
		font-size: 16px;
		padding-bottom: 25px;
	}

	.contents_choice_purpose_inner {
		width: 100%;
	}

	.contents_choice_purpose_inner_attention {
		padding-bottom: 25px;
	}

	.contents_choice_purpose_list_item {
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}

	.contents_choice_purpose_list_item_inner {
		width: 100%;
	}

	.contents_choice_purpose_list_item:nth-child(3) .contents_choice_purpose_list_item_inner,
	.contents_choice_purpose_list_item:nth-child(6) .contents_choice_purpose_list_item_inner {
		float: none;
	}

	.contents_choice_purpose_list_tit {
		font-size: 18px;
		padding: 10px 0 3px;
	}

	.contents_choice_purpose_list_txt {
		font-size: 14px;
	}

	.contents_purpose_table_container {
		padding-top: 40px;
	}

	.contents_purpose_table_container_tit {
		font-size: 18px;
	}

	.contents_purpose_table {
		margin: 5px auto 30px;
		border-spacing: 1px;
	}

	.contents_purpose_table th {
		width: 12%;
		padding: 12px 5px;
		font-size: 10px;
		vertical-align: middle;
	}

	.contents_purpose_table th:nth-of-type(1) {
		width: 28%;
	}

	.contents_purpose_table td {
		padding: 12px 0;
		vertical-align: middle;
		text-align: center;
		color: #c00;
		font-size: 12px;
	}

	.contents_purpose_table td:nth-of-type(1) {
		padding: 12px 10px;
	}

	.contents_purpose_table td.none {
		color: #000;
	}

	.contents_purpose_table td a {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}

	.contents_purpose_section_link {
		width: 100%;
	}

	.contents_purpose_section_link .detail_btn {
		font-size: 14px;
	}
}

.contents_choice_situation_inner {
	width: 860px;
	margin: 0 auto;
}

@media screen and (max-width: 736px) {
	.contents_choice_situation_inner {
		width: 100%;
	}
}

/* ----------------------------- ページナビ ----------------------------- */
.choice_btm {
	text-align: center;
	background: #22272a;
}

.choice_nav {
	padding: 25px 0;
	font-size: 0;
	line-height: 0;
}

.choice_nav_item {
	display: inline-block;
}

.choice_nav_item a {
	display: block;
	padding: 13px 20px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

.choice_nav_item a:hover {
	text-decoration: underline;
}

.choice_nav_item a.current {
	color: #fff;
	background: #22ac38;
}

.choice_back {
	padding-top: 20px;
}

.back_link {
	display: inline-block;
	padding-left: 26px;
	color: #2b383f;
	font-size: 16px;
	background: url(../img/icon_return.png) 0 center no-repeat;
	background-size: 16px auto;
}

@media screen and (max-width: 736px) {
	.choice_nav {
		display: flex;
		padding: 0;
	}

	.choice_nav_item {
		width: 33.33%;
		border-right: 1px solid #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.choice_nav_item:last-child {
		border-right: 0;
	}

	.choice_nav_item a {
		padding: 20px 5px;
		height: 100%;
		color: #fff;
		font-size: 14px;
		text-align: center;
		border-radius: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.choice_back {
		padding-top: 15px;
	}

	.back_link {
		padding-left: 21px;
		font-size: 14px;
		background-size: 12px auto;
	}
}

/* ----------------------------- 注釈 ----------------------------- */
.choice_attention {
	padding: 70px 0 80px;
}

.choice_attention_list {
	padding-top: 30px;
}

.choice_attention_list_item {
	margin-bottom: 5px;
	margin-left: calc(1em + 5px);
	text-indent: calc(-1em - 5px);
	font-size: 16px;
}

.choice_attention_list_item:last-child {
	margin-bottom: 0;
}

.choice_attention_list_item:before {
	padding-right: 5px;
	content: "■";
	color: #bbb;
}

@media screen and (max-width: 736px) {
	.choice_attention {
		padding: 15px 0 40px;
	}

	.choice_attention_list {
		padding-top: 20px;
	}

	.choice_attention_list_item {
		font-size: 14px;
	}
}

/*---- 2022.04 plus ----*/
.link_gray_line {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.contents_choice_section_movie_list_item_info strong {
	font-size: 1.125em;
}

.movie_link {
	margin-top: 30px;
	display: flex;
	flex-flow: wrap;
}

.movie_link li {
	text-align: left;
	width: 30%;
	margin-right: 4.6%;
	box-sizing: border-box;
}

.movie_link.li02 li {
	width: auto;
	margin-right: 6.3%;
}

.contents_choice_section_movie+.contents_choice_section_movie {
	margin-top: 2em;
}

.mt_top {
	margin-top: 70px;
}

@media screen and (min-width: 737px) {
	.movie_link li:nth-child(-n + 3) {
		margin-bottom: .6em;
	}

	.movie_link.li02 li {
		margin-bottom: 0;
	}

	.movie_link li:nth-child(3n) {
		margin-right: 0;
	}
}

.movie_link li a {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	color: #22ad38;
	font-size: 16px;
	line-height: 1;
	text-decoration: underline;
}

.movie_link li a:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 6px;
	height: 16px;
	background: url(/tiller/maintenance/img/icon_arrow.png) 0 center no-repeat;
	background-size: 6px auto;
}

@media screen and (max-width: 736px) {
	.movie_link {
		margin-top: 20px;
	}

	.movie_link li {
		text-align: left;
		width: 47%;
		margin-right: 3%;
		margin-bottom: .4em;
	}

	.movie_link li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.movie_link li a {
		padding-left: 12px;
		font-size: 12px;
		line-height: 16px;
	}

	.movie_link li a:after {
		width: 5px;
		background-size: 5px auto;
	}

	.mt_top {
		margin-top: 0;
	}
}