@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all .2s .1s;
}

.ro:hover {
  opacity: .8;
  transition: all .2s .1s;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_tn {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.13333;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  body {
    line-height: 2;
  }
}

body a {
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold {
  font-weight: inherit;
}
strong {
  font-weight: bold;
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

.contents {
  position: relative;
}

.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
.hd01 {
  text-align: center;
  margin: 0 0 27px;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    margin-bottom: 25px;
  }
}

.hd01 .sub {
  position: relative;
  display: inline-block;
  color: #006ABB;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.0;
  padding: 0 10px;
}

.hd01 .sub:before, .hd01 .sub:after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 2px;
  background: #006ABB;
  transform: skew(-28deg, 0deg);
}

.hd01 .sub:before {
  left: 0;
}

.hd01 .sub:after {
  right: 0;
}

.hd01 .main {
  color: #333333;
  font-size: 2.4rem;
  margin: -6px 0 0;
}

@media only screen and (max-width: 767px) {
  .hd01 .main {
    margin-top: -3px;
  }
}

.hd02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hd02 .main {
  color: #006ABB;
  font-size: 2.4rem;
  line-height: 1.5;
}

/*-------------------------
  btn
-------------------------*/
/* 青 */
.btn01 {
  position: relative;
  display: flex;
  max-width: 240px;
  margin: 0 auto;
}

.btn01 .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  background: #006ABB;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  transition: all .2s .1s;
}

.btn01 .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #0085CE;
  transition: all .2s .1s;
}

.btn01 span {
  position: relative;
  display: inline-block;
}

.btn01 small {
  font-size: 75%;
}

.btn01 button {
  appearance: none;
  box-shadow: none;
  border: none;
}

.btn01:hover .btn_inner:before {
  right: 0;
}

.btn01.disabled a, .btn01.disabled button {
  cursor: default;
  opacity: 1 !important;
}

.btn01.disabled .btn_inner {
  background: #DDDDDD;
  color: #727272;
}

.btn01.disabled .btn_inner:before {
  display: none;
}

.btn01.ab:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: auto 0;
  transition: all .2s .1s;
}

.btn01 #content-morebtn {
  cursor: pointer;
  border-radius: 50px;
}

.btn01 #content-morebtn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: auto 0;
  transition: all .2s .1s;
}

/* 白 */
.btn02 {
  position: relative;
  display: flex;
  max-width: 240px;
  margin: 0 auto;
}

.btn02 .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  background: #fff;
  box-sizing: border-box;
  color: #006ABB;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  transition: all .2s .1s;
}

.btn02 .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #D0ECFB;
  transition: all .2s .1s;
}

.btn02 span {
  position: relative;
  display: inline-block;
}

.btn02 small {
  font-size: 75%;
}

.btn02 button {
  appearance: none;
  box-shadow: none;
  border: none;
}

.btn02:hover .btn_inner:before {
  right: 0;
}

.btn02.disabled a, .btn02.disabled button {
  cursor: default;
  opacity: 1 !important;
}

.btn02.disabled .btn_inner {
  background: #DDDDDD;
  color: #727272;
}

.btn02.disabled .btn_inner:before {
  display: none;
}

.btn02.ab:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #006ABB;
  border-right: 1px solid #006ABB;
  transform: rotate(45deg);
  margin: auto 0;
  transition: all .2s .1s;
}

.btn02 #content-morebtn {
  cursor: pointer;
  border-radius: 50px;
}

.btn02 #content-morebtn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #006ABB;
  border-right: 1px solid #006ABB;
  transform: rotate(45deg);
  margin: auto 0;
  transition: all .2s .1s;
}

/*-------------------------
  list
-------------------------*/
/* 1.●●●● */
.list_number01 {
  line-height: 2;
  counter-reset: list_number01 0;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .list_number01 {
    line-height: 1.6;
  }
}

.list_number01 > li {
  position: relative;
}

.list_number01 > li:first-child {
  margin-top: 0;
}

.list_number01 > li:before {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .list_number01 {
    font-size: 1.6rem;
  }
}

.list_number01 > li {
  counter-increment: list_number01 1;
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .list_number01 > li {
    margin-top: 20px;
  }
}

.list_number01 > li > span {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 24px 35px;
}

@media only screen and (max-width: 767px) {
  .list_number01 > li > span {
    padding: 12px 20px;
  }
}

.list_number01 > li > span:before {
  content: counter(list_number01) ".";
  flex: 1 0 auto;
  max-width: 30px;
  min-width: 30px;
  color: #006ABB;
}

.list_number01 > li > ol {
  padding: 0 35px;
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .list_number01 > li > ol {
    padding: 0 0;
  }
}

.list_number01 > li .list_number03 {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .list_number01 > li .list_number03 {
    margin: 15px 0 15px -25px;
  }
}

/* ②●●●● */
.list_number02 {
  line-height: 2;
  counter-reset: list_number02 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .list_number02 {
    line-height: 1.6;
  }
}

.list_number02 > li {
  position: relative;
}

.list_number02 > li:first-child {
  margin-top: 0;
}

.list_number02 > li:before {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .list_number02 {
    font-size: 1.4rem;
  }
}

.list_number02 > li {
  counter-increment: list_number02 1;
  padding-left: 40px;
  margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .list_number02 > li {
    padding-left: 30px;
  }
}

.list_number02 > li:before {
  content: counter(list_number02, decimal);
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #006ABB;
  border-radius: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.0;
  padding: 0 0 2px;
}

@media only screen and (max-width: 767px) {
  .list_number02 > li:before {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    padding: 0;
  }
}

/* 3) ●●●● */
.list_number03 {
  line-height: 2;
  counter-reset: list_number03 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .list_number03 {
    line-height: 1.6;
  }
}

.list_number03 > li {
  position: relative;
}

.list_number03 > li:first-child {
  margin-top: 0;
}

.list_number03 > li:before {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .list_number03 {
    font-size: 1.4rem;
  }
}

.list_number03 > li {
  counter-increment: list_number03 1;
  padding-left: 25px;
  margin: 10px 0 0;
}

.list_number03 > li:before {
  content: counter(list_number03) ")";
}

/*-------------------------
  mainvisual
-------------------------*/
#sec_mainvisual {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  #sec_mainvisual {
    height: 320px;
    margin-top: 0;
  }
}

#sec_mainvisual .slide {
  display: none;
}

#sec_mainvisual .slide_img {
  position: relative;
  z-index: 0;
}

#sec_mainvisual .slide_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#sec_mainvisual .swiper-navigation {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

#sec_mainvisual .swiper-pagination {
  color: #ff0;
  font-size: 5.0rem;
  padding: 0 40px;
  margin-bottom: -5px;
}

@media only screen and (max-width: 767px) {
  #sec_mainvisual .swiper-pagination {
    padding: 0 10px;
  }
}

#sec_mainvisual .swiper-pagination-bullet {
  width: 9px;
  height: 12px;
  border-radius: 0;
  transform: skew(-45deg, 0);
  margin: 0 5px 5px;
}

#sec_mainvisual .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#sec_mainvisual .hd01 {
  margin: 0;
}

#sec_mainvisual .hd01 .sub {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.25;
  padding: 0 20px 4px;
}

@media only screen and (max-width: 767px) {
  #sec_mainvisual .hd01 .sub {
    font-size: 2.0rem;
    padding: 0 20px 4px 30px;
  }
}

#sec_mainvisual .hd01 .sub:before, #sec_mainvisual .hd01 .sub:after {
  top: 0;
  bottom: 0;
  background: #fff;
}

#sec_mainvisual .hd01 .main {
  color: #fff;
  font-size: 3.2rem;
  margin: 13px 0 0;
}

@media only screen and (max-width: 767px) {
  #sec_mainvisual .hd01 .main {
    font-size: 2.6rem;
    line-height: 1.46154;
    margin-top: 18px;
  }
}

#page_senshu-activelifemap #sec_mainvisual .hd01 .sub {
  padding: 0 40px 4px 20px;
}

#page_history #sec_mainvisual .hd01 .main {
  margin: 0;
}

/*-------------------------
  pageTitle
-------------------------*/
@media only screen and (min-width: 768px) {
  #pageTitle {
    padding: 74px 40px 70px;
  }
}

