@charset "utf-8";
/* CSS Document */


#lead_wrap {
	padding-top: 5rem;
	font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
	font-weight: 500;
  text-align: center;
	background-color: rgba(0,113,207,0.10);
}
@media only screen and (max-width: 736px) {
#lead_wrap {
	padding-top: 3rem;
	font-size: 1.4rem;
}
}



#search_con {
	padding-top: 5rem;
	padding-bottom: 12rem;
	background-color: rgba(0,113,207,0.10);
}

#search_con .inner {
	/*max-width: 80rem;*/
}

#search_con .search_wrap {
  width: 100%;
  margin: auto;
  padding-top: 4rem;
	padding-bottom: 5.5rem;
  background-color: #ffedc5;
  box-sizing: border-box;
  /* ===== Select Box ===== */
  /* ----- Select Box Black Panther ----- */
  /*.sel {
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  }*/
  /* ----- Select Box Superman ----- */
  /* ===== Keyframes ===== */
}
#search_con .search_wrap h2 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1;
	font-weight: 600;
    color: #001F60;
  text-align: center;
}

#search_con .search_wrap #search-form {
  margin-top: 3rem;
  text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
#search_con .search_wrap .submit_btn {
  cursor: pointer;
  outline: 0;
  z-index: 2;
  box-sizing: border-box;
  -webkit-appearance: none;
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
    font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  background-color: #0071cf;
  border: none;
  width: 15rem;
  height: 4rem;
  margin-left: 3rem;
	
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .6s;
  transition: all .6s;
}
#search_con .search_wrap .submit_btn:hover {
  color: #FFFFFF;
  background-color: #001F60;
	opacity: 1;
}
#search_con .search_wrap .sel {
  display: inline-block;
  width: auto;
  min-width: 19rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
	border: 1px solid #001F60;
	border-radius: 0.3rem;
  padding: 1rem 2rem;
  padding-right: 5rem;
}

#search_con .search_wrap .sel::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.3rem;
  height: 0.8rem;
  background: url(../images/pulldown_off.svg) no-repeat center center;
  background-size: contain;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}





#search_con .search_wrap .mw_wp_form_preview .sel::before,
#search_con .search_wrap .mw_wp_form_preview .sel.active::before {
  display: none;
}
#search_con .search_wrap .sel.active::before {
  background: url(../images/pulldown_on.svg) no-repeat center center;
  background-size: cover;
}

#search_con .search_wrap .plus {
  margin: 0 1rem;
    display: flex;
}

#search_con .search_wrap .plus img {
  width: 1.8rem;
}

#search_con .search_wrap .sel__placeholder {
  display: block;
	font-size: 1.6rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
  line-height: 1;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}
#search_con .search_wrap .sel.active .sel__placeholder {
  visibility: hidden;
	position: relative;
}
#search_con .search_wrap .sel__placeholder::before {
  position: absolute;
  top: 0.625rem;
  bottom: 0;
  left: 0.9375rem;
  right: 0;
  content: attr(data-placeholder);
  visibility: hidden;
}
#search_con .search_wrap .sel.active .sel__placeholder::before {
	position: absolute;
    top: 0;
    left: 0;
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
  line-height: 1;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}
#search_con .search_wrap .sel__box {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1.6rem;
  background-color: #FFF;
  /*width: calc(100% + 0.2rem);*/
  /*width:100%;*/
  box-sizing: border-box;
  z-index: 100;
}





#search_con .search_wrap .sel.attribute .sel__box {
  z-index: 110;
}
#search_con .search_wrap .sel.date .sel__box {
  z-index: 109;
}
#search_con .search_wrap .sel.genre .sel__box {
  z-index: 108;
}
#search_con .search_wrap .sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

