@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400);

body {
  background-color: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

.wrap {
  max-width: 1000px;
  width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

header#header {
  width: 100%;
}

header#header #header-in>div {
  height: 74px;
  height: 65px;
  position: relative;
  flex-direction: column;
}

.header-flex-box {
  align-content: flex-start;
}

header#header #header-in>div>div.logo {
  /*position: absolute;
  left: 25px;
  top: 0;*/
  margin: 0;
}

.tg_copy {
  /*position: absolute;
    left: 0;
    
    bottom: 18px;*/
  font-size: 14px;
  margin: 0;
}

.tg_copy span {
  font-size: 16px;
}

#pc_most_top_menu {
  position: absolute;
  right: 0;
  display: flex;
  height: 74px;
  height: 65px;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#pc_most_top_menu li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 210px;
}

#pc_most_top_menu li a,
.btn_df {
  max-width: 210px;
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 0.9375em;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  border: #003f98 1px solid;
}

.btn_blue {
  background: #003f98;
  color: #fff;
}

.btn_white {
  background: #fff;
  color: #003f98;
}

.btn_blue:hover {
  background: #fff;
  color: #003f98;
}

.btn_white:hover {
  background: #003f98;
  color: #fff;
}

#pc_most_top_menu li:first-child a {
  border-right-width: 0;
  margin-right: 1px;
}

.go-to-top {
  right: 30px;
  bottom: 35px;
}

.go-to-top-button {
  width: 80px;
  height: 70px;
}


.navi {
  z-index: 999;
  margin-top: 10px;
}

#menu-pc_top_menu li {
  width: calc(100% / 6);
  height: 40px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu-pc_top_menu li a {
  padding: 5px 0 19px;
  color: #222;
  line-height: 16px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}

#menu-pc_top_menu li a::after {
  background: #e60019;
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  margin: 0 0 0 -30px;
}

#menu-pc_top_menu li a:hover {
  color: #e60019;
  background-color: inherit;
}

#menu-pc_top_menu li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#menu-pc_top_menu li a .caption-wrap {
  display: block;
}



.content,
.entry-content,
.entry-content>figure {
  margin-top: 0;
}

















.main {
  padding: 0;
  border: none;
}

.main #breadcrumb {
  margin-left: 29px;
}

article header.article-header,
footer.article-footer.entry-footer {
  display: none;
}

.article .entry-content {
  margin-bottom: 0;
}


.article .entry-content p {
  font-size: 0.9375em;
  line-height: 1.66;
}

section.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 80px;
}

.front_mv {
  width: 100%;
}

.under-entry-content {
  margin-bottom: 40px;
}

.page_mv {
  position: relative;
}

.page_mv_title {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  width: 100%;
  color: #fff;
  padding: 46px 30px;
  background: url(https://www.ichiei-ind.co.jp/wp-content/themes/cocoon-child-master/img/AdobeStock_90597963_Preview2.jpg) 0 0 no-repeat;
  background-size: cover;
}

.page_mv_img {
  width: 100%;
}

#index-main {
  padding: 0;
}

.copyright {
  display: block;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background: #1c2e52;
  font-family: "Oswald", sans-serif;
  font-size: 0.75em;
  color: #fff;
}

.footer_logo {
  margin-bottom: 20px;
  text-align: center;
}

.footer_logo p {
  margin: 0;
  font-size: 30px;
}

.footer_logo p div {
  margin-bottom: 30px;
}

.sptel {
  color: #222;
  text-decoration: none;
  cursor: default;
}

.sptel:hover {
  color: #222;
}

#menu-foot_menu1 {
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

#footer_contact {
  padding: 0 50px 50px;
  text-align: center;
}

#footer_contact a {
  display: inline-block;
  min-width: 300px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #003f98;
  text-decoration: none;
}

#slider_wrap {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.bx-wrapper {
  width: 1000px;
  padding: 45px 0 40px 0;
  margin: auto;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: none;
}

.bx-wrapper .bx-pager {
  bottom: 15px;
}

#bxslider {
  margin: 0;
}

.bxslider-btn {
  padding: 0;
  position: absolute;
  top: 35%;
}

#next-btn,
#prev-btn {
  width: 23px;
  height: 40px;
}

#next-btn {
  background-image: url("https://www.ichiei-ind.co.jp/wp-content/themes/cocoon-child-master/img/next.png");
  right: 0;
}

