/*
	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.29rem;
}

.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.2rem;
	color: #fff!important;
	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 > .c_btn{
	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 !important;
	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 {
	height: auto;
}

.c_branch {
	position: relative;
}

.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 !important;
	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;
}

.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テキスト中の画像縦位置がずれるのを防ぐ */
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: 4.2rem;
		height: 100%;
		min-height: 0;
	}

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

	.mod-accordion-01 > dd > .btn {
		top: 50% !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;
	color: #0E367D!important;
}
.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;
	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;
}

.mod-head-002 {
	margin: 1rem 0;
	position: relative;
	padding: 13px 10px;
	font-size: 2.16rem;
	font-weight: 500;
}

.mod-head-002::before {
	position: absolute;
	left: -10px;
	bottom: 0;
	content: '';
	height: 100%;
	border-left: 6px solid rgba(0 ,76 ,165 ,.70);
}

.mod-head-003 {
	margin: 20px 0;
	padding: 10px 20px;
	border: 1px solid rgba(0, 0 ,0 ,.13);
	font-size: 1.25rem;
	font-weight: bold;
	background-color: #FFF;
}

.mod-head-004 {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 1.6rem;
}

.mod-head-004::before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	background: rgba(239, 189, 234, .55);
	width: 100%;
	height: .6rem;
}

/*head004と組み合わせると下線が青に*/
.blueLine:before {
	background-color: rgba(85, 165, 253, .3);
	content: "";
}

.mod-list-001 > li{
	margin-bottom:6px;
	padding-left:10px;
	background:url(../../../../upload/migration/image/ocn_common_02/mod-list-03/blt_01.png) 0 0.45em no-repeat;
	zoom:1;
}

.img_m > img {
	vertical-align: middle;
}

.c_begin {
  border:3px solid #0d800d;
  padding:20px 30px 20px 100px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAmCAMAAADgMgttAAAAgVBMVEUAAAAQgBAIgAgQgBALgAsMgAwNgA0LgAsLfwsOfw4MgQwOgA4MgAwMgAwNgA0NgA0OgA4NgA0MgAwOgA4OgA4NgA0NgA0NgA3///8ciBw6mDp2uHaz17Pg7+Dh7+ErkCtKoEqVx5XC38LR59HS59JJn0l3uHfv9+/w9/CUx5Skz6TmeI1PAAAAF3RSTlMAECAgMEBQYHBwf4CPkJ+goK+/z9/f70126h0AAACuSURBVHhe7dNZEoIwEEXRRo0Cgoom6WbGedj/AtUiIZDADri/p1L1PtLApAxhJF8KBhwRTwublsfs+pGA/+TGfpYTEQK27XqPvaS+UB9RrLUxnj9Joy5qn0VpQeQgigXAit9LslAV+ulbiYuYlTSNGmac0VQhHKawamKA7TgWadz+cBdfD8HUSe1tvNWJB7pADvAsg8E9coNVY92r3mWWmLpd3RKT2WWWOAV8uOQLElFOchDvSs8AAAAASUVORK5CYII=) 40px 50% no-repeat;
}
.c_begin p b {
  font-size:1.8rem;
  display:block;
}
@media (max-width: 700px) {
  .c_begin {
    padding:13px 10px 13px 50px;
    background-size:15px auto;
    background-position: 20px 15px;
  }
  .c_begin p b {
    font-size:1.5rem;
    margin-bottom:1rem;
    vertical-align:top;
    line-height:1.4;
  }
}

.mod-head-02.c_mod-head-02 {
  background: none;
  position: relative;
}

.mod-head-02.c_mod-head-02::before,
.mod-head-02.c_mod-head-02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}

.mod-head-02.c_mod-head-02::before {
  background: #d5d5d5;
  box-shadow: 0px 1px 0px 0px #b5b5b5 inset;
  width: 100%;
}

.mod-head-02.c_mod-head-02::after {
  background: #000;
  width: 232px;
}

.c_accSwitchWrap {
  border-left: 0;
  border-right: 0;
  border-color: #d5d5d5;
  padding: 0;
  margin-bottom: 15px!important;
}

.c_accSwitch,
.c_stepHead {
  cursor: pointer;
  padding: 20px 30px 20px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.c_accSwitch.is-slim,
.c_stepHead.is-slim {
	padding-top: 10px;
	padding-bottom: 10px;
}

.c_accSwitch::after,
.c_stepHead::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0e367d;
  border-bottom: 2px solid #0e367d;
  position: absolute;
  top: calc(50% - 4px);
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
}

.c_accSwitch.on::after,
.c_stepHead.on::after {
  top: calc(50% + 4px);
  transform: translateY(-50%) rotate(-135deg);
}

.c_accSwitch.on,
.c_stepHead.on span {
  font-weight: bold;
}

.c_stepHead.is-type2::before {
  background: #0e367d;
  border: 2px solid #0e367d;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  z-index: 0;
}

.c_stepHead.is-type2 {
  padding-right: 35px;
}

.c_stepHead.is-type2::before,
.c_stepHead.is-type2::after {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.c_stepHead.is-type2::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
  top: calc(50% - 3px);
  right: 9px;
}