#search_con .search_wrap .sel__box__options {
  box-sizing: border-box;
  display: list-item;
  font-size: 1.6rem;
  white-space: nowrap;
  line-height: 1;
  padding: 1.3rem 2rem;
  user-select: none;
  margin-top: -1px;
}
#search_con .search_wrap .sel__box__options.child {
	padding-left: 3rem;
	background-color: #f4f4f4;
	font-size: 1.4rem;
}
#search_con .search_wrap .sel__box__options.selected::after {
  display: inline;
}
#search_con .search_wrap .sel__box__options:hover {
  background-color: #001F60;
    color: #FFFFFF;
}
#search_con .search_wrap .sel__box__options.selected {
  background-color: #001F60;
    color: #FFFFFF;
}
#search_con .search_wrap .sel--black-panther {
  z-index: 3;
  padding-left: 1rem;
}
#search_con .search_wrap .sel--black-panther.active {
  z-index: 4;
}
#search_con .search_wrap .sel--superman {
  /*   display: none; */
  z-index: 2;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%,-50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%,-50%);
  }
}
@media only screen and (max-width: 736px) {
  #search_con {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
	#search_con .search_wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
	#search_con .search_wrap #search-form {
    margin-top: 1.5rem;
    display: block;
}
	#search_con .search_wrap .plus {
    margin: 1rem auto;
}
	#search_con .search_wrap .submit_btn {
    margin-left: 0;
	margin-top: 2rem;
}
}


/* #post_catlist_wrap
----------------------------------------- */
#post_catlist_wrap {
	margin: auto;
    max-width: 100rem;
	padding-top: 6rem;
	padding-bottom: 2.5rem;
    margin-bottom: 10rem;
    border-bottom: 2px solid #001F60;
}

#post_catlist_wrap .post_catlist {
	justify-content: flex-start;
}

#post_catlist_wrap .post_catlist > li {
    margin-right: 2.5rem;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#post_catlist_wrap .post_catlist > li:last-child {
	margin-right: 0;
}

#post_catlist_wrap .post_catlist > li a {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
	line-height: 1;
    font-weight: 700;
    background-color: transparent;
    padding: 0 0.5rem 0.3rem;
}
#post_catlist_wrap .post_catlist > li.current a {
    color: #FFFFFF;
    background-color: #001F60;
    padding: 0 0.5rem 0.3rem;
}
#post_catlist_wrap .post_catlist > li a:hover {
    color: #FFFFFF;
    background-color: #001F60;
    padding: 0 0.5rem 0.3rem;
	opacity: 1;
}


@media screen and (max-width: 768px) {
#post_catlist_wrap {
	padding-top: 3rem;
    padding-bottom: 1rem;
	margin-bottom: 5rem;
}
	#post_catlist_wrap .post_catlist > li {
    margin-right: 2rem;
	margin-bottom: 1rem;
}
	#post_catlist_wrap .post_catlist > li a {
    font-size: 1.4rem;
    padding: 0 0.4rem 0.2rem;
}
	#post_catlist_wrap .post_catlist > li.current a {
    padding: 0 0.4rem 0.2rem;
}
}


/* #facility_search_list_wrap
----------------------------------------- */
#facility_search_list_wrap {
	background-color: rgba(0,113,207,0.10);
    padding-bottom: 28rem;
}

#facility_search_list_wrap .inner {
	
}

#facility_search_list_wrap .facility_search_list {
    margin: auto;
	max-width: 100rem;
}

#facility_search_list_wrap .facility_search_list > li {
    width: -webkit-calc(490 / 1000 * 100%);
    width : calc(490 / 1000 * 100%);
	margin-bottom: 2rem;
	background-color: #FFFFFF;
	border-radius: 0 0 1rem 1rem;
	position: relative;
	padding: 2rem;
	padding-bottom: 6rem;
}

#facility_search_list_wrap a {
    display: block;
}


#facility_search_list_wrap .facility_search_list .facility_con {
	flex-wrap: nowrap;
}
#facility_search_list_wrap .facility_search_list .thumbnail {
	width: 15rem;
    min-width: 15rem;
	margin-right: 1.5rem;
}
#facility_search_list_wrap .facility_search_list .thumbnail .img_wrap {
	width: 100%;
    padding-top: 74.6666%;
    border-radius: 0.6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#facility_search_list_wrap .facility_search_list .info_wrap {
}

