#list {
  max-width: 1200px;
  width: 90%;
  position: relative;
  padding-bottom: 0px;
  margin: 140px auto 60px;
}
/* ------------------------------------- */
#list #right {
  width: 25%;
  float: right;
  margin-bottom: 50px;
}
#list #left {
  float: left;
  width: 70%;
  margin-bottom: 50px;
}
#list #more {
  float: left;
  width: 70%;
  margin-bottom: 50px;
}
/* ------------------------------------- */
#list #right .title,
#list #right .toggle {
  width: 100%;
}
#list #right .title {
  pointer-events: none;
  background: #132747;
  color: #fff;
  padding: 6px 10px;
}
#list #right .toggle {
  padding: 0;
  list-style: none;
}
#list #right .toggle li {
}
#list #right .toggle li:not(:last-child) {
  border-bottom: dashed 1px #ccc;
}
#list #right .toggle li a {
  display: block;
  padding: 5px 0px 5px 5px;
  font-weight: 400;
  color: #999;
}
#list #right .toggle li a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  padding-right: 10px;
  font-size: 10px;
  color: #999;
}
#list #right .toggle li a:hover {
  color: #132747;
}
#list #right .toggle li a:before:hover {
  color: #132747;
}
/* ------------------------------------- */
.list_box {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding-bottom: 5px;
}
.list_box::before,
.list_box::after {
  position: absolute;
  bottom: 15px;
  z-index: -1;
  content: '';
  width: 50%;
  height: 95%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
.list_box::before {
  left: 15px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.list_box::after {
  right: 15px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.list_box .ttl1,
#list #more .ttl .ttl1 {
  width: 100%;
  display: table;
  background-color: #506f90;
}
.list_box .ttl1 strong,
.list_box .ttl1 p,
.list_box .ttl1 span,
#list #more .ttl .ttl1 strong,
#list #more .ttl .ttl1 p,
#list #more .ttl .ttl1 span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  line-height: 130%;
  font-weight: 400;
  font-size: 90%;
  padding: 8px 10px;
}
.list_box .ttl1 strong,
#list #more .ttl .ttl1 strong {
  text-align: center;
  width: 90px;
}
.list_box .ttl1 strong.ttl01,
#list #more .ttl .ttl1 strong.ttl01 {
  background-color: #384e65;
}
.list_box .ttl1 strong.ttl02,
#list #more .ttl .ttl1 strong.ttl02 {
  /*background-color: #bf6969;*/

  background-color: #ff0000;
}
.list_box .ttl1 strong.ttl03,
#list #more .ttl .ttl1 strong.ttl03 {
  background-color: #d2b48c;
}
.list_box .ttl1 p,
#list #more .ttl .ttl1 p {
}
.list_box .ttl1 span,
#list #more .ttl .ttl1 span {
  background-color: #384e65;
  width: 250px;
}
.list_box .inner {
  padding: 30px;
  overflow: hidden;
}
.list_box .inner .ggmap {
  width: 30%;
  float: right;
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.list_box .inner .ggmap iframe,
.list_box .inner .ggmap object,
.list_box .inner .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_box .inner .ggmap iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  pointer-events: none;
}
.list_box .inner dl {
  width: 65%;
}
.list_box .inner dt,
.list_box .inner dd {
  border-bottom: #ccc 1px dashed;
  line-height: 170%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.list_box .inner dt {
  font-weight: 300;
}
.list_box .inner dt p {
  font-weight: 500;
}
.list_box .inner dd {
  width: 100%;
  display: table;
  color: #506f90;
}
.list_box .inner dd p {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.list_box .inner dd strong {
  display: inline-block;
  margin-left: 10px;
  font-size: 120%;
  font-weight: 900;
}
.list_box .inner ul {
  width: 65%;
}
.list_box .inner li {
  width: 100%;
  display: table;
}
.list_box .inner li p {
  display: table-cell;
  vertical-align: top;
}
.list_box .inner li p:first-child {
  width: 100px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* ------------------------------------- */

#list #more .ttl {
  margin-bottom: 30px;
}
#list #more .ttl dt {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 90%;
}
#list #more .ttl dt .ttl1 {
  font-size: 110%;
}
#list #more .ttl dd {
}
#list #more .ttl dd strong {
  display: block;
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 10px;
}
/* ------------------------------------- */
#list #more .ph_set {
}
#list #more .ph_set .ph_list1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#list #more .ph_set .ph_list1 li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
#list #more .ph_set .ph_list1 li:last-child {
  margin-right: 0;
}
#list #more .ph_set .ph_list2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#list #more .ph_set .ph_list2 li {
  float: left;
  width: 23%;
	margin-right: 2.6%;
  margin-bottom: 10px;
}
#list #more .ph_set .ph_list2 li:nth-child(4n) {
  margin-right: 0;
}
#list #more .ph_set .ph_list2 li a {
  display: block;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  margin: 0 auto;
}
#list #more .ph_set .ph_list2 li a img {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: auto;
	z-index: 0;
}
#list #more .ph_set .ph_list2 li a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
#list #more .ph_set .ph_list2 li a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f002';
  font-weight: 900;
  position: absolute;
  bottom: 3px;
  right: 10px;
  color: #fff;
  z-index: 5;
}
/* ------------------------------------- */
#list #more .list1 {
  margin-bottom: 40px;
}
#list #more .list1 li {
  border-bottom: #888 1px dotted;
  padding: 10px 0;
  font-size: 90%;
}
#list #more .list1 .list1_1 {
}
#list #more .list1 .list1_2 {
  width: 100%;
  display: table;
  color: #ec6c52;
}
#list #more .list1 .list1_2 p {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
#list #more .list1 .list1_2 p strong {
  display: inline-block;
  margin-left: 20px;
  font-size: 140%;
  font-weight: 500;
}
#list #more .list1 .list1_3 {
}
#list #more .list1 .list1_3 strong {
  display: inline-block;
  margin-left: 20px;
  font-size: 110%;
  font-weight: 500;
}
/* ------------------------------------- */
#list #more .list2 {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 170%;
}
#list #more .list2 ul {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}
#list #more .list2 ul:last-child {
  margin-right: 0;
}
#list #more .list2 li {
  width: 100%;
  display: table;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
