@charset "UTF-8";
/*色設定*/
/*フォント*/
/*単色カラー設定*/
.blue {
  color: #3969ca;
}

.yellow {
  color: #e29934;
}

.red {
  color: #d63434;
}

.orange {
  color: #ff6636;
}

.bGreen {
  color: #008ea0;
}

/*単色カラー設定：塗り*/
li[class$=_base] {
  padding: 6px 12px 8px 12px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.87em;
}

.blue_base {
  background-color: #3969ca;
}

.yellow_base {
  background-color: #e29934;
}

.red_base {
  background-color: #d63434;
}

.orange_base {
  background-color: #ff6636;
}

.bGreen_base {
  background-color: #008ea0;
}

/*===================================================================================

共通

===================================================================================*/
#pageNav {
  margin: 6em 0 0 0;
}
#pageNav ul {
  border-top: 1px solid #d1dce6;
  border-bottom: 1px solid #d1dce6;
  padding: 2em 0;
}
#pageNav ul li {
  flex: 1;
  align-self: center;
}
#pageNav ul li a {
  display: block;
  text-align: center;
  font-size: 1.4em;
  padding: 1em 2em;
  line-height: 2;
  border-right: 1px solid #d1dce6;
  border-left: 1px solid #d1dce6;
  position: relative;
  font-weight: 500;
}
#pageNav ul li a:before {
  position: absolute;
  top: 30%;
  font-size: 0.93em;
  font-weight: 300;
  transition: all 1s;
  font-family: "Font Awesome 5 Pro";
  transform: translate(0, 0);
}
#pageNav ul li:first-child, #pageNav ul li:last-child {
  flex: 2;
}
#pageNav ul li:first-child a, #pageNav ul li:last-child a {
  font-size: 0.87em;
}
#pageNav ul li:first-child a {
  text-align: left;
  border: 0;
}
#pageNav ul li:first-child a:before {
  content: "\f053";
  left: 0;
}
#pageNav ul li:last-child a {
  text-align: right;
  border: 0;
}
#pageNav ul li:last-child a:before {
  content: "\f054";
  right: 0;
}
#pageNav ul li:hover a {
  color: #008ea0;
}
#pageNav ul li:hover a:before {
  transform: translate(-4px, 0);
  color: #008ea0;
}
#pageNav ul li:last-child a:hover:before {
  transform: translate(4px, 0);
}
@media (max-width: 481px) {
  #pageNav ul {
    display: block;
  }
  #pageNav ul li {
    flex: none;
    width: 100%;
  }
  #pageNav ul li a {
    border-right: 0;
    border-left: 0;
    padding: 1em 1.4em;
    border-top: 1px solid #d1dce6;
    border-bottom: 1px solid #d1dce6;
  }
  #pageNav ul li:first-child a, #pageNav ul li:last-child a {
    text-align: center;
  }
}

.navPage {
  margin: 2em 0 0 0;
  text-align: center;
}
.navPage .wp-pagenavi span.current {
  border-radius: 6px;
  padding: 2px 11.16px 6px 11.16px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 36px;
  background-color: #19a78e;
  color: #fff;
  border-color: #19a78e;
}
.navPage .wp-pagenavi span.extend {
  border: none;
  color: #19a78e;
}
.navPage .wp-pagenavi span.pages {
  display: none;
}
.navPage .wp-pagenavi a {
  width: 45px;
  height: 45px;
  line-height: 36px;
  display: inline-block;
  border-color: #19a78e;
  color: #19a78e;
}
.navPage .wp-pagenavi a.page {
  border-radius: 6px;
  padding: 2px 11.16px 6px 11.16px;
}
.navPage .wp-pagenavi a.last, .navPage .wp-pagenavi a.first {
  border: none;
  padding: 0 0 0 10px;
  width: auto;
}
.navPage .wp-pagenavi a.last:hover, .navPage .wp-pagenavi a.first:hover {
  background-color: transparent;
  color: #19a78e;
  text-decoration: underline;
}
.navPage .wp-pagenavi a.first {
  padding: 0 10px 0 0;
}
.navPage .wp-pagenavi a.nextpostslink, .navPage .wp-pagenavi a.previouspostslink {
  border-radius: 6px;
  padding: 2px 11.16px 6px 11.16px;
  font-weight: bold;
}
.navPage .wp-pagenavi a:hover {
  background-color: #19a78e;
  color: #fff;
  border-color: #19a78e;
}

.share {
  display: block;
  width: 100%;
}
.share ul {
  margin: 0 0 0 auto;
  justify-content: flex-end;
}
.share ul li {
  width: 120px;
  margin-right: 10px;
}
.share ul li a {
  font-size: 0.78em;
  display: block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
}
.share ul li a i {
  margin-right: 6px;
  font-size: 16px;
}
.share ul li a:hover {
  opacity: 0.8;
}
.share ul li a:visited {
  color: #fff;
}
.share ul li.tweet a {
  background-color: black;
  display: flex;
  justify-content: center;
}
.share ul li.tweet a img {
  height: 17px;
  width: auto;
  margin-right: 10px;
}
.share ul li.facebooklink a {
  background-color: #315096;
}

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

  環境学習　検索

------------------------------------------------------------------------------*/
.searchBox {
  background-color: rgba(237, 248, 250, 0.5);
}
.searchBox .searchBlock {
  border: 6px solid #f2f5f8;
  background-color: #fff;
}
.searchBox .searchBlock dl {
  padding: 2em;
  border-bottom: 1px dashed #ddd;
}
.searchBox .searchBlock dl dt {
  flex: 1;
  align-self: center;
  font-weight: 600;
  letter-spacing: 1px;
  color: #008ea0;
}
.searchBox .searchBlock dl dd {
  flex: 4;
  align-self: center;
}
.searchBox .searchBlock dl dd ul li {
  margin: 10px 25px 10px 0px;
}
.searchBox .searchBlock dl dd ul li label input {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  width: auto;
  outline: none;
  border: none;
}
.searchBox .searchBlock dl dd ul li label input:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.searchBox .searchBlock dl dd ul li label input:after {
  content: "";
  border-right: 3px solid #d63434;
  border-bottom: 3px solid #d63434;
  display: block;
  height: 20px;
  left: 10px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}
.searchBox .searchBlock dl dd ul li label input:checked {
  outline: none;
}
.searchBox .searchBlock dl dd ul li label input:checked:after {
  opacity: 1;
}
.searchBox .searchBlock dl dd ul li label:hover {
  cursor: pointer;
}
.searchBox .searchBlock dl dd ul#dataBox li {
  width: 30%;
  position: relative;
}
.searchBox .searchBlock dl dd ul#dataBox li:first-child:before, .searchBox .searchBlock dl dd ul#dataBox li:last-child:before {
  line-height: 45px;
  content: "\f073";
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 1em;
  font-weight: 900;
  color: #008ea0;
  font-family: "Font Awesome 5 Pro";
  z-index: 10;
}
.searchBox .searchBlock dl dd ul#dataBox li:nth-child(2) {
  font-weight: 600;
  text-align: center;
  width: 4%;
  padding: 10px;
}
.searchBox .searchBlock dl dd ul#dataBox li input {
  border: 2px solid #ddd;
  width: 100%;
  padding: 10px;
  line-height: 30px;
  border-radius: 10px;
  position: relative;
}
.searchBox .searchBlock dl dd ul#dataBox li input:focus {
  outline: none;
}
.searchBox .searchBlock dl dd ul#dataBtn {
  justify-content: space-between;
}
.searchBox .searchBlock dl dd ul#dataBtn li {
  width: 23%;
}
.searchBox .searchBlock dl dd ul#dataBtn li a {
  font-size: 0.87em;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 6px 10px;
  color: #008ea0;
  border: 2px solid #008ea0;
  border-radius: 30px;
}
.searchBox .searchBlock dl dd ul#dataBtn li a:hover {
  background-color: #008ea0;
  color: #fff;
}
.searchBox .searchBlock dl dd #keyword {
  margin: 1em 0 0 0;
}
.searchBox .searchBlock dl dd input[type=text] {
  line-height: 30px;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #ddd;
  outline: none;
  font-size: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 481px) {
  .searchBox .searchBlock dl {
    padding: 1em;
    display: block;
  }
  .searchBox .searchBlock dl dd ul#dataBox li {
    width: 100%;
    flex: none;
  }
  .searchBox .searchBlock dl dd ul#dataBox li:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}

.submitBtn {
  width: 268px;
  display: block;
  border: 2px solid #e29934;
  background-color: #e29934;
  margin: 2em auto 0 auto;
  position: relative;
  border-radius: 10px;
}
.submitBtn input {
  width: 100%;
  color: #fff;
  font-size: 1.12em;
  letter-spacing: 1px;
  border: none;
  background-color: #e29934;
  font-weight: 600;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.8em;
  text-align: center;
  border-radius: 10px;
  height: 100%;
}
.submitBtn input:hover {
  cursor: pointer;
  background-color: #fff;
  color: #e29934;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.submitBtn i {
  font-size: 1.26em;
  position: absolute;
  left: 10px;
  top: 20px;
  color: #fff;
}
.submitBtn:hover {
  background-color: #fff;
  cursor: pointer;
  color: #e29934;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.submitBtn:hover i {
  color: #e29934;
}

#hotKeyword header {
  text-align: center;
}
#hotKeyword header h2 {
  display: block;
}
#hotKeyword ul li {
  margin: 0 10px 10px 0;
}
#hotKeyword ul li a {
  display: block;
  padding: 8px 20px 8px 34px;
  color: #d63434;
  letter-spacing: 2px;
  font-size: 0.93em;
  border: 1px solid #ddd;
  border-radius: 30px;
  position: relative;
  font-weight: 600;
  background-color: #fff;
}
#hotKeyword ul li a:before {
  content: "#";
  position: absolute;
  left: 20px;
  top: 8px;
  font-size: 1em;
  font-weight: 600;
}
#hotKeyword ul li a:hover {
  background-color: #d63434;
  color: #fff;
}