#facility_search_list_wrap .name_wrap {
    margin-bottom: 1rem;
	font-size: 1.6rem;
	justify-content: flex-start;
}
#facility_search_list_wrap .name {
	font-size: 1.8rem;
}
#facility_search_list_wrap .addr {
    display: flex;
	align-items: center;
}
#facility_search_list_wrap .addr::before {
    content: "";
	display: block;
	width: 0.1rem;
	height: 1.4rem;
	background-color: #cecece;
	margin: 0 0.8rem;
}
#facility_search_list_wrap .addr .addr_list {
	justify-content: flex-start;
}
#facility_search_list_wrap .addr .addr_list > li:not(:last-child) {
	margin-right: 0.8rem;
}

#facility_search_list_wrap .main_copy {
    font-size: 2rem;
	letter-spacing: 0;
    font-weight: 500;
    line-height: 1.625;
	color: #001F60;
	margin-bottom: 1rem;
}


#facility_search_list_wrap .tag_list {
	font-size: 1.4rem;
	justify-content: flex-start;
}
#facility_search_list_wrap .tag_list > li {
	margin-right: 1rem;
}


#facility_search_list_wrap .category .cat_list > li:not(:last-child) {
    margin-right: 0.5rem;
}
#facility_search_list_wrap .category .cat_list a {
    font-size: 1.1rem;
	letter-spacing: 0.04em;
    font-weight: 400;
	color: #FFFFFF;
	background-color: #001F60;
	padding: 0.2rem 0.5rem 0.3rem;
}

#facility_search_list_wrap a.more {
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    font-size: 1.6rem;
	letter-spacing: 0;
    font-weight: 500;
	color: #FFFFFF;
	background-color: #001F60;
	padding-right: 2rem;
	border-radius: 0 0 1rem 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
#facility_search_list_wrap a.more img {
	margin-left: 1rem;
}


@media screen and (max-width: 768px) {
#facility_search_list_wrap {
    padding-bottom: 6rem;
}

#facility_search_list_wrap .facility_search_list > li {
    width: 100%;
	padding-bottom: 6rem;
}
#facility_search_list_wrap .facility_search_list .thumbnail {
    width: 13rem;
    min-width: 13rem;
    margin-right: 1.0rem;
}
#facility_search_list_wrap .facility_search_list .facility_con {
    flex-wrap: wrap;
	position: relative;
}
#facility_search_list_wrap .facility_search_list .info_wrap {
    width: 100%;
	margin-top: 1.5rem;
}
	
#facility_search_list_wrap .name_wrap {
	width: 13rem;
	font-size: 1.3rem;
	line-height: 1.5;
}
#facility_search_list_wrap .name {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.3;
}
#facility_search_list_wrap .addr::before {
    margin-left: 0;
}
}




/* #facility_list_wrap
----------------------------------------- */
#facility_list_wrap {
	background-color: rgba(0,113,207,0.10);
    padding-bottom: 15rem;
}

#facility_list_wrap .inner {
    max-width: 70rem;
}

#facility_list_wrap .facility_list {
	width: 100%;
	border-top: 2px solid #dddddd;
}

#facility_list_wrap .facility_list > li {
    width: 100%;
	padding: 5rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 2px solid #dddddd;
}

#facility_list_wrap .facility_list > li:last-child {
	margin-bottom: 0;
}

#facility_list_wrap .facility_list > li a {
    display: block;
}

#facility_list_wrap .facility_list h2 {
    font-size: 2rem;
	letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 0;
}

#facility_list_wrap .info_wrap {
    justify-content: flex-start;
	align-items: center;
	margin-top: 1.5rem;
}
#facility_list_wrap .info {
    font-size: 1.3rem;
    font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: center;
}
#facility_list_wrap .info img {
    margin-right: 0.5rem;
}
#facility_list_wrap .address {
    margin-left: 2rem;
}

#facility_list_wrap .btn_wrap {
    display: inline-flex;
	max-width: 61rem;
	margin: auto;
	margin-top: 10rem;
}
#facility_list_wrap .btn_wrap a.search_btn {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 28.5rem;
	height: 5rem;
	font-size: 2rem;
	line-height: 0.04em;
	padding-right: 3.5rem;
	border-radius: 0.3rem;
	font-weight: 400;
    box-sizing: border-box;
	border: 0.1rem solid #001F60;
	position: relative;
	background-color: #FFFFFF;
	-webkit-transition: all .6s;
    transition: all .6s;
}
.search_btn::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/arrow_b.svg) no-repeat center center;
    background-size: cover;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#facility_list_wrap .btn_wrap a.search_btn:hover {
	color: #FFFFFF;
	background-color: #001F60;
	opacity: 1;
}