#prev-btn {
  background-image: url("https://www.ichiei-ind.co.jp/wp-content/themes/cocoon-child-master/img/prev.png");
  left: 0;
}

#next-btn a,
#prev-btn a {
  width: 100%;
  height: 100%;
  display: block;
}

.box_layout,
.body .has-white-border-color.box_layout {
  border-bottom: #003f98 1px dotted;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.car_pos {
  position: relative;
  width: 80%;
  margin: auto;
}

.car_pos .car-list {
  list-style: none;
}

.car_pos .car-list li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
}















.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

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

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

.header-container-in.hlt-top-menu {
  flex-wrap: wrap;
}



.header-container-in.hlt-top-menu .logo-image {
  width: 20%;
  margin-right: auto;
}


#content .article h2,
#content .article h3 {
  background-color: inherit;
  border-radius: 0;
  border: none;
}

#content .article h2,
h2.articleh2 {
  margin-bottom: 2em;
  font-size: 1.625em;
  font-weight: normal;
  line-height: 1.3;
  margin: 2.5em 0 25px;
  padding: 13px 15px;
  background: url(https://www.ichiei-ind.co.jp/wp-content/themes/cocoon-child-master/img/AdobeStock_172134972_Preview2.jpg) 0 0 no-repeat;
  color: #222;
  background-size: cover;
  background-position-y: bottom;
}

#content .article h2:first-child {
  margin-top: 0;
}



#content .article h3,
#single h1 {
  position: relative;
  font-size: 1.5em;
  font-weight: normal;
  color: #222;
  line-height: 1.7;
  margin: 1em 0 20px;
  padding: 0 3px 10px;
  text-align: left;
}

#content .article h3:before,
#single h1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #999;
  bottom: 0;
  left: 0;
  margin: 0;
}

#content .article h3:after,
#single h1:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #003f98;
  bottom: 0;
  left: 0;
  margin: 0;
}

#content .article h3.graph-title {
  width: 60%;
  margin: auto;
  text-align: center;
}

.wp-block-cgb-block-ichart-free-block {
  margin-top: 0px;
  margin-bottom: 50px;
}

.map_link {
  margin-left: 2rem;
}

#content .article p {
  font-size: 0.9375em;
  line-height: 1.66;
}



#content .article p.color_blue,
#content .article .twocol h4+p::first-line {
  color: #003f98;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 17px;
}

#content .article p.color_blue+p {
  margin-top: 0.5rem;
}

#pre_left {
  width: 55%;
}

#pre_right {
  width: 45%;
}

#content .article .twocol h4 {
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.7;
  margin: 1em 0;
  padding: 0 12px;
  background: #fbfbfb;
  border-left: #003f98 solid 4px;
}

#content .article table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
}

#content .article table tr td:first-child {
  padding: .6em 1.6em;
  text-align: left;
  background: #e9f2fa;
  border-bottom: #003f98 solid 1px;
  font-size: 1.125em;
  font-weight: 500;
  width: 25%;
}

#content .article table tr td:last-child {
  border-left: none;
  padding: 1.5em 1.6em 1.7em;
  font-size: 0.9375em;
}

.toc {
  display: block;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 4.5rem;
}

.toc label.toc-title {
  display: none;
}

.toc ul.toc-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.toc ul.toc-list li {
  width: calc((100% - 40px)/3);
  margin: 0 20px 10px 0;
  border-bottom: none;
}

.toc ul.toc-list li:nth-child(3n) {
  margin: 0;
}


.toc ul.toc-list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #003f98;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px 12px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  line-height: 1.4;
}

.toc ul.toc-list li a:after {
  border-bottom: 2px solid #003f98;
  border-right: 2px solid #003f98;
  content: "";
  height: 9px;
  margin-top: -6px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms;
  transition: top 300ms;
  width: 9px;
}

.toc ul.toc-list li a:hover::after {
  top: 60%;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}

.toc.four_ver .toc-content {
  visibility: inherit;
  opacity: 1;
}

.toc.four_ver .toc-content ul.toc-list li {
  width: calc((100% - 30px)/4);
}

.toc.four_ver .toc-content ul.toc-list li {
  margin-right: 10px;
}

.toc.four_ver .toc-content ul.toc-list li:nth-child(4n) {
  margin-right: 0px;
}