.c_stepHead.is-type2.on::before {
  background: #fff;
}

.c_stepHead.is-type2.on::after {
  border-right-color: #0e367d;
  border-bottom-color: #0e367d;
}

.c_stepHead.is-type2.on::after {
  top: calc(50% + 3px);
  right: 9px;
}

.c_stepItem {
  border-bottom: 1px solid #d5d5d5;
  margin-top: 15px;
}

.c_stepItem+.c_stepItem {
  margin-top: 0;
}

.c_stepItem {
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}

.c_stepHead {
  display: flex;
  align-items: center;
}

.c_stepHead b {
  color: #0e367d;
  font-weight: bold;
  margin-right: 4px;
  flex-shrink: 0;
}

.c_stepHead i {
  background: #0e367d;
  color: #fff;
  display: inline-flex;
  font-style: normal;
  font-size: 14px;
  width: 1.285em;
  height: 1.285em;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}

.c_stepBody_inbox {
	background: #fafafa;
	padding: 10px;
}

.c_more {
  padding: 5px 5px 3px 17px;
  background: url(https://support.ocn.ne.jp/upload/migration/image/ocn_common/area-content/blt_02.png) 0 center no-repeat;
}

.c_imagesCol2 {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}

.c_imagesCol1 img {
  width: 100%;
}

.c_imagesZabuton {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}

.c_stepInner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.c_link_btn.c_white2 {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAaVBMVEUAAABAcK84cK84eK9AcK9AeK87c7E6cq85cq87crI7dLI6crE6crE6dLE8dLE6crI6c7I7cbE7c7E7c7E7dLE7crI6crI7c7I7c7I7c7I7c7JUhbzm7fVHe7ZThLvn7vZHfLZIfLfC0+epSNE+AAAAGnRSTlMAECAgICBfYHBwcH+AgICfn6Cgz8/Q39/g749UA5EAAABrSURBVHheTc5JDoNADETR6gwMGSGQBFcz3/+Q2EZI/TfWW5WhhfufbN4neJnQk8JUKIaRVgZcRLn2bgmo7cZp9wMNE//gcs/qg2M/RWOXqsUzESsEH9olZyBXxoXWDVp5PJnDu36+ZPcKig2TERAVh2bpgAAAAABJRU5ErkJggg==);
  border: 1px solid #3b73b2;
  color: #3b73b2!important;
}

.c_link_btn.c_white2:visited {
  color: #3b73b2!important;
}

.c_accBody,
.c_stepBody {
  display: none;
  background: #fafafa;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 20px;
}

.c_accBody.no-bg,
.c_stepBody.no-bg {
	background: none;
	padding: 0;
}

.c_accBody.pc-indent,
.c_stepBody.pc-indent {
	padding-left: 1em;
}

@media (max-width: 700px) {
	.c_accBody.pc-indent,
	.c_stepBody.pc-indent {
		padding-left: 0;
	}
}

.c_accBody.on, .c_stepBody.on {
  display: block;
}

.c_list_imgBtn {
  justify-content: center;
}

@media (max-width: 700px) {
  .c_imagesCol2 {
    display: block;
  }
  .c_imagesCol2 img {
    width: auto;
  }
}

.c-row {
  margin: 25px 0;
}
.c-row__col {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 40px;
  padding: 15px 15px 40px;
  overflow: hidden;
  text-align: center;
}
.c-row__ttl {
  background: #eee;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: -15px -15px 15px;
  padding: 15px;
  text-align: center;
}
.c-row__txt {
  text-align: left;
}
.c-row__txt:not(:last-child) {
  margin-bottom: 16px;
}
.c-row__col .c-button {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  height: auto;
  max-width: 344px;
}
.c-row__col .c-button:not(:last-child) {
  margin-bottom: 40px;
}
.c-row__col .c-button.-primary.-external{
  box-shadow: none;
}
.c-row__col .c-button.-primary.-external::after{
  content:"\EA05";
  color: inherit;
}
.c-row__col .c-button.-primary.-external:hover,
.c-row__col .c-button.-primary.-external:focus {
  transform: none;
}
@media (min-width: 48.0625em) {
  .c-row {
    display: flex;
    justify-content: space-between;
  }
  .c-row__col {
    padding: 25px 25px 40px;
    width: calc(50% - 20px);
  }
  .c-row__ttl {
    margin: -25px -25px 25px;
    padding: 16px;
  }
  .c-row__txt {
    font-size: 16px;
  }
  .c-row__txt:not(:last-child) {
    margin-bottom: 25px;
  }
  .c-row__txt b {
    font-size: 14px;
  }
  .c-row__col .c-button.-primary.-external {
    transition: opacity .3s ease;
  }
  .c-row__col .c-button.-primary.-external:hover,
  .c-row__col .c-button.-primary.-external:focus {
    opacity: .7;
  }
}

.c-thumbText{
  display:flex;
  align-items:flex-start;
}
.c-thumbText img{
  flex-shrink:0;
  margin-right:16px;
}
@media screen and (max-width:700px) {
  .c-thumbText{
    flex-direction:column;
    align-items:center;
  }
  .c-thumbText img{
    margin-right:0;
    margin-bottom:16px;
  }
}