/*#ui-datepicker-div {
    margin-top: 140px;
}*/
/*------------------------------------------------------------------------------

  検索結果

------------------------------------------------------------------------------*/
#studySearch_result .inner #resultWrap #resultTitle,
#studySearch_result .smallInner #resultWrap #resultTitle,
#infoSearch_result .inner #resultWrap #resultTitle,
#infoSearch_result .smallInner #resultWrap #resultTitle {
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
  padding: 0 0 10px 10px;
}
#studySearch_result .inner #resultWrap #resultTitle h3,
#studySearch_result .smallInner #resultWrap #resultTitle h3,
#infoSearch_result .inner #resultWrap #resultTitle h3,
#infoSearch_result .smallInner #resultWrap #resultTitle h3 {
  font-size: 1em;
  letter-spacing: 1px;
  align-self: center;
}
#studySearch_result .inner #resultWrap #resultTitle p,
#studySearch_result .smallInner #resultWrap #resultTitle p,
#infoSearch_result .inner #resultWrap #resultTitle p,
#infoSearch_result .smallInner #resultWrap #resultTitle p {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: right;
  align-self: center;
}
#studySearch_result .inner #resultWrap #resultTitle p i,
#studySearch_result .smallInner #resultWrap #resultTitle p i,
#infoSearch_result .inner #resultWrap #resultTitle p i,
#infoSearch_result .smallInner #resultWrap #resultTitle p i {
  font-size: 2em;
  margin-right: 5px;
  letter-spacing: 1px;
}

#studySearch_result {
  background-color: rgba(237, 248, 250, 0.5);
}
#studySearch_result .inner {
  justify-content: space-between;
}
#studySearch_result .inner #resultWrap {
  width: calc(100% - 340px);
  order: 2;
}
#studySearch_result .inner #resultWrap article {
  margin: 0 0 2em 0;
}
#studySearch_result .inner #resultWrap article a {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
#studySearch_result .inner #resultWrap article a figure {
  position: relative;
  width: 40%;
  overflow: hidden;
}
#studySearch_result .inner #resultWrap article a figure:before {
  content: "";
  display: block;
  padding-top: 65%;
}
#studySearch_result .inner #resultWrap article a figure img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transition: 1s cubic-bezier(0.7, 0.13, 0.1, 0.92);
  transition: 1s cubic-bezier(0.7, 0.13, 0.1, 0.92);
}
#studySearch_result .inner #resultWrap article a div {
  padding: 1.6em;
  width: 60%;
}
#studySearch_result .inner #resultWrap article a div span {
  font-size: 0.87em;
  margin: 0 0 1em 0;
  font-weight: 600;
}
#studySearch_result .inner #resultWrap article a div h3 {
  margin: 0 0 1.2em 0;
}
#studySearch_result .inner #resultWrap article a div p {
  font-size: 0.87em;
}
#studySearch_result .inner #resultWrap article a div ul.keyword {
  margin: 1.2em 0 0 0;
}
#studySearch_result .inner #resultWrap article a div ul.keyword li {
  margin: 2px 10px;
  display: block;
  color: #d63434;
  font-size: 0.73em;
  position: relative;
  font-weight: 600;
  padding-left: 10px;
}
#studySearch_result .inner #resultWrap article a div ul.keyword li:before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.73em;
  font-weight: 600;
}
#studySearch_result .inner #resultWrap article a:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
#studySearch_result .inner side {
  width: 300px;
  order: 1;
}
#studySearch_result .inner side .sideBox {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  padding: 0 0 0.4em 0;
  margin: 0 0 2em 0;
}
#studySearch_result .inner side .sideBox h2 {
  border-bottom: 1px solid #19a78e;
  padding: 1em;
  letter-spacing: 1px;
  font-weight: 600;
}
#studySearch_result .inner side .sideBox h2 i {
  color: #19a78e;
  margin-right: 5px;
  font-size: 0.87em;
}
#studySearch_result .inner side .sideBox#keyword {
  padding: 0 1em 0.4em 1em;
}
#studySearch_result .inner side .sideBox .submitBtn {
  margin: 1em;
}
#studySearch_result .inner side .sideBox .submitBtn i {
  font-size: 1.16em;
}
#studySearch_result .inner side .sideBox .submitBtn input {
  font-size: 0.87em;
  line-height: 36px;
}
#studySearch_result .inner side .searchBox .searchBlock {
  border: 0;
}
#studySearch_result .inner side .searchBox .searchBlock dl {
  padding: 0;
}
#studySearch_result .inner side .searchBox .searchBlock dl dt {
  font-size: 0.93em;
  color: rgba(14, 22, 24, 0.8);
  padding: 1em 1em 0 1em;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd {
  padding: 0 1em 1em 1em;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd ul li {
  margin: 0 10px 0 0;
  padding: 6px 0;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd ul li label {
  font-size: 0.87em;
  display: block;
  line-height: 16px;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd ul li label input {
  margin: 0;
  padding: 2px 0 2px 20px;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd ul li label input:before {
  top: -1px;
  left: 0;
  height: 16px;
  width: 16px;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd ul li label input:after {
  width: 8px;
  height: 14px;
  left: 4px;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd ul#dataBox li {
  width: 100%;
  position: relative;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd ul#dataBox li:first-child:before, #studySearch_result .inner side .searchBox .searchBlock dl dd ul#dataBox li:last-child:before {
  top: 10px;
}
#studySearch_result .inner side .searchBox .searchBlock dl dd ul#dataBox li:nth-child(2) {
  width: 100%;
}
#studySearch_result .inner side .searchBtn {
  margin: 1em auto;
}
#studySearch_result .inner side .searchBtn input {
  font-size: 0.87em;
}
#studySearch_result .inner side .searchBtn:before {
  left: 12px;
  top: 8px;
  font-size: 1em;
}
@media (max-width: 961px) {
  #studySearch_result .inner {
    display: block;
  }
  #studySearch_result .inner #resultWrap {
    width: 100%;
    margin: 0 0 2em 0;
  }
  #studySearch_result .inner side {
    width: 100%;
  }
  #studySearch_result .inner side .sideBox .submitBtn {
    margin: 1em auto;
  }
  #studySearch_result .inner side .searchBox .searchBlock dl dd ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #studySearch_result .inner side .searchBox .searchBlock dl dd ul#dataBox li:nth-child(2) {
    width: 50%;
    align-self: center;
  }
}
@media (max-width: 481px) {
  #studySearch_result .inner {
    padding: 2em 4%;
  }
  #studySearch_result .inner #resultWrap article {
    margin: 0 0 1em 0;
  }
  #studySearch_result .inner #resultWrap article a {
    padding: 10px;
    width: 100%;
  }
  #studySearch_result .inner #resultWrap article a figure {
    width: 34%;
    align-self: flex-start;
  }
  #studySearch_result .inner #resultWrap article a figure:before {
    padding-top: 100%;
  }
  #studySearch_result .inner #resultWrap article a div {
    padding: 0 0 0 15px;
    width: 66%;
  }
  #studySearch_result .inner #resultWrap article a div ul {
    margin: 0 0 6px auto;
  }
  #studySearch_result .inner #resultWrap article a div h3 {
    font-size: 1em;
    width: 100%;
    margin: 0 0 6px 0;
  }
  #studySearch_result .inner side .searchBox .searchBlock dl dd ul {
    display: block;
  }
  #studySearch_result .inner side .searchBox .searchBlock dl dd ul#dataBox li:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}

.genreTag {
  margin: 0 0 10px auto;
}
.genreTag li {
  padding: 2px 10px;
  border: 1px solid #ddd;
  margin: 0 6px 6px 0;
  font-weight: 600;
  font-size: 0.73em;
  border-radius: 6px;
}
.genreTag li.blue {
  border-color: #3969ca;
}
.genreTag li.yellow {
  border-color: #e29934;
}
.genreTag li.red {
  border-color: #d63434;
}
.genreTag li.orange {
  border-color: #ff6636;
}
.genreTag li.bGreen {
  border-color: #008ea0;
}
.genreTag li.other {
  background-color: #f2f5f8;
}

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

  環境学習　検索詳細ページ

