/* ================================================================================
   Re-sete
   ================================================================================ */
@media only screen and (max-width: 1200px) {
  body {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3em;
    min-width: 0;
  }
  header, article, section, footer {
    width: auto;
    min-width: auto;
  }
  a.btn {
    font-size: 1.5rem;
    padding: 1.5rem 0.1rem 1.5rem 1.5rem;
    min-width: 0;
  }
  a.btn::before {
    left: 1.5em;
    font-size: .9em;
  }
}
/* ================================================================================
   INDEX
   ================================================================================ */
#index .pageTtl-index {
  padding: 60px 0;
}
#index .pageTtl-index h2 {
  font-size: 4.8rem;
  color: #1d2088;
}
#index .pageTtl-index h2 + h3 {
  letter-spacing: .2em;
}
#index main ._bg01 .siteIndex {
  padding: 50px 20px;
}
#index main nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index main nav ul li {
  width: calc(100%/3 - 10px);
  margin-bottom: 12px;
}
#index main nav ul li a {
	width: 100%;
	min-width: auto;
	padding: 2.2rem 2.5rem;
	font-size: 1.8rem;
}
#index main nav ul li a.btn::before {
	left: 1em;
}
#index main nav ul li a.btn small {
	font-size: .7em;
}
#index main nav ul li:nth-child(1) a {
  background-color: #ffe2c4;
}
#index main nav ul li:nth-child(2) a {
  background-color: #e2f4fa;
}
#index main nav ul li:nth-child(3) a {
  background-color: #e8f7e1;
}
#index main nav ul li:nth-child(4) a {
  background-color: #fddfdf;
}
@media only screen and (max-width: 767px) {
  #index .pageTtl-index {
    padding: 30px 0 40px;
  }
  #index .pageTtl-index h2 + h3 {
    letter-spacing: 0;
  }
  #index .pageTtl-index h2 span{
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    margin-bottom: 1em;
  }
  #index main ._bg01 .siteIndex {
    padding: 20px 0;
  }
  #index main nav ul {
    display: block;
  }
  #index main nav ul li {
    width: 100%;
  }
  #index main nav ul li:last-child {
    margin-bottom: 0px;
  }
}
/* -----------------------------------------------
   sec01 
   ---------------------------------------------- */
#index .sec01 {
  margin-bottom: 40px;
}
#index .sec01 .ttl {
  text-align: center;
  background-image: url(../img/ttl_bg.png);
  background-repeat: no-repeat;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: auto 320px;
  background-position: center center;
  margin-bottom: 50px;
}
#index .sec01 .ttl span {
  font-size: 3rem;
  font-weight: 700;
  max-width: 760px;
  color: #1d2088;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
#index .sec01 ul.select {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#index .sec01 ul.select > li {
  width: calc(100%/2 - 30px);
  border-radius: 20px;
  background-color: #f2f7f7;
  text-align: center;
  padding-bottom: 20px;
}
#index .sec01 ul.select > li h4 {
  background-color: #75c4bc;
  color: #fff;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 2rem;
  letter-spacing: normal;
  margin-bottom: 30px;
}
#index .sec01 ul.select > li p {
  font-weight: bold;
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 10px;
  text-align: center;
}
#index .sec01 ul.select > li a.btn {
  min-width: 20em;
}
#index .sec01 ul.select > li:first-child li {
  text-align: center;
	position: relative;
}
#index .sec01 ul.select > li:first-child li span.close {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	border-radius: 100px;
}
#index .sec01 ul.select > li:last-child h4 {
  background-color: #78b4d2;
  margin-bottom: 30px;
}
#index .sec01 ul.select > li:last-child figure {
  width: 22em;
  margin: auto;
}
#index .sec01 ul.select > li:last-child figure:first-of-type {
  margin-bottom: 30px;
}
#index .sec01 ul.select > li:last-child figure:last-of-type {
  margin: 32px auto;
}
@media only screen and (max-width: 767px) {
  #index .sec01 .ttl {
    height: 190px;
    background-size: auto 190px;
  }
  #index .sec01 .ttl span {
    font-size: 1.8rem;
    padding: 15px;
  }
  #index .sec01 ul.select {
    margin-bottom: 40px;
  }
  #index .sec01 ul.select > li {
    width: 100%;
    margin-bottom: 20px;
  }
  #index .sec01 ul.select > li h4 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  #index .sec01 ul.select > li p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  #index .sec01 ul.select > li a.btn {
    width: 90%;
    min-width: auto;
  }
  #index .sec01 ul.select > li:last-child {
    margin-bottom: 0;
  }
  #index .sec01 ul.select > li:last-child h4 {
    background-color: #78b4d2;
    margin-bottom: 20px;
  }
  #index .sec01 ul.select > li:last-child figure {
    width: 18em;
  }
  #index .sec01 ul.select > li:last-child figure:first-of-type {
    margin-bottom: 20px;
  }
  #index .sec01 ul.select > li:last-child figure:last-of-type {
    margin: 25px auto 10px;
  }
}
/* -----------------------------------------------
   sec02 
   ---------------------------------------------- */
#index .sec02 * {
  text-align: left;
}
#index .sec02 section {
  padding: 40px 20px;
}
#index .sec02 h5 {
  color: #1d2088;
}