#facility_list_wrap .btn_wrap .top_arrow {
	width: 100%;
	text-align: center;
	margin-top: 3.5rem;
	font-size: 1.8rem;
	line-height: 0.04em;
	font-weight: 400;
}



@media screen and (max-width: 768px) {
#facility_list_wrap {
    padding-bottom: 10rem;
}
#facility_list_wrap .facility_list > li {
    padding: 0;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}
	
#facility_list_wrap .facility_list h2 {
    font-size: 2.2rem;
}
#facility_list_wrap .info_wrap {
    margin-top: 1.0rem;
}
#facility_list_wrap .info tel {
    font-size: 2rem;
}
#facility_list_wrap .address {
	font-size: 1.6rem;
    margin-left: 0;
	margin-top: 1.0rem;
}
	
	
#facility_list_wrap .btn_wrap {
    margin-top: 6rem;
}
#facility_list_wrap .btn_wrap a.search_btn {
	width: 100%;
}
#facility_list_wrap .btn_wrap a.search_btn.case {
	margin-top: 2rem;
}
#facility_list_wrap .btn_wrap .top_arrow {
    margin-top: 4.5rem;
}
}



/* #post_single_wrap
----------------------------------------- */
#post_single_wrap {
    padding-top: 6rem;
	padding-bottom: 0;
}

#post_single_wrap .inner {
	max-width: 90rem;
}

#post_single_wrap img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#post_single_wrap .main_copy_wrap {
	width: -webkit-calc(1280 / 1400 * 100%);
    width: calc(1280 / 1400 * 100%);
	display: inline-block;
	margin: auto;
}

#post_single_wrap .category_list {
	justify-content: center;
	margin-bottom: 1.5rem;
}
#post_single_wrap .category_list > li:not(:last-child) {
	margin-right: 1.5rem;
}
#post_single_wrap .category_list a {
	display: block;
	padding: 1rem 2rem;
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #0071cf;
}

#post_single_wrap h1 {
	font-size: 3.2rem;
	letter-spacing: 0;
    line-height: 1.4;
    font-weight: 500;
	color: #001F60;
    text-align: center;
	margin-bottom: 5rem;
}

#post_single_wrap .lead_wrap {
	width: 100%;
	font-size: 1.8rem;
    line-height: 2;
	color: #001F60;
    text-align: left;
	margin: auto;
	margin-bottom: 5rem;
}


#post_single_wrap .ttl_wrap {
	margin-bottom: 7rem;
	border-top: 1px solid #CAE0FF;
	border-bottom: 1px solid #CAE0FF;
	padding: 1.5rem 4rem 2rem;
	flex-flow: nowrap;
	justify-content: flex-start;
}
#post_single_wrap .ttl_wrap > li {
}
#post_single_wrap .ttl_wrap > li:first-child {
	max-width: 45rem;
	border-right: 1px solid #CAE0FF;
	padding-right: 4rem;
	margin-right: 4rem;
}
#post_single_wrap .ttl_wrap > li:last-child h3.ttl {
	font-weight: 500;
	display: inline-block;
    padding: 0.3rem 0.8rem 0.5rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #0071cf;
	margin-bottom: 1rem;
}

#post_single_wrap .ttl_wrap h2 {
	font-size: 2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.0rem;
	text-align: left;
    /*white-space: nowrap;*/
}
#post_single_wrap .ttl_wrap h2 span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #666666;
}

#post_single_wrap .addr {
	font-size: 1.6rem;
	letter-spacing: 0;
    line-height: 1;
	color: #727272;
	text-align: left;
	display: flex;
	align-items: center;
}
#post_single_wrap .addr img {
	margin-right: 0.8rem;
    margin-top: 0.4rem;
}
#post_single_wrap .addr .addr_list {
	justify-content: flex-start;
}
#post_single_wrap .addr .addr_list > li:not(:last-child) {
	margin-right: 0.8rem;
}