------------------------------------------------------------------------------*/
#studySearch_single {
  padding-bottom: 0;
}
#studySearch_single section h3 {
  margin: 0 0 1em 0;
  letter-spacing: 2px;
  color: #008ea0;
  padding: 0 0 0.4em 1em;
  border-bottom: 2px dotted #d1dce6;
  font-weight: 500;
  position: relative;
}
#studySearch_single section h3:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #19a78e;
  position: absolute;
  left: 0;
  top: 10px;
}
#studySearch_single section h3:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #008ea0;
  position: absolute;
  left: 0;
  bottom: 12px;
}
#studySearch_single section p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 0.93em;
}
#studySearch_single section dl dt {
  flex: 1.5;
  padding: 20px;
  border-bottom: 1px solid #19a78e;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.93em;
}
#studySearch_single section dl dd {
  flex: 4;
  padding: 20px;
  font-size: 0.93em;
  border-bottom: 1px solid #d1dce6;
}
#studySearch_single section dl dd a {
  text-decoration: underline;
  color: #d63434;
}
#studySearch_single section dl.flexbox + .contsPurpose {
  margin-top: 4em;
}
#studySearch_single #contsHeader {
  position: relative;
}
#studySearch_single #contsHeader .inner {
  position: relative;
  z-index: 10;
  padding: 3em 0 6em 0;
  background-color: transparent;
}
#studySearch_single #contsHeader .inner > p {
  max-width: 1000px;
  margin: 6em auto 0 auto;
}
#studySearch_single #contsHeader .inner #serchSlider figure {
  display: block;
  width: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
  background-color: #e1f3f7;
}
#studySearch_single #contsHeader .inner #serchSlider figure:before {
  content: "";
  padding-top: 100%;
  display: block;
}
#studySearch_single #contsHeader .inner #serchSlider figure img {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#studySearch_single #contsHeader .inner header {
  padding: 2em 0;
  display: block;
}
#studySearch_single #contsHeader .inner header h2 {
  font-size: 2em;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
}
#studySearch_single #contsHeader .inner header h2 span {
  font-size: 0.42em;
  display: block;
  text-align: center;
}
#studySearch_single #contsHeader .inner header p {
  text-align: center;
  font-weight: 500;
  padding: 0.8em 0 0 0;
  display: block;
}
#studySearch_single #contsHeader .inner header p span {
  font-style: italic;
  margin-left: 4px;
  font-weight: 600;
}
#studySearch_single #contsHeader .inner header p i {
  margin-right: 6px;
  color: #19a78e;
}
#studySearch_single #contsHeader .inner header p + p {
  padding: 0;
}
#studySearch_single #contsHeader .inner header .genreTag {
  justify-content: center;
}
#studySearch_single #contsHeader .inner header .genreTag li {
  margin: 0;
  padding: 4px 10px;
  font-size: 0.87em;
}
#studySearch_single #eventConts,
#studySearch_single #programConts {
  background-color: #f2f5f8;
}
#studySearch_single #eventConts .largeInner,
#studySearch_single #eventConts .inner,
#studySearch_single #programConts .largeInner,
#studySearch_single #programConts .inner {
  padding: 6em 2%;
}
#studySearch_single #eventConts .largeInner .flexbox,
#studySearch_single #eventConts .inner .flexbox,
#studySearch_single #programConts .largeInner .flexbox,
#studySearch_single #programConts .inner .flexbox {
  justify-content: space-between;
}
#studySearch_single #eventConts .largeInner .flexbox .contsOverview,
#studySearch_single #eventConts .inner .flexbox .contsOverview,
#studySearch_single #programConts .largeInner .flexbox .contsOverview,
#studySearch_single #programConts .inner .flexbox .contsOverview {
  width: 45%;
}
#studySearch_single #eventConts .largeInner .flexbox .contsAbout,
#studySearch_single #eventConts .inner .flexbox .contsAbout,
#studySearch_single #programConts .largeInner .flexbox .contsAbout,
#studySearch_single #programConts .inner .flexbox .contsAbout {
  width: 45%;
}
#studySearch_single #eventConts .largeInner .flexbox .contsAbout h3,
#studySearch_single #eventConts .inner .flexbox .contsAbout h3,
#studySearch_single #programConts .largeInner .flexbox .contsAbout h3,
#studySearch_single #programConts .inner .flexbox .contsAbout h3 {
  margin-bottom: 0;
}
#studySearch_single #eventConts .largeInner .flexbox .contsPurpose,
#studySearch_single #eventConts .inner .flexbox .contsPurpose,
#studySearch_single #programConts .largeInner .flexbox .contsPurpose,
#studySearch_single #programConts .inner .flexbox .contsPurpose {
  margin-bottom: 4em;
}
@media (max-width: 961px) {
  #studySearch_single section h3 {
    margin: 0 0 0.6em 0;
    letter-spacing: 1px;
    font-weight: 600;
  }
  #studySearch_single section h3:before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  #studySearch_single section h3:after {
    width: 6px;
    height: 6px;
    bottom: 10px;
  }
  #studySearch_single section dl {
    padding: 0;
  }
  #studySearch_single section dl dt {
    padding: 15px;
    flex: 1.6;
  }
  #studySearch_single section dl dd {
    padding: 15px;
  }
  #studySearch_single #contsHeader .inner {
    padding: 3em 0 0 0;
  }
  #studySearch_single #contsHeader .inner header h2 {
    font-size: 1.4em;
    letter-spacing: 1px;
  }
  #studySearch_single #eventConts .largeInner,
  #studySearch_single #eventConts .inner,
  #studySearch_single #programConts .largeInner,
  #studySearch_single #programConts .inner {
    padding: 4em 4%;
  }
  #studySearch_single #eventConts .largeInner div.flexbox,
  #studySearch_single #eventConts .inner div.flexbox,
  #studySearch_single #programConts .largeInner div.flexbox,
  #studySearch_single #programConts .inner div.flexbox {
    display: block;
  }
  #studySearch_single #eventConts .largeInner div.flexbox .contsOverview,
  #studySearch_single #eventConts .largeInner div.flexbox .contsAbout,
  #studySearch_single #eventConts .inner div.flexbox .contsOverview,
  #studySearch_single #eventConts .inner div.flexbox .contsAbout,
  #studySearch_single #programConts .largeInner div.flexbox .contsOverview,
  #studySearch_single #programConts .largeInner div.flexbox .contsAbout,
  #studySearch_single #programConts .inner div.flexbox .contsOverview,
  #studySearch_single #programConts .inner div.flexbox .contsAbout {
    width: 100%;
  }
  #studySearch_single #eventConts .largeInner div.flexbox .contsAbout,
  #studySearch_single #eventConts .inner div.flexbox .contsAbout,
  #studySearch_single #programConts .largeInner div.flexbox .contsAbout,
  #studySearch_single #programConts .inner div.flexbox .contsAbout {
    margin: 3em 0 0 0;
  }
  #studySearch_single #eventConts .largeInner div.flexbox .contsPurpose,
  #studySearch_single #eventConts .inner div.flexbox .contsPurpose,
  #studySearch_single #programConts .largeInner div.flexbox .contsPurpose,
  #studySearch_single #programConts .inner div.flexbox .contsPurpose {
    margin-bottom: 3em;
  }
  #studySearch_single #eventConts .smallInner,
  #studySearch_single #programConts .smallInner {
    padding: 0 4% 4em 4%;
  }
}

#contactInfo {
  background-color: rgba(242, 245, 248, 0.6);
  padding-bottom: 5%;
}
#contactInfo .flexbox {
  padding: 0 2%;
}
#contactInfo .flexbox header {
  width: 30%;
  padding: 5% 5% 5% 0;
  align-self: center;
}
#contactInfo .flexbox header h1 {
  font-size: 1.6em;
  display: inline;
  color: #008ea0;
  letter-spacing: 1px;
  font-weight: 500;
}
#contactInfo .flexbox div {
  width: 60%;
  padding: 0 5%;
  margin: 5% 0;
  border-left: 1px solid #d1dce6;
}
#contactInfo .flexbox div h3 {
  font-size: 1.4em;
  padding: 0;
  margin: 0 0 1em 0;
  letter-spacing: 1px;
  border-bottom: 0;
  color: #0e1618;
}
#contactInfo .flexbox div h3 span {
  font-size: 0.72em;
  color: #008ea0;
  display: block;
}
#contactInfo .flexbox div h3:before, #contactInfo .flexbox div h3:after {
  content: none;
}
#contactInfo .flexbox div > p {
  margin-top: 2em;
  font-size: 0.93em;
  line-height: 2;
}
#contactInfo .flexbox div dl dt {
  flex: 1;
  padding: 20px;
  border-bottom: 1px solid #008ea0;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.93em;
}
#contactInfo .flexbox div dl dd {
  flex: 4;
  padding: 20px;
  font-size: 0.93em;
  border-bottom: 1px solid #d1dce6;
}
#contactInfo .flexbox div dl dd a {
  text-decoration: underline;
  color: #d63434;
}
#contactInfo .viewDetail {
  margin-top: 0;
}
@media (max-width: 961px) {
  #contactInfo div.flexbox {
    display: block;
  }
  #contactInfo div.flexbox header {
    width: 100%;
    padding: 4em 0 0 0;
  }
  #contactInfo div.flexbox header h1 {
    font-size: 1.3em;
  }
  #contactInfo div.flexbox div {
    width: 100%;
    border: 0;
  }
  #contactInfo div.flexbox div h3 {
    text-align: center;
  }
  #contactInfo div.flexbox div dl {
    padding: 0;
  }
  #contactInfo div.flexbox div dl dt {
    padding: 15px;
    flex: 1.6;
  }
  #contactInfo div.flexbox div dl dd {
    padding: 15px;
  }
  #contactInfo .viewDetail {
    margin: 2em 0;
  }
}

@media (max-width: 961px) {
  #keyword .smallInner {
    padding: 2em 4%;
  }
}
.infoBox {
  border: 10px solid #fff;
  padding: 3em 2em;
}
.infoBox h4 {
  text-align: center;
  font-size: 1.26em;
  margin-bottom: 1em;
}
.infoBox h4 i {
  margin-right: 5px;
  color: #19a78e;
}
.infoBox p {
  line-height: 2;
  padding: 0 0 20px 0;
  text-align: center;
}
.infoBox #url_list {
  justify-content: center;
}
.infoBox #url_list li {
  flex: 1;
  margin-right: 20px;
}
.infoBox #url_list li:last-child {
  margin-right: 0;
}
.infoBox #url_list li a {
  padding: 1.6em;
  position: relative;
  display: block;
  text-align: center;
  background-color: #19a78e;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.infoBox #url_list li a:before {
  content: "\f35d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  top: 32px;
  font-weight: 400;
  font-size: 0.81em;
  color: #fff;
}
.infoBox #url_list li a:hover {
  background-image: linear-gradient(320deg, #008ea0, #19a78e 60%);
}
@media (max-width: 961px) {
  .infoBox {
    padding: 1em;
  }
  .infoBox #url_list {
    display: block;
  }
  .infoBox #url_list li {
    width: 100%;
    flex: none;
  }
  .infoBox #url_list li:nth-child(n+2) {
    margin: 10px 0 0 0;
  }
  .infoBox #url_list li a {
    padding: 1em;
  }
  .infoBox #url_list li a:before {
    top: 22px;
  }
}

#other {
  background-color: #fff;
}
#other > .inner {
  padding-top: 0;
}
#other > .inner > ul > li {
  width: calc(33.3333333333% - 14px);
  margin-right: 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
}
#other > .inner > ul > li:nth-child(3n), #other > .inner > ul > li:last-child {
  margin-right: 0;
}
#other > .inner > ul > li:nth-child(n+4) {
  margin-top: 20px;
}
#other > .inner > ul > li a {
  display: block;
}
#other > .inner > ul > li a figure {
  position: relative;
  overflow: hidden;
  display: block;
}
#other > .inner > ul > li a figure:before {
  content: "";
  display: block;
  padding-top: 65%;
}
#other > .inner > ul > li a figure img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
  z-index: 20;
  -webkit-transition: 1s cubic-bezier(0.7, 0.13, 0.1, 0.92);
  transition: 1s cubic-bezier(0.7, 0.13, 0.1, 0.92);
}
#other > .inner > ul > li a div {
  padding: 1em;
}
#other > .inner > ul > li a div span {
  font-size: 0.87em;
  margin: 0 0 1em 0;
  font-weight: 600;
}
#other > .inner > ul > li a div h3 {
  font-size: 1.2em;
  margin: 0 0 1em 0;
  padding: 0 0 0.4em 0;
}
#other > .inner > ul > li a div h3:before, #other > .inner > ul > li a div h3:after {
  content: none;
}
#other > .inner > ul > li a div p {
  font-size: 0.87em;
  line-height: 1.6;
}
#other > .inner > ul > li a div ul.keyword {
  margin: 1em 0 0 0;
}
#other > .inner > ul > li a div ul.keyword li {
  margin: 2px 10px;
  display: block;
  color: #d63434;
  font-size: 0.73em;
  position: relative;
  font-weight: 600;
  padding-left: 10px;
}
#other > .inner > ul > li a div ul.keyword li:before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.73em;
  font-weight: 600;
}
#other > .inner > ul > li:hover {
  transition: all 0.4s ease-in-out;
  opacity: 0.8;
  -webkit-box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media (max-width: 961px) {
  #other > .inner > ul {
    display: block;
  }
  #other > .inner > ul > li {
    width: 100%;
    margin: 0 0 1em 0;
  }
  #other > .inner > ul > li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  #other > .inner > ul > li a figure {
    width: 40%;
  }
  #other > .inner > ul > li a div {
    padding: 1.6em;
    width: 60%;
  }
  #other > .inner > ul > li a div h3 {
    border-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 481px) {
  #other > .inner > ul > li a {
    padding: 10px;
    width: 100%;
  }
  #other > .inner > ul > li a figure {
    width: 34%;
    align-self: flex-start;
  }
  #other > .inner > ul > li a figure:before {
    padding-top: 100%;
  }
  #other > .inner > ul > li a div {
    padding: 0 0 0 15px;
    width: 66%;
  }
  #other > .inner > ul > li a div ul {
    margin: 0 0 6px auto;
  }
  #other > .inner > ul > li a div h3 {
    font-size: 1em;
    width: 100%;
    margin: 0 0 6px 0;
  }
}

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

  イベント一覧