.rec_btn a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: #003f98 solid 1px;
  color: #003f98;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.6;
  min-width: 15em;
  padding: .75em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.rec_btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #003f98 transparent;
  bottom: -1px;
  right: -1px;
  margin: 0;
}

.rec_btn:hover {
  opacity: 0.7;
}

.column-left {
  padding-right: 0.5rem;
}

.column-right {
  padding-left: 0.5rem;
}


.about {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about li {
  position: relative;
  max-width: 313px;
  width: calc((100% - 60px) / 3);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
  font-size: 16px;
}

.about li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #003f98 transparent;
  bottom: -1px;
  right: -1px;
  margin: 0;
}

.about li a {
  background: #fff;
  color: #222;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.about li a figure {
  margin: 0;
  line-height: 0;
}

.about li a figure {
  margin: 0;
  line-height: 0;
}

.about li a .about_inner {
  padding: 30px 35px 40px;
  text-align: center;
}

.about li a .about_inner h3 {
  margin: 10px 0;
  font-size: 1.25em;
  font-weight: normal;
  color: #003f98;
}

.about li a .about_inner p {
  height: 69px;
  margin: 0;
  font-size: 0.9375em;
}

.top_h {
  margin: 0 0 50px;
  font-family: "Oswald", sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  text-align: center;
  position: relative;
  color: #808080;
  line-height: 1;
}

.top_h:first-letter {
  color: #003f98;
}

.news_list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 50px;
}

.news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 20px 30px;
  border-bottom: #e0e5ec solid 1px;
  margin: 0;
  vertical-align: middle;
}

.news_list li:first-child {
  border-top: #e0e5ec solid 1px;
}

.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #222;
  text-decoration: none;
  vertical-align: middle;
}

.news_list li a time {
  width: 95px;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
}

.news_list li a p {
  width: 140px;
  margin: 0;
}

.news_list li a span,
.info-list li a {
  width: 110px;
  background: #1c2e52;
  display: block;
  padding: .1em 1em;
  border-radius: 30px;
  text-align: center;
  font-size: 0.75em;
  color: #fff;
}

.cat-info {
  background: #003f98 !important;
}

.cat-recruit_info {
  background: #3e7bd2 !important;
}

.cat-contribution {
  background: #259887 !important;
}

.cat-management {
  background: #007d98 !important;
}

.news_list li a h3 {
  width: 530px;
  margin: 0;
  font-size: 0.9375em;
  font-weight: normal;
}


.marker-under-blue {
  font-size: 1.125em;
  font-weight: normal;
  color: #004ea3;
  line-height: 1.6;
  margin: 1em 0;
  padding: 0 12px;
  border-left: #004ea3 solid 3px;
  background: none;
}

.marker-blue {
  background: none;
  margin-left: 20px;
  display: block;
}

.marker-blue:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px 0 -20px;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #003f98;

}

.pp_text {
  text-align: center;
}

.required {
  margin: 0 0 0 12px;
  padding: 3px 5px;
  font-size: 0.75em;
  color: #fff;
  background: #dd3b21;
  line-height: 1;
}

#content .article table.contact_table tr td:first-child {
  width: 379px;
}

.conf_wrap {
  text-align: center;
}

input[type='submit'].conf_btn,
input[type='submit'].wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: #003f98 solid 1px;
  color: #003f98;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.6;
  min-width: 15em;
  padding: .75em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: rgb(0, 64, 153);
  color: #fff;
  width: auto;
  margin: auto;
}

input[type='submit'].conf_btn:after,
input[type='submit'].wpcf7-submit:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #003f98 transparent;
  bottom: -1px;
  right: -1px;
  margin: 0;
}

.wpcf7c-btn-back,
.bgt-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: #003f98 solid 1px;
  color: #003f98;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.6;
  min-width: 15em;
  padding: .75em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #1c2e52;
  background: #eee;
}

.wpcf7c-btn-back:hover,
.bgt-btn:hover {
  opacity: 0.7;
  color: #1c2e52;
}

.wpcf7c-btn-back:before,
.bgt-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 0 18px;
  border-color: transparent transparent transparent #003f98;
  bottom: -1px;
  left: -1px;
  margin: 0;
}

.wpcf7c-btn-back,
input[type='submit'].wpcf7-submit {
  margin: 0 10px;
}