#list #more .list2 li p {
  display: table-cell;
  vertical-align: top;
  padding: 7px 10px;
}
#list #more .list2 li p:first-child {
  width: 100px;
  background-color: #eee;
  font-weight: 500;
  font-size: 90%;
  text-align: center;
  padding: 7px 0;
}
#list #more .cap {
  font-size: 80%;
  text-align: right;
  margin-bottom: 30px;
}
/* ------------------------------------- */
#list #more .ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
#list #more .ggmap iframe,
#list #more .ggmap object,
#list #more .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#list #more .ggmap iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  pointer-events: none;
}
/* ------------------------------------- */
#list #more .btn_set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
#list #more .btn_set li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
}
#list #more .btn_set li:nth-child(2n) {
  margin-right: 0;
}
#list #more .btn_set li a {
  display: block;
  text-align: center;
  border: #003366 2px solid;
  font-weight: 500;
  font-size: 110%;
  letter-spacing: 1px;
  padding: 15px 0;
  position: relative;
}
#list #more .btn_set li a.btn1 {
  background-color: #003366;
  color: #fff;
}
#list #more .btn_set li a.btn2 {
  background-color: #fff;
  color: #003366;
}
#list #more .btn_set li a.btn1:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0e0';
  font-weight: 900;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 0;
  font-size: 33px;
  transition: 0.3s;
}
#list #more .btn_set li a.btn1:hover {
  color: rgba(255, 255, 255, 0.5);
}
#list #more .btn_set li a.btn1:hover:before {
  color: rgba(255, 255, 255, 0.5);
}
#list #more .btn_set li a.btn2:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f02f';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 33px;
  transition: 0.3s;
}
#list #more .btn_set li a.btn2:hover {
  background-color: #eee;
}
#list #more .btn_set li a.btn2:hover:before {
}
/* ------------------------------------- */
#list_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 140px auto 60px;
}
#list_area li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
#list_area li:nth-child(2n) {
  margin-right: 0;
}
#list_area li a {
  display: block;
  color: #003366;
  border: #003366 1px solid;
  border-left: #003366 3px solid;
  padding: 13px 20px 13px 20px;
  font-size: 120%;
  position: relative;
  font-weight: 400;
}
#list_area li a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f101';
  font-weight: 900;
  font-size: 0.8em;
  position: absolute;
  top: 17px;
  right: 15px;
  transition: 0.3s;
}
#list_area li a:hover {
  box-shadow: 0px 0px 16px -9px;
}
#list_area li a:hover::before {
  right: 10px;
}
/* ------------------------------------- */

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

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

  /* ------------------------------------- */
}