------------------------------------------------------------------------------*/
#eventList {
  padding-bottom: 4em;
}
#eventList .inner {
  padding-top: 0;
  justify-content: space-between;
}
#eventList .inner #eventWrap {
  width: calc(100% - 340px);
}
#eventList .inner #eventWrap > h3 {
  padding: 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  font-size: 2em;
  margin: 0 0 1em 0;
}
#eventList .inner #eventWrap > h3 span {
  font-weight: 600;
  font-size: 1.12em;
  margin-left: 10px;
}
#eventList .inner #eventWrap > ul {
  justify-content: space-between;
}
#eventList .inner #eventWrap > ul > li {
  width: 48%;
  margin: 0 0 3em 0;
}
#eventList .inner #eventWrap > ul > li > a {
  display: block;
}
#eventList .inner #eventWrap > ul > li > a figure {
  align-self: center;
  display: block;
  background-color: #f2f5f8;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#eventList .inner #eventWrap > ul > li > a figure:before {
  content: "";
  display: block;
  padding-top: 60%;
}
#eventList .inner #eventWrap > ul > li > a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transition: 1s cubic-bezier(0.7, 0.13, 0.1, 0.92);
  transition: 1s cubic-bezier(0.7, 0.13, 0.1, 0.92);
}
#eventList .inner #eventWrap > ul > li > a div span {
  margin: 1em 0;
  display: block;
  font-weight: 600;
}
#eventList .inner #eventWrap > ul > li > a div dl {
  margin-bottom: 10px;
}
#eventList .inner #eventWrap > ul > li > a div dl dt {
  flex: 1;
}
#eventList .inner #eventWrap > ul > li > a div dl dt i {
  margin-right: 6px;
  color: #b0c2d4;
}
#eventList .inner #eventWrap > ul > li > a div dl dd {
  flex: 4;
}
#eventList .inner #eventWrap > ul > li > a div h3 {
  letter-spacing: 1px;
  padding: 0.8em 0;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
#eventList .inner #eventWrap > ul > li > a div p {
  font-size: 0.87em;
  padding: 1em 0;
}
#eventList .inner #eventWrap > ul > li > a div ul.keyword li {
  margin: 2px 10px;
  display: block;
  color: #d63434;
  font-size: 0.73em;
  position: relative;
  font-weight: 600;
  padding-left: 10px;
}
#eventList .inner #eventWrap > ul > li > a div ul.keyword li:before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.73em;
  font-weight: 600;
}
#eventList .inner #eventWrap > ul > li > a:hover {
  opacity: 0.8;
}
#eventList .inner #eventWrap > ul > li > a:hover figure img {
  webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#eventList .inner side {
  width: 260px;
}
#eventList .inner side h2 {
  padding: 10px 0;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 2px solid #19a78e;
}
#eventList .inner side h2 i {
  color: #19a78e;
  margin-right: 5px;
}
#eventList .inner side #dayByday ul li {
  margin: 0 0 10px 0;
}
#eventList .inner side #dayByday ul li a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #19a78e;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #19a78e;
}
#eventList .inner side #dayByday ul li a:hover {
  background-color: #fff;
  color: #19a78e;
}
#eventList .inner side #eventCalender {
  margin-bottom: 4em;
}
#eventList .inner side #eventCalender .table-calendar {
  height: 223px;
}
#eventList .inner side #eventCat {
  margin-bottom: 4em;
}
#eventList .inner side #eventCat ul li a {
  display: block;
  padding: 15px 10px 15px 20px;
  font-size: 0.87em;
  border-bottom: 1px solid #ddd;
}
#eventList .inner side #eventCat ul li a:before {
  content: "";
  display: block;
  background: #19a78e;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  opacity: 0;
  transition: 0.4s ease-out;
  transition-duration: 0.2s;
}
#eventList .inner side #eventCat ul li a:hover {
  color: #19a78e;
  opacity: 1;
}
#eventList .inner side #eventCat ul li a:hover:before {
  opacity: 1;
}

#keyword h2,
#keyword h4 {
  margin: 0 0 1em 0;
}
#keyword ul li {
  margin: 0 4px 4px 0;
}
#keyword ul li a {
  display: block;
  padding: 4px 10px 4px 20px;
  color: #d63434;
  letter-spacing: 2px;
  font-size: 0.81em;
  border: 1px solid #ddd;
  border-radius: 30px;
  position: relative;
  font-weight: 600;
  background-color: #fff;
}
#keyword ul li a:before {
  content: "#";
  position: absolute;
  left: 10px;
  top: 4px;
  font-size: 1em;
  font-weight: 600;
}
#keyword ul li a:hover {
  background-color: #d63434;
  color: #fff;
}

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

  掲載情報検索

------------------------------------------------------------------------------*/
#newInfo article,
#infoSearch_result article {
  padding: 1em 0;
  border-top: 1px solid #d1dce6;
  position: relative;
}
#newInfo article:last-child,
#infoSearch_result article:last-child {
  border-bottom: 1px solid #d1dce6;
}
#newInfo article a,
#infoSearch_result article a {
  display: block;
}
#newInfo article a .flexbox time,
#infoSearch_result article a .flexbox time {
  flex: 1;
  padding: 0.4em 0;
  margin: 0.2em 0;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  border-right: 1px solid #d1dce6;
}
#newInfo article a .flexbox time span,
#infoSearch_result article a .flexbox time span {
  font-size: 0.58em;
  display: block;
  font-weight: normal;
  padding: 0 0 0.4em 0;
  margin: 0 0 0.4em 0;
  position: relative;
  font-weight: 600;
  color: #d63434;
}
#newInfo article a .flexbox time span:before,
#infoSearch_result article a .flexbox time span:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #d63434;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
#newInfo article a .flexbox time i,
#infoSearch_result article a .flexbox time i {
  font-size: 0.67em;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
}
#newInfo article a .flexbox div,
#infoSearch_result article a .flexbox div {
  flex: 6;
  padding: 0.4em 1em;
  margin: 0.2em 0;
  align-self: center;
}
#newInfo article a .flexbox div h3,
#infoSearch_result article a .flexbox div h3 {
  font-weight: 500;
  letter-spacing: 1px;
}
#newInfo article a:hover,
#infoSearch_result article a:hover {
  background-color: #f2f5f8;
}
@media (max-width: 961px) {
  #newInfo article a .flexbox div,
  #infoSearch_result article a .flexbox div {
    flex: 4;
  }
}
@media (max-width: 481px) {
  #newInfo article a .flexbox time,
  #infoSearch_result article a .flexbox time {
    font-size: 1.2em;
    align-self: center;
  }
  #newInfo article a .flexbox div,
  #infoSearch_result article a .flexbox div {
    flex: 3;
  }
  #newInfo article a .flexbox div h3,
  #infoSearch_result article a .flexbox div h3 {
    font-size: 1em;
  }
}

#newInfo header .smallText {
  display: block;
}
@media (max-width: 961px) {
  #newInfo .inner {
    padding: 0 4% 4em 4%;
  }
  #newInfo .inner header .inner {
    padding-bottom: 0;
  }
}

#infoSearch_result .inner {
  padding-top: 0;
}
#infoSearch_result .inner #resultWrap #resultTitle {
  margin-bottom: 0;
}

#notFound h3 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
  color: #19a78e;
}
#notFound p {
  line-height: 2;
  text-align: center;
}

#reSearchBox {
  margin: 4em 0;
}
#reSearchBox dt.flexbox {
  padding: 20px;
  cursor: pointer;
  border: 1px solid #d1dce6;
}
#reSearchBox dt.flexbox span {
  font-size: 1.22em;
  font-weight: 600;
  width: calc(100% - 50px);
  display: block;
  letter-spacing: 1px;
  align-self: center;
}
#reSearchBox dt.flexbox i {
  font-size: 1.4em;
  width: 50px;
  text-align: center;
  color: #008ea0;
  align-self: center;
}
#reSearchBox > dd {
  display: none;
  padding: 2em;
}
#reSearchBox > dd .submitBtn {
  margin: 1em auto;
}
@media (max-width: 961px) {
  #reSearchBox > dd {
    padding: 1em;
  }
}