.rec_base {
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: #e3e3e3 solid 1px;
}

.rec_base figure {
  max-width: 400px;
  width: 40%;
  margin: 0;
}

.rec_base .rec_item {
  max-width: 600px;
  width: 60%;
  margin: 0;
  padding: 0 40px;
}

.rec_base .rec_item h2 {
  margin: 0;
  padding-top: 40px;
  text-align: left;
  line-height: 1;
}

.rec_base .rec_item h2 span {
  margin-left: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #003f98;
}

.rec_base .rec_item p {
  margin-bottom: 30px;
}

.rec_more {
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: #003f98 solid 1px;
  color: #003f98;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1;
  min-width: 15em;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 0 0 0 auto;
  display: block;
  padding: .75em 2em;
  color: #003f98;
  text-decoration: none;
}

.rec_more:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 14px;
  margin: -4px 0 0;
  border-top: 1px solid #003f98;
  border-right: 1px solid #003f98;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rec_more:hover {
  opacity: .7;
  color: #003f98;
}

.rec_more.news_more {
  width: 300px;
  font-size: 1.125em;
  margin-right: auto;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 40px 0;
  padding: 16px 20px;
  font-size: 15px;
  background: #eee;
}

.info-list p {
  margin: 0;
  padding: 3px 0 0;
}

.info-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0 auto 0 0;
  padding: 0;
}

.info-list ul li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
  text-align: center;

}

.info-list ul li a {
  color: #fff;
  font-weight: 500;
  display: block;
  padding: .3em 1em;
  text-decoration: none;
  border-radius: 30px;
  width: auto;
  font-size: 13px;
}

.news-list-item {
  padding: 25px 30px;
  border-bottom: #e0e5ec solid 1px;
  font-family: "Oswald", sans-serif;
}

.news-list-item:first-child {
  border-top: #e0e5ec solid 1px;
}

.news-list-item a {
  color: #222;
  text-decoration: none;
}

.news-time {
  width: 95px;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

.news-category {
  width: 140px;
  margin: 0;
}

.news-category span {
  width: 110px;
  background: #1c2e52;
  color: #fff;
  font-size: 0.75em;
  display: block;
  padding: .1em 1em;
  border-radius: 30px;
  text-align: center;
}

.news-title {
  width: 560px;
  margin: 0;
}

.btn-group {
  text-align: center;
}

#single {
  display: block;
  padding: 50px 30px 0;
}

#breadcrumb a {
  color: #003f92;
  display: inline-block;
  text-decoration: underline;
}

.main #breadcrumb {
  font-size: 14px;
}








.style_pic figure,
.style_pic p {
  margin: 0;
}




















.service p {
  width: calc(94% / 3);
  margin: 1%;
  font-weight: normal;
  padding: 0;
  height: 145px;
  border: 7px double #fff;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.service p a {
  text-decoration: none;
  color: #444;
  display: block;
  width: 100%;
  text-align: center;
  align-self: stretch;
  padding: 10px;
  z-index: 99;
}

.service p:hover a,
.service p:hover::after {
  color: #fff;
}



.footer {
  background-color: #f2f2f3;
  font-size: 16px;
  margin-top: 0;
  padding-top: 34px;
}

.footer-bottom {
  margin-top: 0;
}

.footer-left {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

#custom_html-2 {
  width: 65%;
}

#nav_menu-4 {
  width: 35%;
}

.footer-center,
.footer-right {
  width: 20%;
}

.footer .widget_nav_menu ul li a {
  padding: 5px 0;
  font-weight: bolder;
}

.footer .widget_nav_menu ul li a:hover {
  background-color: #F2F2F3;
  color: #029CCE;
}




#content-in .main {
  background-color: #fff;
}


h1.entry-title,
#content .date-tags {
  text-align: center;
  margin-bottom: 0;
}


.entry-content {
  padding: 20px 29px;
}

#navi-menu-content .menu-drawer li {
  padding: 3px 0;
  border-bottom: 1px dotted #ccc;
}

.toc-widget-box .toc {
  width: 100%;
}

.toc-list li {
  border-bottom: 1px dotted #ccc;
}

.toc-list li a {
  padding: 10px 0;
  display: block;
}

#media_image-4 {
  text-align: center;
}


.pp_link a:after {
  margin-left: 3px;
  font-size: 0.8em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
}


