@charset "utf-8";

/*共通*/
#container {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}
.pagePath {
  padding: 1.4% 2% 1%;
  line-height: 1;
}
.pagePath ul {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: left;
  align-items: center;
}
.pagePath ul li img {
  padding-right: 2px;
}
.pagePath ul li {
  color: #868686;
}
.pagePath ul li a {
  padding: 0 4px 0 4px;
  color: #018bc4;
}
.pagePath ul li:last-child {
  padding-left: 4px;
}
.pagePath ul li:first-child a {
  padding-left: 0;
}
.cont-tit {
  position: relative;
  margin: 0 15px;
}
.cont-tit .tit-img {
  width: 100%;
  height: 120px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cont-tit .tit-img img {
  width: 100%;
}
.h2tit {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 10px 10px 48px;
  font-size: 26px;
  font-weight: bold;
}
.h2tit:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.h2tit:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 15px;
  width: 0;
  height: 0;
  border: 2.5px solid transparent;
  border-left: 5px solid #fff;
}
.h3tit {
  font-size: 24px;
  font-weight: bold;
  padding: 0 1% 1.5% 1%;
}
.h3tit .top {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
  color: #b4b4b4;
}
.h3tit + form {
  margin-top: 20px;
}
#main {
  overflow: hidden;
  padding: 3% 2% 0;
}
/* #conts */
#conts {
  float: left;
  width: 70%;
  margin-right: 4%;
}
#conts .searchBox > form {
  padding: 15px 0 15px 20%;
  background: #f8f8f6;
}
#conts .searchBox .select {
  display: inline-block;
  border: 1px solid #c9cdd0;
  border-radius: 5px;
  width: 20%;
  background: url(/wp-content/themes/saga/img/icon_search1.png)no-repeat right center;
  background-position: 9.5em;
  background-color: #fff;
  padding: 0.4% 0;
}
#conts .searchBox .search_contents {
  display: inline-block;
  margin-left: 1%;
  border: 1px solid #c9cdd0;
  border-radius: 5px;
}
#conts .searchBox .search_contents .win {
  padding: 1.6% 0;
}
#conts .searchBox .select select {
  width: 100%;
  color: #b6b6b7;
}
#conts .searchBox .list {
  margin: 0 0 2%;
}
#conts .searchBox .list li {
  border-bottom: 1px solid #dee0e1;
}
#conts .searchBox .list li:first-child {
  border-top:  1px solid #dee0e1;
}
#conts .searchBox .list li {
  font-size: 14px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  padding: 2% 3%;
}
#conts .searchBox .list li .day {
  color: #959698;
  padding-right: 3em;
}
#conts .searchBox .list li .tit a {
  color: #018bc4;
}
#conts .searchBox .list li .tit {
  padding-right:2em;
}
#conts .searchBox .list li .view {
  margin-left: auto;
  text-align: right;
  color: #959698;
}
#conts .searchBox .pager {
  overflow: hidden;
}
#conts .searchBox .pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
#conts .searchBox .pager ul li {
  margin: 0 6px;
  position: relative;
  left: -50%;
  float: left;
  line-height: 1;
}
#conts .searchBox .pager ul li span,
#conts .searchBox .pager ul li a {
  display: block;
  font-size: 14px;
  padding: 0.9em 1em 0.8em;
  border-radius: 0;
}
#conts .searchBox .pager ul li.current span  {
  border-radius: 50%;
}
#conts .searchBox .pager ul li a {
  text-decoration: none;
  font-size: 14px;
  border-color: #fff;
  border-radius: 50%;
}
#conts .searchBox .pager ul li:first-child a,
#conts .searchBox .pager ul li:last-child a {
  background: none;
  border: none;
  border-radius: 0;
}
#conts .searchBox .pager ul li:first-child a {
  position: relative;
}
#conts .searchBox .pager ul li:first-child a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#conts .searchBox .pager ul li:last-child a {
  position: relative;
}
#conts .searchBox .pager ul li:last-child a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#conts .searchBox .list_detail li {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  border-bottom: 1px solid #dee0e1;
  padding: 2% 1%;
  align-items: center;
}
#conts .searchBox .list_detail li .tit {
  font-size: 14px;
  color: #959698;
  width: 20%;
}
#conts .searchBox .list_detail li .txt {
  font-size: 16px;
  width: 80%;
}
#conts .searchBox .list_detail li .txt table {
  width: 100%;
}
#conts .searchBox .pager.pager_detail ul {
  float: none;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  left: 0;
  justify-content: space-between;
}
#conts .searchBox .pager.pager_detail ul li {
  float: none;
  left: 0;
}
#conts .searchBox .list_detail li.file {
  align-items: flex-start;
}
#conts .searchBox .list_detail li.file .tit {
  padding-top: 1.5%;
}
#conts .searchBox .list_detail li.file .txt a {
  display: inline-block;
  padding: 4% 18%;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 18px;
  margin-top: 3px;
}
#conts .searchBox .list_detail li.file .txt .btn-icon {
  display: inline-block;
  padding-left: 40px;
  background: url(/wp-content/themes/saga/img/skin_f/btn_pdfDLtxt.png) no-repeat left center;
}
#conts .searchBox .list_detail li.file .txt a img {
  vertical-align: middle;
}
#conts .calendararea .calendar_tit {
  margin: 0 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#conts .calendararea .calendar_tit span {
  font-size: 30px;
}
#conts .calendararea .calender_choise {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
#conts .calendararea .calender_choise .prev_link,
#conts .calendararea .calender_choise .next_link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
#conts .calendararea .calender_choise .prev_link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 8px solid transparent;
}
#conts .calendararea .calender_choise .next_link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 8px solid transparent;
}
#conts .calendararea .calendar_table {
  width: 100%;
  border: 1px solid #bcbcbd;
  margin-bottom: 4em;
}
#conts .calendararea .calendar_table thead tr {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-around;
  background: #e8e6e1;
}
#conts .calendararea .calendar_table tr th {
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #bcbcbd;
  width: 100%;
  font-weight: normal;
  padding: 0.5% 0;
}
#conts .calendararea .calendar_table thead tr th:first-child {
  color: #f72424;
}
#conts .calendararea .calendar_table thead tr th:last-child {
  color: #164dbe;
  border-right: none;
}
#conts .calendararea .calendar_table tbody tr {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-around;
}
#conts .calendararea .calendar_table tbody tr td {
  width: 100%;
  border-right: 1px solid #bcbcbd;
  border-bottom: 1px solid #bcbcbd;
}
#conts .calendararea .calendar_table tbody tr td:first-child {
  background: #fef0ef;
  color: #f72424;
}
#conts .calendararea .calendar_table tbody tr td:last-child {
  border-right: none;
  color: #164dbe;
  background: #eef2fb;
}
#conts .calendararea .calendar_table tbody tr td .inner .date {
  font-size: 14px;
}
#conts .calendararea .calendar_table tbody tr td.event {
  background: #e0f6e5;
}
#conts .calendararea .calendar_table tbody tr td .inner.event .date {
  color: #28bd4b;
}
#conts .calendararea .calendar_table tbody tr td.event.active {
  background: #fffdd3;
}
#conts .calendararea .calendar_table tbody tr td .inner {
  padding: 4% 4% 8%;
  min-height: 84px;
}
#conts .calendararea .calendar_table tbody tr .cdList li {
  text-align: center;
}
#conts .calendararea .calendar_table tbody tr .cdList li a {
  font-size: 12px;
}
#conts .calendararea .fc-header-toolbar{
  display: none;
}
#conts .calendararea .fc-title{
  font-size: 12px;
  white-space: normal;
  text-decoration: underline;
}
#conts .calendararea .fc-content{
  cursor: pointer;
}
#conts .calendararea .fc .fc-row .fc-content-skeleton .fc-day-top {
  text-align: left;
}
.eventdetail {
  display: none;
}
.eventdetail .date {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 1.5% 0;
  margin-bottom: 4%;
  border-radius: 5px;
}
.eventdetail .list li {
  margin-top: 3em;
}
.eventdetail .list li .h4tit {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 4%;
  margin-bottom: 2%;
}
.eventdetail .list li .h4tit:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eventdetail .list li .h4tit:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.eventdetail .list li dl {
  border: 1px solid #979da3;
  border-bottom: none;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex
}
.eventdetail .list li dl:last-child {
  border-bottom: 1px solid #979da3;
}
.eventdetail .list li dl dt {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  width: 14%;
  padding: 2%;
  text-align: center;
}
.eventdetail .list li dl dd {
  display: inline-block;
  font-size: 14px;
  width: 86%;
  padding: 2%;
}
#conts .galleryList .galleryListInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
#conts .galleryList .galleryBox {
  flex-basis: 32%;
  margin-bottom: 10px;
  margin-right: 2%;
}
#conts .galleryList .galleryBox:nth-child(3n) {
  margin-right: 0;
}
#conts .galleryList .galleryBox .figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  text-align: center;
  overflow: hidden;
}
#conts .galleryList .galleryBox .figure img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 150px;
  max-width: none;
}
#conts .galleryList .figure-caption {
  margin-top: 5px;
  font-size: 14px;
}
#conts .galleryDetailCont {
  margin-top: 20px;
}
#conts .galleryDetailCont h1,
#conts .galleryDetailCont h2,
#conts .galleryDetailCont h3,
#conts .galleryDetailCont h4 {
  margin: 25px 0;
  font-weight: bold;
}
#conts .galleryDetailCont h1 {
  font-size: 24px;
}
#conts .galleryDetailCont h2 {
  font-size: 22px;
}
#conts .galleryDetailCont h3 {
  font-size: 20px;
}
#conts .galleryDetailCont h4 {
  font-size: 16px;
}
#conts .galleryDetailCont p + p,
#conts .galleryDetailCont img + p,
#conts .galleryDetailCont p + img {
  margin-top: 25px;
}
#conts .galleryDetailCont p {
  font-size: 12px;
  line-height: 1.6;
}