#infoSearch_single {
  padding-bottom: 0;
}
#infoSearch_single section > .smallInner {
  padding: 0 2% 6em 2%;
}
#infoSearch_single section > .smallInner h3 {
  margin: 0 0 1.4em 0;
  letter-spacing: 2px;
  color: #008ea0;
  padding: 0 0 0.4em 1em;
  border-bottom: 2px dotted #d1dce6;
  position: relative;
}
#infoSearch_single section > .smallInner h3:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #19a78e;
  position: absolute;
  left: 0;
  top: 10px;
}
#infoSearch_single section > .smallInner h3:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #008ea0;
  position: absolute;
  left: 0;
  bottom: 12px;
}
#infoSearch_single section > .smallInner p {
  line-height: 2;
  letter-spacing: 1px;
}
#infoSearch_single section > .smallInner .fileBox {
  background-color: rgba(25, 167, 142, 0.3);
  border: 1px solid rgba(25, 167, 142, 0.4);
  margin: 4em auto 0 auto;
  padding: 5px;
}
#infoSearch_single section > .smallInner .fileBox h4 {
  width: 8em;
  color: #008ea0;
  text-align: center;
  padding: 1em;
  margin: 0;
  line-height: 32px;
  background-color: #fff;
  border-right: 2px solid rgba(25, 167, 142, 0.3);
}
#infoSearch_single section > .smallInner .fileBox .docTitle {
  flex: 1;
  padding: 1em;
  background-color: #fff;
  border-right: 2px solid rgba(25, 167, 142, 0.3);
}
#infoSearch_single section > .smallInner .fileBox p a {
  display: block;
  padding: 1em 2em;
  background-color: #fff;
}
#infoSearch_single section > .smallInner .fileBox p a i {
  font-size: 1.2em;
  margin-right: 5px;
}
#infoSearch_single section > .smallInner .fileBox p a.pdf i {
  color: #d63434;
}
#infoSearch_single section > .smallInner .fileBox p a.excel i {
  color: #2f6405;
}
#infoSearch_single section > .smallInner .fileBox p a.word i {
  color: #0f44a2;
}
#infoSearch_single section > .smallInner .fileBox p a.file i {
  color: #ff6636;
}
#infoSearch_single section > .smallInner .fileBox p a:hover {
  color: #fff;
}
#infoSearch_single section > .smallInner .fileBox p a:hover.pdf {
  background-color: #d63434;
}
#infoSearch_single section > .smallInner .fileBox p a:hover.excel {
  background-color: #2f6405;
}
#infoSearch_single section > .smallInner .fileBox p a:hover.word {
  background-color: #0f44a2;
}
#infoSearch_single section > .smallInner .fileBox p a:hover.file {
  background-color: #ff6636;
}
#infoSearch_single section > .smallInner .fileBox p a:hover i {
  color: #fff;
}
#infoSearch_single #constLink {
  background-color: #f2f5f8;
}
#infoSearch_single #constLink > .smallInner {
  padding: 6em 2%;
}
#infoSearch_single #contsHeader {
  position: relative;
  margin: 0 0 6em 0;
}
#infoSearch_single #contsHeader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-color: #fff;
}
#infoSearch_single #contsHeader .inner {
  position: relative;
  z-index: 10;
  padding: 6em 0 0 0;
  background-color: transparent;
}
#infoSearch_single #contsHeader .inner header {
  padding: 2em 0;
  display: block;
}
#infoSearch_single #contsHeader .inner header h2 {
  font-size: 2em;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
}
#infoSearch_single #contsHeader .inner header p {
  text-align: center;
  padding: 0.8em 0 0 0;
  font-weight: 500;
  display: block;
}
#infoSearch_single #contsHeader .inner header p span {
  margin-right: 10px;
  font-size: 0.87em;
  color: #d63434;
  padding: 6px 12px;
  border: 1px solid #d63434;
}
#infoSearch_single #contsHeader .inner header p time {
  font-size: 1.4em;
}
#infoSearch_single #contsHeader .inner header .genreTag {
  justify-content: center;
}
#infoSearch_single #contsHeader .inner header .genreTag li {
  margin: 0;
  padding: 4px 10px;
  font-size: 0.87em;
}
#infoSearch_single #other header {
  margin-bottom: 0;
}
#infoSearch_single #other #newInfo .inner {
  padding-top: 0;
}
#infoSearch_single #other #newInfo .inner article:first-child {
  border-top: 1px solid #d1dce6;
}
#infoSearch_single #other #newInfo .inner article a:hover {
  background-color: #fff;
}
@media (max-width: 961px) {
  #infoSearch_single section > .smallInner {
    padding: 0 4% 6em 4%;
  }
  #infoSearch_single #contsHeader {
    margin: 0 0 3em 0;
  }
  #infoSearch_single #contsHeader .inner {
    padding: 3em 4% 0 4%;
  }
  #infoSearch_single #contsHeader .inner header h2 {
    font-size: 1.4em;
  }
  #infoSearch_single #contsHeader .inner header p time {
    font-size: 1.2em;
  }
}
@media (max-width: 481px) {
  #infoSearch_single section > .smallInner .fileBox .docTitle {
    display: none;
  }
  #infoSearch_single section > .smallInner .fileBox p {
    width: calc(100% - 8em);
  }
}

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

  トピックス一覧

------------------------------------------------------------------------------*/
#topicsList .inner {
  justify-content: space-between;
}
#topicsList .inner #topicsWrap {
  width: calc(100% - 340px);
  order: 2;
}
#topicsList .inner side {
  width: 260px;
  order: -1;
  margin: -40px 0 0 0;
}
#topicsList .inner side h2 {
  padding: 10px 0;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 2px solid #19a78e;
}
#topicsList .inner side h2 i {
  color: #19a78e;
  margin-right: 5px;
}
#topicsList .inner side #archiveList {
  margin-bottom: 4em;
}
#topicsList .inner side #archiveList ul li a {
  display: block;
  padding: 15px 10px 15px 20px;
  font-size: 0.87em;
  border-bottom: 1px solid #ddd;
}
#topicsList .inner side #archiveList ul li a:before {
  content: "";
  display: block;
  background: #19a78e;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  opacity: 0;
  transition: 0.4s ease-out;
  transition-duration: 0.2s;
}
#topicsList .inner side #archiveList ul li a:hover {
  color: #19a78e;
  opacity: 1;
}
#topicsList .inner side #archiveList ul li a:hover:before {
  opacity: 1;
}
@media (max-width: 961px) {
  #topicsList .inner {
    display: block;
  }
  #topicsList .inner #topicsWrap {
    width: 100%;
    margin-bottom: 4em;
  }
  #topicsList .inner side {
    width: 100%;
    order: -1;
    margin: -40px 0 0 0;
  }
  #topicsList .inner side h2 {
    text-align: left;
  }
}

#topicsList {
  background-color: rgba(237, 248, 250, 0.4);
}
#topicsList .inner #topicsWrap ul li:first-child a {
  border-top: 1px solid #d1dce6;
}
#topicsList .inner #topicsWrap ul li a {
  display: block;
  padding: 3em;
  border-bottom: 1px solid #d1dce6;
  position: relative;
}
#topicsList .inner #topicsWrap ul li a:before {
  content: "\f178";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  font-size: 1.6em;
  font-family: "Font Awesome 5 Pro";
  color: #b0c2d4;
  font-weight: 300;
}
#topicsList .inner #topicsWrap ul li a time {
  margin-bottom: 1em;
  letter-spacing: 1px;
  color: #19a78e;
  display: block;
  font-weight: 500;
  font-size: 0.86em;
}
#topicsList .inner #topicsWrap ul li a h3 {
  letter-spacing: 2px;
  font-weight: 500;
}
#topicsList .inner #topicsWrap ul li a:hover {
  background-color: #fff;
}
#topicsList .inner #topicsWrap ul li a:hover h3 {
  color: #19a78e;
}
#topicsList .inner #topicsWrap ul li a:hover:before {
  color: #19a78e;
}
@media (max-width: 961px) {
  #topicsList .inner #topicsWrap ul li a {
    padding: 2em 0;
  }
  #topicsList .inner #topicsWrap ul li a:before {
    font-size: 1.4em;
  }
  #topicsList .inner #topicsWrap ul li a time {
    margin: 0;
  }
  #topicsList .inner #topicsWrap ul li a h3 {
    padding: 0.4em 2em 0 0;
  }
}

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

  トピックス詳細

------------------------------------------------------------------------------*/
#topicsSingle .inner {
  padding: 3em 2% 6em 2%;
}
#topicsSingle .inner #topicsWrap header {
  padding: 0;
  margin: 0 0 3em 0;
}
#topicsSingle .inner #topicsWrap header time {
  font-weight: 500;
  color: #19a78e;
  margin-bottom: 10px;
  display: block;
}
#topicsSingle .inner #topicsWrap header h3 {
  letter-spacing: 2px;
  font-weight: 500;
}
#topicsSingle .inner #topicsWrap .entryContents h2 {
  font-size: 1.4em;
  margin: 0 0 1em 0;
  font-weight: 500;
}
#topicsSingle .inner #topicsWrap .entryContents p {
  margin: 0 0 2em 0;
  line-height: 2;
  letter-spacing: 1px;
}
#topicsSingle .inner #topicsWrap .entryContents a {
  text-decoration: underline;
  color: #d63434;
}
#topicsSingle .inner #topicsWrap .entryContents img {
  display: inline-block;
  width: auto;
  display: inherit;
}
#topicsSingle .inner #topicsWrap .entryContents img.aligncenter {
  margin: 0 auto;
}
#topicsSingle .inner #topicsWrap .entryContents table tr td {
  padding: 10px;
  vertical-align: middle;
}
#topicsSingle .inner #topicsWrap .entryContents table tr td img {
  width: 100%;
  height: auto;
}
@media (max-width: 961px) {
  #topicsSingle .inner {
    padding: 2em 4%;
  }
  #topicsSingle .inner #topicsWrap {
    width: 100%;
  }
  #topicsSingle .inner #topicsWrap header h3 {
    font-size: 1.4em;
  }
  #topicsSingle .inner #topicsWrap header .share ul {
    justify-content: center;
    margin: 1em 0 0 auto;
  }
}
@media (max-width: 481px) {
  #topicsSingle .inner #topicsWrap .entryContents h2 {
    font-size: 1.2em;
  }
}

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

  新着情報一覧

