/*
	list
		.c_list_headStep(|.c_col3|.c_col2)(|.trouble)
		.c_list_btn(|.c_col2|.c_col3|.c_white)
		.c_list_imgBtn(|.c_col2|.c_col3)
	link
		.c_link_btn(|.c_white)
		.c_link_imgBtn
	head
		.c_head_setStep
	box
		.c_box_setStep
	mod-qa
		.c_mod-qa
			.c_question
			.c_text
			.c_answer > a
				.c_img
			.c_branch
	adjust
		.c_text_kerning-nav050
		.c_borderWrap > img
	overwrite
		.step + h4 > img
		.mod-accordion-01
		.mod-list-27
	common base64 image
		.c_list_btn > li > a, .c_list_imgBtn > li > a > .c_btn, .c_link_btn, .c_link_imgBtn > .c_btn
*/



/* .c_list_headStep [ (ul|ol).c_list_headStep > li(|.current) > a|span ] */

.c_list_headStep {
	margin: 23px auto 40px 1px;
	list-style: none;
	counter-reset: c-count;
}

.c_list_headStep:after {
	display: block;
	content: "";
	clear: both;
}

.c_list_headStep > li {
	display: inline-block;
	vertical-align: top;
}

.c_list_headStep > li:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 30px;
	margin: 6px 0 auto 5px;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAAkElEQVQ4jY3RyxGEIBREUUMwlAnB0CYEMmJP98IQzEQ344jwPs36VPUFFgDfRTkkz9baR4IkdxWeacIN04QehgkD9BNG6CZY0Exw4JzgwSkhgq+EBD4JGfwnKJDkrsJDggA2BRblMketdU0hgE15x6J84TMZwddkAMuEDDhPWtCcNKA9OUB/sofhZAfjyd+5AETdOuN1ThjuAAAAAElFTkSuQmCC );
}

.c_list_headStep > li:last-child:after {
	display: none;
	background-image: none;
}

.c_list_headStep > li > a,
.c_list_headStep > li > span {
	display: block;
	float: left;
	width: 160px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
	background-color: #fff;
	font-size: 1.2rem;
}

.c_list_headStep > li > a:before,
.c_list_headStep > li > span:before {
	display: block;
	counter-increment: c-count;
	content: "STEP "counter( c-count );
	margin-bottom: 2px;
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.4;
}

.c_list_headStep > li > a {
	text-decoration: none;
	color: #004ca5;
	border-color: #1771B0;
	transition: all .125s;
}

.c_list_headStep > li > a:hover {
	text-decoration: underline;
	opacity: .8;
}

.c_list_headStep > li > span {
	color: #ccc;
	border-color: #ccc;
}

.c_list_headStep > .current > span {
	color: #000;
	border-color: #d90000;
}

.c_list_headStep > li > a:before {
	background-color: #1771B0;
}

.c_list_headStep > li > span:before {
	background-color: #ccc;
}

.c_list_headStep > .current > span:before {
	background-color: #d90000;
}

@media( max-width: 700px ){

	.c_list_headStep{
		margin-left: 0;
	}

	.c_list_headStep > li {
		display: block;
		margin-top: .125rem;
	}

	.c_list_headStep > li:after {
		display: block;
		content: "";
		clear: both;
		margin-top: 0;
		height: 0;
		background-image: none;
	}

	.c_list_headStep > li > a,
	.c_list_headStep > li > span {
		display: block;
		float: none;
		padding: .25rem 0 .25rem 5.5em;
		width: auto;
		text-align: left;
	}

	.c_list_headStep > li > a:before,
	.c_list_headStep > li > span:before {
		display: block;
		position: relative;
		width: 4em;
		margin: -.25rem auto auto -5.5em;
		padding: .25rem;
		font-size: 100%;
		float: left;
		border-width: 2px;
		border-style: solid;
	}

	.c_list_headStep > li > a:before {
		border-color: #1771B0;
	}

	.c_list_headStep > li > span:before {
		border-color: #ccc;
	}

	.c_list_headStep > .current > span:before {
		border-color: #d90000;
	}

}

/* .c_list_headStep columns */

.c_list_headStep.c_col3 > li > a,
.c_list_headStep.c_col3 > li > span {
	width: 220px;
}

.c_list_headStep.c_col2 > li > a,
.c_list_headStep.c_col2 > li > span {
	width: 339px;
}