@media only screen and (max-width: 767px) {
  #pageTitle {
    padding: 32px 30px;
  }
}

#pageTitle .hd01 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #pageTitle .hd01 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #pageTitle .hd01 .main {
    font-size: 3.2rem;
    margin-top: -9px;
  }
}

#pageTitle .read {
  max-width: 970px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #pageTitle .read {
    font-size: 1.6rem;
    text-align: left;
  }
}

#pageTitle .read > p {
  margin: 36px 0 0;
}

#pageTitle .read > p:first-child {
  margin-top: 0;
}

#pageTitle .btn01 {
  margin-top: 50px;
}

/*-------------------------
  sec_leading
-------------------------*/
.sec_leading {
  padding: 60px 40px 100px;
}

@media only screen and (max-width: 767px) {
  .sec_leading {
    padding: 40px 30px 70px;
  }
}

.sec_leading .innerWrap {
  max-width: 1000px;
}

.sec_leading .btn_wrap {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .sec_leading .btn_wrap ul {
    display: flex;
    margin: 0 -10px;
  }
}

@media only screen and (min-width: 768px) {
  .sec_leading .btn_wrap li {
    max-width: 320px;
    width: 32%;
    max-width: inherit;
    width: 100%;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_leading .btn_wrap li {
    max-width: inherit;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_leading .btn_wrap li:first-child {
    margin-top: 0;
  }
}

.disabled a,
a.disabled {
  cursor: default;
  opacity: .5 !important;
}

.bg_gray {
  background: #F2F2F2;
}

/*-------------------------
  Swiper
-------------------------*/
.slide .swiper-navigation {
  display: flex;
  justify-content: center;
}

.slide .swiper-pagination {
  position: static;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -10px;
}

.slide .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 100%;
  margin: 0 5px 10px;
}

@media only screen and (max-width: 767px) {
  .slide .swiper-pagination-bullet {
    background-color: #F2F2F2;
  }
}

.slide .swiper-pagination-bullet-active {
  background-color: #006ABB;
}

/*-------------------------
  SPスクロール
-------------------------*/
@media only screen and (max-width: 767px) {
  .sp_scroll_wrap:before {
    content: 'スクロールしてご覧ください';
    display: block;
    color: #006ABB;
    font-size: 1.3rem;
    line-height: 1.0;
    text-align: left;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sp_scroll_wrap .sp_scroll_inner {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: inherit;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .sp_scroll_wrap .sp_scroll_main {
    min-width: 490px;
    padding: 10px 30px 10px 0;
  }
}

.sp_scroll_wrap .sp_scroll_main .img {
  display: block;
  text-align: center;
}

.sp_scroll_wrap .sp_scroll_main .img img {
  max-width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 9px 7px 14px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  #header .logo_ouhs {
    position: absolute;
    top: 20px;
    left: 25px;
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo_ouhs {
    position: static;
    max-width: 80px;
    font-size: 0;
    line-height: 0;
    margin: 0 0 30px;
  }
}

#header .logo_ouhs a {
  display: inline-block;
}

#header .logo_ouhs img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #header .logo_ouhs img {
    vertical-align: top;
  }
}

#header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 133px;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 0 4px;
}

@media only screen and (max-width: 767px) {
  #header .logo {
    height: auto;
    padding: 0;
  }
}

#header .logo a {
  display: inline-block;
}

#header .logo .jp {
  display: block;
  font-size: 2.7rem;
}

@media only screen and (max-width: 1000px) {
  #header .logo .jp {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 320px) {
  #header .logo .jp {
    font-size: 5.625vw;
  }
}

#header .logo .jp small {
  display: block;
  font-size: 2.1rem;
}

@media only screen and (max-width: 1000px) {
  #header .logo .jp small {
    font-size: 1.6rem;
  }
}

#header .logo .en {
  display: block;
  color: #006ABB;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  font-size: 1.7rem;
  letter-spacing: .02em;
  margin: 8px 0 0;
}

@media only screen and (max-width: 1000px) {
  #header .logo .en {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 320px) {
  #header .logo .en {
    font-size: 4.0625vw;
  }
}

@media only screen and (min-width: 561px) {
  #header .logo .en .spCont {
    display: none;
  }
}

#header #header_nav {
  background: #006ABB;
  color: #fff;
  padding: 17px 40px 19px;
  /*
		.active a,
		a.active {
			border-color: $blue04 !important;
		}
		*/
}

@media only screen and (max-width: 1000px) {
  #header #header_nav {
    display: none;
  }
}

#header #header_nav .list_menu {
  max-width: 1000px;
  margin: 0 auto;
}

#header #header_nav .list_menu .list_wrap {
  display: flex;
  justify-content: space-between;
}

#header #header_nav .list_menu .list_item.sp_only {
  display: none;
}

#header #header_nav .list_menu .list_item > .parent a {
  padding: 0 0 4px;
  border-bottom: 3px solid #006ABB;
  transition: all .2s .1s;
}

#header #header_nav .list_menu .list_item > .parent a:hover {
  color: #4FAFF8;
}

#header #header_nav .list_menu .list_item .list_child {
  display: none;
}

body.page-index #header_nav li.index a,
body.page-history #header_nav li.history a,
body.page-about #header_nav li.about a,
body.page-results #header_nav li.results a,
body.page-senshu-activelifemap #header_nav li.senshu-activelifemap a,
body.page-news #header_nav li.news a,
body.page-contact #header_nav li.contact a {
  border-color: #4FAFF8 !important;
}

/*-------------------------
  下層メニュー
-------------------------*/
#under_nav {
  display: none;
  background: #F2F2F2;
  padding: 12px 20px 14px;
}

@media only screen and (max-width: 767px) {
  #under_nav {
    display: none;
  }
}

#under_nav.page-results {
  display: block;
}

#under_nav .list_menu {
  font-size: 1.4rem;
  /*
		ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		li {
			margin: 0 20px;
			line-height: 1.6;
		}
		a {
			display: block;
			@include ro;
			padding: 2px 0;
			border-bottom: 2px solid transparent;
		}
		*/
}

#under_nav .list_item {
  display: none;
}

#under_nav .list_item.current_page_item, #under_nav .list_item.active {
  display: block;
}

#under_nav .list_item .parent {
  display: none;
}

#under_nav .list_item a {
  display: block;
  transition: all .2s .1s;
  padding: 2px 0;
  border-bottom: 2px solid transparent;
}

#under_nav .list_item a:hover {
  opacity: .8;
  transition: all .2s .1s;
}

#under_nav .list_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#under_nav .list_child > li {
  margin: 0 20px;
  line-height: 1.6;
}

#under_nav .list_child > li.active a {
  color: #006ABB !important;
}

@media only screen and (min-width: 1001px) {
  .page-history #under_nav,
  .page-results #under_nav {
    display: block;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

@media only screen and (min-width: 1001px) {
  .menuBtn {
    display: none;
  }
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #006ABB;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  width: 40px;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  width: 40px;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  transition: all 0.2s liner;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 19px;
  height: 14px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  background-color: #fff;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  background-color: #fff;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
}

#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  transition: all 0.25s ease-in-out;
  top: 0;
  transform: translate3d(100%, 0, 0);
  /* 右からイン */
  background-color: #F2F2F2;
  padding: 0;
}

#spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media only screen and (min-width: 1001px) {
  #spMenu {
    display: none;
  }
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 30px 40px;
}

#spMenu .spMenu_inner {
  width: 100%;
}

#spMenu .title {
  color: #006ABB;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.0;
  padding: 28px 0 12px;
}

#spMenu .list_menu {
  font-size: 1.6rem;
}

#spMenu .list_menu a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
}

#spMenu .list_menu .parent a {
  position: relative;
}

#spMenu .list_menu .parent a:before, #spMenu .list_menu .parent a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #000000;
  margin: auto 0;
  transition: all .2s .1s;
}

#spMenu .list_menu .parent a:before {
  right: 10px;
  margin-left: -3px;
  transform: translateX(-50%) rotate(45deg);
}

#spMenu .list_menu .parent a:after {
  right: 5px;
  margin-left: 3px;
  transform: translateX(-50%) rotate(-45deg);
}