------------------------------------------------------------------------------*/
#newsList .inner {
  padding-top: 0;
}
#newsList .inner ul {
  justify-content: space-between;
}
#newsList .inner ul li {
  width: 48%;
  border-bottom: 1px solid #ddd;
}
#newsList .inner ul li a {
  padding: 20px;
}
#newsList .inner ul li a figure {
  flex: 1;
  align-self: center;
  position: relative;
  display: block;
  overflow: hidden;
}
#newsList .inner ul li a figure:before {
  content: "";
  padding-top: 70%;
  display: block;
}
#newsList .inner ul li a figure img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
  max-width: inherit;
  height: 100%;
}
#newsList .inner ul li a .newsTitle {
  flex: 3;
  padding: 0 0 0 20px;
  align-self: center;
}
#newsList .inner ul li a .newsTitle h3 {
  font-weight: normal;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 0.93em;
  margin: 0 0 4px 0;
}
#newsList .inner ul li a .newsTitle time {
  color: #6d8fb1;
  font-weight: 600;
  margin: 0 auto 16px auto;
  display: block;
  font-size: 0.81em;
  letter-spacing: 0.08em;
}
#newsList .inner ul li a:hover .newsTitle h3 {
  text-decoration: underline;
}
#newsList .inner ul li.teachList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#newsList .inner ul li.teachList figure {
  flex: 1;
  position: relative;
  display: block;
  overflow: hidden;
}
#newsList .inner ul li.teachList figure:before {
  content: "";
  padding-top: 70%;
  display: block;
}
#newsList .inner ul li.teachList figure img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: inherit;
  width: auto;
  height: 100%;
}
#newsList .inner ul li.teachList .newsTitle {
  flex: 3;
  padding: 0 0 0 2em;
  align-self: center;
}
#newsList .inner ul li.teachList .newsTitle h3 {
  font-weight: normal;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 0.93em;
  margin: 0 0 4px 0;
}
#newsList .inner ul li.teachList .newsTitle time {
  color: #6d8fb1;
  font-weight: 600;
  margin: 0 auto 16px auto;
  display: block;
  font-size: 0.81em;
  letter-spacing: 0.08em;
}
@media (max-width: 961px) {
  #newsList .inner ul li a figure:before {
    padding-top: 100%;
  }
  #newsList .inner ul li.teachList figure:before {
    padding-top: 100%;
    background-color: #f2f5f8;
  }
}
@media (max-width: 481px) {
  #newsList .inner ul {
    display: block;
  }
  #newsList .inner ul li {
    width: 100%;
  }
  #newsList .inner ul li a {
    padding: 10px;
  }
  #newsList .inner ul li a .newsTitle {
    align-self: center;
  }
  #newsList .inner ul li a .newsTitle time {
    margin: 0;
  }
  #newsList .inner ul li.teachList {
    padding: 10px;
  }
  #newsList .inner ul li.teachList .newsTitle {
    align-self: center;
  }
  #newsList .inner ul li.teachList .newsTitle time {
    margin: 0;
  }
}

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

  備品予約

------------------------------------------------------------------------------*/
#equipmentWrap .equiList {
  background-color: #f2f5f8;
}
#equipmentWrap .equiList > .inner {
  padding: 4em 2% 0 2%;
}
#equipmentWrap .equiList .largeInner {
  padding-top: 0;
  /*↓　並び替えフォーム*/
  /*↑　並び替えフォーム*/
}
#equipmentWrap .equiList .largeInner .woocommerce-ordering {
  display: block;
}
#equipmentWrap .equiList .largeInner .woocommerce-ordering select {
  padding: 10px;
  width: 300px;
  margin: 0 0 2em auto;
  display: block;
  border: 1px solid #b0c2d4;
  line-height: 30px;
  border-radius: 6px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: none;
}
#equipmentWrap .equiList .largeInner .woocommerce-ordering select:focus {
  outline: none;
}
#equipmentWrap .equiList .largeInner .products li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 6%;
  position: relative;
}
#equipmentWrap .equiList .largeInner .products li:nth-child(4n) {
  margin-right: 0;
}
#equipmentWrap .equiList .largeInner .products li .empty {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  font-size: 0.8em;
  color: #fff;
  background-color: #d63434;
  padding: 4px 16px;
}
#equipmentWrap .equiList .largeInner .products li a {
  display: block;
}
#equipmentWrap .equiList .largeInner .products li a figure {
  margin: 0 0 1em 0;
}
#equipmentWrap .equiList .largeInner .products li a figure img {
  display: block;
  width: 100%;
  height: auto;
}
#equipmentWrap .equiList .largeInner .products li a h3 {
  font-size: 1.16em;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 1em 0;
}
#equipmentWrap .equiList .largeInner .products li a .catTag {
  display: inline;
  font-size: 0.73em;
  font-weight: 600;
  padding: 6px 12px;
  border: 1px solid #405c78;
  color: #405c78;
  transition: 0.7s;
}
#equipmentWrap .equiList .largeInner .products li a .simpleDes p,
#equipmentWrap .equiList .largeInner .products li a .simpleDes span {
  font-size: 0.96em;
  letter-spacing: 1px;
}
#equipmentWrap .equiList .largeInner .products li a:hover {
  opacity: 0.6;
}
#equipmentWrap .equiList .largeInner .products li a:hover h3 {
  color: #19a78e;
}
#equipmentWrap .equiList .largeInner .products li a:hover .catTag {
  background-color: #0b1014;
  color: #fff;
}
@media (max-width: 961px) {
  #equipmentWrap .equiList > .inner {
    padding: 4em 4% 0 4%;
  }
  #equipmentWrap .equiList .largeInner .products li {
    width: 30.6%;
    margin-right: 4%;
    margin-bottom: 6%;
    position: relative;
  }
  #equipmentWrap .equiList .largeInner .products li:nth-child(4n) {
    margin-right: 4%;
  }
  #equipmentWrap .equiList .largeInner .products li:nth-child(3n) {
    margin-right: 0;
  }
  #equipmentWrap .equiList .largeInner .products li a .simpleDes p {
    font-size: 0.86em;
  }
  #equipmentWrap .equiList .largeInner .products li a .simpleDes span {
    font-size: inherit;
  }
}
@media (max-width: 481px) {
  #equipmentWrap .equiList .largeInner .products {
    justify-content: space-between;
  }
  #equipmentWrap .equiList .largeInner .products li {
    width: 46%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  #equipmentWrap .equiList .largeInner .products li:nth-child(4n) {
    margin-right: 0;
  }
}

.page-title,
.page-description,
.woocommerce-result-count {
  display: none;
}

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

  備品詳細

------------------------------------------------------------------------------*/
#equiSingle .inner {
  padding-top: 3em;
}
#equiSingle .inner .flexbox {
  justify-content: space-between;
}
#equiSingle .inner .flexbox .images {
  width: 50%;
}
#equiSingle .inner .flexbox .images img {
  width: 100%;
  display: block;
  height: auto;
}
#equiSingle .inner .flexbox #equpConts {
  width: 46%;
}
#equiSingle .inner .flexbox #equpConts .catTag {
  display: inline-block;
}
#equiSingle .inner .flexbox #equpConts .catTag a {
  display: inline;
  font-size: 0.73em;
  font-weight: 600;
  display: block;
  padding: 6px 12px;
  border: 1px solid #405c78;
  color: #405c78;
}
#equiSingle .inner .flexbox #equpConts .catTag a:hover {
  background-color: #0b1014;
  color: #fff;
}
#equiSingle .inner .flexbox #equpConts h3 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 1px;
}
#equiSingle .inner .flexbox #equpConts dl {
  border-bottom: 1px solid #b0c2d4;
}
#equiSingle .inner .flexbox #equpConts dl dt {
  font-size: 0.9em;
  flex: 1;
  padding: 10px;
  background-color: #f2f5f8;
  font-weight: 600;
  text-align: center;
}
#equiSingle .inner .flexbox #equpConts dl dd {
  font-size: 0.9em;
  flex: 4;
  padding: 10px;
}
#equiSingle .inner .flexbox #equpConts .grayBox {
  margin: 2em 0;
  background-color: #f2f5f8;
}
#equiSingle .inner .flexbox #equpConts .grayBox h4 {
  background-color: #d63434;
  color: #fff;
  padding: 15px;
  font-size: 0.87em;
  text-align: center;
  letter-spacing: 1px;
}
#equiSingle .inner .flexbox #equpConts .grayBox p {
  padding: 1em;
  line-height: 1.8;
}
#equiSingle .inner .flexbox #equpConts .stock {
  font-size: 0.87em;
  color: #d63434;
  margin-bottom: 10px;
  text-align: right;
}
#equiSingle .inner .flexbox #equpConts .stock.out-of-stock {
  font-size: 1.2em;
  font-weight: 500;
  display: block;
  padding: 2em;
  text-align: center;
  border: 2px solid #b0c2d4;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn {
  margin: 2em 0 0 0;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn form .quantity {
  margin: 0 0 2em 0;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn form .quantity label {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 500;
  width: 40%;
  padding: 0 1em 0 0;
  align-self: center;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn form .quantity input[type=number] {
  line-height: 30px;
  padding: 6px 10px;
  border-radius: 6px;
  width: 60%;
  border: 2px solid #d1dce6;
  outline: none;
  font-size: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn form button {
  margin: auto 0 auto auto;
  background-color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 1em;
  padding: 0 2em;
  letter-spacing: 1px;
  border: 2px solid #19a78e;
  color: #19a78e;
  border-radius: 60px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn form button:before {
  content: "\f349";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.12em;
  margin: 0 10px 0 0;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn form button:hover {
  background-image: linear-gradient(320deg, #008ea0, #19a78e 60%);
  color: #fff;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn.group .items {
  align-items: center;
  justify-content: start;
  color: white;
  margin-bottom: 20px;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn.group .items a {
  margin-right: 40px;
  margin-top: 10px;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn.group .items .quantity {
  color: #0e1618;
  justify-content: start;
  margin: 0;
  background-color: #f5f5f5;
  margin-top: 10px;
}
@media (max-width: 481px) {
  #equiSingle .inner .flexbox #equpConts #reservedBtn.group .items .quantity {
    width: 50%;
  }
}
#equiSingle .inner .flexbox #equpConts #reservedBtn.group .items .quantity label {
  width: 80px;
  padding: 0 20px;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn.group .items .quantity label::after {
  content: ":";
}
#equiSingle .inner .flexbox #equpConts #reservedBtn.group .items .quantity input[type=number] {
  border: none;
  background-color: #f5f5f5;
  pointer-events: none;
  width: 60px;
}
#equiSingle .inner .flexbox #equpConts #reservedBtn.group button {
  margin: 30px auto 0 0;
}
#equiSingle .inner #equiDescription {
  padding: 2em 0;
}
#equiSingle .inner #equiDescription h4 {
  font-size: 1.22em;
  margin: 0 0 1.4em 0;
  letter-spacing: 2px;
  color: #008ea0;
  padding: 0 0 0.4em 1em;
  border-bottom: 2px dotted #d1dce6;
  position: relative;
}
#equiSingle .inner #equiDescription h4:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #19a78e;
  position: absolute;
  left: 0;
  top: 8px;
}
#equiSingle .inner #equiDescription h4:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #008ea0;
  position: absolute;
  left: 0;
  bottom: 8px;
}
#equiSingle .inner #equiDescription p {
  line-height: 2;
  letter-spacing: 1px;
}
#equiSingle .inner .woocommerce-notices-wrapper .woocommerce-error {
  padding: 0;
  border-top: none;
  background-color: #fff;
}
#equiSingle .inner .woocommerce-notices-wrapper .woocommerce-error:before, #equiSingle .inner .woocommerce-notices-wrapper .woocommerce-error:after {
  content: none;
}
#equiSingle .inner .woocommerce-notices-wrapper .woocommerce-error li {
  padding-left: 3em !important;
}
@media (max-width: 481px) {
  #equiSingle .inner .flexbox {
    display: block;
  }
  #equiSingle .inner .flexbox .images {
    width: 100%;
  }
  #equiSingle .inner .flexbox #equpConts {
    width: 100%;
  }
  #equiSingle .inner .flexbox #equpConts dl {
    border: 0;
  }
  #equiSingle .inner .flexbox #equpConts .stock {
    font-size: 1em;
    font-weight: 500;
  }
  #equiSingle .inner .flexbox #equpConts #reservedBtn form .quantity input[type=number] {
    width: 86%;
  }
  #equiSingle .inner .flexbox #equpConts #reservedBtn form button {
    margin: auto;
    width: 100%;
  }
  #equiSingle .inner #equiDescription {
    padding: 4em 0 0 0;
  }
}