#post_single_wrap .job_cat_list {
	font-size: 1.4rem;
	justify-content: flex-start;
	color: #333333;
}
#post_single_wrap .job_cat_list > li {
    margin-bottom: 0.5rem;
}
#post_single_wrap .job_cat_list > li:not(:last-child) {
    margin-right: 1rem;
}
#post_single_wrap .job_cat_list > li.ttl {
    margin-right: 0;
}

#post_single_wrap .tag_list {
	font-size: 1.4rem;
	justify-content: flex-start;
	color: #333333;
}
#post_single_wrap .tag_list > li {
    margin-bottom: 0.5rem;
}
#post_single_wrap .tag_list > li:not(:last-child) {
    margin-right: 1rem;
}

#post_single_wrap .tag_list > li span {
	color: #0071cf;
}


#post_single_wrap .top_img {
	width: 100%;
	height: 60rem;
	margin-bottom: 6rem;
	background-size: cover;
	background-position: center center;
}


#post_single_wrap .post_con {
    width: 100%;
	padding-bottom: 5rem;
}

#post_single_wrap .post_con .txt_wrap {
   font-size: 1.5rem;
	letter-spacing: 0.04em;
	text-align: justify;
	margin-bottom: 5rem;
}

#post_single_wrap .post_con .txt_wrap p {
	margin-bottom: 3rem;
}

#post_single_wrap .post_con .txt_wrap a {
	color: #FFB700;
    text-decoration: underline;
}

#post_single_wrap .post_con .txt_wrap hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #a5a5a5;
    margin: 4rem 0;
    padding: 0;
}

#post_single_wrap .post_con .txt_wrap h2 {
    font-size: 1.8rem;
    line-height: 1.4;
	font-weight: 500;
	color: #001F60;
	margin-bottom: 3.5rem;
}

#post_single_wrap .post_con .txt_wrap h3 {
    font-size: 1.8rem;
    line-height: 1.4;
	font-weight: 500;
	color: #001F60;
	margin-bottom: 3.5rem;
}


#post_single_wrap .post_con h3.con_ttl {
    font-size: 2.3rem;
	letter-spacing: 0.04em;
    line-height: 1.4;
	font-weight: 500;
	margin-bottom: 3.5rem;
	margin-top: 6rem;
}
#post_single_wrap .post_con h3.con_ttl::after {
    content: "";
	display: block;
	width: 100%;
	height: 0.2rem;
	background-color: #001F60;
	margin-top: 1rem;
}


#post_single_wrap .post_con .point_wrap {
    background-color: rgba(255,183,0,0.10);
	padding: 4rem;
	padding-bottom: 5rem;
	margin-bottom: 6rem;
}
#post_single_wrap .post_con .point_wrap h3 {
    font-size: 2.3rem;
	letter-spacing: 0.04em;
    line-height: 1.4;
	font-weight: 600;
	color: #001F60;
	margin-bottom: 2rem;
}
#post_single_wrap .post_con .point_wrap .point_list > li {
	padding-left: 3rem;
}
#post_single_wrap .post_con .point_wrap .point_list > li:not(:last-child) {
	margin-bottom: 3rem;
}

#post_single_wrap .post_con .point_wrap .point_list > li h4 {
	font-size: 2.2rem;;
    line-height: 1.4;
	font-weight: 500;
	margin-bottom: 1rem;
	position: relative;
}
#post_single_wrap .post_con .point_wrap .point_list > li h4 .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	padding-left: 0.1rem;
	padding-bottom: 0.2rem;
	background-color: #001F60;
    border-radius: 50%;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
    top: 0.5em;
	left: -3rem;
}
#post_single_wrap .post_con .point_wrap .point_list > li .point_txt {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	color: #666666;
}


#post_single_wrap .post_con .img_wrap {
	display: inline-block;
	margin-bottom: 4rem;
}
#post_single_wrap .post_con .img_wrap .caption {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	text-align: left;
	margin-top: 1rem;
}



#post_single_wrap .cost_wrap {
	width: 100%;
	/*max-width: 60rem;*/
	margin: auto;
	margin-bottom: 8rem;
	background-color: rgba(0,113,207,0.10);
    padding: 4rem;
}
#post_single_wrap .cost_wrap h3 {
	font-size: 1.8rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1;
    color: #001F60;
    margin-bottom: 2rem;
}