#spMenu .list_menu .parent.active a:before {
  transform: translateX(-50%) rotate(135deg);
}

#spMenu .list_menu .parent.active a:after {
  transform: translateX(-50%) rotate(-135deg);
}

#spMenu .list_menu .parent:only-child a:before, #spMenu .list_menu .parent:only-child a:after {
  display: none;
}

#spMenu .list_menu .list_wrap > li {
  border-bottom: 1px solid #006ABB;
}

#spMenu .list_menu .list_item > .parent {
  display: flex;
}

#spMenu .list_menu .list_item > .parent a {
  padding: 0 12px;
}

#spMenu .list_menu .list_item .list_child {
  display: none;
  border-top: 1px solid #006ABB;
}

#spMenu .list_menu .list_item .list_child > li {
  border-top: 1px solid #CECECE;
}

#spMenu .list_menu .list_item .list_child > li:first-child {
  border-top: none;
}

#spMenu .list_menu .list_item .list_child > li a {
  padding: 0 24px;
}

#spMenu .list_menu_sub {
  margin: 33px 0 0;
}

#spMenu .list_menu_sub .logo_ouhs {
  max-width: 123px;
  font-size: 0;
  line-height: 0;
  margin: 0 auto 12px;
}

#spMenu .list_menu_sub .logo_ouhs a {
  display: inline-block;
}

#spMenu .list_menu_sub .logo_ouhs img {
  width: 100%;
  height: auto;
}

#spMenu .list_menu_sub .nav_sub {
  font-size: 1.3rem;
}

#spMenu .list_menu_sub .nav_sub ul {
  display: flex;
  justify-content: center;
}

#spMenu .list_menu_sub .nav_sub li {
  margin: 0 13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer .footer_nav {
  font-size: 1.4rem;
  padding: 17px 40px;
}

@media only screen and (max-width: 767px) {
  #footer .footer_nav {
    font-size: 1.3rem;
    line-height: 2.46154;
    padding: 0 0 13px;
  }
}

@media only screen and (max-width: 359px) {
  #footer .footer_nav {
    font-size: 3.62117vw;
  }
}

#footer .footer_nav .list_menu {
  max-width: 850px;
  margin: 0 auto;
}

#footer .footer_nav .list_menu .list_wrap {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #footer .footer_nav .list_menu .list_wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -13px;
  }
}

@media only screen and (max-width: 374px) {
  #footer .footer_nav .list_menu .list_wrap {
    margin: 0 -8px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer_nav .list_menu .list_item {
    margin: 0 13px;
  }
}

@media only screen and (max-width: 374px) {
  #footer .footer_nav .list_menu .list_item {
    margin: 0 8px;
  }
}

#footer .footer_nav .list_menu .list_item.sp_only {
  display: none;
}

#footer .footer_nav .list_menu .list_item > .parent a {
  transition: all .2s .1s;
}

#footer .footer_nav .list_menu .list_item > .parent a:hover {
  color: #4FAFF8;
}

#footer .footer_nav .list_menu .list_item .list_child {
  display: none;
}

#footer .footer_option {
  background: #F2F2F2;
  padding: 30px 40px;
}

@media only screen and (max-width: 767px) {
  #footer .footer_option {
    background: #F7F8FB;
    padding: 27px 20px 26px;
  }
}

#footer .footer_option .nav_sub {
  font-size: 1.3rem;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #footer .footer_option .nav_sub {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 359px) {
  #footer .footer_option .nav_sub {
    font-size: 3.34262vw;
  }
}

#footer .footer_option .nav_sub ul {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #footer .footer_option .nav_sub ul {
    margin: 0 -13px;
  }
}

@media only screen and (max-width: 374px) {
  #footer .footer_option .nav_sub ul {
    margin: 0 -8px;
  }
}

#footer .footer_option .nav_sub li {
  margin: 0 13px;
}

@media only screen and (max-width: 374px) {
  #footer .footer_option .nav_sub li {
    margin: 0 8px;
  }
}

#footer .footer_option .nav_sub a {
  transition: all .2s .1s;
}

#footer .footer_option .nav_sub a:hover {
  opacity: .8;
  transition: all .2s .1s;
}

#footer .footer_option .banner {
  max-width: 640px;
  margin: 0 auto;
}

#footer .footer_option .banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -14px;
}

@media only screen and (max-width: 767px) {
  #footer .footer_option .banner ul {
    justify-content: space-between;
    margin-bottom: -7px;
  }
}

#footer .footer_option .banner li {
  width: 150px;
  background: #fff;
  margin: 0 5px 14px;
}

@media only screen and (max-width: 767px) {
  #footer .footer_option .banner li {
    width: 48.06%;
    margin: 0 0 7px;
  }
}

#footer .footer_option .banner a {
  display: block;
  transition: all .2s .1s;
}

#footer .footer_option .banner a:hover {
  opacity: .8;
  transition: all .2s .1s;
}

#footer .footer_option .banner img {
  width: 100%;
  height: auto;
}

#footer .footer_option .address {
  font-size: 1.3rem;
  text-align: center;
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer .footer_option .address {
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-top: 27px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer_option .address span {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #footer .footer_option .address span + span {
    margin-left: 1em;
  }
}

#footer .copyright {
  background: #006ABB;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  font-size: 1.3rem;
  text-align: center;
  padding: 17px 40px 16px;
}

@media only screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 320px) {
  #footer .copyright {
    font-size: 3.75vw;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 150px 0;
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  記事用
-------------------------*/
article .entry {
  font-size: 1.5rem;
  line-height: 2.13333;
}

@media only screen and (max-width: 767px) {
  article .entry {
    line-height: 2;
  }
}

article .entry > *:last-child {
  margin-bottom: 0;
}

article .entry p, article .entry ul, article .entry ol, article .entry table {
  margin-bottom: 30px;
}

article .entry .alignleft {
  float: left;
  display: block;
  max-width: 50%;
  margin-right: 60px;
}

@media only screen and (max-width: 767px) {
  article .entry .alignleft {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 15px !important;
  }
}

article .entry .alignright {
  float: right;
  display: block;
  max-width: 50%;
  margin-left: 60px;
}

@media only screen and (max-width: 767px) {
  article .entry .alignright {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 15px !important;
  }
}

article .entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

article .entry img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 50px auto;
}

@media only screen and (max-width: 767px) {
  article .entry img {
    margin: 30px auto;
  }
}

article .entry table {
  border-top: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
}

article .entry table th, article .entry table td {
  border-bottom: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  padding: 5px 20px;
  text-align: left;
}

article .entry table th {
  background: #F2F2F2;
  font-weight: 700;
}

article .entry pre {
  white-space: normal;
}

article .entry .wp-caption {
  max-width: inherit !important;
  width: 100% !important;
  margin: 0 0 32px;
}

article .entry .wp-caption-text {
  font-size: 80%;
  margin: 15px 0 0;
}

article .entry em {
  font-style: italic;
}

article .entry blockquote {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  background: #F2F2F2;
  min-height: 110px;
  text-align: left;
  padding: 25px 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  article .entry blockquote {
    padding: 25px 30px;
  }
}

article .entry blockquote:before, article .entry blockquote:after {
  position: absolute;
  color: #CECECE;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-size: 6.0rem;
  line-height: 1.0;
}

article .entry blockquote:before {
  content: '“';
  top: 18px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  article .entry blockquote:before {
    top: 12px;
    left: 10px;
  }
}

article .entry blockquote:after {
  content: '”';
  bottom: -12px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article .entry blockquote:after {
    bottom: -15px;
    right: 11px;
  }
}

article .entry blockquote > *:last-child {
  margin-bottom: 0;
}

article .entry a {
  text-decoration: underline;
  transition: all .2s .1s;
}

article .entry a:hover {
  opacity: .8;
  transition: all .2s .1s;
}

@media only screen and (max-width: 767px) {
  article .entry p, article .entry ul, article .entry ol, article .entry table {
    margin-bottom: 15px;
  }
  article .entry .alignleft {
    margin-right: 15px;
  }
  article .entry .alignright {
    margin-right: 15px;
  }
}

/*-------------------------
  ページャー
-------------------------*/
.wp-pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-size: 1.8rem;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    max-width: 360px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 359px) {
  .wp-pagenavi {
    flex-wrap: nowrap;
    font-size: 5.01393vw;
  }
}

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  margin: 0 3px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
    min-width: 30px;
  }
}