@media( max-width:700px ){

	.c_list_headStep.c_col3 > li > a,
	.c_list_headStep.c_col3 > li > span,
	.c_list_headStep.c_col2 > li > a,
	.c_list_headStep.c_col2 > li > span {
		width: auto;
	}

}

/* .c_list_headStep for troubleshoot */

.c_list_headStep.c_trouble > li > a:before,
.c_list_headStep.c_trouble > li > span:before {
	content: "対処方法"counter( c-count );
}

@media( max-width:700px ){

	.c_list_headStep.c_trouble > li > a,
	.c_list_headStep.c_trouble > li > span {
		padding-left: 6.5em;
	}

	.c_list_headStep.c_trouble > li > a:before,
	.c_list_headStep.c_trouble > li > span:before {
		width: 5em;
		margin-left: -6.5em;
	}
}

/* .c_list_btn [ (ol|ul).c_list_btn(|.c_col2|.c_col3|.c_white) > li > a ] */

.c_list_btn {
	width: auto;
	margin: 1rem 0;
	padding: 0;
}

.c_list_btn:after {
	display: block;
	content: "";
	clear: both;
}

.c_list_btn > li {
	max-width: 512px;
	margin: 0 auto 1rem;
	padding: 0;
}

.c_list_btn > li > a {
	display: block;
	margin: 0;
	padding: 1.6rem 4.8rem 1.6rem 2.4rem;
	font-size:1.5rem;
	line-height: 1.25;
	font-weight: bold;
	font-family: inherit;
	color: #fff !important;
	border-radius: .25rem;
	background: #3b73b2 url( data:image/png;base64, ) right 8px center no-repeat;
	box-sizing: border-box;
	box-shadow: 0 1px 2px hsl( 0, 0%, 67.5% );
	transition: all .25s;
}

.c_list_btn > li > a:hover {
	background-color: #4b83c2;
	box-shadow: 0 2px 4px hsl( 0, 0%, 75% ), 0 2px 8px hsl( 0, 0%, 75% );
}

.c_list_btn > li > a:visited{
	color: #fff !important;
}

/* .c_list_btn columns */

.c_list_btn.c_col2 > li {
	float: left;
	width: 334px;
	margin: 0 .5rem 1rem .5rem;
}

.c_list_btn.c_col3 > li {
	float: left;
	width: 217px;
	margin: 0 .5rem 1rem .5rem;
}

@media( max-width: 700px ){

	.c_list_btn.c_col2 > li,
	.c_list_btn.c_col3 > li {
		float: none;
		width: auto;
	}

}

/* .c_list_btn background white */

.c_list_btn.c_white > li {
	width: 100%;
	max-width: none;
}
.c_list_btn.c_white > li > a {
	background: #fff url( ../../image/common/area-content/blt_02.gif ) right 13px center no-repeat;
	font-weight: bold;
	color: #004ca5!important;
}


/* .c_list_imgBtn */

.c_list_imgBtn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 1rem auto;
	padding: 0;
	max-width: 512px;
}

.c_list_imgBtn.c_col2 {
	max-width: none;
}

.c_list_imgBtn.c_col3 {
	max-width: none;
}

.c_list_imgBtn > li {
	margin: 0;
	padding: .25rem;
	width: 100%;
	list-style-type: none;
	box-sizing: border-box;
}

.c_list_imgBtn.c_col2 > li {
	width: 50%;
	max-width: 465px;
} 

.c_list_imgBtn.c_col3 > li {
	width: 33.3333%;
	max-width: 310px;
} 

.c_list_imgBtn > li > a {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	color: #fff!important;
	text-decoration: none;
	border-radius: .25rem;
	transition: all .25s;
}