#post_single_wrap .cost_wrap .info_table {
    /*margin: auto;*/
}
#post_single_wrap .cost_wrap .info_table tr:not(:last-child) {
	border-bottom: 1px solid #999999;
}
#post_single_wrap .cost_wrap .info_table th {
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	color: #0071cf;
	text-align: left;
	padding: 1.8rem 0;
    padding-right: 3rem;
	white-space: nowrap;
}
#post_single_wrap .cost_wrap .info_table td {
	width: 100%;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	padding: 1.8rem 0;
	text-align: left;
}
#post_single_wrap .cost_wrap .info_table td a {
	text-decoration: underline;
}
#post_single_wrap .cost_wrap .info_table td .name {
	font-size: 2rem;
	letter-spacing: 0.02em;
	font-weight: 500;
}



#post_single_wrap .link_list_wrap {
	width: 100%;
	/*max-width: 60rem;*/
	margin: auto;
	margin-bottom: 8rem;
	background-color: rgba(255,202,216,0.20);
    padding: 4rem;
}
#post_single_wrap .link_list_wrap h3 {
	font-size: 1.8rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1;
    color: #F44C4F;
    margin-bottom: 2rem;
}

#post_single_wrap .link_list_wrap .link_list {
    /*margin: auto;*/
}
#post_single_wrap .link_list_wrap .link_list > li {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #999999;
}
#post_single_wrap .link_list_wrap .link_list > li a {
	width: 100%;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: left;
}





#post_single_wrap .outline_wrap {
	width: 100%;
	/*max-width: 60rem;*/
	margin: auto;
	margin-bottom: 10rem;
	background-color: rgba(0,113,207,0.10);
    padding: 4rem;
}
#post_single_wrap .outline_wrap h3 {
	font-size: 1.8rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1;
    color: #001F60;
    margin-bottom: 2rem;
}
#post_single_wrap .outline_wrap .outline_layout {
	align-items: flex-start;
}
#post_single_wrap .outline_wrap .outline_layout > .img_wrap {
	width: 40%;
}
#post_single_wrap .outline_wrap .outline_layout > .info_table {
	width: 55%;
}

#post_single_wrap .outline_wrap .info_table {
    /*margin: auto;*/
}
#post_single_wrap .outline_wrap .info_table tr {
}
#post_single_wrap .outline_wrap .info_table th {
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	color: #0071cf;
	text-align: left;
	padding: 0.8rem 0;
    padding-right: 2rem;
	white-space: nowrap;
}
#post_single_wrap .outline_wrap .info_table td {
	/*width: 100%;*/
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	padding: 0.8rem 0;
	text-align: left;
}
#post_single_wrap .outline_wrap .info_table td a {
	text-decoration: underline;
}
#post_single_wrap .outline_wrap .info_table td .name {
	font-size: 2rem;
	letter-spacing: 0.02em;
	font-weight: 500;
}

#post_single_wrap .company_txt {
	font-size: 1.4rem;
    letter-spacing: 0.02em;
	margin-top: 2rem;
	text-align: justify;
	line-height: 2;
}


#post_single_wrap .contact {
	margin-top: 3rem;
}
#post_single_wrap .contact a.contact_btn {
	width: 100%;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #FFFFFF;
	border: 3px solid #FFB700;
	background-color: #FFB700;
	box-sizing: border-box;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#post_single_wrap .contact a.contact_btn:hover {
	opacity: 1;
	border: 3px solid #0071cf;
	background-color: #0071cf;
}

#post_single_wrap .pagenavi {
    display: flex;
    align-items: flex-start;
}

#post_single_wrap .pagenavi li.all {
    display: flex;
    align-items: center;
    justify-content: center;
}

#post_single_wrap .pagenavi li.next,
#post_single_wrap .pagenavi li.next a span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
}

#post_single_wrap .pagenavi li.next a span::after {
   content: "";
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	background:  url(../images/arrow.svg) no-repeat center center;
	background-size: cover;
	margin-left: 1rem;
}

#post_single_wrap .pagenavi li.all a {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
}
#post_single_wrap .pagenavi li.all a::after {
   content: "";
	display: block;
	width: 100%;
	height: 0.1rem;
	background-color: #000000;
	margin-top: 1rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#post_single_wrap .pagenavi li.all a:hover::after {
	margin-top: 0.5rem;
}