#cartBtn {
  border: 0;
}
#cartBtn a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #19a78e;
  color: #fff;
  font-weight: 500;
  font-size: 0.87em;
  border-radius: 100px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  padding: 4.4em 1.2em 0 1.2em;
  line-height: 1.2;
  text-align: center;
}
#cartBtn a:before {
  content: "\f4a8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 1em;
  top: 0.4em;
  font-size: 2.4em;
}
#cartBtn a:hover {
  background-color: #d63434;
}
@media (max-width: 481px) {
  #cartBtn a {
    right: 5px;
    bottom: 5px;
    padding: 2.8em 0.4em 0 0.4em;
    width: 80px;
    height: 80px;
    font-size: 0.8em;
  }
  #cartBtn a:before {
    left: 1.4em;
    top: 0.4em;
    font-size: 1.6em;
  }
}

/*woocommerceのCSS設定*/
.woocommerce-error {
  margin: 0 0 2em 0;
}

.woocommerce-message,
ul.woocommerce-error li {
  padding: 1em 1em 1em 3em;
  margin: 0 0 2em 0;
  letter-spacing: 2px;
  color: #d63434 !important;
  font-weight: 600;
  position: relative;
}
.woocommerce-message:before,
ul.woocommerce-error li:before {
  content: "\f4a8" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900;
  position: absolute;
  left: 1em;
  top: 1em;
  font-size: 1.22em;
  transform: scale(-1, 1);
  color: #d63434 !important;
}
.woocommerce-message .viewdetail,
ul.woocommerce-error li .viewdetail {
  margin: 1em 0 0 0;
}
.woocommerce-message .viewdetail p,
ul.woocommerce-error li .viewdetail p {
  height: 100%;
}
.woocommerce-message .viewdetail a,
ul.woocommerce-error li .viewdetail a {
  color: #fff;
  background-color: #d63434;
  /*display: block;*/
  padding: 1em;
  width: 240px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
}
.woocommerce-message .viewdetail a:hover,
ul.woocommerce-error li .viewdetail a:hover {
  background-color: #19a78e;
}

div.woocommerce-message {
  border-top: 0 !important;
  background-color: #f2f5f8 !important;
}

.woocommerce ul.woocommerce-error {
  padding: 0 !important;
  background-color: #fff !important;
  border: 0;
}
.woocommerce ul.woocommerce-error:before, .woocommerce ul.woocommerce-error:after {
  content: none !important;
}
.woocommerce ul.woocommerce-error li {
  padding: 1em 1em 1em 3em !important;
}

.cart-empty {
  padding: 0 0 2em 0;
  text-align: center;
}

.woocommerce p.return-to-shop {
  max-width: 240px;
  margin: auto;
  display: block;
  height: 100%;
}
.woocommerce p.return-to-shop a.button.wc-backward {
  width: 100%;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  border: 2px solid #19a78e;
  color: #19a78e;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.93em;
  display: block;
}
.woocommerce p.return-to-shop a.button.wc-backward:hover {
  background-image: linear-gradient(320deg, #008ea0, #19a78e 60%);
  color: #fff;
}

.woocommerce-error li {
  margin: 0;
  border: 2px solid #d63434;
  background-color: #fff;
}
.woocommerce-error li:before {
  content: "\f071";
  color: #d63434;
  left: 0.6em;
}

.equiOrder .inner .woocommerce .woocommerce-error {
  border-top: 0;
  padding: 0 !important;
  background-color: transparent;
}
.equiOrder .inner .woocommerce .woocommerce-error:before, .equiOrder .inner .woocommerce .woocommerce-error:after {
  content: none;
}
.equiOrder .inner .woocommerce .woocommerce-error li {
  padding-left: 3em !important;
}

.woocommerce #usersInfo .woocommerce-error {
  padding: 0 !important;
  border: 0;
}
.woocommerce #usersInfo .woocommerce-error:before {
  content: none;
}
.woocommerce #usersInfo .woocommerce-error li {
  padding: 1em 1em 1em 3em !important;
  margin: 10px 0;
}

