@charset "UTF-8";
/*----- default -----*/
/*html {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: small;
}*/
*{
  box-sizing: border-box;
}
html {
	color: #333;
	font-family: 'Noto Sans Japanese', sans-serif;
}
body {
	letter-spacing: 0;
	line-height: 28px;
	max-width: 2000px;
	min-width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
form, input, p, img, ul, ol, li, dt, dd, dl, input, h1, h2, h3, h4, h5, h6, q {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: top;
}
.green {
  color: #06864a;
}
.blue {
  color: #2b5aa5;
}
.btn_small a,
.btn_large a {
  background: #f17d00;
  color: #fff;
  display: inline-block;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 170px;
}
.btn_large a {
  display: block;
  font-size: large;
  margin: 0 auto;
  width: 530px;
}
.btn_small a::before,
.btn_small a::after,
.btn_large a::before,
.btn_large a::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.btn_small a::before{
  right: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
.btn_large a::before{
  right: 20px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
.w950 {
	margin: 0 auto;
	width: 950px;
}
/*----- cta -----*/
.cta {
  background: #dbd5cc;
  padding: 30px 0;
}
.cta h2 {
  border-bottom: 1px dotted #000;
  font-size: medium;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: center;
}
.cta ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta ul li:first-child {
	padding: 0 40px 0 0;
}
/*----- hd -----*/
#hd {
  background: url(../img/kv.jpg) no-repeat top center;
  margin: 0 0 80px;
  padding: 20px 0 0;
}
#hd .logo {
  font-size: small;
  padding:0 0 40px;
}
#hd .logo img {
  padding:0 20px 0 0;
  vertical-align: middle;
}
#hd h1 {
  padding: 10px 0 40px;
}
#hd h1 + p span {
  display: block;
  font-size: small;
  width: 530px;
  padding: 0 0 30px;
}
#hd .gnavi {
  background: #a89d8c;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#hd .gnavi ul {
  display: table;
  padding: 20px 0;
  table-layout: fixed;
}
#hd .gnavi li {
  border-right: 1px solid #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#hd .gnavi li:first-child {
  border-left: 1px solid #fff;
}
#hd .gnavi a {
  color: #fff;
  display: inline-block;
  font-size: small;
  text-decoration: none;
  width: 188px;
}

/*----- bn -----*/
.bn {
  margin-bottom: 60px;
  text-align: center;
}

/*----- select -----*/
#select {
  background-color: #f1f3f3;
  margin: 0 auto 50px;
  padding: 30px;
}
#select h2 {
  color: #008e89;
  font-size: 28px;
  margin: 0 0 50px;
  text-align: center;
}
#select h3 {
  padding: 0 0 30px;
  line-height: 36px;
  text-align: center;
}
#select h3.h3_maintl {
	margin: 0 0 20px;
	padding: 30px 0 30px;
	line-height: 36px;
	text-align: center;
	font-size: x-large;
	background: #008E89;
	color: #fff;
}
#select h3 + p {
  margin: 0 0 40px;
}
#select .box1,
#select .box2 {
  background: #fff;
  margin: 0 0 50px;
  padding: 30px;
}
#select .box1 li {
  display: table;
  margin: 0 0 20px;
}
#select .box1 li:last-child {
  margin: 0;
}
#select .box1 li p {
  display: table-cell;
  vertical-align: middle;
}
#select .box1 li p:first-child {
  width: 660px;
}
#select .box1 b {
  display: block;
}
.select__txt--date {
	display: block;
    text-align: right;
    margin: 0 50px 0 0;
    font-size: small;
}
#select .box2 li {
  display: flex;
  justify-content: space-between;
}
/*----- only -----*/
#only {
  background-color: #f1f3f3;
  margin: 0 auto 50px;
  padding: 30px;
}
#only h2 {
  color: #008e89;
  font-size: 28px;
  margin: 0 0 50px;
  text-align: center;
}
#only h3 {
  padding: 0 0 30px;
  line-height: 36px;
  text-align: center;
}
#only h3.h3_maintl {
	margin: 0 0 20px;
	padding: 30px 0 30px;
	line-height: 36px;
	text-align: center;
	font-size: x-large;
	background: #008E89;
	color: #fff;
}
#only h3 + p {
  margin: 0 0 40px;
}
#only .box1 {
  background: #fff;
  margin: 0 0 50px;
  padding: 30px;
}
#only .box1 li {
  display: table;
}
#only .box1 li p {
  display: table-cell;
  vertical-align: middle;
}
#only .box1 li p:first-child {
  padding: 0 40px 0 0;
  width: 660px;
}
#only .box1 li p:first-child > span {
  display: flex;
  justify-content: space-between;
}

/*----- trouble -----*/
#trouble {
  background-color: #f1f3f3;
  margin: 0 auto 80px;
  padding: 30px;
}
#trouble h2 {
  color: #008e89;
  font-size: 28px;
  margin: 0 0 50px;
  text-align: center;
}
#trouble h3 {
  padding: 0 0 30px;
  line-height: 36px;
  text-align: center;
}
#trouble h3.h3_maintl {
	margin: 0 0 20px;
	padding: 30px 0 30px;
	line-height: 36px;
	text-align: center;
	font-size: x-large;
	background: #008E89;
	color: #fff;
}
#trouble h3 + p {
  margin: 0 0 40px;
}
#trouble .box3 {
  background: #fff;
  margin: 0 0 50px;
  padding: 30px;
}
#trouble .box3 li {
  display: table;
  margin: 0 0 20px;
}
#trouble .box3 li:last-child {
  margin: 0;
}
#trouble .box3 li p {
  display: table-cell;
  vertical-align: middle;
}
#trouble .box3 li p:first-child {
  padding: 0 40px 0 0;
  width: 660px;
}
#trouble .box3 li p:first-child > span {
  display: flex;
  justify-content: space-between;
}
/*----- features -----*/
#features {
  margin: 0 auto 80px;
}
#features h2 {
  border-bottom: 1px dotted #000;
  color: #008e89;
  font-size: 28px;
  margin: 0 0 40px;
  padding: 0 0 30px;
  text-align: center;
}
#features dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
#features dl dt {
border-right: 1px solid #c2c2c2;
  margin: 0 10px 30px 0;
  padding: 0 10px 0 0;
  width: 279px;
}
#features dl dd {
  font-size: small;
  margin: 0 0 30px;
  width: 600px;
}
/*----- merit -----*/
#merit {
  margin: 0 auto 80px;
}
#merit h2 {
  border-bottom: 1px dotted #000;
  color: #008e89;
  font-size: 28px;
  margin: 0 0 40px;
  padding: 0 0 30px;
  text-align: center;
}
#merit p {
text-align: center;
}
/*----- ft -----*/
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 20px;
}
#ft .micrologo{
	margin:50px 0 0;
	text-align:center;
}
#ft_menu {
	margin:50px 0 0;
}
#ft_menu ul {
	text-align:center;
}
#ft_menu ul li {
	display:inline;
	font-size:small;
}
#ft_menu ul li:after {
  content: ' ｜';
}
#ft_menu ul li:last-child:after {
  content: '';
}
#ft .ft_logo {
	color:#666;
	font-size:x-small;
	margin:20px 0;
	text-align:center;
}
#ft .ft_logo img {
	vertical-align:middle;
}