#post_single_wrap .pagenavi li.prev,
#post_single_wrap .pagenavi li.prev a span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
}
#post_single_wrap .pagenavi li.prev a span::before {
   content: "";
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	background:  url(../images/arrow.svg) no-repeat center center;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	transform:rotate(180deg);
	margin-right: 1rem;
}


@media screen and (max-width: 768px) {
	#post_single_wrap {
    padding-top: 3rem;
	padding-bottom: 6rem;
}
   #post_single_wrap .inner {
	   width: 31.5rem;
}
    #post_single_wrap h2 {
    width: 100%;
	margin-bottom: 1rem;
}
	#post_single_wrap h1 {
	width: 31.5rem;
	margin: auto;
	font-size: 2.6rem;
	line-height: 1.54;
	letter-spacing: 0;
	text-align: left;
    margin-bottom: 2.5rem;
}
	#post_single_wrap .ttl_wrap {
    margin-bottom: 3rem;
    border-top: 1px solid #CAE0FF;
    border-bottom: 1px solid #CAE0FF;
    padding: 1.5rem 0 1.5rem;
    flex-flow: wrap;
}
	#post_single_wrap .ttl_wrap > li {
		width: 100%;
}
	#post_single_wrap .ttl_wrap > li:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
	border-bottom: 1px solid #CAE0FF;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
	

	#post_single_wrap .ttl_wrap h2 {
	font-size: 1.6rem;
	white-space: wrap;
}
#post_single_wrap .ttl_wrap h2 span {
	font-size: 1.3rem;
}
	
	#post_single_wrap .top_img {
    height: 28rem;
    margin-bottom: 3rem;
}
	
	#post_single_wrap .post_con {
    padding: 0;
	padding-top: 6rem;
	font-size: 1.4rem;
}
	
	#post_single_wrap .post_con h3.con_ttl {
    margin-bottom: 2.5rem;
	margin-top: 4rem;
}
	
	#post_single_wrap .post_con .txt_wrap {
    margin-bottom: 3rem;
}
	#post_single_wrap .post_con h1 {
    font-size: 2.0rem;
    margin-bottom: 3.0rem;
}
	
	#post_single_wrap .post_con h2 {
    font-size: 1.6rem;
    margin-bottom: 3.0rem;
}
	#post_single_wrap .post_con h3 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}
	
	#post_single_wrap .post_con .point_wrap {
    padding: 3rem 2rem;
    margin-bottom: 4rem;
}
	#post_single_wrap .post_con .point_wrap .point_list > li {
    margin-bottom: 2rem;
    padding-left: 0;
	padding-top: 3rem;
}
	#post_single_wrap .post_con .point_wrap .point_list > li h4 .number {
    top: -2.3em;
    left: 0;
	padding-bottom: 0.2rem;
}
	#post_single_wrap .post_con .point_wrap .point_list > li:last-child {
    margin-bottom: 0;
}
	#post_single_wrap .post_con .img_wrap {
	margin-bottom: 2rem;
}
	#post_single_wrap .post_con .img_wrap .caption {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}
	
	#post_single_wrap .information {
    margin-bottom: 5rem;
    padding: 3rem 2rem;
}
	#post_single_wrap .information .info_table tr {
		    display: flex;
		    flex-wrap: wrap;
		margin-bottom: 1.5rem;
}
	#post_single_wrap .information .info_table tr.ttl th {
    width: 100%;
    padding-bottom: 2rem;
    padding-right: 0;
}
	#post_single_wrap .information .info_table th {
    width: 100%;
    padding: 0 0 0.5rem;
}
	#post_single_wrap .information .info_table td {
	width: 100%;
}
	
	
#post_single_wrap .cost_wrap {
	margin-bottom: 4rem;
    padding: 3rem;
}
	
#post_single_wrap .link_list_wrap {
	margin-bottom: 4rem;
    padding: 3rem;
}
	

#post_single_wrap .outline_wrap {
	margin-bottom: 2rem;
    padding: 3rem;
}
#post_single_wrap .outline_wrap .outline_layout > .img_wrap {
	width: 100%;
	margin-bottom: 2rem;
}
#post_single_wrap .outline_wrap .outline_layout > .info_table {
	width: 100%;
}
	
