@charset "utf-8";
/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/
/* common */
.Contents {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.Contents img {
  max-width: 100%;
  height: auto;
}
.mr0 {
  margin-right: 0;
}
p.anno {
  margin: 0.5em 0 0 0;
  line-height: 150%;
}
.Contents img {
  height: auto;
}
.confirmation_left {
  margin: 10px 20px 25px 0;
}
.catch_a {
  padding-top: 15px;
  padding-bottom: 5px;
}
.bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* common */
  .sp {
    display: none;
  }
  .mr0 {
    margin-right: inherit;
  }
  .secrity_ico {
    margin: 0 auto;
    text-align: center;
  }
  .confirmation_left {
    width: 100%;
    margin: 10px auto 5px;
    float: none;
    text-align: center;
  }
  .confirmation_left .confirmation_inner_left {
    display: inline-block;
    margin: 0 20px 10px;
    float: none;
    vertical-align: top;
  }
  .confirmation_left p {
    text-align: left;
    margin: 0 10px;
  }
  .confirmation_right {
    width: auto;
    margin: 10px 10px 20px;
    padding: 5px;
    float: none;
  }
}


/*monthly_security
------------------------------------------------------*/
/*point*/
.monthly_security #point .contbox p.anno {
	text-align: right;
}

/*reco_soft*/
.monthly_security #reco_soft p {
	margin: 0.5em 0;
}
.monthly_security #reco_soft .contbox dl dd {
	margin-left: 0;
	text-align: left;
}
.monthly_security #reco_soft .accbox li,
.monthly_security #reco_soft .accbox label {
	font-size: 1.6rem;
}

/*howto*/
.monthly_security #flow.howto {
  padding: 80px 0 120px;
}
.seriesContainer {
	width: 980px;
	margin: 0 auto;
}
.seriesContainer .procedure {
	display: -webkit-flex;
	display: flex;
}
.seriesContainer .boxBlue {
	padding: 25px;
	background-color: #f5f7fa;
}
.monthly_security .howto .procedure .procedureStep {
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
}
.monthly_security .howto .procedure p {
  line-height: 24px;
}
.monthly_security .howto .procedureTtl {
	font-size: 1.7rem;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px;
}
.monthly_security .howto .ttlStep {
	font-size: 1.6rem;
	line-height: 25px;
	text-align: center;
	padding: 9px;
	margin-bottom: 14px;
}

.monthly_security .howto .procedureStep .ttlStep {
  color: #fff;
  background-color: #606a76;
}

.monthly_security .howto .procedureStep .procedureInner {
  background-color: #fff;
  padding: 20px 15px 2px;
}

.monthly_security .howto .procedureStep3 .procedureInner {
  padding: 25px 20px 13px;
}

.monthly_security .howto .arrowDown {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 18px;
}

.monthly_security .howto .procedureStep3 {
  background-color: #606a76;
  position: relative;
}
.howto .procedureStep3:after {
	content: "";
	border-top: 12.5px solid transparent;
	border-bottom: 12.5px solid transparent;
	border-left: 13px solid #606a76;
	position: absolute;
	right: -13px;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.monthly_security .howto .procedureStep3 p {
  color: #fff;
}

.monthly_security .howto .procedureStep3 .ttlStep {
  background-color: #fff;
}

.monthly_security .howto .ttl_h02 {
	font-size: 2.9rem;
	font-weight: bold;
	text-align: center;
	margin: 25px 0;
}
.monthly_security .howto .col02_1 {
	margin-right: 15px;
}

.monthly_security .howto .ttl_h03 {
  margin-bottom: 17px;
}

/*----- termsmenu -----*/
section.termsmenu{
	background:#e9eceb;
}
section.termsmenu ol{
	max-width:980px;
	margin:0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	text-align: center;
}
section.termsmenu ol a{
	color:#fff;
	display: block;
	width:330px;
	height: 100%;
	padding:15px 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	line-height: 1.4;
	text-decoration: none;
	border-right:4px solid #fff;
	background:#606a76;
}
section.termsmenu ol a:hover {
	opacity: 0.7;
}
section.termsmenu ol li.h4{
	width:320px;
	padding:24px 0;
	background:#e9eceb;
}
@media screen and (max-width: 767px) {
	section.termsmenu ol {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section.termsmenu ol li,
	section.termsmenu ol a,
	section.termsmenu ol li.h4{
		width:100%;
	}
	section.termsmenu ol a {
		border-right: 0;
		border-bottom:2px solid #fff;
	}
}


@media screen and (max-width: 767px) {
	#cpinfo, #cpinfo div,
	.seriesContainer {
		width: 100%;
	}
	section .contbox {
		max-width: 100%;
		padding: 0 10px;
	}
	#reco_soft > h2 span {
		margin: 0 -28px 0 -1em;
	}
	#reco_soft h2 span img {
		max-width: 60%;
	}
	.monthly_security #fv {
		padding: 0 10px;
		margin-top: 10px;
	}
	.monthly_security #fv h1 {
		padding: 0;
		background: none;
	}
	.monthly_security #fv h1 span {
		display: none;
	}
	#point > h2,
	#reco_soft > h2 {
		padding: 30px 0 30px;
	}
	#reco_soft > h2,
	#flow .seriesContainer > h2 {
		line-height: 1.6;
	}
	#point {
		padding: 30px 0 20px;
	}
	#point dl {
		font-size: 2.5rem;
	}
	#cpinfo {
		padding: 0 10px 20px;
	}
	#cpinfo div {
		padding: 10px 10px;
	}
	.monthly_security .howto .ttl_h02 {
		padding: 0 10px;
	}
	.monthly_security .howto .ttlStep {
		padding: 8px;
		line-height: 15px;
	}
	.monthly_security .howto .procedure p {
		line-height: 18px;
		text-align: center;
	}
	.monthly_security .howto .arrowDown {
		margin: 4px 0 7px;
	}
	.monthly_security .howto .procedureStep .procedureInner {
		padding: 20px 10px 2px;
	}
	.monthly_security .howto .procedureStep3 .procedureInner {
		padding: 25px 10px 13px;
	}
	#flow {
		padding: 10px 10px 50px;
	}
	.seriesContainer .boxBlue {
		padding: 0;
	}
	.monthly_security #reco_soft {
		padding: 0 0 30px;
	}
	.monthly_security #reco_soft .contbox dl {
		display: block;
		width: 100%;
	}
	.monthly_security #reco_soft .contbox dl:nth-of-type(2) {
		margin-top: 15px;
	}
	#reco_soft .contbox {
		border-spacing: 0 0;
	}
	.seriesContainer .procedure {
		display: block;
	}
	.monthly_security .howto .col02_1 {
		margin-right: 0;
	}
	.monthly_security .howto .col02 img {
		margin-top: 8px;
	}
	.howto .procedureStep3:after {
		display: none;
	}
}