.c_list_imgBtn > li > a > .c_img {
	padding: 16px 4px;
	text-align: center;
	border: 1px solid #ddd;
	border-width: 1px 1px 0;
	border-radius: .25rem .25rem 0 0;
	background-color: #fafafa;
	background-image: linear-gradient( to bottom, #eee, #fff );
	box-sizing: border-box;
	transition: all .25s;
}

.c_list_imgBtn > li > a > .c_img > img {
	vertical-align: middle;
	opacity: 1;
	transition: all .25s;
}

.c_list_imgBtn > li > a > .c_btn {
	padding: 14px 32px 14px 16px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.25;
	border-radius: 0 0 .25rem .25rem;
	background: #3b73b2 url( data:image/png;base64, ) right 8px center no-repeat;
	box-sizing: border-box;
	box-shadow: 0 2px 2px #ccc;
	transition: all .25s;
}

.c_list_imgBtn > li > a:hover {
	box-shadow: 0 2px 4px #ccc, 0 2px 12px #ddd;
}

.c_list_imgBtn > li > a:hover > .c_img {
	background-color: #f0faff;
	background-image: linear-gradient( to bottom, #eef8ff, #fff );
}

.c_list_imgBtn > li > a:hover > .c_img > img {
	opacity: .8;
}

.c_list_imgBtn > li > a:hover > .c_btn {
	text-decoration: underline;
	background-color: #4b83c2;;
	box-shadow: 0 2px 2px #ccc;
}

.c_list_imgBtn > li > a:visited{
	color: #fff !important;
}

@media( max-width: 700px ){
	.c_list_imgBtn > li {
		width: 100%;
		max-width: none;
	}
	
	.c_list_imgBtn.c_col3 > li {
		width: 50%;
		max-width: none;
	}
}

@media( max-width: 320px ){
	.c_list_imgBtn.c_col2 > li,
	.c_list_imgBtn.c_col3 > li {
		width: 100%;
	}
}



/* c_link_btn [ a.c_link_btn ] */

.c_link_btn {
	display: block;
	width: auto;
	max-width: 512px;
	margin: 1rem auto;
	padding: 1.6rem 4.8rem 1.6rem 2.4rem;
	font: bold 1.4rem/1.25 "";
	font-family: inherit;
	border-radius: .25rem;
	background: #3b73b2 url( data:image/png;base64, ) right 8px center no-repeat;
	box-sizing: border-box;
	box-shadow: 0 1px 2px hsl( 0, 0%, 67.5% );
	transition: all .25s;
}

a.c_link_btn,
a.c_link_btn:visited {
	color: #fff!important;
}

.c_link_btn:hover {
	background-color: #4b83c2;
	box-shadow: 0 2px 4px hsl( 0, 0%, 75% ), 0 2px 8px hsl( 0, 0%, 75% );
}

/* .c_link_btn background white */

.c_link_btn.c_white {
	width: 100%;
	max-width: none;
	background: #fff url( ../../image/common/area-content/blt_02.gif ) right 13px center no-repeat;
	font-weight: normal;
	color: #004ca5;
}



/* c_link_imgBtn [ a.c_link_imgBtn > (.c_img|.c_btn) ] */

.c_link_imgBtn {
	display: flex;
	flex-direction: column;
	width: auto;
	max-width: 512px;
	margin: 1rem auto;
	padding: 0;
	color: #fff;
	transition: all .25s;
}

.c_link_imgBtn > .c_img {
	padding: 1rem .25rem;
	text-align: center;
	border: 1px solid #ddd;
	border-width: 1px 1px 0;
	border-radius: .25rem .25rem 0 0;
	background-color: #fafafa;
	background-image: linear-gradient( to bottom, #eee, #fff );
	box-sizing: border-box;
	transition: all .25s;
}

.c_link_imgBtn > .c_img > img {
	vertical-align: middle;
	opacity: 1;
	transition: all .25s;
}

.c_link_imgBtn > .c_btn {
	padding: .875rem 2rem .8125rem 1rem;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1.25;
	color: #fff!important;
	border-radius: 0 0 .25rem .25rem;
	background: #3b73b2 url( data:image/png;base64, ) right 8px center no-repeat;
	box-sizing: border-box;
	box-shadow: 0 2px 2px #ccc;
	transition: all .25s;
}

.c_link_imgBtn:hover {
	box-shadow: 0 2px 4px #ccc, 0 2px 12px #ddd;
}

.c_link_imgBtn:hover > .c_img {
	background-color: #f0faff;
	background-image: linear-gradient( to bottom, #eef8ff, #fff );
}

.c_link_imgBtn:hover > .c_img > img {
	opacity: .8;
}

.c_link_imgBtn:hover > .c_btn {
	text-decoration: underline;
	background-color: #4b83c2;
	box-shadow: 0 2px 2px #ccc;
}

.c_link_imgBtn:visited > .c_btn{
	color: #fff!important;
}



/* .c_head_setStep [ h(1-6).c_head_setStep ] */

.c_head_setStep {
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 1rem 0;
	padding: 8px 12px;
	background-color: #ddd;
	border-radius: 2px;
}

.c_head_setStep:first-letter {
	font-weight: bold;
}

.c_head_setStep:last-of-type:first-letter {
	font-weight: normal;
}

/* .c_box_setStep [ div.c_box_setStep ] */

.c_box_setStep {
	margin: 0 2rem;
}

@media( max-width: 700px ){

	.c_box_setStep {
		margin: 0 .75rem;
	}

}



/* .c_mod-qa [ div.c_mod-qa ]
	.c_question    // 質問 [ div.c_question ]
	.c_text        // 文章 [ div.c_text ]
	.c_answer > a  // 回答選択肢 [ div.c_answer > a ]
		.c_img     // 回答選択肢に画像を入れる場合 [ div.c_img ]
	.c_b_wrapper   // 分岐の親要素[ .c_branch ]の絶対位置指定のために追加[ div.c_b_wrapper ]
		.c_branch  // 分岐先（質問・文章・選択肢を内包する） [ div.c_branch ]
*/

.c_b_wrapper {
	position: relative;
}

.c_b_wrapper_2 {
	position: relative;
	height:auto;
}

.c_branch {
	position: absolute;
	top: 0; left:0;
	width: 100%;
}

.c_mod-qa {
	border: 1px solid #ccc;
	background-color: #fff;
}

.c_mod-qa .c_question {
	margin-top: 0;
	padding: 1.5rem 1rem 1rem;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	border: none;
}

.c_mod-qa .c_branch > .c_question:before {
	display: block;
	content: "▼";
	margin: -.625rem 0 .875rem;
	text-align: center;
	color: #ccc;
}

.c_mod-qa .c_text {
	padding: 1.625rem;
	border: none;
}

.c_mod-qa .c_text + .c_question {
	padding-top: 0;
}

.c_mod-qa .c_question + .c_text {
	padding-top: .5rem;
}

.c_mod-qa .c_answer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 1.375rem 1.375rem;
	border-top: 1px solid #e4e4e4;
	background-color: #f4f4f4;
	border: none;
	background-color: inherit;
	border-bottom: 1px solid #ccc;
}

.c_mod-qa .c_answer > a {
	display: flex;
	flex-direction: column;
	flex-basis: calc( 50% - .5rem );
	margin: .25rem;
	padding: 1.4rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	color: #fff!important;
	letter-spacing: .0625rem;
	text-align: center;
	border-radius: .25rem;
	background: #3b73b2;
	box-sizing: border-box;
	box-shadow: 0 2px 4px #ddd;
	transition: all .25s;
}

.c_mod-qa .c_answer > a:focus {
	background-color: #4b83c2;
}

.c_mod-qa .c_answer > a:hover {
	background-color: #4b83c2;
}

.c_mod-qa .c_answer > a.c_flag {
	color: #fff;
	background-color: #d80000;
	box-shadow: none;
}

.c_mod-qa .c_answer > a.c_flag:focus {
	background-color: #e80000;
}

.c_mod-qa .c_answer > a.c_flag:hover {
	background-color: #e80000;
	outline: none;
}

.c_mod-qa .c_answer > a > .c_img {
	width: 100%;
	max-width: 100%;
	margin: -.875rem -.875rem .875rem;
	padding: .8175rem;
	text-align: center;
	background-color: #fafafa;
	background-image: linear-gradient( to bottom, #eee, #fff );
	border: 1px solid #ddd;
	border-radius: .25rem .25rem 0 0;
	transition: all .25s;
	pointer-events: none;
}

.c_mod-qa .c_answer > a:hover > .c_img {
	background-color: #f0f0ff;
	background-image: linear-gradient( to bottom, #eef8ff, #fff );
}

.c_mod-qa .c_answer > a > .c_btn {
	font-weight: bold;
}

.c_mod-qa .c_answer > a:visited{
	color: #fff !important;
}

@media( max-width: 700px ){
	.c_mod-qa .c_question {
		font-size: 1.6rem;
		text-align: left;
	}
	.c_mod-qa .c_text {
		padding: 1rem;
	}
	.c_mod-qa .c_answer {
		padding: .75rem;
	}
	.c_mod-qa .c_answer > a {
		text-align: left;
		flex-basis: 100%;
	}
}



/* adjust */

/* カーニング：サイドナビの「OCNドットフォン（050IP電話）」を一行に収める */
.c_text_kerning-nav050 {
	letter-spacing: -2px;
}

/* 画像に枠線を入れる */
.c_borderWrap > img {
	border: 1px solid #ddd;
}

/* STEPテキスト中の画像縦位置がずれるのを防ぐ */
.step + h4 > img {
	vertical-align: middle;
}


@media( max-width: 700px ){

	.c_kerning-nav050 {
		letter-spacing: normal;
	}

}



/* overwrite */

@media( max-width: 700px ){

	/* accordion outer */

	.mod-accordion-01 {
		position: relative;
	}

	.mod-accordion-01 dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 2.75rem;
		height: 100%;
		min-height: 0;
	}

	.mod-accordion-01 dd {
		padding: .75rem 5.5rem .75rem 3.5rem;
		width: auto;
		float: none;
	}

	.mod-accordion-01 > dd > .btn {
		top: .875rem !important;
		height: 100%;
	}


	/* accordion inner */

	.mod-list-27 {
		width: auto;
	}

	.mod-list-27 .caption {
		min-height: 3.2em;
	}

	.mod-list-27 .caption br {
		display: none;
	}

}

/* common base64 image */
.c_list_btn > li > a,
.c_list_imgBtn > li > a > .c_btn,
.c_link_btn,
.c_link_imgBtn > .c_btn {
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAeElEQVQ4jdXTyw2AIBAAUbugHVuiE0rZtrx68sKOF0z4q5GEOAW8sAssyy8CVkAoE2B9ijgAr1ooXpVtPwDcI+TKWMHY9GCRX8fCOEkXlGNR5ZiNndxhUoOa9bBXUA+bA70dbdiyx1x/wL4/yBbWqI9kY377tNM7ARXMb8VhZt/JAAAAAElFTkSuQmCC );
}









/* IE11 hacks */

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
	*::-ms-backdrop,
	.c_mod-qa .c_answer > a {
		flex-basis: calc( 50% - 2.25rem );
	}
}

/* IE11 hacks -END- */

/* IE8 hacks */

.c_list_headStep > li:first-child + li + li + li:after,
.c_list_headStep.c_col2 > li:first-child + li:after,
.c_list_headStep.c_col3 > li:first-child + li + li:after {
	display: none\9;
}
.c_list_btn {
	margin: 16px 0\9;
}
.c_list_btn > li {
	margin: 0 auto 16px\9;
}
.c_list_btn > li > a {
	padding: 16px 48px 16px 24px\9;
	font-size: 15px\9;
	background-color: #3b73b2\9;
	background-repeat: no-repeat\9;
	background-position: right center\9;
}
.c_list_btn.c_white > li > a {
	background-color: #fff\9;
	border-bottom: 1px solid #ddd\9;
}
.c_list_btn.c_col2 > li,
.c_list_btn.c_col3 > li {
	margin: 0 8px 16px 8px\9;
}
.c_list_imgBtn {
	display: block\9;
	margin: 16px auto\9;
}
.c_list_imgBtn > li {
	display: block\9;
	padding: 4px\9;
}
.c_list_imgBtn > li > a {
	display: block\9;
}
.c_list_imgBtn > li > a > .c_img {
	display: block\9;
	padding: 16px 4px\9;
}
.c_list_imgBtn > li > a > .c_btn {
	display: block\9;
	padding: 14px 32px 13px 16px\9;
	font-size: 14px\9;
	background-color: #3b73b2\9;
	background-position: right center\9;
	background-repeat: no-repeat\9;
}
.c_list_imgBtn.c_col2 > li,
.c_list_imgBtn.c_col3 > li {
	float: left\9;
}
.c_list_imgBtn.c_col2,
.c_list_imgBtn.c_col3 {
	overflow: hidden\9;
}
.c_link_btn {
	margin: 16px auto\9;
	padding: 16px 48px 16px 24px\9;
	font-size: 15px\9;
	background-color: #3b73b2\9;
	background-position: right center\9;
	background-repeat: no-repeat\9;
}
.c_link_btn.c_white {
	background-color: #fff\9;
	background-position: right center\9;
	background-repeat: no-repeat\9;
	border-bottom: 1px solid #ddd;
}
.c_link_imgBtn {
	display: block\9;
	margin: 16px auto\9;
}
.c_link_imgBtn > .c_img {
	display: block\9;
	padding: 16px 4px\9;
}
.c_link_imgBtn > .c_btn {
	display: block\9;
	padding: 14px 32px 13px 16px\9;
	font-size: 14px\9;
	background-color: #3b73b2\9;
	background-position: right center\9;
	background-repeat: no-repeat\9;
}
.c_head_setStep {
	font-size: 15px\9;
	margin: 16px 0\9;
	padding: 8px 12px 6px\9;
}
.c_box_setStep {
	margin: 0 32px\9;
}
.c_mod-qa .c_question {
	clear: both\9;
	padding: 24px 16px 16px\9;
	font-size: 20px\9;
}
.c_mod-qa .c_text {
	clear: both\9;
	padding: 26px\9;
}
.c_mod-qa .c_question + .c_text {
	padding-top: 8px\9;
}
.c_mod-qa .c_answer {
	clear: both\9;
	display: block\9;
	padding: 0 22px 22px\9;
	overflow: hidden;
}
.c_mod-qa .c_answer > a {
	display: block\9;
	width: 48.75%\9;
	float: left\9;
	margin: 4px .625%\9;
	padding: 14px\9;
	font-size: 15px\9;
	letter-spacing: 1px\9;
}
.c_mod-qa .c_answer > a > .c_img {
	margin: -14px -14px 14px\9;
	padding: 13px\9;
}
.c_mod-qa .c_branch {
	clear: both\9;
}
.c_mod-qa .c_branch > .c_question:before {
	margin: -10px 0 14px\9;
}

/* IE8 hacks -End- */


/* linkbox */
/* サイドバーなしページ用箱型リンク */
.c_link_box{
	width: 49%;
	margin: .5%;
	position: relative;
	border-radius: .25rem;
	border: 1px solid rgba(204,204,204,.3);
	overflow: hidden;
	transition: all 0.4s;
	float: left;
	box-sizing: border-box;
}
.c_link_box:hover{
	box-shadow: 0px 0px 3px rgba(51,51,51,.4);
}
.c_link_box .text_area{
	height: 7.5rem;
	padding: .75rem;
	position: relative;
}
.c_link_box .text_area li{
	list-style-type: disc;
	margin-left: .75rem;
}
.c_link_box .text_area p{
	margin-bottom: .5rem;
}
.c_link_box a{
	position: absolute;
	top: 0;
	left: 0;		
	height: 100%;
	width: 100%;
	text-indent: -999px;
	transition: all 0.4s;
}
.c_link_box a:hover{
	background-color: #FFF;
	opacity: 0.25;
}
.c_link_box .btn_area{
	bottom: 0;
	width: 100%;
	height: 3rem;
	background-color: #3b73b2;
	display: table;
}
.c_link_box .btn_txt{
	display: table-cell;
	padding: 0 .75rem;
	color: #FFF!important;
	font-size: 1rem;
	font-weight: 700;
	vertical-align: middle;
}
.cf_f:after {
	content: "";
	clear: both;
	display: block;
}
/* 矢印アイコン */
.arrow{
	position: relative;
	display: table-cell;
	padding: 1.5rem 1.25rem 1.5rem 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow::before{
	box-sizing: boder-box;
	width: 17px;
	height: 17px;
	border: 1px solid #FFF;
	border-radius: 50%;
	background-color: #FFF;
}
.arrow::after{
	left: 5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #3b73b2;
	border-right: 2px solid #3b73b2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media( max-width: 700px ){
.c_link_box {
	margin: .75rem 0;
	width: 100%;
}
.c_link_box .text_area {
	height: auto;
}
}
/* linkbox ここまで */

/* cool h */
.mod-head-001 {
	margin: 1rem 0;
	position: relative;
	padding: 4px 0 4px 12px;
	border-left: 6px solid #004ca5;
	font-size: 1.6rem;
	font-weight: 500;
}
.mod-head-001::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px solid #ccc;
}

/* inner_anchor_panel_image の点線の位置調整 */
.area-main.cms div.inner_anchor_panel_image li div {
	background-position-x: 218px;
}