@charset "utf-8";
/* CSS Document */
/**/
#footer {
  position: absolute;
  bottom: 0px;
}
/*青*/
.list_01 {
  width: 260px;
  padding: 15px 10px;
  line-height: 1.6em;
  background-color: #4653a2;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
}
.list_01:hover {
  cursor: pointer;
  background-color: #7488ff;
}
.list_01 a {
  text-decoration: none;
  display: block;
  color: #fff;
}
.list_01 a .fa {
  padding-left: 0.3em;
  color: #fff;
}
.list_01:hover, .list_01:hover a, .list_01:hover a .fa {
  color: #fff;
  background-color: #7488ff;
}
/*灰*/
.list_02 {
  width: 260px;
  padding: 10px;
  line-height: 1.6em;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
  border-radius: 5px;
  margin: 0 auto 50px;
  border: solid 1px #d4d4d4;
}
.list_02:hover {
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0); /* IE6-9 */
  border: solid 1px #d4d4d4;
}
.list_02 a {
  text-decoration: none;
  display: block;
  color: #010e1e;
}
.list_02 a .fa {
  padding-left: 0.3em;
  color: #010e1e;
}
#info {
  font-size: 0.1rem;
  text-align: 100%;
}
#info li {
  text-align: left;
}
#info li.info_ttl {
  padding-bottom: 10px;
}
#info li.info_ttl a {
  font-size: 2.0rem;
  line-height: 100%;
  text-decoration: underline;
  font-weight: bold;
}
#info li.info_ttl a:hover {
  text-decoration: none;
}
#info li.info_ttl a .fa {
  padding-right: 0.5em;
}
#info li.info_txt {
  padding-bottom: 30px;
}
#info li.info_txt a {
  text-decoration: none;
}
#btn_back_area {
  text-align: left;
  margin-top: 30px;
}
#btn_back_area p {
  margin-bottom: 20px;
  text-align: center;
}
/* 以下LINE用のcss */
.list_01_new {
  width: 100%;
  max-width: 525px;
  padding: 0;
  line-height: 1.6em;
  background-color: #4653a2;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto 10px auto;
}
.list_01_new a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 20px;
}
.list_01_new a .fa {
  color: #fff;
  padding-right: 0.3em;
}
.list_01_new:hover, .list_01_new:hover a, .list_01_new:hover a .fa {
  color: #fff;
  background-color: #7488ff;
}
.list_attention_new {
  width: 100%;
  max-width: 525px;
  margin: 0 auto 20px auto;
  text-align: left;
  background-color: #f5f5f5;
  padding: 1em;
}
.list_attention_new p {
  font-size: 12px;
  line-height: 1.45em;
  padding: 0 0 10px 0;
}
.list_attention_new p:last-child {
  padding: 0;
}
/*********************/
/*通常版CSS追加*/
/*********************/
#footer {
  position: absolute;
  bottom: 0px;
}
/*青*/
.list_01 {
  width: 260px;
  padding: 15px 10px;
  line-height: 1.6em;
  background-color: #131c5d;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
}
.list_01:hover {
  cursor: pointer;
  background-color: #7488ff;
}
.list_01 a {
  text-decoration: none;
  display: block;
  color: #fff;
}
.list_01 a .fa {
  padding-left: 0.3em;
  color: #fff;
}
.list_01:hover, .list_01:hover a, .list_01:hover a .fa {
  color: #fff;
  background-color: #7488ff;
}
/*灰*/
.list_02 {
  width: 260px;
  padding: 10px;
  line-height: 1.6em;
  text-align: center;
  background: #131c5d;
  color: #ffffff;
  border-radius: 5px;
  margin: 0 auto 50px;
  border: solid 1px #d4d4d4;
}
.list_02:hover {
  cursor: pointer;
  background-color: #7488ff;
  border: solid 1px #d4d4d4;
}
.list_02 a {
  text-decoration: none;
  display: block;
  color: #ffffff;
}
.list_02 a .fa {
  padding-left: 0.3em;
  color: #010e1e;
}
#info {
  font-size: 0.1rem;
  text-align: 100%;
}
#info li {
  text-align: left;
}
#info li.info_ttl {
  padding-bottom: 10px;
}
#info li.info_ttl a {
  font-size: 2.0rem;
  line-height: 100%;
  text-decoration: underline;
  font-weight: bold;
  color: #010e1e;
}
#info li.info_ttl a:hover {
  text-decoration: none;
}
#info li.info_ttl a .fa {
  padding-right: 0.5em;
}
#info li.info_txt {
  padding-bottom: 30px;
}
#info li.info_txt a {
  text-decoration: none;
  color: #010e1e;
}
#btn_back_area {
  text-align: left;
  margin-top: 30px;
}
#btn_back_area p {
  margin-bottom: 20px;
  text-align: center;
}
.memo {
  text-align: left;
  margin: 20px auto 40px auto;
}