/*210512 header・hooter体裁崩れ修正*/
.header {
	width: 100%;
	margin-bottom: 0;
}
.stage {
	border-top: none;
}
.header_inner a,
a#buziness_confirm_b2c {
	color: #ffffff;
}
a#buziness_confirm_b2c:hover {
	color: #232B35;
}
.gNavi_item a {
	color: #333333;
}
.header_logo {
	text-align: left;
}
.header_loginList {
	text-align: left;
}
.header_loginList a,
.featured_list a {
	color: #003490;
	text-decoration: underline;
}
.header_loginList a:hover,
.featured_list a:hover {
	color: #48c0eb;
}
.footer {
	color: #333333;
	font-size: 1.4rem;
	text-align: left;
}
.footer ul {
	font-size: 100%;
}
.footer li {
	display: block;
	line-height: 1.6;
	margin-left: 0;
}
@media screen and (min-width: 768px) {
	.footer_sitemapUnit.isOpen .footer_sitemapHeading:after {
		content: "";
	}
}
.footer a:link, .footer a:visited, .footer a:hover {
	color: #666666;
}
.footer .footer_snsList {
	margin: 20px auto 0;
}
.footer .footer_snsItem a,
.footer .footer_bottom a {
	color: #ffffff;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 767px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
	display: block;
}
	.stage {
		width: 100%;
		min-width: 100%;
		margin-top: 10px;
	}
	div.topimg {
		width: 100%;
		margin: 0 auto 0;
	}
	div.topimg img {
		height: auto;
	}
	h2 img {
		width: 90%;
		height: auto;
	}
	.header_inner .header_item a {
		color: #333;
	}
	.spNavi_item a {
		color: #666;
	}
	.featured_list a {
		text-decoration: none;
		color: #333;
	}
	.footer {
		min-width: 100%;
	}
	.footer li {
		line-height: 40px;
	}
	.footer_bottomItem {
		height: 40px;
		line-height: 40px;
	}
	.footer .footer_bottomItem a {
		color: #003490;
	}
}


/*security_process
------------------------------------------------------*/
.security_process .UserContentsBasic h1 {
	font-size: 4.0rem;
	margin-top: 35px;
}
.security_process h2 {
	display: block;
	font-size: 3.0rem;
	color: #fff;
	background-color: #475463;
	padding: 8px 15px;
	margin: 80px 0 30px;
}
.security_process section:first-of-type h2 {
	margin: 30px 0 30px;
}
.security_process strong {
	font-size: 1.7rem;
	font-weight: bold;
}
.security_process dl dt {
	margin: 35px 0 10px;
}
.security_process dl dd {
	margin: 10px;
}
.security_process p,
.security_process em {
	font-size: 1.5rem;
}
.security_process em {
	color: #ff0000;
	margin-top: 20px;
}
.security_process .flexBox {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.security_process .flexBox .col_left {
	width: 420px;
	margin-right: 40px;
}
.security_process .flexBox .col_right {
	max-width: 520px;
}
.security_process .m-top {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.security_process .UserContentsBasic h1 {
		font-size: 3.7rem;
		padding: 14px;
	}
	.security_process h2 {
		font-size: 2.7rem;
	}
	.security_process .flexBox {
		display: block;
	}
	.security_process .flexBox .col_left,
	.security_process .flexBox .col_right {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.security_process .flexBox .col_right {
		padding: 24px 20px 8px;
	}

}