#conts .freeCont {
  line-height: 1.6;
  font-size: 12px;
}
#conts .freeCont h3,
#conts .freeCont h4 {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#conts .freeCont h3 {
  font-size: 20px;
}
#conts .freeCont h4 {
  font-size: 16px;
}
#conts .freeCont li{
  margin-left: 1.6em;
}
#conts .freeCont ul {
  list-style-type: disc;
}
#conts .freeCont ol {
  list-style-type: numeric;
}
#conts .freeCont li {
  list-style-type: inherit;
}


/* #side */
#side {
  width: 26%;
  float: right;
}
#side .tit_top {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
#side ul li {
  font-size: 14px;
  padding: 5% 4%;
}
#side ul li a {
  position: relative;
  display: block;
  color: #018bc4;
  padding: 0;
}
#side ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#side .side-bnr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
#side .side-bnr {
    max-height: 100px;
  }
}
#side .side-bnr:first-of-type {
  margin-top: 30px;
}
#side .side-bnr + .side-bnr {
  margin-top: 10px;
}

.pc {
  display: block!important;
}
.sp {
  display: none!important;
}






@media screen and (max-width: 767px)  {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  #conts {
    width: 100%;
    float: none;
    margin: 0;
    padding: 15px 10px;
    background: #fff;
    border-radius: 5px;
  }
  #main {
    padding: 30px 4%;
  }
  .pagePath {
    padding: 2.4% 2% 2%;
    background: #f8f8f6;
  }
  .cont-tit {
    margin: 0;
  }
  .cont-tit .tit-img {
    align-items: flex-start;
  }
  .cont-tit .tit-img img {
    max-width: none;
  }
  .h2tit {
    padding: 6px 10px 6px 38px;
    font-size: 3.4vh;
  }
  .h2tit:before {
    top: 5px;
  }
  .h2tit:after {
    top: 17px;
  }
  .h3tit {
    font-size: 2.8vh;
    padding: 0 1% 3% 5%;
  }
  input:focus, textarea:focus, select:focus {
    outline-offset: 0;
  }
  :focus {
    outline:inherit;
  }
  #conts .searchBox > form {
    padding: 15px 0;
  }
  #conts .searchBox .select {
    width: 40%;
    margin-left: 3%;
    padding: 0;
    background-position: 13em;
  }
  #conts .searchBox .select select {
    height: 30px;
    font-size: 16px;
    display: block;
  }
  #conts .searchBox .search_contents {
    width: 50%;
    margin: 0 4% 0 1%;
  }
  #conts .searchBox .search_contents .win {
    height: 3em;
    width: 82%;
    padding: 0 2%;
    font-size: 1.6vh;
  }
  #conts .searchBox .search_contents button {
    width: 15%;
    padding: 0;
    height: 3.2em;
  }
  #conts .searchBox .list {
    margin: 4% 0;
  }
  #conts .searchBox .pager ul li {
    margin: 0 4px;
  }
  #conts .searchBox .pager ul li span,
  #conts .searchBox .pager ul li a {
    padding: 0.9em 1.0em;
  }
  #conts .searchBox .list li {
    display: block;
    padding: 3%;
  }
  #conts .searchBox .list li .day {
    padding-right: 0;
    font-size: 3.5vw;
  }
  #conts .searchBox .list li .tit {
    font-size: 2.1vh;
    margin-top: 1%;
  }
  #conts .searchBox .list_detail li {
    padding: 5% 1%;
  }
  #conts .searchBox .list_detail li .tit {
    font-size: 1.9vh;
    width: 28%;
  }
  #conts .searchBox .list_detail li .txt {
    font-size: 2.1vh;
  }
  #conts .searchBox .list_detail li.file .txt a {
    padding: 5% 18%;
    font-size: 14px;
  }
  #conts .searchBox .list_detail li.file .txt .btn-icon {
    padding-left: 25px;
    background-size: 14px auto;
  }
  #conts .searchBox.news_detail .h3tit {
    margin: 0;
  }
  #conts .calendararea .calendar_tit {
    font-size: 3vh;
  }
  #conts .calendararea .calendar_tit span {
    font-size: 4vh;
  }
  #conts .calendararea .sp_list {
    border-right: 1px solid #b5b6b7;
    border-left: 1px solid #b5b6b7;
    margin-bottom: 3em;
  }
  #conts .calendararea .sp_list li:first-child {
    border-top: 1px solid #b5b6b7
  }
  #conts .calendararea .sp_list li {
    display: flex;
    border-bottom: 1px solid #b5b6b7;
  }
  #conts .calendararea .sp_list li .spday {
    font-size: 2.1vh;
    width: 18%;
    text-align: center;
    padding: 2%;
    border-right: 1px solid #b5b6b7;
  }
  #conts .calendararea .sp_list li .sptit {
    font-size: 2.2vh;
    padding: 2%;
  }
  #conts .calendararea .sp_list li.sat .spday {
    background: #eef2fb;
    color: #164dbe;
  }
  #conts .calendararea .sp_list li.sun .spday {
    background: #fef0ef;
    color: #f72424;
  }
  #conts .calendararea .sp_list li.active .spday {
    background: #e0f6e5;
  }
  .eventdetail {
    display: block;
  }
  .eventdetail.sp_eventdetail .h4tit {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 8%;
    margin-bottom: 2%;
  }
  .eventdetail.sp_eventdetail .h4tit:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .eventdetail.sp_eventdetail .h4tit:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .eventdetail.sp_eventdetail dl {
    border: 1px solid #979da3;
    border-bottom: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .eventdetail.sp_eventdetail dl dt {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 14%;
    padding: 2%;
    text-align: center;
  }
  .eventdetail.sp_eventdetail dl dd {
    display: inline-block;
    font-size: 14px;
    width: 86%;
    padding: 2%;
  }
  .eventdetail.sp_eventdetail .inner {
    padding: 4% 4% 4%;
    background: #fff;
    margin-bottom: 10%;
    border-radius: 0 0 10px 10px;
    padding: 6% 12px;
  }
  .eventdetail.sp_eventdetail dl:last-child {
    border-bottom: 1px solid #979da3;
  }
  .eventdetail.sp_eventdetail .date {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    padding: 3% 0 2.5%;
    background: #fff;
    margin: 12px;
    box-shadow: 0 0 0 12px #fff;
  }
  .eventdetail.sp_eventdetail .mdclose {
    text-align: center;
  }
  .eventdetail.sp_eventdetail .mdclose a {
    border: 1px solid #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 2% 12% 2% 14%;
    font-size: 2.1vh;
    color: #fff;
    background: url(/wp-content/themes/saga/img/btn_mdclose.png)no-repeat left center;
    background-size: 10%;
    background-position: 18%;
    display: inline-block;
  }
  #event_modal{
    display: none;
  }
  .modaal-outer-wrapper .modaal-container{
    background: transparent;
  }
  .modaal-outer-wrapper .modaal-container .modaal-content-container{
    padding: 0;
  }
  #conts .galleryList .galleryBox {
    flex-basis: 48%;
    margin-right: 4%;
  }
  #conts .galleryList .galleryBox:nth-child(3n) {
    margin-right: 4%;
  }
  #conts .galleryList .galleryBox:nth-child(2n) {
    margin-right: 0;
  }
  #conts .galleryList .galleryBox .figure,
  #conts .galleryList .galleryBox .figure img {
    height: 120px;
  }
  #conts .galleryDetailCont h1 {
    font-size: 22px;
  }
  #conts .galleryDetailCont h2 {
    font-size: 20px;
  }
  #conts .galleryDetailCont h3 {
    font-size: 18px;
  }
  #conts .galleryDetailCont h4 {
    font-size: 14px;
  }
  #conts .galleryDetailCont p + p,
  #conts .galleryDetailCont img + p,
  #conts .galleryDetailCont p + img {
    margin-top: 15px;
  }
  #conts .freeCont h3 {
    font-size: 18px;
  }
  #conts .freeCont h4 {
    font-size: 14px;
  }

  #side {
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 10px 10px 20px;
    background: #fff;
    border-radius: 5px;
  }
  #side .tit_top {
    font-size: 2.4vh;
    padding: 0 4% 0 4%;
  }
  #side ul li {
    padding: 3% 3%;
    font-size: 2vh;
  }
}


