
.wrapper{
	background: #1C4FA1;
	padding-top: 50px;
	font-size:1.0rem!important;
	}

.contentinner{
	background: #fff;
	margin: 80px auto;
}

/********************** TOP **********************/
.top h1{
	color: #FFF225!important;
	font-size: 55px;
	margin-bottom: 20px;
}

.top h1 span.sub_ttl{
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	color: #FFF225!important;
}

.top ul{
	display: block;
	width: 1100px;
	margin: 0 auto;
}

.top ul li{
	display: inline-block;
	width: calc((100% - 75px) / 3);
}

.top ul li a{
	width: 100%;
	display: inline-block;
	background: #092673;
	border-radius: 3px;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	position: relative;
	color: #fff;
}

.top ul li a:hover{
	opacity: 0.7;
}

.top ul li a:after{
	content: url(../image/bt_arrow_y_d.png);
	position: absolute;
	top: 50%;
	margin-top: -12px;
	margin-left: 5px;
}

.top ul li:not(:last-child){
	margin-right: 30px;
}

/********************** コンテンツ **********************/
.content h2{
	background: #FFF225;
	padding: 5px 0;
}

.contentinner h2{
	font-size: 30px;
}

.contentblock h3{
	text-align: left;
	color: #1C4FA1;
	font-size: 34px;
}

.contentblock p{
	text-align: left;
}

.contentblock{
	padding: 50px 40px;
}

.contentitem{
	margin-top: 40px;
}

.contentitem .txt dl{
	text-align: left;
}

.contentitem .txt dt{
	padding-left: 1rem;
	position: relative;
}

.contentitem .txt dt:not(:first-child){
	margin-top: 5px;
}

.contentitem .txt dt:before{
	content: " ";
	position: absolute;
	background: #000000;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	width: 8px;
	left: 2px;
	top: 8px;
}

.contentitem .txt dd{
	padding-left: 1rem;
}

.contentitem .txt dd span{
	color: #FF7619;
	font-weight: bold;
}

.contentitem.left:after,
.contentitem.right:after{
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.contentitem.left .img{
	float: left;
	width: 30%;
}

.contentitem.left .img img{
	width: 100%;
}

.contentitem.left .txt{
	float: right;
	width: 70%;
	padding-left: 40px;
}

.contentitem.right .img{
	float: right;
	width: 25%;
}

.contentitem.right .img img{
	width: 100%;
}

.contentitem.right .txt{
	float: left;
	width: 75%;
	padding-right: 40px;
}

.contentitem.left.harf .txt,
.contentitem.left.harf .img,
.contentitem.right.harf .txt,
.contentitem.right.harf .img{
	width: 50%;
}

.contentitem p.ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #1C4FA1;
	padding: 5px 0;
}

.contentitem p.mini_ttl{
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #1C4FA1;
	padding: 5px 0;
}

.contentitem p.mini_ttl span{
	font-size: 16px;
	vertical-align: top;
}

.security .img{
	padding: 50px 0;
}

.security .img img{
	width: 90%;
}

.bl_line{
	border: 3px solid #1C4FA1;
	margin-top: 40px;
}

.tokusetsu2020 {
	margin: 80px auto;
	width: 100%;
}

/********************** スクロールボタン **********************/
.scrollbtnblock{
	margin: 80px 0;
	position: relative;
}

.scrollbtnblock .scrollbtn_full{
	position: relative;
	bottom: 0;
	left: 48%;
	z-index: 5;
	cursor: pointer;
}

/********************** 詳しくはこちらボタン **********************/
.linkarea.more{
	margin-top: 40px;
}

.linkarea.more a{
	text-decoration: none;
	background: #1c4fa1;
	color: #fff;
	padding: 20px 30px;
	border-radius: 5px;
	display: inline-block;
}

.linkarea.more a:hover{
	opacity: 0.7;
}

.linkarea.more a img{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 2px 5px;
}


@media screen and (max-width:640px) {
	.content,
	.contentinner{
		width: 100%;
		min-width: 100%;
	}

	.contentinner{
		margin: 40px auto 0 auto;
	}

	/********************** TOP **********************/
	.top ul,
	.top ul li{
		width: 100%;
	}

	.top h1{
		font-size: 32px;
	}

	.top h1 span{
		display: block;
	}

	.top ul li:not(:last-child) {
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.top ul li a:hover{
		opacity: 1;
	}

	/********************** コンテンツ **********************/
	.content.top{
		padding: 0 10px;
	}

	.contentinner h2 {
		font-size: 18px;
	}

	.contentblock {
		padding: 25px 20px;
	}

	.contentblock h3 {
		font-size: 22px;
	}

	.contentitem p.ttl{
		font-size: 16px;
	}

	.security .img {
		padding: 20px 0;
	}

	.contentitem {
		margin-top: 20px;
	}

	.contentitem.left .txt,
	.contentitem.left .img,
	.contentitem.right .txt,
	.contentitem.right .img,
	.contentitem.right.harf .txt,
	.contentitem.right.harf .img{
		float: unset;
		width: 100%;
	}

	.contentitem.left .txt,
	.contentitem.right .txt{
		padding: 20px 0;
	}

	/********************** 詳しくはこちらボタン **********************/
	.linkarea.more {
		margin-top: 20px;
	}

	.linkarea.more a:hover{
		opacity: 1;
	}

	/********************** スクロールボタン **********************/
	.scrollbtnblock{
		margin: 40px 0;
	}

	.scrollbtnblock .scrollbtn_full{
		left: 42%;
	}

	.tokusetsu2020 {
		margin: 20px auto;
	}
	.tokusetsu2020 img{
		width: 90%;
	}


}
