
/*
更新：4/3 20:05
管理画面、ブログ画面の画像(blogimg)と投稿管理画面の崩れ修正。
*/

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, Form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

.hero-title {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 40px;
  /* font-size: 3rem; */
  line-height: 1.1;
}

@media only screen and (max-width: 800px) {
  .hero-title {
    font-size: 2.25rem;
  }
}

.hero-subtitle {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
}

@media only screen and (max-width: 800px) {
  .hero-subtitle {
    font-size: 1.6875rem;
  }
}

.title {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 800px) {
  .title {
    font-size: 1.125rem;
  }
}

.body-copy {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 800px) {
  .body-copy {
    font-size: 0.75rem;
  }
}

.body-copy2 {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  /* line-height: 1.5;
  margin-top: 70px; */
}

@media only screen and (max-width: 800px) {
  .body-copy2 {
    font-size: 0.75rem;
  }
}

.nav {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (max-width: 800px) {
  .nav {
    font-size: 0.65625rem;
  }
}

.note {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media only screen and (max-width: 800px) {
  .note {
    font-size: 0.5625rem;
  }
}

.hero-title {
  font-weight: 700;
}

.hero-subtitle {
  font-weight: 700;
}

.title {
  font-weight: 700;
}

.body-copy {
  font-weight: 400;
}

.body-copy2 {
  font-weight: 400;
}

.nav {
  font-weight: 400;
}

.note {
  font-weight: 400;
}

.l-wideColumn {
  width: 100%;
  padding: 96px 0;
  margin: 0;
  position: relative;
}

.slider{
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 72px 0 0;
}
.item img{
  width:100%
  }

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow{
  position: absolute;
  top: 40%;
  margin-top: 60px;
}
.prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


@media only screen and (max-width: 1100px) {

.slider{
  width: 90%;
  margin: 0 auto;
}
.item img{
  width:100%
  }
}

/* @media only screen and (max-width: 450px) {
  .l-wideColumn {
    padding: 72px 10px;
  }
    .l-wideColumn--img{
         padding: 72px 0px;
    }

.slider{
  width: 100%;
  height: 200px;
  margin: 0 auto;
}
.item img{
  width:100%
  }


} */

.l-wideColumn--first {
  padding: 160px 0 96px;
}

@media only screen and (max-width: 800px) {
  .l-wideColumn--first {
    padding: 168px 0 72px;
  }
}

.l-wideColumn--service {
  width: 100%;
  padding: 72px 0 0;
}

.l-wideColumn--photo {
   /* background: url(../images/touchtennis/tennis-1732279_1920.jpg); */
   background-image: linear-gradient(-60deg, rgba(112, 144, 175, 0.6), rgba(255, 255, 255, 0.9)), url(../images/touchtennis/tennis-1732279_1920.jpg);
   /* align: center; */
   background-attachment: fixed;
}

.l-wideColumn--photo2 {
   /* background: url(../images/touchtennis/tennis-1732279_1920.jpg); */
   background-image: linear-gradient(-60deg, rgba(112, 144, 175, 0.6), rgba(255, 255, 255, 0.9)), url(../images/forvisitors/d76da6d28f90960aacef10fe4aedc2b9_m.jpg);
   /* align: center; */
   /* background-attachment: fixed; */
   height: 300px;
   padding-top : 170px;
}

.l-wideColumn--navy {
  background-color: #253545;
}

.l-wideColumn--grey {
  background-color: #EFEFEF;
  /* color:#FFF; */
}

.l-wideColumn--darkgrey {
  background-color: #272D33;
  color:#FFF;
}

.l-flexParent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.l-blockParent {
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.l-flexChild {
  flex: 1 1 50%;
}

.l-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  opacity: .5;
}

.l-layer--black {
  background-color: #000;
}

.l-layer--sp {
  display: none;
}

@media only screen and (max-width: 800px) {
  .l-layer--sp {
    display: block;
  }
}

.button {
  display: inline-block;
  padding: 12px 38.4px;
  text-align: center;
  border: solid 1px #000;
  /* margin-right: 24px; */
  /* border-radius: 8px; */
  cursor: pointer;
  background: transparent;
  /* margin: 30px 20px 20px 20px; */
  align: center;
}

.button_white {
  display: inline-block;
  padding: 12px 38.4px;
  text-align: center;
  border: transparent 1px solid;
  cursor: pointer;
  background: #ffffff;
}

.button_posts{
  margin: 30px 0 0;
}

.buttonwrapper{
  text-align:center;
}

@media only screen and (max-width: 800px) {
  .button {
    padding: 8px 24px;
  }
}

.button:last-child {
  margin-right: 0;
}

.button i {
  margin-left: 6px;
}

.button:hover {
  /* transition: .2s; */
  background: #527394;
  color: #fff;
  border: transparent 1px solid;
}

.button_white:hover {
  /* transition: .2s; */
  background: #527394;
  color: #fff;
  border: transparent 1px solid;
}

.Header {
  min-height: 72px;
  max-width: 1056px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5f6368;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .Header {
    height: auto;
    padding: 0 20px;
  }
}

.Header__container {
  width: 100%;
  border-bottom: solid 1px #eee;
  background-color: #fff;
  position: fixed;
  z-index: 98;
}

.Header__head {
  display: block;
  flex: 1 1 20%;
  color: #000;
  height: 36px;
}

.Header__body {
  flex: 3 1 60%;
}

@media only screen and (max-width: 800px) {
  .Header__body {
    display: none;
      flex-direction: column;
  }
  .Header__body.is-open {
    box-sizing: border-box;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    min-width: 200px;
    height: 100%;
    z-index: 99;
    padding: 96px 0 0 72px;
    background-color: #fff;
    opacity: .95;
  }
}

.Header__foot {
  flex: 1 1 20%;
}

.Header__foot a:hover {
  opacity: .6;
}

@media only screen and (max-width: 800px) {
  .Header__foot {
    display: none;
  }
}

.Header__logo {
  height: 36px;
}

.Header__menu {
  display: none;
}

@media only screen and (max-width: 800px) {
  .Header__menu {
    display: block;
    width: 72px;
    padding: 6.66667px 0;
    text-align: center;
    /* border-radius: 8px; */
    border: .5px solid #527394;
    color: #527394;
    cursor: pointer;
  }
}

.Header__menu:hover {
  background: #527394;
  color: #fff;
  border: transparent 1px solid;
}

.FormContainer {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .FormContainer {
    display: block;
  }
}

.FormContainer__sub {
  flex: 1 1 50%;
  padding: 0 48px 0 48px;
}

@media only screen and (max-width: 640px) {
  .FormContainer__sub {
    background-color: #fff;
    padding: 24px 20px;
  }
}

.FormContainer__main {
  flex: 1 1 50%;
  padding: 0 48px 0 48px;
}

@media only screen and (max-width: 640px) {
  .FormContainer__main {
    padding: 0 20px;
  }
}

.FormContainer--short {
  flex: 1 1 33%;
}

.FormContainer--long {
  flex: 1 2 66%;
}

.Nav {
  display:flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .Nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

.Nav__item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  height: auto;
  margin-top: 0px;
  float:left;
  border-bottom: 1px solid #DEDEDE;
  padding: 10px 0 10px 0;
}

@media only screen and (max-width: 800px) {
  .Nav__item {
    margin: 24px 0 0 0;
    border-bottom: none;
    font-size: 14px;
    color: #000;
    font-weight: 550;
  }
}

.Nav__item:last-child {
  margin-right: 0;
}

.Nav__item a:hover {
  opacity: .6;
}

.Nav__manageback{
  background-color: #decbd5;
  height: auto;
  /* margin-top: 22px; */
}

.SNSList {
  display: flex;
  justify-content: flex-end;
}

.SNSList__item {
  font-size: 20px;
}

.SNSList--header .SNSList__item {
  margin-left: 48px;
}

.SNSList--footer {
  justify-content: flex-start;
}

.SNSList--footer .SNSList__item {
  margin-right: 24px;
}

.Footer {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 48px 0;
  color: #fff;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .Footer {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.Footer__logo {
  margin: 0 auto;
  width: 60%;
  min-width: 200px;
}

@media only screen and (max-width: 800px) {
  .Footer__logo {
    width: 30%;
    min-width: 150px;
  }
}

.Footer__column {
  height: 350px;
  padding: 0 48px;
  flex: 1 1 25%;
  border-right: 1px solid #fff;
}

.Footer__column:last-child {
  border-right: none;
}

@media only screen and (max-width: 800px) {
  .Footer__column {
    width: 100%;
    /* padding: 0 48px; */
    height: auto;
    border: none;
    margin-bottom: 48px;
    box-sizing: border-box;
  }
  .Footer__column:last-child {
    margin-bottom: 0;
  }
}

.Footer__head {
  margin-bottom: 24px;
}

.Footer__item {
  margin-bottom: 25px;
  /* width: 100px; */
}

.Footer__icon {
  margin-right: 12px;
  font-size: 1.0rem;
}

/* .twitter-timeline{
  top: 50px;
} */

.TextBox__item {
  margin-bottom: 36px;
}

@media only screen and (max-width: 800px) {
  .TextBox__item {
    margin-bottom: 24px;
  }
}

.about__name {
  margin-bottom: 54px;
  margin-left: 10px;
}

@media only screen and (max-width: 800px) {
  .about__name {
    margin-bottom: 36px;
  }
}

.about__name2 {
  margin-bottom: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 800px) {
  .about__name2 {
    margin-bottom: 6px;
  }
}

.OverlapImage__sub {
  background: #000;
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 800px) {
  .OverlapImage__sub {
    display: none;
  }
}

.OverlapImage__main {
  position: relative;
  left: 10%;
  width: 85%;
  height: 80%;
  /* min-width: 300px; */
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .OverlapImage__main {
    left: 10%;
    width: 85%;
    height: 80%;
  }
}

.OverlapImage--right .OverlapImage__sub {
  right: 0;
  left: 20%;
}

.OverlapImage--right .OverlapImage__main {
  left: 0;
  right: 8%;
}

.ArticleHeader {
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .ArticleHeader {
    width: 100%;
  }
}

.ArticleHeader__category {
  display: inline-block;
  padding: 4.8px 12px;
  /* border: 1px solid #222; */
  /* border-radius: 8px; */
  margin-bottom: 16px;
  background-color: #527394;
  color:#fff;
  margin-left: 0;
}

@media only screen and (max-width: 800px) {
  .ArticleHeader__category{
    margin-left: 34px;
  }
}

.ArticleHeader__title {
  margin-bottom: 12px;
  margin-left: 0;
}

@media only screen and (max-width: 800px) {
  .ArticleHeader__title {
    margin-left: 34px;
  }
}

.ArticleHeader__date {
  margin-left: 0;
}

@media only screen and (max-width: 800px) {
  .ArticleHeader__date {
    margin-left: 34px;
  }
}

.Article {
  width: 800px;
  margin: 0 auto;
  padding: 96px 0;
  text-align: justify;
  line-height: 1.8;
}

@media only screen and (max-width: 800px) {
  .Article {
    padding: 48px 0;
    width: 100%;
  }
}

.Article__title {
  display: flex;
  margin-bottom: 48px;
  margin-left: 0;
}

.Article__title::before {
  content: '';
  width: 10px;
  height: 34px;
  background-color: #527394;
  margin-right: 12px;
}

@media only screen and (max-width: 800px) {
  .Article__title {
    margin-bottom: 24px;
    margin-left: 24px;
  }

  .Article__title::before {
    width: 8px;
    height: 25px;
    margin-left: 10px;
  }
}

.Comment__title {
  display: flex;
  margin-bottom: 48px;
  margin-left: 0;
}

.Comment__title::before {
  content: '';
  width: 10px;
  height: 34px;
  background-color: #527394;
  margin-right: 12px;
}

@media only screen and (max-width: 800px) {
  .Comment__title {
    margin-bottom: 24px;
    /* margin-left: 24px; */
  }

  .Comment__title::before {
    width: 8px;
    height: 25px;
    /* margin-left: 10px; */
  }
}

.Article__body {
  line-height: 1.8;
}

@media only screen and (max-width: 800px) {
  .Article__body {
    padding: 0 34px;
  }
}

.HeroImage {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .HeroImage {
    width: 100%;
    flex-direction: column;
  }
}

.HeroImage__main {
  flex: 1 1 50%;
  margin-right: 24px;
}

@media only screen and (max-width: 800px) {
  .HeroImage__main {
    flex: 0;
    margin-right: 0;
    z-index: 15;
  }
}

.HeroImage__sub {
  flex: 1 1 50%;
  background: #f2f2f2;
  height: 360px;
}

@media only screen and (max-width: 800px) {
  .HeroImage__sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

.HeroImage__thumb {
  width: 100%;
  height: 100%;
}

.EntryCard {
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  width: 780px;
  padding: 24px 12px;
  border-bottom: 1px solid #DEDEDE;
  background: #fff;
  margin: 20px 0;
}

@media only screen and (max-width: 800px) {
  .EntryCard {
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
  }
}

.EntryCard__container {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (max-width: 800px) {
  .EntryCard__container {
    width: 90%;
    margin: 0 auto;
  }
}

.EntryCard__inner {
    display: flex;
    align-items: center;
}
.EntryCard__image {
  display: block;
  width: 200px;
  height: 160px;
  border: solid 1px #DDD;
  margin-right: 12px;
  background: #fff;
  box-sizing: border-box;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .EntryCard__image {
    width: 100px;
    height: 80px;
  }
}

.EntryCard__notes {
    margin-bottom: 12px;
}
.EntryCard__note {
    margin-right:8px;
}
.EntryCard__title {
    margin-bottom: 12px;
}
.EntryCard--s {
  width: 380px;
}

.EntryCard--m {
  width: 580px;
}

.EntryCard__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.EntryCard:hover {
  transition: .2;
  opacity: .8;
}

.NewsCard {
  width:800px;
  padding: 24px 0 19px 0;
  float: left;
  display: inline-block;
  border-bottom: 1px solid #DEDEDE;
  /* background: #fff; */
}

@media only screen and (max-width: 800px) {
  .NewsCard {
    padding: 6px 0;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0 0;
  }
  .NewsCard a {
    display: flex;
  }
}

.NewsCard__container {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (max-width: 800px) {
  .NewsCard__container {
    width: 90%;
    margin: 0 auto;
  }
}

.NewsCard__main {
  /* height: 50px; */
}

@media only screen and (max-width: 800px) {
  .NewsCard__main {
    margin: 10px 0;
  }
}

.NewsCard__item {
  margin: 0 0 6px 20px;
}

@media only screen and (max-width: 800px) {
  .NewsCard__item {
    margin: 0 0 6px 7px;
  }
}


@media only screen and (max-width: 800px) {
  .NewsCard__item__leftpad {
    padding: 0 20px 0 0;
  }
}

.news__tag{
    display: inline-block;
    padding: 2px 12px;
    background-color: #527394;
    color:#fff;
    text-align: center;
}

.news__date{
    display: inline-block;
    /* float:left; */
}

.entry__tag{
    display: block;
    padding: 4.8px 0;
    background-color: #527394;
    color:#fff;
    text-align: center;
    width: 96px;
}

.entry__date{
    display: inline-block;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {
  .entry__date{
    font-size: 12px;
  }
}

.entry__title {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin-top: 6px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

@media only screen and (max-width: 800px) {
  .entry__title {
    font-size: 15px;
    display: block;
  }
}

.OverlayPanel {
  max-width: 1200px;
  width: 90%;
  height: 480px;
  margin: 0 auto 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  background: #000;
  background: linear-gradient(135deg, black 0%, black 13%, black 32%, #7484be 47%, #d0856d 80%, #45fcd4 94%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: .3s all;
  box-sizing: border-box;
}

.OverlayPanel:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .OverlayPanel {
    width: 100%;
    height: auto;
    padding: 48px 0;
    margin-bottom: 20px;
  }
}

.OverlayPanel:hover {
  background-position: 100% 100%;
}

.OverlayPanel__thumb {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .6;
}

.OverlayPanel__head {
  max-width: 300px;
  z-index: 10;
  position: relative;
  display: block;
  border: 2px solid #fff;
  text-align: center;
  padding: 24px 96px;
  margin-bottom: 36px;
}

.OverlayPanel:hover .OverlayPanel__head {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 800px) {
  .OverlayPanel__head {
    padding: 10px 30px;
    margin-bottom: 20px;
  }
}

.OverlayPanel__body {
  display: block;
  max-width: 400px;
  z-index: 10;
  text-align: center;
}

.weight900{
  font-weight: 900;
  font-size: 125%;
  margin-bottom:100px;
}

.detailmargin{
  margin:100px auto;
}

.EntryPanel {
  max-width: 1200px;
  width: 90%;
  height: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .EntryPanel {
    width: 100%;
    height: 240px;
    justify-content: flex-start;
  }
}

.EntryPanel__sub {
  flex: 1 0 50%;
  background-image: url(../images/index/blog1.jpg);
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .EntryPanel__sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

.EntryPanel__main {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 96px;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .EntryPanel__main {
    width: 100%;
    z-index: 15;
    padding: 0 20px 0;
  }
}

.EntryPanel__text {
  display: block;
  margin-bottom: 48px;
}

@media only screen and (max-width: 800px) {
  .EntryPanel__text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.EntryPanel__foot {
  display: inline;
  width: 120px;
}

@media only screen and (max-width: 800px) {
  .EntryPanel__foot {
    width: auto;
    padding: 10px 0;
  }
}

.backcolorblock{
  background-color: #8EB1BA;
}

.comment__each{
  padding:20px 0;
  border-top: 1px solid #000000;
}

@media only screen and (max-width: 800px) {
  .comment__each{
    padding:12px 0;
  }
}

.comment__box {
  max-width: 800px;
  width: 70%;
  margin: 0 auto;
  padding: 24px 0;
  text-align: justify;
  line-height: 1.8;
}

.comment__name{
  display: inline;
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .comment__name{
    font-size: 85%;
  }
}

.comment__date{
  display: inline;
  color: rgba(0,0,0,0.4);
  font-size: 75%;
}

@media only screen and (max-width: 800px) {
  .comment__date{
    font-size: 60%;
  }
}

.comment__sub{
  font-size: 85%;
}

@media only screen and (max-width: 800px) {
  .comment__sub{
    font-size: 70%;
  }
}

@media only screen and (max-width: 800px) {
  .commentbox {
    padding: 48px 10px;
    width: 100%;
  }
}

.BorderBox {
  max-width: 800px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  border: transparent 2px solid;
  background-color: rgba(255,255,255,0.3);
  /* border-radius: 4px; */
}

.BorderBox__rule {
  padding: 50px 60px;
  width: 680px;
  background-color: rgba(0,0,0,0.05);
}

/* .BorderBox::before {
  content: "";
  position: absolute;
  display: block;
  text-align: center;
  top: 0px;
  left:0px;
  width: 15px;
  height: 100%;
  border: solid 0.5px #000;
  background-color: #ffffff;
} */

@media only screen and (max-width: 800px) {
  .BorderBox {
    box-sizing: border-box;
    width: 100%;
    padding: 48px 20px 24px;
  }
}

.BorderBox__head {
  margin-bottom: 36px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .BorderBox__head {
    margin-bottom: 20px;
  }
}

.BorderBox__body {
  width: 800px;
  text-align: center;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .BorderBox__body {
    width: 100%;
  }
}

.BorderBox__body ol {
  margin-left: 24px;
}

.BorderBox__body ol li {
  padding-left: 24px;
}

.FullPanel {
  /* left: -10px; */
  width: 100%;
  height: 600px;
  position: relative;
  padding: 0 96px 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .FullPanel {
    height: 360px;
    padding: 0 20px 24px;
  }
}

.FullPanel__thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: .5;
  background-size: cover;
  background-position: center;
}

.FullPanel__head {
  margin-bottom: 12px;
  z-index: 10;
}

.FullPanel__body {
  z-index: 10;
}

.Associationtext__body{
  width: 100%;
  max-width: 720px;
  margin: 100px auto 0 auto;
  /* padding: 0 100px; */
  text-align: left;
  color: #000;
  position: relative;
  z-index: 10;
}

.TextEmphesis {
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}

.TextEmphesis__icon {
  display: block;
  font-size: 120px;
  margin-bottom: 48px;
}

.TextEmphesis__head {
  margin-bottom: 72px;
}

.VerticalTable {
  width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .VerticalTable {
    width: 90%;
  }
}

.VerticalTable__head {
  width: 200px;
  text-align: left;
  padding: 48px 24px;
  padding-left: 0;
}

@media only screen and (max-width: 800px) {
  .VerticalTable__head {
    width: 25%;
    padding-right: 0;
  }
}

.VerticalTable__body {
  padding: 48px 24px;
}

@media only screen and (max-width: 800px) {
  .VerticalTable__body {
    width: 75%;
    padding-left: 0;
  }
}

.VerticalTable tr {
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: center;
}

.VerticalTable tr::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background: #222;
  margin-right: 12px;
}

.ExecutiveBox {
  display: flex;
  margin: 144px 0 108px 0;
  align-items: center;
}

.ExecutiveBox:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .ExecutiveBox {
    width: 100%;
    display: block;
  }
}

.ExecutiveBox__main {
  flex: 1 0 50%;
  padding: 0 144px 0 24px;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .ExecutiveBox__main {
    padding: 0;
  }
}

.ExecutiveBox__main--reverse {
  flex: auto;
  margin: -48px 0 48px;
}

@media only screen and (max-width: 800px) {
  .ExecutiveBox__main--reverse {
    margin: 0;
  }
}

.ExecutiveBox__sub {
  flex: 1 0 30%;
  display: inline-block;
  align-items: center;
  margin:0 0 0 75px;
}

@media only screen and (max-width: 800px) {
  .ExecutiveBox__sub {
    margin: 34px;
  }
}

.img_cheaf{
  position: relative;
  width: 75%;
  height: 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .img_cheaf{
    position: relative;
    width: 80%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
}

.ProductDesc {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 96px;
}

.ProductDesc:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .ProductDesc {
    width: 100%;
  }
}

.ProductDesc__head {
  margin-bottom:50px;
  margin-top:50px;
}

.ProductDesc__thumb {
  width: 480px;
  height: 280px;
  background: #eee;
  margin-right: 24px;
  background-size: cover;
}

.ProductDesc__thumb:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  .ProductDesc__thumb {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.ProductDesc__images {
  position: relative;
  margin-bottom: 48px;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .ProductDesc__images {
    width: 100%;
    flex-direction: column;
  }
}

.FormBox {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .FormBox {
    display: block;
  }
}

.FormBox__main {
  flex: 1 1 50%;
  padding: 0 96px 0 48px;
}

@media only screen and (max-width: 800px) {
  .FormBox__main {
    background-color: #fff;
    padding: 24px 20px;
  }
}

.FormBox__sub {
  flex: 1 1 50%;
  padding: 0 48px 0 96px;
}

@media only screen and (max-width: 800px) {
  .FormBox__sub {
    padding: 0 20px;
  }
}

.Form {
  width: 100%;
}

.Form__input {
  padding: 12px 8px;
  margin-bottom: 24px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  box-sizing: border-box;
}

.Form__input:focus {
  outline: none;
  border-bottom: 1px solid #222;
}

.Form__short {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  margin-right: 2%;
}

.Form__short:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  .Form__short {
    width: 100%;
    margin-right: 0;
  }
}

.Form__long {
  width: 100%;
}

.Form__large {
  width: 100%;
  height: 100px;
}

@media only screen and (max-width: 800px) {
  .FormDesc {
    margin-bottom: 72px;
  }
}

.FormDesc__head {
  margin-bottom: 48px;
}

.FormDesc__body {
  margin-left: 24px;
}

.FormDesc__body li {
  margin-bottom: 24px;
  padding-left: 12px;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.PostsTable {
    width: 800px;
    /* align: center; */
}

@media only screen and (max-width: 800px) {
  .PostsTable {
    width: auto;
    /* align: center; */
  }
}

.PostsTable__title {
  padding-left: 24px;
  margin-bottom: 48px;
  /* height: 50%; */
}

.PostsTable__wrapper {
  width: 85%;
  margin: 0 auto;
  /* overflow: auto; */
}

.PostsTable__item {
  display:block;
  /* height: 150px; */
  /* overflow: auto; */
  /* padding: 24px; */
  /* box-sizing: border-box; */
  float:left;
  vertical-align: bottom;
}

.PostsTable__item--short {
  width: 120px;
}

@media only screen and (max-width: 800px) {
  .PostsTable__item--short {
    width: 90px;
  }
}

.PostsTable__item--middle {
  width: 240px;
}

.PostsTable__item--long {
  width: 400px;
}

.PostsTable__item--flex {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 800px) {
  .PostsTable__item--flex {
    /* float:inherit; */
  }
}

.PostsTable__head {
  height: 16px;
  text-align: left;
  padding: 8px 0 8px 24px;
}

@media only screen and (max-width: 800px) {
  .PostsTable__head {
    margin: 9px 0 9px 0;
    padding: 6px 0 6px 18px;
  }
}

.entry__tag2 {
  text-align: center;
  padding: 8px 0 8px 0;
  width: 120px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #527394;
  color:#fff;
  float:left;
}

@media only screen and (max-width: 800px) {
  .entry__tag2 {
    margin: 9px 0 9px 0;
    padding: 6px 0 6px 0;
    width: 90px;
  }
}

.PostsTable__row1 {
  border-bottom: solid 1px #CDCDCD;
  /* align: center; */
  vertical-align: bottom;
  height: 49px;
  margin: 15px 0;
  /* padding: 10px 0; */
  box-sizing: border-box;
}

.ManagePostsTable {
  width: 1740px;
}

.ManagePostsTable__title {
  padding-left: 24px;
  margin-bottom: 48px;
}

.ManagePostsTable__wrapper {
  width: 85%;
  margin: 0 auto;
  overflow: auto;
}

.ManagePostsTable__item {
  display: inline-block;
  height: 120px;
  overflow: auto;
  padding: 24px;
  box-sizing: border-box;
}

.ManagePostsTable__item--short {
  width: 120px;
}

.ManagePostsTable__item--middle {
  width: 240px;
}

.ManagePostsTable__item--long {
  width: 400px;
}

.ManagePostsTable__head {
  text-align: left;
  height: auto;
  padding: 12px 0 12px 24px;
}

.index__news{
  width:800px;
}

.height100p{
}

.ValidationList {
  width: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .ValidationList {
    width: 100%;
  }
}

.ValidationList__item {
  margin-bottom: 12px;
}

.IndexPage__matchPoint {
  background-image: url("../images/index/matchPoint.jpg");
}

.IndexPage__welfie {
  background-image: url("../images/index/welfie.jpg");
}

.CompanyPage__mission {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/company/mission.jpg");
}

.CompanyPage__htomita {
  background-image: url("../images/company/h_tomita.jpg");
}

.CompanyPage__ksuzuki {
  background-image: url("../images/company/k_suzuki.jpg");
}

.CompanyPage__kokazaki {
  background-image: url("../images/company/k_okazaki.jpg");
  background-size: contain;
}

.CompanyPage__sawada {
  background-image: url("../images/company/cheaf.jpg");
  background-size: contain;
}

.ServicePage__sportsCompany1 {
  background-image: url("../images/service/sportsCompany1.jpg");
}

.ServicePage__sportsCompany2 {
  background-image: url("../images/service/sportsCompany2.jpg");
}

.ServicePage__tennisIndex {
  /* background-image: url("../images/service/tennisIndexjpg"); */
  background-image: url("../images/service/00792963463f821fcf9e0ce0f19a44c3_m.jpg");
}

.ServicePage__matchPoint {
  background-image: url("../images/service/matchPoint.jpg");
}

.ServicePage__basketField {
  background-image: url("../images/service/basketField.jpg");
}

.ServicePage__tennisField {
  background-image: url("../images/service/tennisField.jpg");
}

.ServicePage__soccerField {
  background-image: url("../images/service/soccerField.jpg");
}

.RecruitPage__frontEngineer {
  background-image: url("../images/recruit/frontEngineer.jpg");
}

.RecruitPage__backEngineer {
  background-image: url("../images/recruit/backEngineer.jpg");
}

.u-fs36px {
  font-size: 36px;
}

@media only screen and (max-width: 800px) {
  .u-fs36px {
    font-size: 30px;
  }
}

.u-dispctr {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.u-hgt80px {
  height: 80px;
}

.u-mr24px {
  display: inline-block;
  margin-right: 24px;
}

.u-mt24px {
  margin-bottom: 24px;
}

.u-mb48px {
  margin-bottom: 48px;
}

.u-taCen {
  text-align: center;
}

.hyperlink {
  color: blue;
  text-decoration: underline;
}

.hyperlink:hover {
  opacity: .7;
}

@media only screen and (max-width: 800px) {
  .ms-margin34px{
    margin-left: 34px;
    margin-right: 34px;
  }
}

img.blogimg{
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 50px auto;
}

@media only screen and (max-width: 800px) {
  img.blogimg{
    width: 100%;
    margin: 25px auto;
  }
}
.temporary-box {
    width: 780px;
    margin: 0 auto;
}
.pager {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 8px 0;
}
.pager__item {
    font-size: 18px;
    font-weight: 300;
    color: #222;
    box-sizing: border-box;
    margin: 0 23px;
}

@media only screen and (max-width: 800px) {
    margin: 0 8px;
}

.pager__item a {
    display: block;
    width: 100%; height: 100%;
    box-sizing: border-box;
}