/* 20190912 追加分 */

/* PC */
@media all and (min-width: 768px) {

  .search_area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2% 3% !important;
  }

  .search_area .select_style {
    border: 1px solid #c9cdd0;
    border-radius: 5px;
    width: 20%;
    height: 25px;
    background-color: #fff;
    color: #959698;
  }

  .search_area .search_contents {
    width: 40%;
    height: 25px;
    display: flex !important;
    align-items: center;
    border: 1px solid #c9cdd0;
    border-radius: 5px;
  }

  .search_area .search_contents input {
    width: 85%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 6px 0 0 6px;
    padding: 1.6% !important;
  }

  .search_area .search_contents  button {
    width: calc(100% - (85% + 1px));
    height: 100%;
    padding: 0 !important;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #c9cdd0;
    border-radius: 0 6px 6px 0;
  }

}

/* SP */
@media screen and (max-width: 767px)  {

  .search_area {
    display: flex;
    align-items: center;
    padding: 15px 5% !important;
  }

  .search_area .select_style {
    width: 35%;
    height: 30px;
    border: 1px solid #c9cdd0;
    background-color: #fff;
    color: #959698;
    padding-left: 5px;
    border-radius: 2px !important;
    font-size: 16px !important;
  }

  .search_area .search_contents {
    width: calc(100% - (35% + 9px)) !important;
    height: 3em;
    border-radius: 2px !important;
    display: flex !important;
    align-items: center;
    margin-right: 0 !important;
  }

  .search_area .search_contents input {
    width: 85% !important;
    height: 100% !important;
    display: block;
    border: none;
    border-radius: 1px 0 0 1px;
    padding: 0 2.5% !important;
    font-size: 16px !important;
  }

  .search_area .search_contents  button {
    width: calc(100% - (85%)) !important;
    height: 100% !important;
    padding: 0 !important;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #c9cdd0;
    border-radius: 0 1px 1px 0;
  }

}

.post-password-form p{
  font-size: 16px;
}