@charset "UTF-8";


/*** PC/スマホ切り替えボタン ここから ***/
.tm_btn_blue{
	text-align:center;
	border:solid 1px #3385ad;
	border-radius:5px;
	background-color:#2793c9;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.tm_btn_blue a{
	display:block;
	padding:1px 0px 2px 0px;
	color:#FFF !important;
	text-align:center;
	text-decoration:none;
	border-top:solid 1px #68b3d9;
	border-radius:5px;
	font-weight:bold;
}

.tm_btn_gray{
	padding:2px 0px 2px 0px;
	text-align:center;
	border:solid 1px #ddd;
	border-radius:5px;
	color:#a0a0a0 !important;
	background-color:#f3f2ee;
	font-weight:bold;
}

#tm_mode_change_btn_wrap:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.tm_btn_mode_change_pc,
.tm_btn_mode_change_sp{
	font-size:11px;
}
.tm_btn_mode_change_pc{ width:8em; margin-right:1em;}
.tm_btn_mode_change_sp{ width:13em; }

#tm_mode_change_btn_wrap{
	padding-top:10px;
	padding-bottom:10px;
}
#tm_mode_change_btn{
	text-align: center;
}
#tm_mode_change_btn p{
	display: inline-block;
}
/*** PC/スマホ切り替えボタン ここまで ***/


/*** ページ個別スタイル ここから ***/
#mobilesecurity {
  font-size: 14px;
  color: #222;
	word-break: break-all;
}

#mobilesecurity h2 {
  color: #d61e20;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #d61e20;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 6px;
  margin-bottom: 15px;
}
#mobilesecurity sup {
  vertical-align: top;
  font-size: 10px;
}
#mobilesecurity .annotation {
  font-size: 12px;
  color: #666;
}

#mobilesecurity #tm_title {
  margin-bottom: 15px;
}

#mobilesecurity #tm_title img {
  width: 100%;
}
#mobilesecurity .tm_contents {
  padding: 0 10px;
}
#mobilesecurity .tm_contents img {
  width: 100%;
}
#mobilesecurity section#nav ul {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
#mobilesecurity section#contents h3 {
  color: #d61e20;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
#mobilesecurity section#contents figure {
  margin-left: 0;
  margin-right: 0;
}
#mobilesecurity section#contents > section {
  margin-bottom: 50px;
}
#mobilesecurity ul.button-group {
  text-align: center;
}
#mobilesecurity ul.button-group li {
  display: inline-block;
}
#mobilesecurity ul.button-group li a.button {
  display: inline-block;
  background: #b0b0b0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  text-align: right;
  text-decoration: none;
  padding: 6px;
}

#mobilesecurity ul.button-group li a.button img {
  width: 7px;
  height: 7px;
  vertical-align: 0;
  margin-left: 4px;
}
#mobilesecurity ul.button-group li a.red {
  background: #d61e20;
}
#mobilesecurity #products #vb ul.vb_package {
  text-align: center;
}
#mobilesecurity #products #vb ul.vb_package li {
  margin-bottom: 30px;
}
#mobilesecurity #products #vb ul.vb_package img {
  width: auto;
  margin-bottom: 10px;
}
#mobilesecurity #products #vb ul.vb_package p {
  text-align: left;
}
#mobilesecurity #products ul.point li {
  margin-bottom: 20px;
}
#mobilesecurity #products ul.button-group li {
  width: 48%;
}
#mobilesecurity #pwm .package-pwm {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}

/* 2018.7.27 追加 シニア向けセキュリティ対策ガイド ssg */

#ssg {
	margin:0 10px 30px 10px;
	padding:10px;
	border: 1px solid #e5e5e5;
	color: #222;
}

#ssg .left img {
	border: 1px solid #e5e5e5;
	width:auto;
	height:auto;
}

#ssg h2.bk {
	margin:10px 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	line-height:1.5;
	color: #222;
	text-align: left;
	background: none;
	border: none;
}

#ssg h3 {
	font-size: 15px;
	font-weight: bold;
	color: #d61e20;
	margin-bottom: 1em;
}

#ssg ul.box {
	list-style: none;
	padding-left: 0;
	display: table;
	font-size: 14px;
}

#ssg ul.box li:after {
	content: "";
	display: block;
	margin-bottom: 0.4em;
}

#ssg ul.box li {
	display: table-row;
}

#ssg ul.box li:before {
	content: "■";
	display: table-cell;
	padding-right: 0.7em;
}

#ssg a.button {
	width:100%;
	margin:1.5em 0 10px 0;
	padding:12px 0px;
	position: relative;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	line-height:18px;
	text-align: center;
	text-decoration: none;
	background: #d61e20;
	-webkit-box-shadow: 4px 4px #b41213;
	-moz-box-shadow: 4px 4px #b41213;
	box-shadow: 4px 4px #b41213;
}

#ssg a.button img {
	margin-left:10px;
	vertical-align:top;
}



/*** ページ個別スタイル ここまで ***/

/* 2018.8.23 修正 */

header {
	border-top: none !important;
}

.pT8 { padding-top: 8px; }

/* 2023.2.14 修正 */

.tm_primary_logo {
  width: 141px;
  margin: 0 auto;
}

.tm_primary_logo img {
  height: 30px;
}