#post_single_wrap .contact {
    margin-bottom: 0;
}
}



/* #post_list_wrap.other
----------------------------------------- */
#post_list_wrap.other {
	padding-top: 5rem;
    padding-bottom: 9rem;
	border-top: 2px solid #001F60;
}

#post_list_wrap.other .inner {
	
}

#post_list_wrap.other h2.ttl {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1;
	text-align: center;
	margin-bottom: 4rem;
    color: #001F60;
}

#post_list_wrap.other .facility_list_other {
    margin: auto;
	width: 100%;
	max-width: 104rem;
}

#post_list_wrap.other .slick-track {
    width: 100%;
}

#post_list_wrap.other .post_list li.slick-slide {
    padding: 0 1rem;
}

#post_list_wrap.other .prev {
    position: absolute;
	top: 35%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 2;
}
#post_list_wrap.other .next {
    position: absolute;
	top: 35%;
	right: 0;
	transform: translate(0,-50%);
	z-index: 2;
}

#post_list_wrap.other .facility_list_other li.slick-slide {
    padding: 0 2rem
}

#post_list_wrap.other .post_list li.slick-slide a {
	display: block;
}

#post_list_wrap.other a.btn {
	margin-top: 4rem;
}


@media screen and (max-width: 768px) {
#post_list_wrap.other {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#post_list_wrap.other a.back {
    margin-top: 2.5rem;
}
#post_list_wrap.other .prev {
    top: 30%;
}
#post_list_wrap.other .next {
    top: 30%;
}
    
#post_list_wrap.other a.btn {
	margin-top: 2rem;
}
}



/* pagenation
----------------------------------------- */
#pagenation{
	text-align: center;
    margin: 5rem auto 0;
}
#pagenation #pagenation-list{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

#pagenation #pagenation-list li{
    margin-right: 2rem;
	display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list li:last-child {
	margin-right: 0;
}

#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
	font-size: 1.6rem;
	line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 0.2rem;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.num {
    box-sizing: border-box;
	border: 2px solid #001F60;
	background-color: #FFFFFF;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
}

/*#pagenation #pagenation-list a.next{
    background: url(../images/post/post_next.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 16px;
    margin-left: 20px;
    margin-right: -80px;
    border-radius: 0;
    background-position: -22px center;
    -webkit-transition: all .8s;
    transition: all .8s;
}
#pagenation #pagenation-list a.prev{
    background: url(../images/post/post_prev.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 16px;
    margin-right: 20px;
    margin-left: -80px;
    border-radius: 0;
    background-position: 22px center;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#pagenation #pagenation-list a.next:hover, #pagenation #pagenation-list a.prev:hover {
	background-position: 0 center;
}*/


#pagenation #pagenation-list .current{
	color: #ffffff;
    background: #001F60;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
}

#pagenation #pagenation-list .omit{
    width: 6rem;
    height: 4rem;
	position: relative;
	display: flex;
	align-items: center;
}
#pagenation #pagenation-list .omit::after {
	content: "";
	display: block;
    width: 100%;
    height: 0.2rem;
	background-color: #001F60;
}

#pagenation #pagenation-list a.num:hover{
	color: #ffffff;
    background: #001F60;
	opacity: 1;
}

#pagenation #pagenation-list a.next:hover,
#pagenation #pagenation-list a.prev:hover {
    background-color: transparent;
	opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
}

#pagenation #pagenation-list li:hover .current,
#pagenation #pagenation-list li .prev,
#pagenation #pagenation-list li .next {
	border: none;
}


@media screen and (max-width: 768px) {
#pagenation {
    margin: 4rem auto 0;
}
    
#pagenation #pagenation-list li{
    margin-right: 2rem;
}
    
#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
    font-size: 1.9rem;
}
    
#pagenation #pagenation-list a.num {
    width: 5rem;
    height: 5rem;
}
#pagenation #pagenation-list .current{
	width: 5rem;
    height: 5rem;
}

#pagenation #pagenation-list .omit{
	width: 5rem;
    height: 5rem;
}
}