@charset 'utf-8';
/* ------------------------------------------------------------

  main#index

------------------------------------------------------------ */

main#index {
  text-align: center;
}

main#index section:first-child {
  margin-top: 0;
}

main#index h3,
main#index h4,
main#index h5,
main#index p {
  color: #000;
}

main#index h3 {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-size: 32px;
  line-height: 1.2;
}

main#index .section_01 {
  margin-bottom: 8em;
}

main#index .section_01 h3 {
  margin-bottom: .4em;
}

main#index .section_01 h3 + p {
  margin-bottom: 1.25em;
  font-size: 16px;
  line-height: 1.75;
}

main#index .section_01 > ul,
main#index .section_01 > ul li　{
  box-sizing: border-box;
}

main#index .section_01 > ul {
  width: 96em;
  margin: 0 auto;
}

main#index .section_01 > ul:after {
  content: "";
  display: block;
  clear: both;
}

main#index .section_01 > ul li {
  float: left;
  position: relative;
  width: 22.8em;
  min-height: 58.7em;
  min-height: 59em;
  margin-right: 1.6em;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-radius: 0 14px 0 0;
}

main#index .section_01 > ul li:last-child {
  margin: 0;
}

main#index .section_01 > ul li a {
  display: block;
}

main#index .section_01 > ul li h4 {
  margin-bottom: .5em;
  padding: .6666em 0;
  border-radius: 0 12px 0 0;
  color: #FFF;
  font-size: 24px;
  line-height: 1.2;
}

main#index .section_01 > ul li:nth-of-type(1) h4 {
  background-color: #5C2849;
}

main#index .section_01 > ul li:nth-of-type(2) h4 {
  background-color: #1FCCC9;
}

main#index .section_01 > ul li:nth-of-type(3) h4 {
  background-color: #EA4863;
}

main#index .section_01 > ul li:nth-of-type(4) h4 {
  background-color: #A53E5C;
}

main#index .section_01 > ul li h4 + p {
  margin-bottom: .6em;
  font-size: 16px;
  line-height: 1.5;
}

main#index .section_01 > ul li div.img_01 {
  position: relative;
  width: 100%;
  height: 201px;
  margin-bottom: .5em;
}

main#index .section_01 > ul li div.img_01 img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main#index .section_01 > ul li h5 {
  margin-bottom: .5em;
  font-size: 16px;
  line-height: 1.5;
}

main#index .section_01 > ul li:nth-of-type(1) h5 {
  color: #5C2849;
}

main#index .section_01 > ul li:nth-of-type(2) h5 {
  color: #1FCCC9;
}

main#index .section_01 > ul li:nth-of-type(3) h5 {
  color: #EA4863;
}

main#index .section_01 > ul li:nth-of-type(4) h5 {
  color: #A53E5C;
}

main#index .section_01 > ul li h5 + p {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.75;
}

main#index .section_01 > ul li div.mdi-arrow-right {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.5em;
  height: 6em;
  padding: 0 1.5em;
  border-radius: 6px;
  color: #FFF;
  text-align: left;
}

main#index .section_01 > ul li div.mdi-arrow-right:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
  font-size: 24px;
  line-height: 1;
}

main#index .section_01 > ul li div.mdi-arrow-right:after {
  content: "";
  display: inline-block;
  height: 6em;
  vertical-align: middle;
}

main#index .section_01 > ul li div.mdi-arrow-right span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}

main#index .section_01 > ul li:nth-of-type(1) div.mdi-arrow-right {
  background-color: #5C2849;
}

main#index .section_01 > ul li:nth-of-type(2) div.mdi-arrow-right {
  background-color: #1FCCC9;
}

main#index .section_01 > ul li:nth-of-type(3) div.mdi-arrow-right {
  background-color: #EA4863;
}

main#index .section_01 > ul li:nth-of-type(4) div.mdi-arrow-right {
  background-color: #A53E5C;
}

/* --------------------------------------------------------- */

main#index .section_02 {
  margin-bottom: 8em;
}

main#index .section_02 h3 {
  margin-bottom: 4.812em;
}

main#index .section_02 table {
  width: 96em;
  margin: 0 auto;
}

main#index .section_02 th,
main#index .section_02 td {
  box-sizing: border-box;
}

main#index .section_02 table thead tr th {
  position: relative;
  width: 21em;
  padding: 1em 0;
}

main#index .section_02 table thead tr th img {
  width: 209px;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

main#index .section_02 table thead tr th:nth-of-type(1) {
  width: auto;
}

main#index .section_02 table thead tr th:nth-of-type(2)
{
  background-color: #5C2849;
}

main#index .section_02 table thead tr th:nth-of-type(3) {
  background-color: #1FCCC9;
}

main#index .section_02 table thead tr th:nth-of-type(4) {
  background-color: #EA4863;
}

main#index .section_02 table thead tr th:nth-of-type(5) {
  background-color: #A53E5C;
}