@media only screen and (max-width: 359px) {
  .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
    min-width: inherit;
    width: 100%;
    margin: 0;
  }
}

.wp-pagenavi a:hover:before {
  opacity: .3;
}

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  transition: all .2s .1s;
}

.wp-pagenavi .first:hover, .wp-pagenavi .last:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  opacity: .8;
  transition: all .2s .1s;
}

.wp-pagenavi .page {
  transition: all .2s .1s;
}

.wp-pagenavi .page:hover {
  color: #006ABB;
}

.wp-pagenavi .current:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 18px;
  height: 3px;
  background: #006ABB;
  margin: 0 auto;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 0;
  background: url(/ouhs-athletics/wp-content/themes/sportpromotion/assets/img/arrow01.png) no-repeat center center;
  background-size: 14px auto;
}

.wp-pagenavi .first, .wp-pagenavi .last {
  font-size: 0;
  background: url(/ouhs-athletics/wp-content/themes/sportpromotion/assets/img/arrow02.png) no-repeat center center;
  background-size: 14px auto;
}

.wp-pagenavi .first, .wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
}

.wp-pagenavi .previouspostslink {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 0;
  }
}

.wp-pagenavi .nextpostslink {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 0;
  }
}

.wp-pagenavi .first {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .first {
    margin-right: 0;
  }
}

.wp-pagenavi .last {
  margin-left: 0;
}

/*カスタム*/
.wp-pagenavi .pages,
.wp-pagenavi .extend + .larger,
.wp-pagenavi .extend + .larger + .extend {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  sec_mainvisual
-------------------------*/
#page_toppage #sec_mainvisual {
  position: relative;
  display: block;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual {
    margin-top: 0;
  }
}

#page_toppage #sec_mainvisual .slide_img {
  height: 700px;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_mainvisual .slide_img {
    height: 436px;
  }
}

/*-------------------------
  sec_read
-------------------------*/
#page_toppage #sec_read {
  padding: 50px 40px 70px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_read {
    padding: 35px 35px 50px;
  }
}

#page_toppage #sec_read .innerWrap {
  max-width: 640px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_toppage #sec_read .innerWrap {
    text-align: left;
  }
}

#page_toppage #sec_read span {
  font-size: 1.4rem;
}

/*-------------------------
  sec_history
-------------------------*/
#sec_history ul {
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #sec_history ul {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #sec_history ul + ul {
    margin-top: 1px;
  }
}

#sec_history ul > li {
  display: flex;
  width: 100%;
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  #sec_history ul > li {
    border-top: 1px solid #fff;
    border-left: none;
  }
}

#sec_history ul > li:first-child {
  border-left: none;
}

#sec_history ul a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #006ABB;
}

#sec_history ul a:before {
  content: '';
  display: block;
  padding-bottom: 35.765%;
  min-height: 102px;
}

@media only screen and (min-width: 1681px) {
  #sec_history ul a:before {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_history ul a:before {
    padding-bottom: 102px;
    min-height: inherit;
  }
}

#sec_history ul .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all .2s .1s;
}

#sec_history ul .text {
  text-align: center;
}

#sec_history ul .text .en {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  padding: 10px 0;
}

@media only screen and (max-width: 1023px) {
  #sec_history ul .text .en {
    font-size: 2.34604vw;
  }
}

@media only screen and (max-width: 767px) {
  #sec_history ul .text .en {
    font-size: 2.0rem;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 270px) {
  #sec_history ul .text .en {
    font-size: 7.40741vw;
  }
}

#sec_history ul .text .en br {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #sec_history ul .text .en br {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #sec_history ul .text .en br {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  #sec_history ul .text .en br {
    display: block;
  }
}

#sec_history ul .text .jp {
  font-size: 1.6rem;
  margin: -10px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_history ul .text .jp {
    font-size: 1.56403vw;
  }
}

@media only screen and (max-width: 767px) {
  #sec_history ul .text .jp {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 270px) {
  #sec_history ul .text .jp {
    font-size: 5.55556vw;
  }
}

#sec_history ul a:hover .img {
  opacity: .8;
}

#sec_history ul.full > li {
  display: block;
  width: 100%;
}

#sec_history ul.full a:before {
  padding-bottom: 28.572%;
  min-height: 350px;
}

@media only screen and (min-width: 1681px) {
  #sec_history ul.full a:before {
    padding-bottom: 480px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_history ul.full a:before {
    padding-bottom: 350px;
    min-height: inherit;
  }
}

#sec_history ul.full .text .en {
  font-size: 5.0rem;
  line-height: 2;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #sec_history ul.full .text .en {
    line-height: 1.85714;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_history ul.full .text .en {
    font-size: 4.88759vw;
  }
}

@media only screen and (max-width: 767px) {
  #sec_history ul.full .text .en {
    font-size: 3.0rem;
  }
}

@media only screen and (max-width: 270px) {
  #sec_history ul.full .text .en {
    font-size: 11.11111vw;
  }
}

#sec_history ul.full .text .jp {
  margin: -23px 0 0;
}

@media only screen and (max-width: 767px) {
  #sec_history ul.full .text .jp {
    margin-top: -10px;
  }
}

/*-------------------------
  sec_other
-------------------------*/
#sec_other {
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  #sec_other {
    margin-bottom: 70px;
  }
}

#sec_other .btn01 {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  #sec_other .btn01 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #sec_other .list_link ul {
    display: flex;
  }
}

#sec_other .list_link ul > li {
  display: flex;
  width: 100%;
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  #sec_other .list_link ul > li {
    border-top: 1px solid #fff;
    border-left: none;
  }
}

#sec_other .list_link ul > li:first-child {
  border-left: none;
}

@media only screen and (min-width: 768px) {
  #sec_other .list_link ul > li + li {
    border-left: 1px solid #fff;
  }
}

#sec_other .list_link ul > li:nth-child(1) .img img {
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}

#sec_other .list_link a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #006ABB;
}

#sec_other .list_link a:before {
  content: '';
  display: block;
  padding-bottom: 33.364%;
}

@media only screen and (min-width: 1681px) {
  #sec_other .list_link a:before {
    padding-bottom: 280px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_other .list_link a:before {
    padding-bottom: 280px;
    min-height: inherit;
  }
}

#sec_other .list_link a:hover .img {
  opacity: .8;
}

#sec_other .list_link .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all .2s .1s;
}

#sec_other .list_link .text {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_other .list_link .text .pcCont {
    display: inline;
  }
}

@media only screen and (max-width: 560px) {
  #sec_other .list_link .text .pcCont {
    display: block;
  }
}

#sec_other .list_link .text .en {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 1100px) {
  #sec_other .list_link .text .en {
    font-size: 2.18182vw;
  }
}

@media only screen and (max-width: 767px) {
  #sec_other .list_link .text .en {
    font-size: 2.0rem;
    line-height: 1.25;
  }
}

#sec_other .list_link .text .jp {
  font-size: 1.6rem;
  margin: -10px 0 0;
}

@media only screen and (max-width: 1100px) {
  #sec_other .list_link .text .jp {
    font-size: 1.45455vw;
  }
}

@media only screen and (max-width: 767px) {
  #sec_other .list_link .text .jp {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■本学における取組
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  年表
-------------------------*/
#sec_timeline {
  padding: 70px 40px 150px;
}

@media only screen and (max-width: 767px) {
  #sec_timeline {
    padding: 35px 30px 100px;
  }
}

#sec_timeline .innerWrap {
  max-width: 1000px;
}

#sec_timeline .h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #006ABB;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
  padding: 14px 20px;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  #sec_timeline .h2 {
    height: auto !important;
    padding: 13px 20px;
    margin-bottom: 30px;
  }
}

#sec_timeline .blue .h2 {
  background-color: #006ABB;
}

#sec_timeline .red .h2 {
  background-color: #CC0000;
}

#timeline {
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  #timeline {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  #timeline {
    line-height: 1.85714;
  }
}

@media only screen and (min-width: 768px) {
  #timeline > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  #timeline *:empty {
    /*display: none;*/
    padding: 0;
    margin: 0;
  }
}