.bg-sakura {
  background: url("https://www.ichiei-ind.co.jp/wp-content/themes/cocoon-child-master/img/bg-sakura.jpg") 0 0 no-repeat;
  background-size: cover;
}


.bg-news {
  /*background: #EFE6FA;*/
  background: url("https://www.ichiei-ind.co.jp/wp-content/themes/cocoon-child-master/img/bg-news.jpg") top center no-repeat;
  background-size: cover;
}


.bg-rec {
  background: url("https://www.ichiei-ind.co.jp/wp-content/themes/cocoon-child-master/img/bg-rec4.png") bottom center no-repeat;
  background-color: #f8fdff;
  background-size: contain;
}

#content-in .main {
  background-color: transparent;
}



.telop {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  /*border-bottom: 1px solid #f9f9f9;*/
  font-size: 15px;
  background: #f9f9f9;
  display: flex;
  height: 35px;

}

.telop .telop_title {
  width: 75px;
  text-align: center;
  background: #dcdcdc;
  padding: 5px;
  display: inline-block;
  margin-right: 15px;
}

.telop .telop_scroll {
  width: calc(100% - 90px);
  overflow: hidden;
  /*animation : telop_move 15s linear infinite;*/
}

.telop .telop_scroll ul {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  padding-left: 100%;
  animation: telop_move 20s linear infinite;
  /*animation-delay: 5s;*/
}

.telop .telop_scroll ul li {
  padding: 5px;
  display: inline-block;
  /*margin-right: 150px;*/
}

.telop .telop_scroll ul li p {
  margin: 0;
  padding: 0;
}

@keyframes telop_move {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-200%)
  }
}




a.red {
  border-color: #E4007F !important;
}

a.blu {
  border-color: #003F98 !important;
}

a.yel {
  border-color: #E1C045 !important;
}

a.grn {
  border-color: #00945A !important;
}

a.red,
a.blu,
a.yel,
a.grn {
  border-width: 3px !important;
}

h3.red:after {
  background: #E4007F !important;
}

h3.blu:after {
  background: #003F98 !important;
}

h3.yel:after {
  background: #E1C045 !important;
}

h3.grn:after {
  background: #00945A !important;
}



#content .article .table_scroll table {
  width: 100%;
  min-width: 600px;
}

#content .article .fac_table_scroll table {
  width: 60%;
  margin: auto;
}


#content .article .table_scroll table tr td,
#content .article .table_scroll table tr td:first-child,
#content .article .fac_table_scroll table tr td,
#content .article .fac_table_scroll table tr td:first-child {
  width: auto;
  display: table-cell;
}

#content .article .table_scroll table tr td:first-child {
  padding: 0;
  border-bottom-color: #eee;

}

#content .article .table_scroll table tr td:last-child {
  text-align: center;
}

#content .article .table_scroll table tr th {
  text-align: center;
  background: #e9f2fa;
  border-bottom: #003f98 solid 1px;
  font-size: 1.125em;
  font-weight: 500;
}

#content .article .table_scroll table tr th:nth-of-type(1),
#content .article .table_scroll table tr td:nth-of-type(1) {
  max-width: 140px;
}

#content .article .table_scroll table tr th:nth-of-type(4) {
  min-width: 100px;
}

h4.fac {
  text-align: center;
  background: #4D6C99;
  color: #fff;
  border: none;
  font-weight: normal;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.fac_table_scroll {
  margin-top: 0;
  white-space: nowrap;
  text-align: center;
}

#content .article table.t82 tr td:first-child {
  width: 80%;
}

#content .article table.t82 tr td:last-child {
  width: 20%;
}

#content .article .fac_table_scroll table tr td:first-child,
.fac_table_scroll table tr {
  border-bottom: 1px solid #999;
  font-size: inherit;
}

#content .article .fac_table_scroll table tr:first-child td {
  background: #e9f2fa;
}

.fac_table_scroll table tr td {
  padding: 10px !important;
  border-color: #999;
}


#top_slide {
  display: flex;
  width: 400%;
}

.sinior_flex {
  display: flex;
  flex-direction: row;
}

.sinior_flex .sinior_box {
  width: 25%;
  padding: 10px;
  border: 5px solid #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.sinior_flex .sinior_box a {
  color: #222;
  text-decoration: none;
  display: block;

}

