@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-family: Helvetica, '游ゴシック', 'Yu Gothic', sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo;
	color: #222;
	word-break:break-all;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1 {
	margin-bottom: 50px;
	padding: 4%;
	background: #f6f6f6;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4;
}

h2 {
	position: relative;
	margin: 0 4% 50px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: .1em;
}
h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 80px;
	background-color: #075ad8;
	height: 3px;
}

h3 {
	position: relative;
	margin: 0 4% 50px;
	padding-left: 14px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6;
}
h3::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 100%;
	content: '';
	background-color: #075ad8;
}

section a .inner{
	text-decoration: underline;
	color:#075ad8;
}

.box01 {
	margin: 0 4% 50px;
}
.box01 .txt01 {
	font-size: 1.4rem;
	line-height: 1.6;
}

.btnA {
	margin: 0 4% 30px;
}
.btnA a {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 16px 24px 16px 10px;
	border-radius: 6px;
	background-color: #075ad8;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	letter-spacing: .1em;
}
.btnA a::before {
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
}

.btnB {
	margin: 0 4% 30px;
}
.btnB a {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 16px 24px 16px 10px;
	border: 2px solid #075ad8;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	color: #075ad8;
	font-size: 1.4rem;
	text-decoration: none;
	letter-spacing: .1em;
}
.btnB a::before {
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #075ad8;
  border-right: solid 2px #075ad8;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
}

.btnC {
	margin: 0 4% 50px;
} 
.btnC a {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 16px 24px 16px 10px;
	border: 2px solid #777;
	border-radius: 40px;
	background-color: #fff;
	text-align: center;
	color: #777;
	font-size: 1.4rem;
	text-decoration: none;
	letter-spacing: .1em;
}
.btnC a::before {
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #777;
  border-right: solid 2px #777;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
}

.linkA {
	margin: 0 4% 50px;
}
.linkA a {
	display: inline-block;
	font-size: 1.3rem;
}
.linkA a .inner {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	padding-left: 20px;
	vertical-align: middle;
	text-decoration: underline;
	color:#075ad8;
}
.linkA a .inner::before {
	content: '';
	position: absolute;
	top: -10%;
	left: 0;
	width: 14px;
	height: 14px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/ico01.png);
	background-size: 14px 14px;
}
.linkA a .inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	background-image: url(../img/ico02.png);
	background-size: 12px 12px;
	transform: translate(0, -50%);
	background-position: top left;
	background-repeat: no-repeat;
}

#news {
	margin-bottom: 50px;
	padding: 10% 4%;
	background-color: #f6f6f6;
}
#news .ttl01 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .1em;
}
#news li {
	background-color: #fff;
}
#news li + li {
	border-top: 1px solid #ddd;
}
#news li a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 22px 0 22px 22px;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1.4;
	color: #222;
}
#news li a::before {
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1.4px #222;
  border-right: solid 1.4px #222;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
}

.btnClose {
	margin: 0 4% 50px;
} 
.btnClose a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 180px;
	margin: 0 auto;
	padding: 16px 10px;
	border: 2px solid #777;
	border-radius: 40px;
	background-color: #fff;
	text-align: center;
	color: #777;
	font-size: 1.4rem;
	text-decoration: none;
	letter-spacing: .1em;
}
.btnClose a .inner {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 2px;
	background-color: #777;
	transform: rotate(45deg);
}
.btnClose a .inner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: inherit;
	transform: rotate(90deg);
}