#timeline ol {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #timeline ol {
    margin-top: auto;
    padding: 10px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  #timeline ol {
    padding: 10px 0 20px;
  }
}

#timeline ol:before, #timeline ol:after {
  content: '';
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #timeline ol:before, #timeline ol:after {
    left: 11px;
  }
}

#timeline ol:before {
  top: 0;
  bottom: 17px;
  width: 31px;
  width: 21px;
  background: #fcf;
  background: linear-gradient(0deg, #5a6d77 0%, #b4daee 100%);
}

@media only screen and (max-width: 767px) {
  #timeline ol:before {
    bottom: 10px;
    width: 24px;
  }
}

#timeline ol:after {
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 21px 0 21px;
  border-color: #5A6D77 transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  #timeline ol:after {
    border-width: 10px 12px 0 12px;
  }
}

#timeline ol li {
  position: relative;
  z-index: 0;
  margin: 28px 0 0;
}

@media only screen and (max-width: 767px) {
  #timeline ol li {
    height: auto !important;
    padding-left: 58px;
  }
}

@media only screen and (max-width: 767px) {
  #timeline ol li:first-child,
  #timeline ol li:empty + li {
    margin-top: 0;
  }
}

#timeline ol .time {
  position: absolute;
  top: 0;
  width: 66px;
  background: #616161;
  border-radius: 100px;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
  padding: 6px 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #timeline ol .time {
    left: 0;
    width: 46px;
    font-size: 1.4rem;
    padding: 5px 0;
  }
}

#timeline ol .main {
  position: relative;
}

#timeline ol .main p {
  position: relative;
  margin: 0 0 30px;
}
#timeline ol .main p a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #timeline ol .main p {
    margin-bottom: 25px;
  }
}

#timeline ol .main p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #timeline ol .main .month {
    position: absolute;
    top: 0;
    left: -38px;
    width: 38px;
  }
}

@media only screen and (max-width: 767px) {
  #timeline ol .main .month {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #timeline .blue ol {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  #timeline .blue ol:before, #timeline .blue ol:after {
    right: -31px;
    right: -2.1%;
  }
}

@media only screen and (min-width: 768px) {
  #timeline .blue ol:after {
    border-width: 0 21px 17px 0;
    border-color: transparent #5A6D77 transparent transparent;
  }
}

@media only screen and (min-width: 768px) {
  #timeline .blue ol .time {
    right: -50px;
    transform: translate(42px, 0);
  }
}

@media only screen and (min-width: 768px) {
  #timeline .blue ol .main {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  #timeline .red {
    margin: 65px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  #timeline .red ol {
    padding-left: 38px;
  }
}

@media only screen and (min-width: 768px) {
  #timeline .red ol:before, #timeline .red ol:after {
    left: -31px;
    left: -2.1%;
  }
}

@media only screen and (min-width: 768px) {
  #timeline .red ol:after {
    border-width: 17px 21px 0 0;
    border-color: #5A6D77 transparent transparent transparent;
  }
}

@media only screen and (min-width: 768px) {
  #timeline .red ol .time {
    left: -38px;
    transform: translate(-42px, 0);
  }
}

#timeline .red ol .main {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #timeline .red ol .main {
    padding-left: 38px;
  }
}

/*-------------------------
  history
-------------------------*/
#page_history {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #page_history {
    padding-bottom: 70px;
  }
}

#page_history .innerWrap {
  max-width: 1000px;
}

#page_history .bg_gray {
  padding: 80px 40px;
}

@media only screen and (max-width: 767px) {
  #page_history .bg_gray {
    padding: 40px 30px;
  }
}

#page_history .bg_gray .list_number02 {
  max-width: 695px;
  width: 100%;
  margin: 0 auto;
}

#page_history .hd02 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #page_history .hd02 {
    margin-bottom: 30px;
  }
}

#page_history .blk01 + .blk01 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #page_history .blk01 + .blk01 {
    margin-top: 40px;
  }
}

#page_history .blk01 .title {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #page_history .blk01 .title {
    margin-bottom: 15px;
  }
}

#page_history .blk01 .title .tag {
  display: inline-block;
  background: #000000;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: center;
  padding: 8px 10px;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  #page_history .blk01 .title .tag {
    min-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  #page_history .blk01 .title .tag {
    font-size: 1.4rem;
    padding: 8px 20px;
  }
}

#page_history .blk01 .title .main {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  #page_history .blk01 .title .main {
    font-size: 2.0rem;
  }
}

@media only screen and (min-width: 768px) {
  #page_history .blk01 .img_left {
    display: flex;
    align-items: flex-start;
  }
}

#page_history .blk01 .img {
  position: relative;
  flex: 1 0 auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  #page_history .blk01 .img {
    max-width: 531px;
    width: 53.1%;
    margin-right: 52px;
  }
}

@media only screen and (max-width: 767px) {
  #page_history .blk01 .img {
    margin: 0 auto 20px;
  }
}

#page_history .blk01 .img:before {
  content: '';
  display: block;
  padding-bottom: 64.4084%;
}

#page_history .blk01 .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#page_history .blk01 .text_wrap {
  width: 100%;
}

/*-------------------------
  スポーツ局
-------------------------*/
@media only screen and (max-width: 767px) {
  #page_history.institution01 #pageTitle .hd01 .sub {
    line-height: 1.25;
    padding: 0 10px 0 20px;
  }
}

/*-------------------------
  スポーツ局
-------------------------*/
#page_history.institution03 #sec02 {
  padding: 54px 40px 0;
}

@media only screen and (max-width: 767px) {
  #page_history.institution03 #sec02 {
    padding: 54px 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_history.institution03 #sec02 .sp_scroll_main {
    min-width: 720px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■委託事業実績
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_results #sec_results {
  padding: 80px 40px;
}

@media only screen and (max-width: 767px) {
  #page_results #sec_results {
    padding: 40px 30px;
  }
}

#page_results #sec_results .innerWrap {
  max-width: 1000px;
}

#page_results.results .read {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  padding: 70px 40px;
}

@media only screen and (max-width: 767px) {
  #page_results.results .read {
    font-size: 1.6rem;
    text-align: left;
    padding: 35px 30px;
  }
}

#page_results.results .read .innerWrap {
  max-width: 900px;
}

#page_results.results #sec_results {
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  #page_results.results #sec_results {
    margin-bottom: 70px;
  }
}

#page_results.results #sec_results .innerWrap {
  max-width: 1000px;
}

#page_results.results #sec_results .hd02 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #page_results.results #sec_results .hd02 {
    margin-bottom: 30px;
  }
}

#page_results.results #sec_results .btn_wrap {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #page_results.results #sec_results .btn_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}

#page_results.results #sec_results .btn_wrap ul {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  #page_results.results #sec_results .btn_wrap ul {
    justify-content: center;
    margin: 0 -14px -20px;
  }
}

@media only screen and (max-width: 767px) {
  #page_results.results #sec_results .btn_wrap ul {
    justify-content: space-between;
    margin-bottom: -20px;
  }
}

@media only screen and (min-width: 768px) {
  #page_results.results #sec_results .btn_wrap li {
    max-width: 240px;
    width: 24%;
    width: 240px;
    margin: 0 14px 20px;
  }
}

@media only screen and (max-width: 767px) {
  #page_results.results #sec_results .btn_wrap li {
    width: 48%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  #page_results.results #sec_results .btn_wrap li:first-child {
    margin-top: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■泉州アクティブライフマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  トップ
-------------------------*/
#sec_lifemap ,
#sec_project {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  #sec_lifemap ,
  #sec_project {
    padding: 0 22px;
  }
}

#sec_project {
	padding-top: 85px;
	padding-bottom: 110px;
}
#sec_lifemap {
	padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
	#sec_project {
		padding-top: 56px;
		padding-bottom: 50px;
	}

	#sec_lifemap {
		padding-bottom: 50px;
	}
}

#sec_lifemap .innerWrap ,
#sec_project .innerWrap {
  max-width: 1078px;
}