.sinior_flex .sinior_box:hover {
  border: 5px solid #003f98;
}

.sinior_flex .sinior_box h4 {
  background: #003f98;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  margin-top: 5px;
  font-weight: normal;
}

.sinior_flex .sinior_box p {
  margin: 0;
}

.si_flex {
  align-items: flex-start;

}

.si_left {
  width: 65%;
  margin-right: 5%;
  margin-top: 100px;
}

.si_right {
  width: 30%;
  margin-top: 100px;
}

#content .article .si_left h2 {
  margin-bottom: 70px;
  font-size: 32px;
  line-height: 1.5;
  background: inherit;
  padding: 0;
}

#content .article h4.q_txt {
  margin-top: 50px;
  margin-bottom: 1em;
  font-size: 24px;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #003f98;
  font-weight: bold;
  border-top: none;
}

#content .article h4.q_txt:before {
  content: "■";
  display: inline-block;
  margin-right: 0.5em;
  color: #003f98;
}

#content .article .si_right h4.title-greenback {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 30px;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  font-weight: bold;
  background-color: #003f98;
  border: none;
  margin-top: 0;
}

#content .article .si_right h4.title-greenback em {
  display: block;
  font-size: 14px;
}

#content .article .si_right h5 {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  padding: 0;
}

#content .article .si_right h5:before {
  content: "■";
  display: inline-block;
  margin-right: 0.5em;
  color: #003f98;
}

#content .article .si_right h5+p {
  margin-top: 5px;
}

#content .article .si_right .sc_time {
  font-weight: bold;
  font-size: 18px;
  color: #003f98;
  margin: 0;
  padding-top: 10px;
  border-top: solid 1px #dcdcdc;
}

.sc_time:first-child {
  border-top: none;
}

