@charset "utf-8";
/*------------------------------------------------------------------------------------------------
creation date 2018.06.01
http://www.sevenbank.co.jp/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
------------------------------------------------------------------------------------------------*/
/*-------------------------------
Layout
--------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
}
img {
	max-width:100%;
	line-height:0;
	vertical-align:bottom;
	height:auto;
	border-style: none;
}
#Wrapper {
	width: 900px;
	margin:0 auto;
	padding:0;
	border:0;
}
#Header {
	margin:0 auto 18px;
}
.txaL {
	text-align:left;
}
.txaR {
	text-align:right;
}
.txaC {
	text-align:center;
}
.flL {
	float:left;
}
.flR {
	float:right;
}
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height:0;
	overflow: hidden;
	font-size:0.1em;
}

* html .clearfix {
	height: 1px;
	/*
	height: auto;
	overflow: hidden;
	*/
}
.ov{
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	text-decoration: none;
}
.ov:hover{
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.target{
	padding-top: 20px;
}
.target .total{
	text-align: center;
	padding-top: 40px;
}
.more{
	padding-top: 50px;
}
.cp{
	padding-top: 50px;
}
.cp table th{
	background-color: #3c63ad;
	color:#ffffff;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	padding:20px;
	width: 160px;
	border-top:4px solid #ffffff;
	border-right:4px solid #ffffff;
}
.cp table td{
	border-top:4px solid #ffffff;
	background-color: #ffffbc;
	padding:20px;
	font-size: 14px;
	line-height: 1.8;
}
.cp table td .img{
	padding:15px 0;
	text-align: center;
}
.cp table td span{
	font-size: 18px;
	font-weight: bold;
}
.cp table ul li{
	padding-left:1em;
	text-indent:-1em;
}
.cp .img{
	padding: 60px 0 25px;
}
.cp .app{
	padding: 0 0 60px;
}
.box{
	position: relative;
	background-color:#ffffbc;
	margin-top: 40px;
}
.box .flex{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 30px;
}
.box .icn{
	position: absolute;
	top:10px;
	right:25px;
}
.box .txtBox{
	width: 344px;
}
.box .txtBox .txt{
	font-size: 16px;
	line-height: 1.8;
	padding:15px 0 30px;
}
.pagetop {
	margin:45px auto 0;
	text-align:right;
}
.pagetop p {
	padding-top:1em;
}
.pagetop p.top01 a {
	background: url(/shared/image/ico/ico_pagetop.gif) no-repeat scroll left top transparent;
	font-size: 92%;
	padding-left: 17px;
}
#Footer {
	margin:40px auto 0;
	text-align:center;
}
#Footer img {
	padding-bottom:10px;
}
#Footer address {
	font-size:85%;
	padding-bottom:50px;
	margin-bottom:0;
}

@media screen and (max-width: 768px){
	.hero img,
	.content img{
		max-width: 100%;
		width: 100%;
	}
	#Wrapper {
		width: 100%;
	}
	.target .total{
		padding: 20px 20% 0;
	}
	.target .total img{
		width: auto;
	}
	.more{
		padding-top: 40px;
	}
	.cp{
		padding-top: 40px;
	}
	.cp h2{
		padding-bottom: 10px;
	}
	.cp table th{
		display:block;
		width: 90%;
		border-top:none;
		border-right:none;
		padding:10px 5%;
	}
	.cp table td{
		display:block;
		width: 90%;
		border-top:none;
		background-color: #ffffbc;
		padding:10px 5%;
	}
	.cp .img{
		padding: 40px 0 25px;
		text-align: center;
	}
	.cp .app{
		padding: 0 0 40px;
	}
	.app img{
		width: auto;
	}
	.box{
		margin-top: 30px;
	}
	.box .flex{
		display: block;
		padding: 0 5% 30px;
	}
	.box .icn{
		display:none;
	}
	.box .txtBox{
		width: 100%;
	}
	.box .txtBox .txt{
		font-size: 14px;
		line-height: 1.5;
		padding: 15px 0;
	}
	.box .txtBox .ttl img{
		width: auto;
	}
	.box .arw{
		padding: 20px 35%;
	}
	.box .btnS,
	.box .btn{
		padding: 0 5%;
	}
	.pagetop{
		padding: 0 5%;
	}

	/*20180801追記*/
	/* CP終了時 
	-------------------------- */
	#CPfinish {
		width:auto;
		color:#e20000;
		font-weight:bold;
		text-align:center;
		border:solid 2px #e20000;
		padding:6px 5px 5px;
		margin:20px 5px;
	}
	#CPfinish p {
		width:100%;
		padding:0;
	}
}

ul.linkBlock01 li a,
a.linkBlock01,
ul.linkBlock01 li .textNolink,
.linkBlock01.textNolink {
	display:inline;
	padding-right:15px;
	padding-left:0;
	background: url(/shared/img/cmn_ico_003.png) right center no-repeat;
	margin-right:5px;
	word-break:break-all;
}
.cautionBlock01 ul li,
ul.cautionBlock01 li {
	/zoom: 1;
	/*display:table;*/
	margin-bottom:5px;
}
.cautionBlock01 ul li span,
ul.cautionBlock01 li span {
	float:left;
	display:block;
}
.cautionBlock01 ul li span.text,
ul.cautionBlock01 li span.text {
	padding-left:2em;
	float:none;
}
.cautionBlock01 ul li .linkBlock01,
ul.cautionBlock01 li .linkBlock01 {
	margin-left:2em;
}
.cautionBlock01 ul li span.text .linkBlock01,
ul.cautionBlock01 li span.text .linkBlock01 {
	margin:0;
}
.cautionBlock01 ul li .listBlock01,
ul.cautionBlock01 li .listBlock01 {
	padding-left:25px;
}
.cautionBlock01 ul li ul,
ul.cautionBlock01 li ul {
	padding-left:25px;
}
.listBlock02 > ul > li > .cautionBlock01 {
	padding-left:25px;
}
.cautionBlock01 ul li.cautionStxt{
	font-size:92%;
}

@media screen and (min-width: 769px){
.pc{
	display:block;
}
.pcImg{
	display:inline-block;
}
.sp{
	display:none;
}
.spImg{
	display:none;
}
}

@media screen and (max-width: 768px){
.sp{
	display:block;
}
.spImg{
	display:inline-block;
}
.pc{
	display:none;
}
.pcImg{
	display:none;
}
}