#sec_lifemap .hd01 .sub ,
#sec_project .hd01 .sub {
  font-size: 2.4rem;
  line-height: 1.25;
  padding: 0 30px 4px;
}
#sec_lifemap .hd01 .sub:before {
	left: 10px;
}
#sec_lifemap .hd01 .sub:before, #sec_lifemap .hd01 .sub:after ,
#sec_project .hd01 .sub:before, #sec_project .hd01 .sub:after {
  top: 0;
  bottom: 0;
}

#sec_lifemap .hd01 .main ,
#sec_project .hd01 .main {
  font-size: 2.0rem;
  margin: 13px 0 0;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap .hd01 .main ,
  #sec_project .hd01 .main {
    font-size: 1.8rem;
    margin-top: 4px;
  }
}

#sec_lifemap .btn01 ,
#sec_project .btn01 {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap .btn01 ,
  #sec_project .btn01 {
    margin-top: 40px;
  }
}

#sec_lifemap .btn01 .btn_inner span strong ,
#sec_project .btn01 .btn_inner span strong {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  letter-spacing: .05em;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .list_lifemap > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -35px;
  }
}

@media only screen and (min-width: 768px) {
  .list_lifemap > ul:before, .list_lifemap > ul:after {
    content: '';
    order: 1;
    width: 31.17%;
  }
}

.list_lifemap > ul > li {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
  .list_lifemap > ul > li {
    width: 31.17%;
    margin: 0 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .list_lifemap > ul > li {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .list_lifemap > ul > li:first-child {
    margin-top: 0;
  }
}

.list_lifemap > ul > li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.list_lifemap > ul > li > a:hover .post_img img {
  opacity: .8;
}

.list_lifemap > ul > li > a:hover .post_main {
  background-color: #F2F2F2;
}

.list_lifemap .post_img {
  position: relative;
  z-index: 0;
  background: #006ABB;
}

.list_lifemap .post_img:before {
  content: '';
  display: block;
  padding-bottom: 66.67%;
}

@media only screen and (max-width: 767px) {
  .list_lifemap .post_img:before {
    padding-bottom: 74.578%;
  }
}

.list_lifemap .post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all .2s .1s;
}

.list_lifemap .post_main {
  height: 100%;
  background: #fff;
  padding: 21px 24px 27px;
  transition: all .2s .1s;
}

@media only screen and (max-width: 767px) {
  .list_lifemap .post_main {
    padding: 20px 25px 27px;
  }
}

#sec_lifemap .post_tag ul ,
#sec_project .post_tag ul {
  color: #006ABB;
  font-size: 0;
  margin-bottom: -5px;
}

#sec_lifemap .post_tag li ,
#sec_project .post_tag li {
  display: inline-block;
  border: 2px solid #006ABB;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 3px 14px;
  margin: 0 5px 5px 0;
}

#sec_lifemap .post_tag + .post_title ,
#sec_project .post_tag + .post_title {
  margin: 9px 0 0;
}

#sec_lifemap .post_title ,
#sec_project .post_title {
  line-height: 1.75;
}

#page_senshu-activelifemap #sec_mainvisual .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#page_senshu-activelifemap #sec_mainvisual .slide_img {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  #page_senshu-activelifemap #sec_mainvisual .slide_img {
    height: 320px;
  }
}

/*-------------------------
  一覧
-------------------------*/
#sec_search .title {
  text-align: center;
  padding: 53px 40px 13px;
}

@media only screen and (max-width: 767px) {
  #sec_search .title {
    padding: 15px 20px 13px;
  }
}

#sec_search .title > * {
  color: #006ABB;
  display: inline-block;
  font-size: 2.4rem;
  background: url(/ouhs-athletics/wp-content/themes/sportpromotion/assets/img/ico_search.png) no-repeat left center;
  background-size: 26px auto;
  padding: 0 0 0 46px;
}

@media only screen and (max-width: 767px) {
  #sec_search .title > * {
    background-size: 23px auto;
    font-size: 1.5rem;
    padding-left: 35px;
  }
}

#sec_search .title > * strong {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  #sec_search .title > * strong {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  #sec_search .blk_search {
    background: #F2F2F2;
    padding: 36px 33px 50px;
  }
}

#sec_search .blk_search dl {
  max-width: 1113px;
  width: 100%;
  margin: 0 auto;
}

#sec_search .blk_search dl div {
  margin: 42px 0 0;
}

@media only screen and (max-width: 767px) {
  #sec_search .blk_search dl div {
    margin-top: 20px;
  }
}

#sec_search .blk_search dl div:first-child {
  margin-top: 0;
}

#sec_search .blk_search dt {
  color: #006ABB;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 17px;
}

@media only screen and (max-width: 767px) {
  #sec_search .blk_search dt {
    position: relative;
    color: #fff;
    background: #505050;
    padding: 6px 30px;
    margin-bottom: 0;
  }
}

#sec_search .blk_search dt:before, #sec_search .blk_search dt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  margin: auto 0;
  transition: all .2s .1s;
}

#sec_search .blk_search dt:before {
  right: 25px;
  margin-left: -3px;
  transform: translateX(-50%) rotate(135deg);
}

#sec_search .blk_search dt:after {
  right: 30px;
  margin-left: 3px;
  transform: translateX(-50%) rotate(-135deg);
}

#sec_search .blk_search dt.active:before {
  transform: translateX(-50%) rotate(45deg);
}

#sec_search .blk_search dt.active:after {
  transform: translateX(-50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #sec_search .blk_search dd {
    display: none;
    background: #F2F2F2;
    padding: 15px 18px 20px;
  }
}

#sec_search .blk_search dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -14px;
}

@media only screen and (max-width: 767px) {
  #sec_search .blk_search dd ul {
    justify-content: space-between;
    margin-bottom: -10px;
  }
}

#sec_search .blk_search dd ul li {
  min-width: 145px;
  margin: 0 7px 14px;
}

@media only screen and (max-width: 767px) {
  #sec_search .blk_search dd ul li {
    min-width: 48.5%;
    margin: 0 0 10px;
  }
}

#sec_search .blk_search label {
  cursor: pointer;
}

#sec_search .blk_search label > input {
  display: none;
}

#sec_search .blk_search label > span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.5;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  text-align: left;
  padding: 10px 20px 10px 40px;
}

#sec_search .blk_search label > span:before, #sec_search .blk_search label > span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

#sec_search .blk_search label > span:before {
  top: 12px;
  bottom: 12px;
  left: 14px;
  width: 18px;
  height: 18px;
  background: #E8E8E8;
  border-radius: 100%;
  margin: auto 0;
}

#sec_search .blk_search label > span:after {
  opacity: 0;
  top: -7px;
  bottom: 0;
  left: 20px;
  width: 8px;
  height: 14px;
  background: none;
  border-bottom: 2px solid #006ABB;
  border-right: 2px solid #006ABB;
  transform: rotate(40deg);
  margin: auto 0;
}

#sec_search .blk_search label input[type="checkbox"]:checked + span {
  border-color: #006ABB;
}

#sec_search .blk_search label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

#sec_search .btn01 {
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  #sec_search .btn01 {
    margin-top: 30px;
  }
}

#sec_search + #sec_lifemap {
  padding-top: 48px;
}

#sec_lifemap #list_pager {
  margin-top: 50px;
}

#page_senshu-activelifemap #sec_read {
  font-size: 1.6rem;
  text-align: center;
  padding: 50px 40px 0;
}

@media only screen and (max-width: 767px) {
  #page_senshu-activelifemap #sec_read {
    text-align: left;
    padding: 35px 35px;
  }
}

#page_senshu-activelifemap .noinfo {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 62px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_senshu-activelifemap .noinfo {
    padding: 50px 0;
  }
}

/*-------------------------
  詳細
-------------------------*/
#sec_lifemap.sec_post ,
#sec_project.sec_post {
  padding: 0 40px 130px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post ,
  #sec_project.sec_post {
    padding: 0 30px 50px;
  }
}

#sec_lifemap.sec_post .post_img ,
#sec_project.sec_post .post_img {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin: 0 -40px;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post .post_img ,
  #sec_project.sec_post .post_img {
    height: 280px;
    margin-top: 0;
  }
}

#sec_lifemap.sec_post .post_img img ,
#sec_project.sec_post .post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#sec_lifemap.sec_post .post_head ,
#sec_project.sec_post .post_head {
  position: relative;
  max-width: 1168px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #sec_lifemap.sec_post .post_head > div ,
  #sec_project.sec_post .post_head > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 0 19px;
  }
}