#content .article .si_right .sc_about {
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {

  .content-in.wrap,
  .inner.wrap {
    width: 95% !important;
  }

  .tg_copy {
    left: 2%;
  }

  header#header #header-in>div>div.logo {
    left: 10%;
  }

  .navi-in>.menu-header {
    display: flex;
  }

  #slider_wrap {
    width: 95%;
  }

  .navi-footer-in>.menu-footer li.menu-item {
    width: auto;
    flex: inherit;
  }

  .navi-footer-in>.menu-footer li.menu-item a {
    padding: 0 10px;
  }


  .bg-sakura {
    background-size: contain;
  }

  .rec_base figure {
    width: 45%;
  }

  .rec_base .rec_item {
    width: 55%;
    padding: 0 20px;
  }

  .rec_base .rec_item h2 {
    padding-top: 20px;
    font-size: 2.5em;
  }

  .rec_base .rec_item p {
    margin-bottom: 20px;
    font-size: 14px;
  }



  #menu-mobile_menu_button {
    display: none;
  }

  .admin-bar.mblt-header-mobile-buttons,
  .admin-bar.mblt-header-and-footer-mobile-buttons {
    margin-top: 0;
  }

  .mblt-header-mobile-buttons {
    margin-top: 0;
  }

  .mobile-button-fmb .go-to-top-button,
  .no-mobile-header-logo #header .logo-header {
    display: inherit;
  }


  #custom_html-2 {
    width: 100%;
  }

  .footer-widgets>div {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }



}

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

  #content .article table tr td:first-child {
    padding: .6em 1em;
  }

  #content .article table tr td:last-child {
    padding: .6em 1em;
  }

  .table_scroll {
    overflow-x: scroll;
  }

  .mblt-header-mobile-buttons {
    margin-top: 46px;
  }

  #menu-mobile_menu_button {
    display: flex;
  }

  .no-mobile-sidebar .sidebar,
  .mobile-button-fmb .go-to-top-button,
  .no-mobile-header-logo #header .logo-header {
    display: none;
  }



  .about li {
    width: calc((100% - 30px) / 3);
  }




  main.main {
    padding: 0;
  }


  .entry-content {
    padding: 16px;
  }


  #pre_left,
  #pre_right {
    width: 100%;
  }

  h4.fac {
    width: 100%;
  }

  #content .article .fac_table_scroll table {
    width: 100%;
    max-width: 450px;
  }

  .sp-pad-side {
    padding: 16px;
  }

  #front-page .entry-content>.wp-block-image,
  #front-page .entry-content {
    margin-top: 0;
  }

  .has-logo-button .menu-button.navi-menu-button {
    width: 55px;
    height: 55px;
    color: #fff;
    border-radius: 100%;
    background-color: #E5555D;
  }

  .has-logo-button .menu-button.navi-menu-button .navi-menu-icon {
    margin-top: 3px;
  }

  .mobile-menu-buttons {
    box-shadow: none;
  }

  #menu-mobile_menu_button {
    padding: 5px 5px 5px 0;
  }

  #pc_most_top_menu li {
    width: 160px;
  }

  .blank-box.main_bg {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }

  .main-small-copy,
  .main-big-copy {
    font-size: 1rem;
  }


  .service h3 {
    width: 46%;
    margin: 2%;
    font-size: 16px;
  }


  .mobile-menu-buttons,
  .mobile-menu-buttons .menu-button>a {
    color: #003f92;
  }

  .bg-news {
    background-position-x: center;
  }

  @keyframes telop_move {
    0% {
      transform: translateX(0)
    }

    100% {
      transform: translateX(-250%)
    }
  }

  .sptel {
    color: #1967d2;
    text-decoration: underline;
    cursor: pointer;
  }

}

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


  #pc_most_top_menu,
  #navi {
    display: none;
  }

  .content-in.wrap,
  .inner.wrap {
    width: 90% !important;
  }

  header#header #header-in>div {
    height: 100px;
  }

  /*
.wrap{
  padding: 0 18px;
}*/

  .page_mv {
    margin-bottom: 2em;
  }

  .page_mv_title {
    padding: 46px 0px;
    font-size: 30px;
  }

  .bxslider-btn {
    display: block;
  }

  header#header #header-in>div>div.logo {
    width: 100%;
    left: 0;
    top: 10px;
  }

  .tg_copy {
    width: 100%;
    bottom: 5px;
    text-align: center;
    left: 0;
  }

  .about li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 18px;
  }

  .rec_base figure,
  .rec_base .rec_item {
    width: 100%;
  }

  .news_list {
    padding: 0 18px;
  }

  .news_list li {
    padding: 18px;
  }

  .news_list li a h3 {
    width: 100%;
  }

  .bg-rec {
    background-size: inherit;
  }

  .rec_base {
    height: auto;
  }

  .rec_base .rec_item h2 {
    padding: 18px 18px 0;
    margin-top: 18px;
  }

  .rec_base .rec_item p {
    padding: 0 18px;
  }

  .rec_more {
    margin: 0 auto 18px;
    float: none;
  }



  #navi-footer {
    display: none;
  }

  #footer_contact {
    padding: 0 0 28px 0;
  }

  #footer_contact a {
    min-width: auto;
    width: 260px;
    padding: 10px;
  }

  .info-list ul li,
  .info-list p {
    margin-bottom: 8px;
  }

  #breadcrumb {
    display: none;
  }

  #single,
  .entry-content {
    padding: 0;
  }

  .toc ul.toc-list {
    flex-wrap: wrap;
  }

  .toc ul.toc-list li {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }

  .toc.four_ver {
    padding-bottom: 15%;
  }

  .toc.four_ver .toc-content ul.toc-list li {
    width: calc((100% - 10px)/2);
  }

  .toc ul.toc-list li:nth-child(3n) {
    margin-bottom: 10px;
  }

  .toc ul.toc-list li {
    width: 100%;
    margin-right: 0;
  }

  .order .column-right {
    order: 1;
  }

  .order .column-left {
    order: 2;
  }

  #content .article table tr td,
  #content .article table tr td:first-child {
    width: 100%;
    display: block;
  }


  .vtimeline {
    padding: 16px;
  }

  .vtimeline:before {
    left: 16px;
  }

  @keyframes telop_move {
    0% {
      transform: translateX(0)
    }

    100% {
      transform: translateX(-400%)
    }
  }

  #content .article table.contact_table tr td:first-child {
    width: auto;
  }

  .sinior_flex {
    flex-wrap: wrap;
  }

  .sinior_flex .sinior_box {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .sinior_flex .sinior_box p {
    margin-left: 5px;
    display: inline-block;
  }

  .si_left {
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
  }

  .si_right {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #content .article .si_left h2 {
    font-size: 26px;
    margin-bottom: 0;
  }

  #content .article h4.q_txt {
    font-size: 22px;
    padding: 5px;
  }





}