@charset "UTF-8";

.column_wrap .ttl {
	margin: 0 0 40px 0;
}
.column_wrap .ttl .post-data {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	font-weight: 500;
}

.column_wrap .ttl p,.column_wrap .ttl .column_ttl {
	font-size: 32px;
	color: #1d50a2;
	font-weight: 700;
	margin: 0;
	line-height: 1.6;
}

.column_wrap .ttl img {
	display: block;
	margin: 0 auto;
}

.column_wrap .full-img {
	text-align: center;
	display: block;
	margin: 40px auto;
}

.column_wrap p {
	font-size: 16px;
	line-height: 1.6;
	margin: 30px 0 0 0;
}

.column_wrap .img-tc {
	display: block;
	margin: 20px auto 0 auto;
	max-width: 70%;
}

.column_wrap .img-100 {
	display: block;
	margin: 20px auto 0 auto;
}

.column_wrap .red {
	color: #FF4500;
}

.column_wrap .marker {
	background: linear-gradient(transparent 55%, #fbf7b5 55%);
}

.column_wrap .num-list {
	list-style: none;
	color: #1d50a2;
	font-size: 14px;
	line-height: 2.5;
	margin: 40px 0 0 0;
	padding: 0;
}

.column_wrap .num-list li {
	padding: 0 0 0 30px;
}

.column_wrap .num-list li:nth-child(1) {
	background: url(/security_info/image/ico_num_01.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(2) {
	background: url(/security_info/image/ico_num_02.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(3) {
	background: url(/security_info/image/ico_num_03.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(4) {
	background: url(/security_info/image/ico_num_04.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(5) {
	background: url(/security_info/image/ico_num_05.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(6) {
	background: url(/security_info/image/ico_num_06.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(7) {
	background: url(/security_info/image/ico_num_07.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(8) {
	background: url(/security_info/image/ico_num_08.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(9) {
	background: url(/security_info/image/ico_num_09.png) 0 5px no-repeat;
}

.column_wrap .num-list li:nth-child(10) {
	background: url(/security_info/image/ico_num_10.png) 0 5px no-repeat;
}

.column_wrap .check-point {
	margin: 40px 0 0 0;
}

.column_wrap .check-point dt {
	font-size: 16px;
	font-weight: 700;
	color: #1d50a2;
	background: url(/security_info/image/ico_check.png) 0 18px no-repeat;
	padding: 20px 0 0 35px;
}

.column_wrap .check-point dd {
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 1.6;
}

.column_wrap h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	margin: 80px 0 0 0;
}

.column_wrap h2::after {
	content: '';
	display: block;
	background: url(/security_info/image/img_h2_border.png) 0 0 no-repeat;
	width: 160px;
	height: 6px;
	margin: 5px 0 0 0;
}

.column_wrap h3 {
	font-size: 22px;
	line-height: 1.6;
	font-weight: 700;
	margin: 40px 0 0 0;
	background: #f1f3f5;
	padding: 20px;
}

.column_wrap h4 {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	margin: 30px 0 0 0;
	border-bottom: 2px solid #f1f3f5;
	border-image: linear-gradient(to right, #1d50a2 0%, #1d50a2 9%, #f1f3f5 9%, #f1f3f5 100%);
	border-image-slice: 1;
	padding: 0 0 10px 0;
}

.column_wrap h5 {
	font-size: 18px;
	font-weight: 700;
	color: #1d50a2;
	margin: 30px 0 0 0;
}

.column_wrap .check-box {
	padding: 30px 40px;
	background: #ebf0f7;
	margin: 70px 0 0 0;
}

.column_wrap .check-box dl {
	margin: 25px 0 0 0;
}

.column_wrap .check-box dl:first-child {
	margin: 0;
}

.column_wrap .check-box dt {
	background: url(/security_info/image/bg_check-box.png) left top no-repeat;
	font-size: 16px;
	font-weight: 700;
	color: #1d50a2;
	padding: 10px 0 0 20px;
	height: 32px;
}

.column_wrap .check-box dd {
	background: #fff;
	margin: 0;
	padding: 20px;
}

.column_wrap .check-box dd label {
	display: block;
	line-height: 2;
}

.column_wrap .check-box dd span {
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

.column_wrap .check-box dd input[type="checkbox"] {
	margin: 20px 10px 0 0;
	border: 1px solid #1d50a2;
	vertical-align: top;
}

.column_wrap .flex-txt {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.column_wrap .flex-txt .left-box {
	width: 63%;
}

.column_wrap .flex-txt .right-box img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.column_wrap .flex-txt .right-box {
	width: 33%;
	height: 100%;
}

.column_wrap .flex-txt p:first-child {
	margin: 0;
}

.column_wrap a {
	color: #1d50a2;
	text-decoration: underline;
}

.column_wrap .link::after {
	background: url(/security_info/image/ico_link.png) right 0 no-repeat;
	width: 14px;
	height: 14px;
	content: '';
	display: inline-block;
	margin: 0 0 0 10px;
}

.column_wrap a:hover {
	text-decoration: none;
}

.column_wrap .flex-img {
	display: flex;
	justify-content: space-between;
	margin: 70px 0 0 0;
}

.column_wrap .flex-img.col2 img {
	width: 48%;
	height: 100%;
}

.column_wrap .flex-img.col3 img {
	width: 31%;
	height: 100%;
}

.column_wrap .flex-img.col33 img {
	max-width: 100%;
	height: 100%;
}

.column_wrap .flex-box {
	display: flex;
	justify-content: space-between;
}


.column_wrap .flex-box.col2 div {
	width: 48%;
}

.column_wrap .flex-box.tc {
	text-align: center;
	justify-content: center;
}

.column_wrap .flex-box.tc img {
	display: block;
	margin: 20px auto 0 auto;
}



.column_wrap .color-box {
	width: 100%;
	padding: 30px;
	margin: 70px 0 0 0;
}


.column_wrap .color-box.float {
	display: flow-root;
	justify-content: space-between;
}


.column_wrap .color-box.float img {
	width: 30%;
	float: left;
	margin: 20px 0 0 0;
	height: 100%;
}

.column_wrap .color-box.float p {
	width: 65%;
	float: right;
}


.column_wrap .color-box h6 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.column_wrap .color-box p {
	margin: 15px 0 0 0;
}

.column_wrap .color-box.pink {
	border: 2px solid #df7070;
}

.column_wrap .color-box.pink h6 {
	color: #df7070;
	font-weight: bold;
}

.column_wrap .color-box.pink p span {
	color: #df7070;
}

.column_wrap .color-box.sky {
	border: 2px solid #65aadd;
}

.column_wrap .color-box.sky h6 {
	color: #65aadd;
	font-weight: bold;
}

.column_wrap .color-box.sky p span {
	border: 2px solid #65aadd;
}

.column_wrap .color-box.sky p .bold {
	border: none;
}

.column_wrap .color-box.orange {
	border: 2px solid #f08307;
}

.column_wrap .color-box.orange h6 {
	color: #f08307;
	font-weight: bold;
}

.column_wrap .color-box.orange p span {
	color: #f08307;
}

.column_wrap .color-box.green {
	border: 2px solid #00aaaa;
}

.column_wrap .color-box.green h6 {
	color: #00aaaa;
	font-weight: bold;
}

.column_wrap .color-box.green p span {
	border: 2px solid #00aaaa;
}

.column_wrap .color-box.purple {
	border: 2px solid #8b89ac;
}

.column_wrap .color-box.purple h6 {
	color: #8b89ac;
	font-weight: bold;
}

.column_wrap .color-box.purple p span {
	border: 2px solid #8b89ac;
}

.column_wrap .color-box .txt-bold {
	border: none !important;
	font-weight: bold;
}

.column_wrap .hand-point {
	margin: 70px 0 0 0;
	border: 2px solid #1d50a2;
	padding: 25px 30px;
	position: relative;
}

.column_wrap .hand-point .hand {
	position: absolute;
	background: url(/security_info/image/ico_hand.png) 10px 5px no-repeat #fff;
	color: #1d50a2;
	font-size: 22px;
	font-weight: 700;
	top: -20px;
	left: 0;
	padding: 0 10px 0 43px;
	margin: 0 0 0 10px;
}

.column_wrap .hand-point p {
	margin: 0;
}

.column_wrap .tac {
	border: 2px solid #1d50a2;
	margin: 70px 0 0 0;
	padding: 20px 30px;
}

.column_wrap .tac .point {
	margin: 0;
	font-size: 14px;
	color: #fff;
	background: #1d50a2;
	padding: 0 25px;
	border-radius: 50px;
	display: inline-block;
}

.column_wrap .tac .ttl {
	margin: 20px 0 0 0;
	color: #d44503;
	font-size: 18px;
	background: url(/security_info/image/ico_hand_orange.png) 0 2px no-repeat;
	padding: 0 0 0 35px;
}

.column_wrap .tac .counterplan {
	font-size: 12px;
	color: #1d50a2;
	border: 1px solid #1d50a2;
	display: inline-block;
	padding: 0 15px;
	margin: 20px 0 0 0;
}

.column_wrap .tac p {
	margin: 10px 0 0 0;
}

.column_wrap .tac p span {
	background: linear-gradient(transparent 55%, rgba(212, 69, 3, .2) 55%);
}

.column_wrap .tbl-scroll {
	margin: 70px 0 0 0;
}

.column_wrap table {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.column_wrap table th {
	background: #f7f7f7;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	padding: 10px 15px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.column_wrap table.no-border th,
.column_wrap table.no-border td {
	border: none;
}

.column_wrap table.txt-c th {
	text-align: center;
}

.column_wrap table td {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.column_wrap table .nowrap {
	white-space: nowrap;
}

.column_wrap .square-box {
	background: #f1f3f5;
	padding: 20px 40px;
	margin: 70px 0 0 0;
}

.column_wrap .square-box p {
	margin: 0;
}

.column_wrap .square-box ul {
	padding: 0;
	margin: 0;
}

.column_wrap .square-box ul li {
	line-height: 2.2;
	font-size: 16px;
	list-style: none;
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}

.column_wrap .square-box ul li::before {
	content: "■";
	color: #1d50a2;
	margin: 0 10px 0 0;
}

.column_wrap .square-box.num ul li:first-child::before {
	content: "1";
	background:#1d50a2;
	margin: 0 10px 0 0;
	color: #fff;
background-size: contain;
width:8px;
height:30px;
display:inline-block;
text-align:center;
padding: 0 0 0 26px;
}

.column_wrap .square-box.num ul li:nth-child(2)::before {
	content: "2";
	background:#1d50a2;
	margin: 0 10px 0 0;
	color: #fff;
background-size: contain;
width:8px;
height:30px;
display:inline-block;
text-align:center;
padding: 0 0 0 26px;
}

.column_wrap .square-box.num ul li:nth-child(3)::before {
	content: "3";
	background:#1d50a2;
	margin: 0 10px 0 0;
	color: #fff;
background-size: contain;
width:8px;
height:30px;
display:inline-block;
text-align:center;
padding: 0 0 0 26px;
}

.column_wrap .circle-mark {
	margin: 40px 0 0 0;
}

.column_wrap .circle-mark ul {
	padding: 0;
	margin: 0;
}

.column_wrap .circle-mark ul li {
	line-height: 2.2;
	font-size: 14px;
	list-style: none;
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}

.column_wrap .circle-mark ul li::before {
	content: "■";
	color: #1d50a2;
	margin: 0 10px 0 0;
}

.column_wrap .two-tone {
	background: #f1f3f5;
}

.column_wrap .two-tone {
	display: flex;
	margin: 70px 0 0 0;
}

.column_wrap .two-tone dt {
	background: #1d50a2;
	padding: 0 30px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.column_wrap .two-tone dd {
	padding: 20px 30px;
	margin: 0;
}

.column_wrap .two-tone dd p {
	margin: 0;
}

.column_wrap .other-link {
	margin: 70px 0 0 0;
	border-top: 1px solid #1d50a2;
}

.column_wrap .other-link .ttl {
	font-size: 20px;
	font-weight: 700;
	color: #1d50a2;
	margin: 20px 0 0 0;
}

.column_wrap .other-link ul {
	margin: 0;
	padding: 0;
}

.column_wrap .other-link ul li {
	list-style: none;
	font-size: 16px;
	line-height: 2.2;
}

.column_wrap .other-link ul li::before {
	content: '';
	background: url(/security_info/image/ico_link_arrow.png) 0 0 no-repeat;
	width: 8px;
	height: 14px;
	display: inline-block;
	margin: 0 10px 0 0;
}

.column_wrap .other-link ul li a {
	color: #333;
	text-decoration: none;
}

.column_wrap .other-link ul li a:hover {
	text-decoration: underline;
}

.column_nav {
	margin: 120px 0 70px 0;
}

.column_nav .category-sitemap {
	display: flex;
	justify-content: space-between;
}

.column_nav .inner {
	width: 23%;
}

.column_nav h2 {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
}

.column_nav ul {
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.column_nav ul li {
	margin: 15px 0 0 0;
}

.column_nav ul li::before {
	content: '';
	background: url(/security_info/image/ico_link_arrow.png) 0 0 no-repeat;
	width: 8px;
	height: 14px;
	display: inline-block;
	margin: 0 10px 0 0;
}

.column_wrap .border-box {
	border: 1px solid #ddd;
	margin: 70px 0 0 0;
}

.column_wrap .border-box .ttl {
	background: #f7f7f7;
	padding: 10px;
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}

.column_wrap .border-box dl {
	padding: 10px;
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
}

.column_wrap .border-box dt {
	width: 15%;
	margin: 0 0 15px 0;
}

.column_wrap .border-box dd {
	width: 80%;
	margin:0;
}

.column_wrap .email-wrap {
	width: 600px;
	border: 1px solid #000;
	padding: 20px;
	margin: 40px auto 0 auto;
}

.column_wrap .email-wrap p {
	margin: 0;
}

.column_wrap .cap-txt {
	text-align: right;
}

.column_wrap .bold {
	font-weight: bold;
}

.column_wrap .bold-tc {
	font-weight: bold;
	font-size: 20px;
	color: #d44503;
	padding: 10px;
	border: 1px solid #d44503;
}

.column_wrap .promise {
	list-style-type: none;
}

.column_wrap .promise li {
	margin: 20px 0 0 0;
}

.column_wrap .promise li .big {
	font-size: 20px;
	display: block;
}

.column_wrap .promise li .fw {
	border: 2px solid #1d50a2;
	color: #d44503;
	font-weight: bold;
}

.column_wrap .promise li .ul {
	text-decoration: underline;
}

.column_wrap .txt-center {
	text-align: center;
}

.column_wrap .flex-center {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.column_wrap .flex-center li {
	margin: 20px;
}

.column_wrap .flex-center div {
	width: 40%;
	margin: 30px;
}

.column_wrap .flex-center div:nth-child(1) {
	text-align: right;
}

.promise {
	padding: 10px 0;
}

.promise ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.promise ol li {
	margin: 0 0 4px;
	font-size: 1.1em;
}

.promise ol li span {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 10px;
	color: #fff;
	background: #ec7c30;
	border-radius: 999px;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.promise ol li:nth-child(2) span {
	background: #5b9bd4;
}

.promise ol li:nth-child(3) span {
	background: #ffc102;
}

.promise ol li:nth-child(4) span {
	background: #6fac46;
}

.promise ol li:nth-child(5) span {
	background: #a5a5a5;
}

.bg-sky {
	background: #5b9bd4;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.bg-orange {
	background: #FDBF2D;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 10px 0;
	border-radius: 50px;
}

.c-orange {
	color: #fa9632;
}

.c-pink {
	color: #df7070;
}

.column_wrap .color-box p span.bold {
	border: none;
}

.no-mark {
	list-style-type: none;
	padding: 0;
}

.ikaDl {
	clear: both;
	display: inline-block;
	margin: 0 0 10px;
}

.ikaDl .maru {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 40px;
	/* width,heightの半分 */
	-moz-border-radius: 40px;
	border-radius: 40px;
	float: left;
}

.ikaDl .maru span {
	color: #fff;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	padding: 25px 15px 0;
	margin: 0 0 0 3px;
	display: inline-block;
}

.ikaDl .maru .oneMozi {
	padding: 25px 25px 0;
}

.ikaDl .maruTxtbox {
	float: right;
	display: inline-block;
	margin: 12px 0 0 30px;
	width: 650px;
}

.ikaDl .maruTxtbox02 {
	float: right;
	display: inline-block;
	margin: 0 0 0 30px;
	width: 650px;
}

.ikaDl .maruTxtbox span {}

.ikaDl .maruTxtbox .big,
.ikaDl .maruTxtbox02 .big {
	font-size: 23px;
	font-weight: bold;
}

.orangeMozi {
	color: #fa9632;
}

.greenMozi {
	color: #95cf57;
}

.blueMozi {
	color: #00afef;
}

.pinkMozi {
	color: #ff6699;
}

.perpleMozi {
	color: #8063a1;
}

.orangeBK {
	background-color: #fa9632;
}

.greenBK {
	background-color: #95cf57;
}

.blueBK {
	background-color: #00afef;
}

.pinkBK {
	background-color: #ff6699;
}

.perpleBK {
	background-color: #8063a1;
}

.flex-txt-col3 {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
}

.flex-txt-col3 li {
	width: 30%;
}

.flex-txt-col3 li h6 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.flex-txt-col3 li h6 span {
	display: block;
	font-size: 20px;
	color: #333;
}

.flex-items {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin: 30px 0 0 0;
}

.flex-items li {
	width: 48%;
}

.flex-items li a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	transition: all .3s;
}

.flex-items li a:hover {
	opacity: .6;
}

.flex-items li a .left-b {
	width: 20%;
}

.flex-items li a .right-b {
	width: 78%;
}

.flex-items li a .right-b h5 {
	margin: 0;
}

.flex-img-tc {
	display: flex;
	justify-content: center;
	margin: 30px 0 0 0;
	list-style-type: none;
	padding: 0;
}

.flex-img-tc li {
	margin: 0 20px;
}

.column_wrap .total {
	background:#f9f9f9;
	padding: 30px;
	margin: 30px 0 0 0;
	border: 1px solid #eee;
}

.column_wrap .total p:first-child {
	margin: 0;
}

@media (max-width: 767px) {
	.column_wrap .email-wrap {
		width: 100%;
		border: 1px solid #000;
		padding: 20px;
		margin: 40px auto 0 auto;
	}
	.column_wrap .ttl .post-data {
		font-size: 12px;
	}

	.column_wrap .ttl p,.column_wrap .ttl .column_ttl {
		font-size: 22px;
	}

	.column_wrap .full-img {
		overflow-x: auto;
 		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}
	.column_wrap .full-img img {
		max-width: 100%;
		min-width: 500px;
		vertical-align: top;
	}

	.column_wrap p {
		font-size: 14px;
		line-height: 1.6;
		margin: 15px 0 0 0;
	}

	.column_wrap .num-list {
		margin: 20px 0 0 0;
	}

	.column_wrap .num-list li {
		padding: 0 0 0 30px;
	}

	.column_wrap .num-list li:nth-child(1) {
		background: url(/security_info/image/ico_num_01.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(2) {
		background: url(/security_info/image/ico_num_02.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(3) {
		background: url(/security_info/image/ico_num_03.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(4) {
		background: url(/security_info/image/ico_num_04.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(5) {
		background: url(/security_info/image/ico_num_05.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(6) {
		background: url(/security_info/image/ico_num_06.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(7) {
		background: url(/security_info/image/ico_num_07.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(8) {
		background: url(/security_info/image/ico_num_08.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(9) {
		background: url(/security_info/image/ico_num_09.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .num-list li:nth-child(10) {
		background: url(/security_info/image/ico_num_10.png) 0 8px no-repeat;
		background-size: 20px;
	}

	.column_wrap .check-point {
		margin: 20px 0 0 0;
	}

	.column_wrap .check-point dt {
		font-size: 15px;
		padding: 0 0 0 30px;
	}

	.column_wrap .check-point dd {
		margin: 10px 0 0 0;
	}

	.column_wrap h2 {
		font-size: 22px;
		margin: 40px 0 0 0;
	}

	.column_wrap h2::after {
		background-size: contain;
		width: 80px;
		height: 3px;
		margin: 5px 0 0 0;
	}

	.column_wrap h3 {
		font-size: 18px;
		margin: 20px 0 0 0;
		padding: 10px;
	}

	.column_wrap h4 {
		font-size: 16px;
		margin: 15px 0 0 0;
		border-bottom: 1px solid #f1f3f5;
		padding: 0 0 5px 0;
	}

	.column_wrap h5 {
		font-size: 15px;
		margin: 15px 0 0 0;
	}

	.column_wrap .check-box {
		padding: 15px 20px;
		margin: 35px 0 0 0;
	}

	.column_wrap .check-box dl {
		margin: 15px 0 0 0;
	}

	.column_wrap .check-box dt {
		background: #fff;
		font-size: 14px;
		font-weight: 700;
		color: #1d50a2;
		padding: 10px 10px 0 10px;
		height: auto;
	}

	.column_wrap .check-box dd {
		background: #fff;
		margin: 0;
		padding: 10px;
	}

	.column_wrap .check-box dd label {
		display: block;
		line-height: 1.6;
		margin: 10px 0 0 0;
		padding: 0 0 0 1.5em;
		text-indent: -1.5em;
	}

	.column_wrap .flex-txt {
		display: block;
		margin: 15px 0 0 0;
	}

	.column_wrap .flex-txt .left-box,
	.column_wrap .flex-txt .right-box {
		width: 100%;
	}

	.column_wrap .flex-txt p {
		width: 100%;
	}

	.column_wrap .flex-txt img {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.column_wrap .link::after {
		background-size: 10px;
		width: 10px;
		height: 10px;
		margin: 0 0 0 5px;
	}

	.column_wrap .flex-img {
		display: block;
		margin: 35px 0 0 0;
	}

	.column_wrap .flex-img.col2 img {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.column_wrap .flex-img.col3 img {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.column_wrap .flex-img.col33 img {
		margin: 20px auto 0 auto;
		display:block;
	}

	.column_wrap .flex-box {
		display: block;
	}


	.column_wrap .flex-box.col2 div {
		width: 100%;
	}

	.column_wrap .color-box {
		width: 100%;
		padding: 15px;
		margin: 35px 0 0 0;
	}


	.column_wrap .color-box.float img {
		width: 100%;
		float: none;
		margin: 15px 0 0 0;
	}

	.column_wrap .color-box.float p {
		width: 100%;
		float: none;
	}


	.column_wrap .color-box h6 {
		font-size: 16px;
	}

	.column_wrap .color-box p {
		margin: 15px 0 0 0;
	}

	.column_wrap .color-box.pink {
		border: 1px solid #df7070;
	}

	.column_wrap .color-box.sky {
		border: 1px solid #65aadd;
	}

	.column_wrap .color-box.orange {
		border: 1px solid #f08307;
	}

	.column_wrap .color-box.green {
		border: 1px solid #00aaaa;
	}

	.column_wrap .color-box.purple {
		border: 1px solid #8b89ac;
	}

	.column_wrap .hand-point {
		margin: 35px 0 0 0;
		border: 1px solid #1d50a2;
		padding: 15px;
		position: relative;
	}

	.column_wrap .hand-point .hand {
		background-size: 25px;
		font-size: 16px;
		top: -15px;
		padding: 0 10px 0 35px;
		margin: 0 0 0 10px;
	}

	.column_wrap .tac {
		border: 1px solid #1d50a2;
		margin: 35px 0 0 0;
		padding: 15px;
	}

	.column_wrap .tac .point {
		font-size: 14px;
		padding: 0 15px;
		text-align: center;
		display: block;
	}

	.column_wrap .tac .ttl {
		margin: 10px 0 0 0;
		color: #d44503;
		font-size: 18px;
		background: url(/security_info/image/ico_hand_orange.png) 0 6px no-repeat;
		background-size: 25px;
		padding: 0 0 0 25px;
	}

	.column_wrap .tac .counterplan {
		font-size: 11px;
		padding: 0 10px;
		margin: 10px 0 0 0;
	}

	.column_wrap .tbl-scroll {
		margin: 35px 0 0 0;
		overflow-x: auto;
	}

	.column_wrap table {
		min-width: 1200px;
	}

	.column_wrap table th {
		font-size: 14px;
		padding: 5px;
	}

	.column_wrap table td {
		font-size: 14px;
		padding: 5px;
	}

	.column_wrap table .nowrap {
		white-space: nowrap;
	}

	.column_wrap .square-box {
		background: #f1f3f5;
		padding: 15px;
		margin: 35px 0 0 0;
	}

	.column_wrap .square-box ul li {
		line-height: 1.6;
		font-size: 14px;
		list-style: none;
		text-indent: -1.6em;
		padding: 0 0 0 1.6em;
		margin: 15px 0 0 0;
	}

	.column_wrap .square-box.num ul li:first-child::before {
height:22px;
padding: 0 0 0 23px;
}

.column_wrap .square-box.num ul li:nth-child(2)::before {
height:22px;
padding: 0 0 0 23px;
}

.column_wrap .square-box.num ul li:nth-child(3)::before {
height:22px;
padding: 0 0 0 23px;
}


	.column_wrap .two-tone {
		display: block;
		margin: 35px 0 0 0;
	}

	.column_wrap .two-tone dt {
		background: #1d50a2;
		padding: 15px;
		display: block;
		width: 100%;
	}

	.column_wrap .two-tone dd {
		padding: 15px;
		margin: 0;
	}

	.column_wrap .other-link {
		margin: 35px 0 0 0;
		border-top: 1px solid #1d50a2;
	}

	.column_wrap .other-link .ttl {
		font-size: 16px;
		margin: 10px 0 0 0;
	}

	.column_wrap .other-link ul li {
		font-size: 14px;
		line-height: 1.6;
		margin: 10px 0 0 0;
	}

	.column_wrap .other-link ul li::before {
		background: url(/security_info/image/ico_link_arrow.png) 0 4px no-repeat;
		background-size: 4px;
		margin: 0 6px 0 0;
	}

	.column_nav {
		margin: 60px 0 35px 0;
	}

	.column_nav .category-sitemap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.column_nav .inner {
		width: 48%;
		margin: 20px 0 0 0;
	}

	.column_nav h2 {
		font-size: 16px;
		padding: 0 0 10px 0;
	}

	.column_nav ul {
		font-size: 14px;
		margin: 10px 0 0 0;
	}

	.column_nav ul li {
		margin: 10px 0 0 0;
		padding: 0 0 0 1em;
		text-indent: -1em;
	}

	.column_nav ul li::before {
		content: '';
		background: url(/security_info/image/ico_link_arrow.png) 0 4px no-repeat;
		background-size: 4px;
		width: 8px;
		height: 14px;
		display: inline-block;
		margin: 0 2px 0 0;
	}

	.column_wrap .border-box {
		margin: 35px 0 0 0;
	}

	.column_wrap .border-box .ttl {
		background: #f7f7f7;
		padding: 10px;
		font-size: 14px;
		font-weight: 700;
		margin: 0;
	}

	.column_wrap .border-box dl {
		display: block;
	}

	.column_wrap .border-box dt {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.column_wrap .border-box dt:first-child {
		margin: 0;
	}

	.column_wrap .border-box dd {
		width: 100%;
		margin: 5px 0 0 0;
	}

	.column_wrap .flex-center {
		display: block;
		justify-content: center;
	}

	.column_wrap .flex-center div {
		width: 100%;
		margin: 30px;
	}

	.column_wrap .flex-center div:nth-child(1) {
		text-align: center;
	}

	.flex-items {
		display: block;
	}

	.flex-items li {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.flex-items li a {
		display: flex;
		justify-content: space-between;
		text-decoration: none;
		transition: all .3s;
	}

	.flex-items li a:hover {
		opacity: .6;
	}

	.flex-items li a .left-b {
		width: 20%;
	}

	.flex-items li a .right-b {
		width: 78%;
	}

	.flex-items li a .right-b h5 {
		margin: 0;
	}
}

.column_wrap .text-red {
	color: red;
}

.column_wrap .no-mark {
	list-style-type:none;
}

.column_wrap .float-box {
	display: flex;
	margin: 0 0 50px 0;
}

.column_wrap .float-box li {
	margin: 0 10px 0 0;
}

.column_wrap .kana {
list-style-type: katakana;
}

.column_wrap .flex-txt.sml .right-box img {
	width: 30%;
}

.column_wrap .flex-txt.mid .right-box img {
	width: 50%;
}

.column_wrap .mokuji {
	width: 683px;
	margin: 20px auto;
}

.right{
	text-align: right;
}

/* 2025.11.17 執筆者コンテンツ */
.author_contents { border: 1px solid #333; border-radius: 10px; padding: 20px 15px; gap: 10px 20px; align-items: center; margin: 60px auto 0; max-width: 800px; }
.author_contents .author_logo { text-align: center; }
.author_contents .author_name { font-weight: 700; font-size: 20px; margin: 0; }
.author_contents .author_text { width: 100%; margin-top: 0; margin: 0; }

.author_contents .service-nav__button { text-align: center; width: 100%; margin: 0; }
.author_contents .page-mimamori-button { display: inline-block; min-width: 350px; border-radius: 500px; color: #fff!important; background: #1d50a2; text-align: center; position: relative; padding: 12px 40px 12px 30px; -webkit-transition: .3s; transition: .3s; cursor: pointer; text-decoration: none;}
.author_contents .page-mimamori-button:hover {opacity: .7;}
.author_contents .page-mimamori-button:after {content: ""; width: 18px; height: 18px; background: url(/person/img/person_lp/icon-ar-blue.png); background-size: 100% auto; display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 20px; }
.author_contents .page-mimamori-button span { color: #fff!important; font-weight: 700; font-size: 14px; }
@media screen and (min-width: 641px) {
  .author_contents { display: grid; grid-template-columns: 1fr 3fr; grid-template-rows: auto auto auto; }
  .author_contents .author_logo { grid-column: 1 / 2; grid-row: 1 / 3; }
  .author_contents .author_name { grid-column: 2 / 3; grid-row: 1 / 2; }
  .author_contents .author_text { grid-column: 2 / 3; grid-row: 2 / 3; }
  .author_contents .service-nav__button { grid-column: 1 / 3; grid-row: 3 / 4; }
}
@media screen and (max-width: 640px) {
  .author_contents { margin-top: 40px; padding: 15px 10px; display: flex; flex-direction: column; }
  .author_contents .author_name { width: 100%; font-size: 16px; }
  .author_contents .author_logo { width: 100%; }
  .author_contents .author_logo img { max-width: 65%; height: auto; }
  .author_contents .box-link a { max-width: 100%; }
  .author_contents .page-mimamori-button { padding:10px 40px 10px 30px; min-width: 280px; }
  .author_contents .page-mimamori-button[data-align-sm=center] { text-align: center; }
  .author_contents .page-mimamori-button:after { right:18px; }
  .author_contents .page-mimamori-button span { font-size:14px; letter-spacing: 0; }
}