@media screen and (max-width: 780px) {
  #list #right,
  #list #left,
  #list #more {
    width: 100%;
    float: none;
  }
  #list #right {
    margin-bottom: 0px;
  }
  /* ------------------------------------- */
  #list #right .title {
    pointer-events: all;
    margin-bottom: 5px;
    position: relative;
    padding: 9px 15px;
  }
  #list #right .title:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    font-weight: 900;
    color: #fff;
    right: 15px;
  }
  #list #right .title:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
  }

  #list #right .toggle {
    display: none;
    width: 100%;
  }
  /* ------------------------------------- */
  .list_box .ttl1,
  #list #more .ttl .ttl1 {
    display: block;
    background-color: #506f90;
  }
  .list_box .ttl1 strong,
  .list_box .ttl1 p,
  .list_box .ttl1 span,
  #list #more .ttl .ttl1 strong,
  #list #more .ttl .ttl1 p,
  #list #more .ttl .ttl1 span {
    display: block;
  }
  .list_box .ttl1 strong,
  #list #more .ttl .ttl1 strong {
    float: left;
    margin-right: 15px;
  }
  .list_box .ttl1 p,
  #list #more .ttl .ttl1 p {
  }
  .list_box .ttl1 span,
  #list #more .ttl .ttl1 span {
    width: 100%;
  }
  /* ------------------------------------- */
  #list #more .list2 {
    margin-bottom: 10px;
  }
  #list #more .list2 ul {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #list #more .list2 ul:last-child {
    border-top: none;
  }
  /* ------------------------------------- */
  #list #more .btn_set li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 580px) {
  /* ------------------------------------- */
  .list_box {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .list_box::before {
    left: 20px;
  }
  .list_box::after {
    right: 20px;
  }
  .list_box .inner .ggmap {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .list_box .inner dl,
  .list_box .inner ul {
    width: 100%;
  }
  /* ------------------------------------- */
  #list #more .ph_set .ph_list1 {
    margin-bottom: 20px;
  }
  #list #more .ph_set .ph_list1 li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* ------------------------------------- */
  #list #more .ph_set .ph_list2 li {
		width: 47.5%;
		margin-right: 5%;
		margin-bottom: 10px;
	}
	#list #more .ph_set .ph_list2 li:nth-child(2n) {
		margin-right: 0;
	}
  /* ------------------------------------- */
  #list #more .list1 .list1_2 p strong {
    margin-left: 20px;
    font-size: 120%;
  }
  /* ------------------------------------- */
  #list_area {
    margin: 50px auto 0px;
  }
  #list_area li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #list_area li:nth-child(2n) {
    margin-right: 0;
  }
  #list_area li a {
    padding: 10px 0px 12px 15px;
    font-size: 110%;
  }
  #list_area li a::before {
    top: 15px;
  }
  /* ------------------------------------- */
}