#sec_lifemap.sec_post .post_head .post_tag ,
#sec_project.sec_post .post_head .post_tag {
  width: 100%;
  padding: 40px 0 13px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post .post_head .post_tag ,
  #sec_project.sec_post .post_head .post_tag {
    padding: 18px 0 13px;
  }
}

#sec_lifemap.sec_post .post_head .post_tag ul ,
#sec_project.sec_post .post_head .post_tag ul {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post .post_head .post_tag ul ,
  #sec_project.sec_post .post_head .post_tag ul {
    text-align: left;
  }
}

#sec_lifemap.sec_post .post_head .post_tag li ,
#sec_project.sec_post .post_head .post_tag li {
  font-size: 1.5rem;
  padding: 2px 14px;
  margin-right: 10px;
}

#sec_lifemap.sec_post .post_head .post_character ,
#sec_project.sec_post .post_head .post_character {
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  max-width: 120px;
  width: 100%;
  border-radius: 100%;
  /*margin: -39px 0 0 24px;*/
  margin: -15px 0 0 24px;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post .post_head .post_character ,
  #sec_project.sec_post .post_head .post_character {
    float: right;
    top: auto;
    max-width: 80px;
    /*margin: -28px 0 0;*/
    margin: -8px 0 0;
  }
}

#sec_lifemap.sec_post .post_head .post_character:empty ,
#sec_project.sec_post .post_head .post_character:empty {
  display: none;
}

#sec_lifemap.sec_post .post_head .post_character:before ,
#sec_project.sec_post .post_head .post_character:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#sec_lifemap.sec_post .post_head .post_character img ,
#sec_project.sec_post .post_head .post_character img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#sec_lifemap.sec_post .post_title ,
#sec_project.sec_post .post_title {
  font-size: 2.8rem;
  line-height: 1.5;
  border-bottom: 4px solid #006ABB;
  padding: 0 0 20px;
  margin: 0 0 55px;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post .post_title ,
  #sec_project.sec_post .post_title {
    clear: both;
    font-size: 2.2rem;
    line-height: 1.72727;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

#sec_lifemap.sec_post .post_movie ,
#sec_project.sec_post .post_movie {
  position: relative;
  max-width: 800px;
  margin: -5px auto 50px;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post .post_movie ,
  #sec_project.sec_post .post_movie {
    margin: 0 auto 20px;
  }
}

#sec_lifemap.sec_post .post_movie:before ,
#sec_project.sec_post .post_movie:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

#sec_lifemap.sec_post .post_movie iframe ,
#sec_project.sec_post .post_movie iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#sec_lifemap.sec_post .post_text ,
#sec_project.sec_post .post_text {
  max-width: 1000px;
  margin: 0 auto;
}

#sec_lifemap.sec_post .post_text + .btn01 ,
#sec_project.sec_post .post_text + .btn01 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post .post_text + .btn01 ,
  #sec_project.sec_post .post_text + .btn01 {
    margin-top: 20px;
  }
}

#sec_lifemap.sec_post .post_freearea ,
#sec_project.sec_post .post_freearea {
  max-width: 1000px;
  border-top: 2px solid #EEEEEE;
  padding: 55px 0 0;
  margin: 50px auto 0;
}

@media only screen and (max-width: 767px) {
  #sec_lifemap.sec_post .post_freearea ,
  #sec_project.sec_post .post_freearea {
    padding-top: 20px;
    margin-top: 20px;
  }
}

#sec_writer {
  position: relative;
  max-width: 1000px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  margin: 100px auto 50px;
  padding: 47px 65px 58px 53px;
}

@media only screen and (min-width: 768px) {
  #sec_writer {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  #sec_writer {
    padding: 25px 28px 30px;
    margin: 40px -8px 50px;
  }
}

#sec_writer .writer_img {
  overflow: hidden;
  position: relative;
  align-self: flex-start;
  flex: 1 0 auto;
  display: block;
  max-width: 240px;
  width: 27.212%;
  border-radius: 100%;
  margin: 0 55px 0 0;
}

@media only screen and (max-width: 767px) {
  #sec_writer .writer_img {
    max-width: 166px;
    width: 100%;
    margin: 0 auto 7px;
  }
}

#sec_writer .writer_img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#sec_writer .writer_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#sec_writer .writer_detail {
  position: relative;
  width: 100%;
}

#sec_writer .job {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 0 160px 0 0;
  margin: 0 0 8px;
}

@media only screen and (max-width: 767px) {
  #sec_writer .job {
    text-align: center;
    padding: 0;
  }
}

#sec_writer .name {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 160px 0 0;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  #sec_writer .name {
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }
}

#sec_writer .btn01 {
  max-width: 140px;
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #sec_writer .btn01 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #sec_writer .btn01 {
    margin: 0 auto;
  }
}

#sec_writer .btn01 .btn_inner {
  min-height: 40px;
  font-size: 1.4rem;
  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  #sec_writer .text {
    margin: 20px 0 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■お知らせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  トップ
-------------------------*/
#sec_news {
  background: #F2F2F2;
  color: #333333;
  padding: 55px 40px 57px;
}

@media only screen and (max-width: 767px) {
  #sec_news {
    padding: 32px 30px 50px;
  }
}

#sec_news .innerWrap {
  max-width: 780px;
}

#sec_news .hd01 {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  #sec_news .hd01 {
    margin-bottom: 20px;
  }
}

#sec_news .btn02 {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  #sec_news .list_news > ol > li {
    display: flex;
    min-height: 79px;
    border-bottom: 1px solid #CECECE;
    padding: 26px 0;
  }
}

@media only screen and (max-width: 767px) {
  #sec_news .list_news > ol > li {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_news .list_news > ol > li:first-child {
    margin-top: 0;
  }
}

#sec_news .list_news > ol > li > a {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #sec_news .list_news > ol > li > a {
    display: flex;
    padding: 26px 0;
    margin: -26px 0;
  }
}

#sec_news .list_news > ol > li > a:hover .post_title {
  color: #006ABB;
}

#sec_news .post_date {
  align-self: flex-start;
  flex: 1 0 auto;
  background: #006ABB;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.0;
  padding: 7px 20px;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 767px) {
  #sec_news .post_date {
    text-align: center;
    padding: 7px 15px;
    margin: 0 0 13px;
  }
}

#sec_news .post_title {
  width: 100%;
  line-height: 1.85714;
  transition: all .2s .1s;
}

@media only screen and (max-width: 767px) {
  #sec_news .post_title {
    font-size: 1.3rem;
  }
}

/*-------------------------
  一覧
-------------------------*/
#page_news #sec_news {
  background: none;
}

@media only screen and (min-width: 768px) {
  #page_news #sec_news {
    padding: 74px 40px 100px;
  }
}

#page_news #sec_news .innerWrap {
  max-width: 1000px;
}

#page_news #sec_news .hd01 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news .hd01 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #page_news #sec_news .hd01 .main {
    font-size: 3.2rem;
    margin-top: -9px;
  }
}

#page_news #sec_news .post_title {
  font-size: 1.4rem;
}

#page_news #sec_news #list_pager {
  margin-top: 50px;
}

/*-------------------------
  詳細
-------------------------*/
#page_news #sec_news.sec_post {
  padding: 74px 40px 100px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news.sec_post {
    padding: 32px 30px 50px;
  }
}

#page_news #sec_news.sec_post .post_img {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin: 0 -40px;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news.sec_post .post_img {
    height: 280px;
    margin-top: 0;
  }
}

#page_news #sec_news.sec_post .post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#page_news #sec_news.sec_post .post_head {
  position: relative;
  max-width: 1168px;
  width: 100%;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news.sec_post .post_head {
    margin-bottom: 10px;
  }
}

#page_news #sec_news.sec_post .post_title {
  font-size: 2.8rem;
  line-height: 1.5;
  border-bottom: 4px solid #006ABB;
  padding: 0 0 20px;
  margin: 0 0 0;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news.sec_post .post_title {
    font-size: 2.2rem;
    line-height: 1.72727;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}

