@charset "utf-8";
/* CSS Document */
body {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}

.wrap {
	width: 100%;
	margin: auto;
	max-width: 1000px;
}
.inner{
	padding:60px 0 60px;
}
a {
	color: #0023ff;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
.sp_only {
	display: none;
}

.txt-right {
	text-align: right;
}

.mb-40 {
	margin-bottom: 40px;
}


@media screen and (max-width: 480px) {
	.wrap{
		width: auto;
		margin: 0;
	}
	.inner{
		width: auto;
		margin: 0;
		padding: 20px 8px 0;
	}
	p {
		font-size: 14px;
		line-height: 1.7;
	}
	img {
		width: 100%;
	}
	.pc_only {
		display: none;	
	}
	.sp_only {
		display: block;
	}
}

/*=====================
header
=====================*/
header {
	background: white;
	padding: 10px 0;
}
header .inner {
	padding: 3px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
}
@media screen and (max-width: 480px) {
	header .inner {
		padding: 3px 8px;
	}
	header .fl {
		width: 80px;
	}
	header .fr img {
		width: 100%;
		height: auto;
	}
	header .fr {
		width: 200px;
	}
	header .fr img {
		width: 100%;
		height: auto;
	}
	
}


/*=====================
sec01
=====================*/
.sec01 .inner {
	width: 720px;
	margin: auto;
}

.sec01 h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0;
	text-align: center;
}

.sec01 p {
	margin-bottom: 20px;
}

.sec01 .fl p,
.sec01 .fr p {
	margin-bottom: 0;
}

.sec01 .fl {
	float: left;
	width: 160px;
}

.sec01 .fr {
	float: right;
	width: 160px;
	text-align: right;
}

.sec01 .address {
	margin-top: 40px;
	font-size: 14px;
}

.sec01 .address h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sec01 .address h4 {
	font-size: 18px;
	font-weight: bold;
}

.sec01 .address .fl {
	float: left;
	width: 360px;
}
.sec01 .address .fr {
	float: right;
	width: 360px;
	text-align: left;
}
.sec01 .bnr_link {
	margin-bottom: 20px;
}

.sec01 .name {
	text-align: right;
}

.sec01 .area {
	border: 1px solid #444;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.sec01 .area .txt {
	font-size: 24px;
	font-weight: bold;
}
.sec01 .area p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}	
.sec01 .caution {
	font-size: 10px;
	line-height: 1.5;
}

.sec01 .box {
	background: #ecf1f3;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}
.sec01 .box p {
	margin-bottom: 0;
}
.sec01 .box p a {
	font-size: 12px;
	text-decoration: underline;
}

.sec01 .btn{
  text-align: center;
}

.sec01 .btn a{
  display: inline-block;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  text-decoration: none;
}
	#support h2{
		padding:30px 0 20px;
		text-align:center;
		}
	#support ul{
		padding:0;
		margin:0;
    display: flex;
		justify-content: space-between;
		flex-wrap: wrap;

		}
	#support li{
		width:49%;
		font-size:14px;
		margin-bottom:10px;
		border:1px solid #CCC;
		}
	#support li a{
		text-decoration:none;
		display: flex;
		align-items: center;
		text-align: left;
		padding: 5px 20px 5px 40px;
		min-height: 64px;
		color: inherit;
		position: relative;
		}
	#support li a::after{
		content: '';
		width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #1a5091;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
		}


@media screen and (max-width: 480px) {
	.sec01 .inner {
		width: auto;
		margin: 0;
		padding: 20px 8px 0;
	}
	.sec01 h2 {
		text-align: left;
	}
	.sec01 .address .fl,
	.sec01 .address .fr {
		float: none;
		width: 100%;
	}
	.sec01 .area .txt {
		font-size: 20px;
	}
	.sec01 .area p {
		font-size: 14px;
	}
	#support ul{
    display: block;
		}
	#support li{
		width:100%;
		}
}


/*=====================
footer
=====================*/
footer {
	margin: 0 auto;
	padding: 10px 0;
	background: #f3f3f3;
}
footer p {
	text-align: center;
	font-size: 10px;
}


/*=====================
#codeset（解析タグ関連）
=====================*/
#codeset { height: 0;  overflow: hidden;}