main#index .section_02 table thead tr th span {
  display: inline-block;
  width: 50%;
  color: #FFF;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
}

main#index .section_02 table thead tr th span:nth-of-type(1) {
  font-size: 16px;
}

main#index .section_02 table thead tr th span:nth-of-type(2) {
  border-left: 1px solid #FFF;
  font-size: 12px;
}

main#index .section_02 table thead tr th span small {
  font-size: 12px;
}

main#index .section_02 table tbody tr th,
main#index .section_02 table tbody tr td {
  padding: 2em 1em;
}

main#index .section_02 table tbody tr th {
  border-top: 5px solid #D8D8D8;
  background-color: #F0F0F0;
  vertical-align: top;
}

main#index .section_02 table tbody tr:first-of-type th,
main#index .section_02 table tbody tr:first-of-type td {
  border: 0;
}

main#index .section_02 table tbody tr:nth-of-type(6) th,
main#index .section_02 table tbody tr:nth-of-type(7) th {
  border: 0;
  padding-top: 0;
}

main#index .section_02 table tbody tr th span {
  font-size: 14px;
  line-height: 1.4;
}

main#index .section_02 table tbody tr:nth-of-type(6) th span,
main#index .section_02 table tbody tr:nth-of-type(7) th span {
  display: block;
  padding: 1.4285em 0;
  border-top: 1px solid #CCC;
}

main#index .section_02 table tbody tr th span small {
  font-size: 12px;
  font-weight: normal;
}

main#index .section_02 table tbody tr td {
  border-top: 5px solid #000;
}

main#index .section_02 table tbody tr td:nth-of-type(1) {
  border-color: #5C2849;
}

main#index .section_02 table tbody tr td:nth-of-type(2) {
  border-color: #1FCCC9;
  background-color: #F0F0F0;
}

main#index .section_02 table tbody tr td:nth-of-type(3) {
  border-color: #EA4863;
}

main#index .section_02 table tbody tr td:nth-of-type(4) {
  border-color: #A53E5C;
  background-color: #F0F0F0;
}

main#index .section_02 table tbody tr td span {
  font-size: 13px;
  line-height: 1.6;
}

main#index .section_02 table tbody tr td > span {
  display: inline-block;
  padding: .3em 0;
}

main#index .section_02 table tbody tr td span.na {
  display: inline-block;
  width: 30px;
  height: 0;
  padding: 0;
  border-top: 2px solid #000;
  vertical-align: middle;
}

main#index .section_02 table tbody tr:nth-of-type(1) td {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

main#index .section_02 table tbody tr:nth-of-type(1) td dl dt,
main#index .section_02 table tbody tr:nth-of-type(1) td dl dd {
  padding: .3em 0;
  font-size: 13px;
  line-height: 1.6;
}

main#index .section_02 table tbody tr:nth-of-type(1) td dl dt {
  position: absolute;
  text-align: left;
}

main#index .section_02 table tbody tr:nth-of-type(1) td dl dt:first-child {
  position: relative;
  text-align: center;
}

main#index .section_02 table tbody tr:nth-of-type(1) td dl dd {
  border-top: 1px solid #CCC;
}

main#index .section_02 table tbody tr:nth-of-type(1) td dl dd span {
  display: inline-block;
  width: 50%;
}

main#index .section_02 table tbody tr:nth-of-type(1) td dl dd span:first-child {
  padding-left: 2em;
}

main#index .section_02 table tbody tr:nth-of-type(1) td dl dd span:last-child {
  border-left: 1px solid #CCC;
}

main#index .section_02 table tbody tr:nth-of-type(1) td:nth-of-type(2n) dl dt {
  padding-left: 3.23em;
}

main#index .section_02 table tbody tr:nth-of-type(1) td:nth-of-type(2n) dl dt:first-child {
  padding-left: 0;
}

main#index .section_02 table tbody tr:nth-of-type(1) td:nth-of-type(2n) dl dd {
  padding-right: 3.23em;
  text-align: right;
}

main#index .section_02 table tbody tr:nth-of-type(2) td,
main#index .section_02 table tbody tr:nth-of-type(3) td,
main#index .section_02 table tbody tr:nth-of-type(4) td {
  padding: 1.5em 0;
}

main#index .section_02 table tbody tr:nth-of-type(2) td:nth-of-type(odd) span,
main#index .section_02 table tbody tr:nth-of-type(3) td:nth-of-type(odd) span,
main#index .section_02 table tbody tr:nth-of-type(4) td:nth-of-type(1) span {
  width: 50%;
  vertical-align: middle;
}

main#index .section_02 table tbody tr:nth-of-type(2) td:nth-of-type(odd) span:last-child,
main#index .section_02 table tbody tr:nth-of-type(3) td:nth-of-type(odd) span:last-child {
  border-left: 1px solid #CCC;
}

main#index .section_02 table tbody tr:nth-of-type(3) td:nth-of-type(odd) span {
  letter-spacing: -1px;
}

