@charset "UTF-8";
/* CSS Document */
#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;
}
.contentMain p {
    padding: 10px 0px;
    text-align: center;
    color: #ffffff;
    background-color: #f4a511;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.contentMain button {
  display: block;
  width: 330px;
  margin: 30px auto 0px;
  padding: 16px 32px;
  color: #f4a511;
  border: 2px solid #f4a511;
  border-radius: 36px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 5px 5px #fceac8;
  text-align: center;
  position: relative;
}
.contentMain button::after {
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f0dd";
font-weight: 900;
right: 36px;
top: 0.5em;
}

.sectionHeaderWrapper {
  padding: 6px 0px;
  border-top: 3px solid #f4a511;
  border-bottom: 3px solid #f4a511;
}

.sectionHeader {
  display: flex;
  margin: 6px 0px;
  padding: 10px 0px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #f4a511;
  border-bottom: 1px solid #f4a511;
}

.sectionHeader img {
	width: 27px;
	height: 27px;
  display: block;
}

.sectionHeader h2 {
  margin-left: 10px;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.7;
  font-weight: 700;
}

.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;
}
.searchButtom {
  position: relative;
  width: 240px;
  margin: 40px auto 0px;
}
.searchButtom::after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 70px;
  background-image: url(/present/images/ico_search_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.searchAll form input {
  width: 240px;
  color: #ffffff;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  padding: 14px 98px 14px 71px;
  border: 0px;
  border-radius: 36px;
  background-color: #f4a511;
	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 {
  width: 56px;
  height: 56px;
  margin: 0 10px;
}

.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;
}

.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 {
  margin-top: 40px;
  padding: 20px 10px;
  background-color: #f0f0f0;
}

.overView h2 {
  font-size: 24px;
	color: #4d4d4d;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
}

.overView dl {
  width: 100%;
  margin-top: 20px;
}

.overView dl dt {
  width: 100%;
  padding: 10px ;
  color: #ffffff;
  border: 1px solid #dedede;
  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: solid 1px #dedede;
  padding: 10px;
  background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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;
}

.overView dl dd ul li {
  list-style-type: disc;
  margin-left: 18px;
  font-size: 16px;
  line-height: 2;
}













