@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
a:hover {
  color: #02a5de;
}
body {
  background-color: #fff; /*#f4f5f7;*/
}
#content.content {
  max-width: none !important; 
  margin: 0 !important;
  padding: 0 !important;
}
.wrap {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.main {
  width: auto !important;
  padding: 0 !important;
  border: none !important;
}
.home .entry-content ,
.page .entry-content {
  margin-top: 0;
  margin-bottom: 1em;
}
.home .entry-content > * ,
.page .entry-content > * {
  margin-bottom: 0 !important;
}
.slogan p {
  line-height: 1;
}
.info-list-caption {
  display: none;
}

.home .article h1,
.home .article h2,
.home .article h3,
.home .article h4,
.home .article h5,
.home .article h6 ,
.page .article h1,
.page .article h2,
.page .article h3,
.page .article h4,
.page .article h5,
.page .article h6 {
  line-height: normal;
  font-weight: normal;
  padding: 0 0 40px;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}

.home .article .column-wrap h1,
.home .article .column-wrap h2,
.home .article .column-wrap h3,
.home .article .column-wrap h4,
.home .article .column-wrap h5,
.home .article .column-wrap h6 {
  margin-top: 0;
}


/*==== 見出し ====*/
body.home h2 ,
body.page h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-size: 6.8rem;
  line-height: 1;
  color: #95d2ef;
}
.home h2 span ,
.page h2 span {
  margin-left: 5px;
  padding: 5px 20px;
  background: linear-gradient(90deg,rgba(7, 162, 233, 0) 0%, rgba(7, 162, 233, 0.9) 20%, rgba(7, 162, 233, 0.9) 80%, rgba(7, 162, 233, 0) 100%);
  color: #fff;
  font-size: 1.2rem;
}
.home .news-area h2 {
  padding: 0 0 0px;
}
.page main .content h3 {
  margin: 60px 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #231815;
  font-weight: bold;
}
.page .article .content h4 {
  padding-bottom: 5px;
  font-weight: bold;
}

.info-list + p,
.news-list + p {
  /*margin-top: 30px;*/
  text-align: center;
  display: block !important;
  background-color: none;
}

.home .btn {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  display: block;
}

.no-page-title .date-tags {
  display: none;
}
.page header.article-header {
  display: none;
}

.entry-card-content h2 {
  display: block;
  align-items: initial;
  justify-content: initial;
  font-family: inherit;
  color: inherit;
  text-align: initial;
}
.entry-content>*,.demo .entry-content p {
  line-height: 1.6;
}
.cat-link {
  background-color: #fff;
  color: #222;
  font-size: 14px;
}
.cat-link:hover {
  opacity: 0.5;
  color: #222;
}
.tag-link {
  border: none;
  font-size: 14px;
}
.entry-card-info > * {
  font-size: 0.8em;
  padding: 2px;
}
.post-date,
.post-update,
.post-author,
.amp-back, .entry-category {
  padding: 2px;
  display: inline;
  font-size: 1em;
}

.info-list-item {
    display: flex;
    flex-direction: column;
}

.info-list-item-content {
  order: 2;
}

.info-list-item-meta {
  order: 1;
  font-size: 14px;
}
.info-list-item-content {
  margin-top: 8px;
  margin-bottom: 0;
}
body.single .entry-content ul li {
  list-style-type: disc;
}
body.single .entry-content ol li {
  list-style-type: decimal;
}
body.single .content .entry-content dl {
  display: block;
  border-bottom: none;
}
body.single .content .entry-content dt,
body.single .content .entry-content dd {
  width: auto;
  padding: 5px;
}
body.single .content .entry-content dd {
  flex: none;
}
body.single .entry-content h2 {
  font-size: 3.6rem;
}

.page main .content dl {
  margin-bottom: 0;
}
#company .outline dl dd div p {
  margin-bottom: 0;
}

.page .breadcrumb {
    max-width: 1100px;
    margin: 2.8em 0.4em 1em;
}


footer .content {
  line-height: 1;
}

.header-menu ul,
.footer-menu ul {
  padding-left: 0;
}
body.front-top-page #recruit ul {
  padding-left: 0;
}


body.page .entry-content p {
  margin-bottom: 1rem;
}

/* ===== テーブルデザイン上書き ===== */
.scrollable-table th {
    background: #cde6f0 !important;
    color: #1e4f8e !important;
    text-align: center !important;
    vertical-align: middle !important;
}
.scrollable-table th,
.scrollable-table td {
    border: 1px solid #1e4f8e;
    padding: 12px;
}
.scrollable-table th,
.scrollable-table td {
    white-space: normal !important;
}
/*business*/
.scrollable-table .works-table th {
  text-align: left !important;
  white-space: nowrap !important;
}
.scrollable-table .works-table tr td {
  white-space: nowrap !important;
}
.scrollable-table .works-table tr td:last-child {
  white-space: normal !important;
}
#business .btn {
  margin-top: 0 !important;
}
#business .load-more-container {
  margin-bottom: 40px;
}


/*page*/
#performance ul.ul-list,
#recruit ul.ul-list {
  padding-left: 1rem;
}
#business .btn,
#recruit .btn {
  display: block;
  padding: unset;
  background-color: unset;
  border-style: unset;
}
#recruit a p {
  margin-bottom: 0;
}

.form-group .wpcf7-form-control-wrap {
    flex: 1;
}

.form-group select {
    padding: 10px;
    width: 300px;
    background: #f5f5f5;
    border: none;
}

.form-group p {
    display: contents;
}

.form-group p br {
    display: none;
}

.form-container button,
.form-container input[type="submit"] {
    margin-top: 20px;
    width: 300px;
    padding: 12px;
    background: linear-gradient(45deg, rgba(7, 162, 233, 1) 0%, rgba(7, 159, 232, 0.6) 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

/*menu*/
.header-menu .menu li:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}
.header-menu ul.flex li .menu li a {
  padding: 10px 0;
  transition: padding-left 0.3s ease, color 0.3s ease;
  position: relative;
}

.header-menu ul.flex li .menu li a:hover {
  padding-left: 10px;
  color: #02a5de;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .article header {
    position: static !important;
    width: auto !important;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