main#index .section_02 table tbody tr:nth-of-type(4) td:nth-of-type(1) span:first-child {
  border-right: 1px solid #CCC;
}

main#index .section_02 table tbody tr:nth-of-type(4) td:nth-of-type(1) span:last-child {
  border-left: 0;
}

main#index .section_02 table tbody tr:nth-of-type(5) td,
main#index .section_02 table tbody tr:nth-of-type(6) td,
main#index .section_02 table tbody tr:nth-of-type(7) td {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
}

main#index .section_02 table tbody tr:nth-of-type(5) td div,
main#index .section_02 table tbody tr:nth-of-type(6) td div,
main#index .section_02 table tbody tr:nth-of-type(7) td div {
  padding: 2em 0;
}

main#index .section_02 table tbody tr:nth-of-type(5) td div:after,
main#index .section_02 table tbody tr:nth-of-type(6) td div:after,
main#index .section_02 table tbody tr:nth-of-type(7) td div:after {
  content: "";
  display: inline-block;
  height: 105px;
  vertical-align: middle;
}

main#index .section_02 table tbody tr:nth-of-type(5) td div a,
main#index .section_02 table tbody tr:nth-of-type(6) td div a,
main#index .section_02 table tbody tr:nth-of-type(7) td div a {
  vertical-align: middle;
}

main#index .section_02 table tbody tr:nth-of-type(5) td div a.mdi-plus,
main#index .section_02 table tbody tr:nth-of-type(6) td div a.mdi-plus,
main#index .section_02 table tbody tr:nth-of-type(7) td div a.mdi-plus {
  display: inline-block;
  position: relative;
}

main#index .section_02 table tbody tr:nth-of-type(5) td div a.mdi-plus:before,
main#index .section_02 table tbody tr:nth-of-type(6) td div a.mdi-plus:before,
main#index .section_02 table tbody tr:nth-of-type(7) td div a.mdi-plus:before {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #000;
  color: #FFF;
  font-size: 17.6px;
  line-height: 1.2;
  text-align: center;
}

main#index .section_02 table tbody tr:nth-of-type(5) td div a.mdi-plus img,
main#index .section_02 table tbody tr:nth-of-type(6) td div a.mdi-plus img,
main#index .section_02 table tbody tr:nth-of-type(7) td div a.mdi-plus img {
  width: 154px;
}

main#index .section_02 table tbody tr:nth-of-type(6) td,
main#index .section_02 table tbody tr:nth-of-type(7) td {
  border: 0;
}

main#index .section_02 table tbody tr:nth-of-type(6) td div,
main#index .section_02 table tbody tr:nth-of-type(7) td div {
  border-top: 1px solid #CCC;
}

main#index .section_02 table tbody tr:nth-of-type(8) td {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  vertical-align: top;
}

main#index .section_02 table tbody tr:nth-of-type(8) td ul li {
  padding: .3em 0;
  border-bottom: 1px solid #CCC;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;

  letter-spacing: -1px;
}

main#index .section_02 table tbody tr:nth-of-type(8) td ul li:last-child {
  border-bottom: 0;
}

main#index .section_02 table tbody tr:nth-of-type(8) td:nth-of-type(odd) ul li:last-child {
  text-align: right;
}

main#index .section_02 table tbody tr:nth-of-type(8) td ul li span {
  display: inline-block;
  padding: 0 0 0 0.8333em;
  border-left: 1px solid #CCC;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

main#index .section_02 table tbody tr:nth-of-type(9) td {
  vertical-align: top;
}

main#index .section_02 table tbody tr:nth-of-type(9) td img {
  width: 156px;
}

main#index .section_02 table tbody tr:nth-of-type(9) td span {
  display: block;
  padding: .7em 0 0 0;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

main#index .section_02 table tbody tr:nth-of-type(10) td a {
  display: block;
  box-sizing: border-box;
  width: 15.6em;
  height: 4em;
  margin: 0 auto 1.5em auto;
  padding-left: .5em;
  border-radius: 6px;
  color: #FFF;
  text-align: center;
}

main#index .section_02 table tbody tr:nth-of-type(10) td a:last-child {
  margin-bottom: 0;
}

main#index .section_02 table tbody tr:nth-of-type(10) td a:after {
  content: "";
  display: inline-block;
  height: 4em;
  vertical-align: middle;
}

main#index .section_02 table tbody tr:nth-of-type(10) td a span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

main#index .section_02 table tbody tr:nth-of-type(10) td a span.mdi-arrow-right:before {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
}

main#index .section_02 table tbody tr:nth-of-type(10) td:nth-of-type(1) a {
  background-color: #5C2849;
}

main#index .section_02 table tbody tr:nth-of-type(10) td:nth-of-type(2) a {
  background-color: #1FCCC9;
}

main#index .section_02 table tbody tr:nth-of-type(10) td:nth-of-type(3) a {
  background-color: #EA4863;
}

main#index .section_02 table tbody tr:nth-of-type(10) td:nth-of-type(4) a {
  background-color: #A53E5C;
}