/*.wc-forward {
    display: none;
}*/
/*woocommerceのCSS設定*/
/*------------------------------------------------------------------------------

  注文

------------------------------------------------------------------------------*/
#equipmentWrap .equiOrder .inner {
  padding-top: 3em;
}
#equipmentWrap .equiOrder .inner .woocommerce ul {
  border-bottom: 1px solid #ddd;
}
#equipmentWrap .equiOrder .inner .woocommerce ul#listTitle {
  background-color: #f2f5f8;
  text-align: center;
  font-weight: 500;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li {
  padding: 10px 20px;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-remove {
  flex: 1;
  max-width: 40px;
  min-width: 40px;
  align-self: center;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-remove .remove {
  background-color: transparent;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-remove .remove i {
  color: #d63434;
  font-size: 0.78em;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-remove .remove:hover {
  background-color: transparent;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-remove .remove:hover i {
  color: #6d8fb1;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-thumbnail {
  flex: 2;
  align-self: center;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-name {
  flex: 8;
  align-self: center;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-name a {
  margin: 0.6em 0;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-name a:hover {
  text-decoration: underline;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-name .catTag {
  display: inline;
  font-size: 0.73em;
  font-weight: 600;
  padding: 6px 12px;
  border: 1px solid #405c78;
  color: #405c78;
  transition: 0.7s;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-quantity {
  flex: 2;
  align-self: center;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.product-quantity label {
  display: none;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.comebackPro {
  flex: 1;
  max-width: 80px;
  min-width: 80px;
  align-self: center;
  text-align: center;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.comebackPro a i {
  color: #b0c2d4;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.comebackPro a span {
  font-size: 0.73em;
  display: block;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li.comebackPro a:hover i {
  color: #d63434;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li a {
  padding: 0;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li dl dt {
  font-size: 0.87em;
  flex: 1;
  padding: 4px 10px;
  border-right: 1px solid #ddd;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li dl dd {
  font-size: 0.87em;
  flex: 4;
  padding: 4px 10px;
}
#equipmentWrap .equiOrder .inner .woocommerce ul li input[type=number] {
  line-height: 30px;
  padding: 6px 10px;
  border-radius: 6px;
  width: 100%;
  border: 2px solid #d1dce6;
  outline: none;
  font-size: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#equipmentWrap .equiOrder .inner .woocommerce ul .error-message {
  display: block;
  width: calc(100% - 2em);
  margin: 1em;
  padding: 1em;
  border: 1px solid #d63434;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 500;
  color: #d63434;
}
#equipmentWrap .equiOrder .inner .woocommerce ul.is-item-shortage input {
  background: rgba(214, 52, 52, 0.1);
}
#equipmentWrap .equiOrder .inner .woocommerce ul.is-item-shortage .max-num {
  color: #d63434;
}
@media (max-width: 481px) {
  #equipmentWrap .equiOrder .inner {
    padding-top: 1em;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul {
    margin: 0 0 2em 0;
    padding-bottom: 2em;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul#listTitle {
    display: none;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li {
    padding: 10px;
    width: 100%;
    padding: 0;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.product-remove {
    flex: none;
    max-width: 50%;
    width: 50%;
    text-align: center;
    padding: 0;
    order: 5;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.product-remove .remove {
    background-color: #f2f5f8;
    display: block;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 10px 0;
    border-radius: 0;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.product-thumbnail {
    flex: none;
    padding: 0;
    order: 1;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.product-thumbnail a {
    display: block;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.product-thumbnail a img {
    width: 100%;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.product-name {
    flex: none;
    font-size: 1.16em;
    order: 2;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.product-name a {
    margin: 1em 0;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.product-quantity {
    flex: none;
    width: 100%;
    order: 3;
    margin: 0 0 1em 0;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.comebackPro {
    flex: none;
    width: 50%;
    order: 4;
    max-width: calc(50% - 1em);
    margin-right: 1em;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul li.comebackPro a {
    display: block;
    padding: 6px 0;
    background-color: #f4f4f4;
  }
  #equipmentWrap .equiOrder .inner .woocommerce ul .error-message {
    order: 6;
    margin: 1em 0 0 0;
    width: 100%;
  }
}

#stepBtn {
  justify-content: center;
  margin: 2em 0 0 0;
}
#stepBtn .cart-collaterals {
  max-width: 240px;
  width: 100%;
}
#stepBtn .cart-collaterals div {
  width: 100%;
}
#stepBtn .cart-collaterals div a {
  width: 100%;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  border: 2px solid #19a78e;
  color: #19a78e;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.93em;
  display: block;
}
#stepBtn .cart-collaterals div a:hover {
  background-image: linear-gradient(320deg, #008ea0, #19a78e 60%);
  color: #fff;
}
@media (max-width: 481px) {
  #stepBtn .cart-collaterals {
    max-width: 100%;
  }
}

#rewriteCart {
  width: 100%;
  max-width: 240px;
  margin-right: 20px;
}
#rewriteCart input[type=submit],
#rewriteCart input[type=button],
#rewriteCart button, #rewriteCart a.button {
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.93em;
  display: block;
  width: 100%;
  border: 2px solid #d1dce6;
  background-color: #f2f5f8;
  color: #527699;
}
#rewriteCart input[type=submit]:hover,
#rewriteCart input[type=button]:hover,
#rewriteCart button:hover, #rewriteCart a.button:hover {
  cursor: pointer;
  background-color: #b0c2d4;
}
@media (max-width: 481px) {
  #rewriteCart {
    margin-right: 0;
    margin-bottom: 1em;
    max-width: 100%;
  }
}

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

  予約フォーム

------------------------------------------------------------------------------*/
#usersInfo .inner {
  padding: 3em 2% 6em 2%;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 4em 0;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields .clear {
  display: none;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl {
  width: 48%;
  margin: 0 0 10px 0;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dt {
  font-weight: 600;
  letter-spacing: 1px;
  color: #008ea0;
  margin: 0 0 0.6em 0;
  font-size: 1.12em;
  width: 100%;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dt em {
  display: inline-block;
  font-size: 0.73em;
  text-align: center;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.4;
  margin: 0 10px 0 0;
  font-weight: bold;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dt em.required {
  color: #d63434;
  border: 1px solid #d63434;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dt em.any {
  color: #008ea0;
  border: 1px solid #008ea0;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=text],
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=tel],
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=email],
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd select {
  line-height: 30px;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #ddd;
  outline: none;
  font-size: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=radio] {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 25px;
  position: relative;
  width: auto;
  outline: none;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=radio]:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=radio]:after {
  content: "";
  border-right: 3px solid #d63434;
  border-bottom: 3px solid #d63434;
  display: block;
  height: 20px;
  left: 10px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=radio]:checked {
  outline: none;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=radio]:checked:after {
  opacity: 1;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd input[type=radio]:hover {
  cursor: pointer;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd .select2-container {
  line-height: 50px;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd .select2-container .select2-selection--single {
  border-radius: 10px;
  border: 1px solid #ddd;
  height: auto;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd .select2-container .select2-selection__rendered {
  line-height: inherit;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd .select2-container .select2-selection__arrow {
  height: 100%;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl dd textarea {
  line-height: 30px;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  height: 160px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_company_field {
  order: 1;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_last_name_field {
  order: 2;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_first_name_field {
  order: 3;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_last_kana_name_field {
  order: 4;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_first_kana_name_field {
  order: 5;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_postcode_field {
  order: 6;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_state_field {
  order: 7;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_city_field {
  order: 8;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_phone_field {
  order: 9;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_email_field {
  order: 10;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_use_field {
  order: 11;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_lending_method_field {
  order: 12;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_return_method_field {
  order: 13;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_lending_field {
  order: 14;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_lending_time_field {
  order: 15;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_repayment_field {
  order: 16;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_repayment_time_field {
  order: 17;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_remarks_field {
  order: 18;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_company_field, #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_state_field, #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_city_field, #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_address_1_field, #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_lending_field, #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_repayment_field, #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_use_field, #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_return_method_field, #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl#billing_remarks_field {
  width: 100%;
  display: block;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields #billing_country_field {
  display: none;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields {
  padding: 3em 0;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin: 0 0 1em 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  padding: 0.6em 0.6em 0.6em 1.2em;
  background-color: #f2f5f8;
  border-left: 4px solid #19a78e;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields p label {
  letter-spacing: 1px;
  color: #008ea0;
  margin: 0 0 0.6em 0;
  font-size: 1.12em;
  width: 100%;
  font-weight: 600;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields dl {
  margin: 0 0 10px 0;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields dl dt {
  font-weight: 600;
  letter-spacing: 1px;
  color: #008ea0;
  margin: 0 0 0.6em 0;
  font-size: 1.12em;
  width: 100%;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields dl dt em {
  display: inline-block;
  font-size: 0.73em;
  text-align: center;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.4;
  margin: 0 10px 0 0;
  font-weight: bold;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields dl dt em.required {
  color: #d63434;
  border: 1px solid #d63434;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields dl dt em.any {
  color: #008ea0;
  border: 1px solid #008ea0;
}
#usersInfo .inner .woocommerce-checkout .woocommerce-shipping-fields dl dd textarea {
  line-height: 30px;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#usersInfo .inner .woocommerce-checkout #order_review_heading {
  margin: 0 0 1em 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  padding: 0.6em 0.6em 0.6em 1.2em;
  background-color: #f2f5f8;
  border-left: 4px solid #19a78e;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul {
  border-bottom: 1px solid #ddd;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul#listTitle {
  background-color: #f2f5f8;
  text-align: center;
  font-weight: 500;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li {
  padding: 10px 20px;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li.product-thumbnail {
  flex: 2;
  align-self: center;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li.product-name {
  flex: 8;
  align-self: center;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li.product-name a {
  margin: 0.6em 0;
  display: block;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li.product-name a:hover {
  text-decoration: underline;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li.product-name .catTag {
  display: inline;
  font-size: 0.73em;
  font-weight: 600;
  padding: 6px 12px;
  border: 1px solid #405c78;
  color: #405c78;
  transition: 0.7s;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li.product-quantity {
  flex: 2;
  align-self: center;
  text-align: center;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li dl dt {
  font-size: 0.87em;
  flex: 1;
  padding: 4px 10px;
  border-right: 1px solid #ddd;
}
#usersInfo .inner .woocommerce-checkout .shop_table ul li dl dd {
  font-size: 0.87em;
  flex: 4;
  padding: 4px 10px;
}
#usersInfo .inner .woocommerce-checkout #payment {
  background-color: #fff;
}
#usersInfo .inner .woocommerce-checkout #payment .form-row {
  justify-content: center;
}
#usersInfo .inner .woocommerce-checkout #payment .form-row button[type=submit] {
  float: none;
  width: 240px;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  border: 2px solid #19a78e;
  color: #19a78e;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.93em;
}
#usersInfo .inner .woocommerce-checkout #payment .form-row button[type=submit]:hover {
  background-image: linear-gradient(320deg, #008ea0, #19a78e 60%);
  color: #fff;
}
#usersInfo .inner .woocommerce-checkout #payment .form-row button[type=button] {
  padding: 0 2em;
  margin: 0 2em 0 0;
  width: 240px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.93em;
  display: block;
  border: 2px solid #d1dce6;
  background-color: #f2f5f8;
  color: #527699;
}
#usersInfo .inner .woocommerce-checkout #payment .form-row button[type=button]:hover {
  cursor: pointer;
  background-color: #b0c2d4;
}
@media (max-width: 481px) {
  #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields {
    flex-direction: column;
  }
  #usersInfo .inner .woocommerce-checkout .woocommerce-billing-fields dl {
    width: 100%;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul {
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul#listTitle {
    display: none;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul li {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul li.product-thumbnail {
    flex: none;
    padding: 0;
    order: 1;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul li.product-thumbnail a {
    display: block;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul li.product-thumbnail a img {
    width: 100%;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul li.product-name {
    flex: none;
    font-size: 1.16em;
    order: 2;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul li.product-name a {
    display: block;
    margin: 0;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul li.product-quantity {
    flex: none;
    width: 100%;
    order: 3;
  }
  #usersInfo .inner .woocommerce-checkout .shop_table ul li.product-quantity strong {
    display: block;
    width: 100%;
    text-align: right;
  }
  #usersInfo .inner .woocommerce-checkout #payment .form-row input[type=submit],
  #usersInfo .inner .woocommerce-checkout #payment .form-row input[type=button] {
    width: 100%;
  }
  #usersInfo .inner .woocommerce-checkout #payment .form-row .cart_totals {
    width: 100%;
  }
}

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

  注文完了

------------------------------------------------------------------------------*/
#orderitem .inner {
  padding-top: 0;
}
#orderitem .inner h2 {
  font-weight: 500;
  font-size: 1.4em;
  text-align: center;
  margin: 0 0 2em 0;
}
#orderitem .inner ul {
  border-bottom: 1px solid #ddd;
}
#orderitem .inner ul#listTitle {
  background-color: #f2f5f8;
  text-align: center;
  font-weight: 500;
}
#orderitem .inner ul li {
  padding: 10px 20px;
}
#orderitem .inner ul li.product-thumbnail {
  flex: 2;
  align-self: center;
}
#orderitem .inner ul li.product-name {
  flex: 8;
  align-self: center;
}
#orderitem .inner ul li.product-name a {
  margin: 0.6em 0;
}
#orderitem .inner ul li.product-name a:hover {
  text-decoration: underline;
}
#orderitem .inner ul li.product-name .catTag {
  display: inline;
  font-size: 0.73em;
  font-weight: 600;
  padding: 6px 12px;
  border: 1px solid #405c78;
  color: #405c78;
  transition: 0.7s;
}
#orderitem .inner ul li.product-quantity {
  flex: 2;
  align-self: center;
  text-align: center;
}
#orderitem .inner ul li a {
  padding: 0;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}
#orderitem .inner ul li dl dt {
  font-size: 0.87em;
  flex: 1;
  padding: 4px 10px;
  border-right: 1px solid #ddd;
}
#orderitem .inner ul li dl dd {
  font-size: 0.87em;
  flex: 4;
  padding: 4px 10px;
}
@media (max-width: 481px) {
  #orderitem .inner h2 {
    margin: 0 0 1em 0;
  }
  #orderitem .inner ul {
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
  }
  #orderitem .inner ul#listTitle {
    display: none;
  }
  #orderitem .inner ul li {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  #orderitem .inner ul li.product-thumbnail {
    flex: none;
    padding: 0;
    order: 1;
  }
  #orderitem .inner ul li.product-thumbnail a {
    display: block;
  }
  #orderitem .inner ul li.product-thumbnail a img {
    width: 100%;
  }
  #orderitem .inner ul li.product-name {
    flex: none;
    font-size: 1.16em;
    order: 2;
  }
  #orderitem .inner ul li.product-name a {
    display: block;
    margin: 0;
  }
  #orderitem .inner ul li.product-quantity {
    flex: none;
    width: 100%;
    order: 3;
  }
  #orderitem .inner ul li.product-quantity strong {
    display: block;
    width: 100%;
    text-align: right;
  }
}

@media (max-width: 481px) {
  .woocommerce .order_details li {
    display: block;
    padding-right: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    width: 100%;
    border: none !important;
    margin-top: 5px;
  }
}/*# sourceMappingURL=post.css.map */