#page_news #sec_news.sec_post .post_date {
  background: none;
  color: #333333;
  font-size: 1.5rem;
  padding: 14px 0;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news.sec_post .post_date {
    text-align: left;
    padding: 10px 0;
    margin: 0;
  }
}

#page_news #sec_news.sec_post .post_movie {
  position: relative;
  max-width: 800px;
  margin: -5px auto 50px;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news.sec_post .post_movie {
    margin: 0 auto 20px;
  }
}

#page_news #sec_news.sec_post .post_movie:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

#page_news #sec_news.sec_post .post_movie iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#page_news #sec_news.sec_post .post_text {
  max-width: 1000px;
  border-bottom: 2px solid #EEEEEE;
  padding: 0 0 76px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news.sec_post .post_text {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

#page_news #sec_news.sec_post .post_text + .btn01 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #page_news #sec_news.sec_post .post_text + .btn01 {
    margin-top: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  一覧
-------------------------*/
#page_contact #sec_contact {
  color: #333333;
}

@media only screen and (min-width: 768px) {
  #page_contact #sec_contact {
    padding: 74px 40px 100px;
  }
}

@media only screen and (max-width: 767px) {
  #page_contact #sec_contact {
    padding: 32px 30px 50px;
  }
}

#page_contact #sec_contact .hd01 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #page_contact #sec_contact .hd01 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #page_contact #sec_contact .hd01 .main {
    font-size: 3.2rem;
    margin-top: -9px;
  }
}

#page_contact #sec_contact .read {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_contact #sec_contact .read {
    font-size: 1.6rem;
    text-align: left;
  }
}

#page_contact #sec_contact hr {
  height: 2px;
  background: #EEEEEE;
  border: none;
  margin: 75px 0;
}

@media only screen and (max-width: 767px) {
  #page_contact #sec_contact hr {
    margin: 30px 0;
  }
}

#page_contact #sec_contact .tel_contact {
  font-size: 1.8rem;
  text-align: center;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #page_contact #sec_contact .tel_contact {
    font-size: 1.6rem;
  }
}

#page_contact #sec_contact .tel_contact .hd {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0 0 20px;
}

#page_contact #sec_contact .tel_contact .blue {
  color: #006ABB;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66667;
}

@media only screen and (max-width: 767px) {
  #page_contact #sec_contact .tel_contact .blue {
    font-size: 2.2rem;
    margin: 0 -30px;
  }
}

@media only screen and (max-width: 375px) {
  #page_contact #sec_contact .tel_contact .blue {
    font-size: 5.86667vw;
  }
}

#page_contact #sec_contact .tel_contact .notice {
  font-size: 1.6rem;
  margin: 7px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_contact #sec_contact .tel_contact .notice {
    font-size: 1.3rem;
  }
}



/* FORM */
#page_contact #sec_contact div[role="form"]{
	max-width: 780px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	#page_contact #sec_contact form > div.field {
		display: flex;
	}
}
#page_contact #sec_contact form > div.field +  div.field {
	margin-top: 20px;
}
#page_contact #sec_contact form > div.field:first-of-type {
	margin-top: 0;
}
@media only screen and (min-width: 768px) {
	#page_contact #sec_contact div.field > .field-label {
		flex: 1 0 auto;
		align-self: flex-start;
		width: 30%;
		padding-top: 5px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	#page_contact #sec_contact div.field > .field-label {
		margin-bottom: 0;
	}
}
#page_contact #sec_contact div.field > .field-body {
	width: 100%;
}

#page_contact #sec_contact div.field > .field-label .tag {
	background: #0085CE;
	border-radius: 4px;
	color: #fff;
	font-size: 1.3rem;
	padding: 3px 9px 4px;
	margin-right: 8px;
}
@media only screen and (max-width: 767px) {
	#page_contact #sec_contact div.field > .field-label .tag {
		display: inline-block;
		line-height: 1.0;
		padding: 6px 9px 7px;
		margin-bottom: 10px;
	}
}
#page_contact #sec_contact form div.field input[type="text"] ,
#page_contact #sec_contact form div.field input[type="email"] ,
#page_contact #sec_contact form div.field input[type="tel"] ,
#page_contact #sec_contact form div.field input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
}
#page_contact #sec_contact form div.field textarea {
	width: 100%;
	height: 250px;
	padding: 5px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
}
#page_contact #sec_contact form .wpcf7-not-valid-tip {
	font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
	#page_contact #sec_contact form .wpcf7-not-valid-tip {
		margin-top: 5px;
	}
}
#page_contact #sec_contact form div.field .wpcf7-form-control-wrap {
		display: block;
	line-height: 1.0;
}
@media only screen and (max-width: 767px) {
	#page_contact #sec_contact form div.field .wpcf7-form-control-wrap {
	}
}
#page_contact #sec_contact form div.field .wpcf7-form-control-wrap * {
	line-height: 2;
}
#page_contact #sec_contact form div.field .wpcf7-form-control-wrap + br {
	display: none;
}
#page_contact #sec_contact form div.field .icon.is-small {
	display: none;
}

#page_contact #sec_contact form > div.field:nth-last-of-type(2) {
	display: block;
	margin-top: 30px !important;
}
#page_contact #sec_contact form > div.field:nth-last-of-type(2) .control > p:first-child {
	background: #f6f6f6;
	text-align: center;
	padding: 25px;
}
#page_contact #sec_contact form > div.field:nth-last-of-type(2) .control > p:first-child .wpcf7-list-item {
	margin: 10px 0 0;
}
#page_contact #sec_contact form > div.field:nth-last-of-type(2) .control > p:first-child .wpcf7-list-item-label {
	font-size: 1.7rem;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	#page_contact #sec_contact form > div.field:nth-last-of-type(2) .control > p:first-child .wpcf7-list-item-label {
		font-size: 1.5rem;
	}
}
#page_contact #sec_contact form > div.field:nth-last-of-type(2) .control > p:last-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0 0;
}
#page_contact #sec_contact form > div.field:nth-last-of-type(2) .control > p:last-child input {
	background-color: #006ABB;
	border: none;
	border-radius: 4px;
	color: #fff;
	padding: 20px 70px;
	transition: all .2s .1s;
}
#page_contact #sec_contact form > div.field:nth-last-of-type(2) .control > p:last-child input:hover {
	background-color: #0085CE;
	transition: all .2s .1s;
}
#page_contact #sec_contact form > div.field:nth-last-of-type(2) .control > p:last-child br {
	display: none;
}
#page_contact #sec_contact .wpcf7 form.invalid .wpcf7-response-output,
#page_contact #sec_contact .wpcf7 form.unaccepted .wpcf7-response-output {
	border-radius: 4px;
	text-align: center;
	padding: 15px 30px;
}
#page_contact #sec_contact div.wpcf7-mail-sent-ok {
	border: 2px solid #0085CE;
}
#page_contact #sec_contact div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
#page_contact #sec_contact  div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
#page_contact #sec_contact  div.wpcf7-validation-errors {
border: 2px solid #f7e700;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■大学スポーツの振興について
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_about .innerWrap {
  max-width: 1000px;
}

#page_about div.read {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  padding: 70px 40px;
}

@media only screen and (max-width: 767px) {
  #page_about div.read {
    font-size: 1.6rem;
    text-align: left;
    padding: 35px 30px;
  }
}

#page_about #sec_about {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_about {
    padding: 0 30px;
  }
}

#page_about #sec_about .innerWrap > p {
  margin: 0 0 32px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_about .innerWrap > p {
    margin-bottom: 20px;
  }
}

#page_about #sec_about .innerWrap > p:last-of-type {
  margin-bottom: 0;
}

#page_about #sec_about .list {
  overflow: hidden;
  background: ##0085CE;
  border: 1px solid #006ABB;
  padding: 30px 50px;
  margin: 45px auto 40px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_about .list {
    padding: 20px 30px;
    margin: 30px auto;
  }
}

@media only screen and (min-width: 768px) {
  #page_about #sec_about .list .list_number02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -10px;
  }
}

@media only screen and (min-width: 768px) {
  #page_about #sec_about .list .list_number02 li {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  #page_about #sec_about .list .list_number02 li:nth-child(odd) {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  #page_about #sec_about .list .list_number02 li:nth-child(even) {
    width: 46.8%;
  }
}
