/* mysecure_support.css

	

	- base
	- 

 */

.renew_supp {
	background-color: #fff;
}

.c_area-mysecure {
	font-size: 1.6rem;
	font-family: "游ゴシック Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #222;
}

@media( max-width: 700px ){
	.c_area-mysecure {
		font-weight: normal;
		font-size: .875rem;
	}
}




.c_area-mysecure .mod-head-05{
	font-weight: normal;
	font-size: 2rem;
	margin-top: 4rem;
}

.c_box_usecase {
	margin: 4rem 0;
	border-top: 1px solid #ccc;
}

.c_box_usecase > h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 2em 0 1em;
}

.c_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-beween;
	align-content: stretch;
}

.c_flex > li,
.c_flex > div {
	padding: .125rem;
	box-sizing: border-box;
}

.c_flex.c_col2m1 > li,
.c_flex.c_col2m1 > div {
	flex-basis: 50%;
}

@media( max-width: 700px ){
	.c_flex.c_col2m1 > li,
	.c_flex.c_col2m1 > div {
		flex-basis: 100%;
	}
}


.c_list_links > li > a {
	display: block;
	color: #fff!important;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: .25rem;
	background-color: #1771b0;
	box-shadow: 0 .0625rem .125rem hsla( 0, 0%, 0%, .25 );
	transition: all .25s;
	padding: .875rem .25rem;
}

.c_list_links > li > a:hover {
	background-color: #1699de;
	box-shadow: 0 .125rem .125rem hsla( 0, 0%, 0%, .25 ), 0 .125rem .5rem hsla( 0, 0%, 0%, .25 );
}

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

.c_list_anchors:after {
	display: block;
	content: "▼";
	text-align: center;
	color: #ddd;
	width: 100%;
	margin-top: 1rem;
	font-size: .875rem;
	transform: scale( 1.5, 1 );
}

.c_list_anchors > li > a {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: .25rem;
	border: 1px solid #1771b0;
	box-shadow: 0 .0625rem .125rem hsla( 0, 0%, 0%, .25 );
	transition: all .25s;
	padding: .875rem .25rem;
	positon: relative;
}

.c_list_anchors > li > a:hover {
	border-color: #1699de;
	box-shadow: 0 .125rem .125rem hsla( 0, 0%, 0%, .25 ), 0 .125rem .5rem hsla( 0, 0%, 0%, .25 );
}

/* IE11 hacks */

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
	*::-ms-backdrop,

	.c_flex.c_col2m1 > li,
	.c_flex.c_col2m1 > div {
		flex-basis: calc( 50% - .25rem );
	}
}

/* IE11 hacks -END- */

