@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

/* CSS Document */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#contents {
  padding: 0;
  margin: 0;
  line-height: 0;
}

h2 {
  background-color: inherit;
  padding: 0;
  margin: 0;
}

.contentMain {
  width: 100%;
  text-align: center;
}

.contentMain img {
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  vertical-align: bottom;
}

.contentMain p {
  padding: 10px 0px;
  text-align: center;
  color: #ffffff;
  background-color: #ED8095;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.contentMain button {
  display: block;
  width: 300px;
  margin: 30px auto 0px;
  padding: 16px 32px;
  color: #EC565F;
  border: 2px solid #EC565F;
  border-radius: 36px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 2px 3px 2px rgba(136, 54, 59, 0.8);
  text-align: center;
  position: relative;
}

.contentMain button::after {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  right: 5px;
  top: 30px;
  border-top: 10px solid #EC565F;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  /* font-family: "Font Awesome 5 Free";
font-weight: 900; */
}

.fa-search,
.fa-school,
.fa-map-marker-alt {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
.fa-school,
.fa-map-marker-alt {
  margin-bottom: 6px;
}

.sectionHeaderWrapper {
  padding: 6px 0px;
  border-top: none;
  border-bottom: none;
}

.sectionHeader {
  display: flex;
  margin: 6px 0px;
  padding: 10px 0px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #EC565F;
  border-top: none;
  border-bottom: none;
}

.p-search {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-search__select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-search__select::after {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  right: 10px;
  top: 25px;
  border-top: 10px solid #EC565F;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  /* z-index: 10; */
  pointer-events: none;
}

.fa-times {
  width: 20px;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 300;
  font-size: 20px;
  color: #999;
  margin: 8px 0;
}

.sectionHeader img {
  width: 27px;
  height: 27px;
  display: block;
}

.sectionHeader h2 {
  margin-left: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  font-weight: 700;
}
/* .u-fs18 {
  font-size: 18px !important;
} */
.searchAll {
  margin-top: 40px;
}

.searchAll form {
  width: calc(100% - 10px);
  font-size: 0px;
  margin: 20px auto 0;
}

.searchAll form select {
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 1.72;
  padding: 10px 0px 10px 10px;
  border: 1px solid #808080;
  border-radius: 4px;
  /* background-image: url(/present/images/ico_triangle_01.svg); */
  background-repeat: no-repeat;
  background-position: right 20px center;
  color: #808080;
  appearance: none;
}
.searchAll form select::after {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  right: 10px;
  top: 30px;
  border-top: 10px solid #EC565F;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  z-index: 10;
}

.searchButtom {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  position: relative;
  width: 200px;
  margin: 40px auto 0px;
}

.searchAll form input {
  width: 200px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 36px;
  border: 2px solid #F4A511;
  background-color: #f4a511;
  box-shadow: 2px 3px 2px #BB5700;
  opacity: 1;
  position: inherit;
  text-indent: inherit;
  z-index: inherit;
}

.searchAll form img {
  display: inline-block;
  margin: 5px 50%;
}

.searchType {
  margin-top: 40px;
}

.flexWrapper {}

.flexItem {
  position: relative;
  width: calc(100% - 20px);
  ;
  text-align: center;
  margin: 20px auto 0;
  padding: 20px 10px;
  border: 3px solid #399dd5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flexItem::after {
  position: absolute;
  width: 41px;
  height: 40px;
  bottom: -1px;
  right: -1px;
  background-image: url(/present/images/ico_triangle_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

#flexItemGreen {
  border: 3px solid #4db585;
}

#flexItemGreen::after {
  position: absolute;
  width: 41px;
  height: 40px;
  bottom: -1px;
  right: -1px;
  background-image: url(/present/images/ico_triangle_03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.flexItem a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.flexItem p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #399dd5;
}

#flexItemGreen p {
  color: #4db585;
}

/* .flexItem img, */
.fa-graduation-cap,
.fa-book {
  width: 56px;
  height: 56px;
  margin: 0 20px 0 10px;
  font-size: 48px;
  color: #399dd5;
}
.fa-book {
  color: #4db585;
}

.searchArea {
  margin-top: 40px;
}

.area-list {
  width: calc(100% - 20px);
  margin: 20px auto 0;
  align-items: center;
}

.area-list p {
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.5;
}

.area-list p a {
  color: #4d4d4d;
}

.area-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0;
  list-style-type: none;
}

.area-list ul li a {
  color: #3780e3;
  margin-right: 17px;
  font-size: 18px;
  line-height: 2.1;
  text-decoration: underline;
}

.area-list ul li a:hover {
  text-decoration: none;
}

.overView {
  width: calc(100% - 20px);
  margin: 40px auto 0;
  padding: 0;
  background: #EDF8DD;
  border-bottom: 1px solid #8EC33B;
}

.overView h2 {
  font-size: 24px;
  color: #4d4d4d;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #8EC33B;
  border-left: 1px solid #8EC33B;
  border-right: 1px solid #8EC33B;
}

.overView dl {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overView dl dt {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color: #676767;
  font-size: 18px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.overView dl dd {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border-left: 1px solid #8EC33B;
  border-right: 1px solid #8EC33B;
  padding: 10px 7px;
  /* background-color: #ffffff; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.overView dl dd span {
  color: #f75a5a;
}

.overView dl dd p {
  margin-top: 9.8px;
  color: #f75a5a;
  font-size: 14px;
}

.overView dl dd ul {
  list-style-type: disc;
  padding: 0;
  margin: 0;
}

.overView dl dd ul li {
  list-style-type: disc;
  margin-left: 18px;
  font-size: 16px;
  line-height: 2;
}

/* 2023.10.27追記 */

