@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* ミッションビジョン用 */
#post-82{
  padding: 0px 10px 50px 10px !important;
}

#posts-category-box{
  padding: 0px;
  text-align: center;
}
#posts-category-box li a{
  text-decoration: none;
  color: black;
}
#posts-all{
  margin: 0px 0px 5px 0px;
  display: inline-block;
  width: 130px;
  text-align: center;
  border: solid 1px black;
}
#posts-topics{
  margin: 0px 0px 5px 0px;
  display: inline-block;
  width: 130px;
  text-align: center;
  border: solid 1px black;
}
#posts-media{
  margin: 0px 0px 5px 0px;
  display: inline-block;
  width: 130px;
  text-align: center;
  border: solid 1px black;
}
#posts-recruit{
  margin: 0px 0px 5px 0px;
  display: inline-block;
  width: 130px;
  text-align: center;
  border: solid 1px black;
}
.entry-title{
  display: none;
}
.type-post header .entry-title{
  display: block !important;
}
#comment-area{
  display: none;
}
#wprmenu_menu_ul li.wprmenu_parent_item_li>ul {
  padding: 0px !important;
  margin: 0;
}
/* ///スライド */
#main article{
  padding: 0px 50px 50px 50px;
}
#post-date{
  margin-top: 20px;
  font-size: 15px;
}
.admin-pv{
  display: none;
}
#list a{
  border-bottom: solid 1px grey;
}
.header, .header .site-name-text, #navi .navi-in a, #navi .navi-in a:hover {
    float: left !important;
}
#navi-in ul li{
  position: relative;
}
/* 編集したとこ */
#navi-in ul li .sub-menu{
  left: -60px;
  position: absolute;
}
#navi-in ul li .sub-menu li a:hover{
  border-bottom: 3px solid #0e7ac4;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 60px;
  height: auto;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.postDate{
  font-size: 15px;
  display: inline-block;
}
.categoryName{
  display: inline-block;
  border: solid 1px;
  font-size: 10px;
  padding: 0px 10px;
  width: 90px;
  text-align: center;
}
.contentTitle {
  font-size: 28px;
  margin-bottom: 30px;
  border-bottom: solid 1px grey;
}
.postInfo{
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}
#news-button-box{
  text-align: center;
  border-bottom: solid 1px grey;
  padding-bottom: 50px;
}
#news-button{
  background-color: white;
  border: solid 1px #204492;
  transition: background-color 1s;
  color: #204492;
  width: 200px;
  padding: 10px;
  margin-top: 50px;

  /* 1秒かけて背景色をアニメーションさせる */
  transition: background-color 1s;
}
#news-button:hover {
    /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #6b95ef;
}
#news-box{
  margin-bottom: 100px;
}
#corpo-box{
  margin-bottom: 0px;
}
#corpo-info ul li a{
  text-decoration: none;
  color: black;
}
#corpo-info ul li a:hover{
  text-decoration: underline;
}
#corpo-info ul li {
  position: relative;
}
#corpo-info ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: -1em;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #1e8ed9;
  border-radius: 100%;
}

/*レスポンシブで設定
 .business-box1 p{
  padding: 0px 0px 0px 20px;
}
.business-box2 p{
  padding: 0px 0px 0px 20px;
}
.business-box3 p{
  padding: 0px 0px 0px 20px;
} */
#business-content{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  background-image: url('content.png');
  /* display: grid;
  padding: 20px 0px 100px 0px;
  grid-gap: 0px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px; */
  border-bottom: 0;
}
#border-space{
  height: 30px;
  border-bottom: solid 1px grey;
}
#business-box{
  margin-bottom: 100px;
}
.box-title1{
  color: white;
  line-height: 2.8;
  text-align: center;
  background-color: #2063a8cf;
}
.box-title2{
  color: white;
  line-height: 2.8;
  text-align: center;
  background-color: #2063a8cf;
}
.box-title3{
  color: white;
  line-height: 2.8;
  text-align: center;
  background-color: #2063a8cf;
}
.business-box1{
  border: solid 1px #2063a8cf;
  position: relative;
}
.business-box2{
  border: solid 1px #2063a8cf;
  position: relative;
}
.business-box3{
  border: solid 1px #2063a8cf;
  position: relative;
}
.box-desc1{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: solid 1px #2063a8cf;
}
.box-desc2{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: solid 1px #2063a8cf;
}
.box-desc3{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: solid 1px #2063a8cf;
}

/* ここまで */

/* 初期状態でサブメニューを非表示にしておく */
.sub-menu {
  display: none;
}

/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
.menu-item-has-children:hover .sub-menu {
  display: block;
}
.menu {
  text-align: center;
}

/* 親メニューをinline-blockにしてセンターに配置 */
.menu > .menu-item {
  display: inline-block;
  padding: .5em .3em;
}

/* リストの記号を消去 */
.menu-item {
  list-style-type: none;
}

/* サブメニューをabsoluteにするため、親メニューをrelativeに */
.menu-item-has-children {
  position: relative;
}

/* 親メニューにマウスオーバーしたときにカーソルを変更 */
.menu-item-has-children:hover {
  cursor: pointer;
}

/* 子を持つ親メニューにマウスオーバーしたときサブメニューを表示 */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* サブメニューをabsoluteにして親メニューの下に配置。スタイルは適宜調整してください */
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
}

/* サブメニューの境目をわかりやすくするため、一番下の項目以外下線を引いた */
.sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* サブニューのリンクタグをmenu-itemの大きさと合わせ、クリックしやすいようにした */
.sub-menu > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .5em 0;
}

/* サブメニューにマウスオーバーしたときリンクの背景色とテキストカラーを変更 */
.sub-menu > .menu-item a:hover {
  background: black;
  color: white;
}

.new-entry-cards .display-none {
	display: block;
	padding-top: 0.2em;
	text-align: right;
}
.new-entry-card-update-date {
	display: none;
}
.item-label:hover{
  color: #0e7ac4;
}
.nav-in{
  box-sizing: border-box;
  width: 100%;
  padding-left: 50px;
}

/* 編集(トップページ、フッター) */
ul.ddmenu {
	margin: 0px;
  text-align: center;
}
ul.ddmenu li {
	margin: 0px 5px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}
ul.ddmenu a {
	color: white;
	line-height: 30px;
	text-decoration: none;
	display: block;
}

ul.ddmenu ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
  left: -15px;
}
ul.ddmenu li:hover {
	border-bottom: 1.5px solid white;
}
ul.ddmenu ul li {
	width: 135px;
}
ul.ddmenu ul li a {
	line-height: 30px;
	text-align: left;
	padding-left: 15px;
	font-weight: normal;
  font-size: 15px;
  width: 200px;
}
@media screen and (max-width: 350px){
ul.ddmenu li {
    margin: 0px 2px;
    display: inline-block;
    list-style-type: none;
    position: relative;
}
}
#missionimg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 650px;
  background-image: url('mission.jpg');
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/
  #missionimg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 450px;
    background-image: url('mission.jpg');
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  #missionimg{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
    max-width: 1000px;
    background-image: url('mission.jpg');
  }
  .content {
    margin-top: 28px;
  }
  #wprmenu_bar{
    top: 0px !important;
    height: 70px !important;
    border-top: solid 10px #2063a8cf;
    border-bottom: solid 1px grey;
  }
  #wprmenu_bar div.hamburger {
    margin-top: 3px !important;
  }
  #wprmenu_menu_ul li.wprmenu_parent_item_li>ul{
    width: 100%;
    background-color: #203171;
  }
  #mg-wprm-wrap div.wpr_search {
    padding: 13px;
    margin-top: 120px !important;
  }
  #mg-wprm-wrap{
    top: 70px !important;
  }
  .bar_logo {
    border: none;
    margin: 0;
    padding: 0px !important;
    width: 55px !important;
    height: 45px !important;
  }
  .logo-header img {
      width: 80px !important;
      margin-left: 30px !important;
  }
  #business-content{
    border-bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    background-image: url('content.png');
  }
  #border-space{
    height: 30px;
    border-bottom: solid 1px grey;
  }
  .box-title1{
    color: white;
    line-height: 2.8;
    text-align: center;
    background-color: #2063a8cf;
  }
  .box-title2{
    color: white;
    line-height: 2.8;
    text-align: center;
    background-color: #2063a8cf;
  }
  .box-title3{
    color: white;
    line-height: 2.8;
    text-align: center;
    background-color: #2063a8cf;
  }
  .business-box1{
    border: solid 1px #2063a8cf;
    position: relative;
  }
  .business-box2{
    border: solid 1px #2063a8cf;
    position: relative;
  }
  .business-box3{
    border: solid 1px #2063a8cf;
    position: relative;
  }
  .box-desc1{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: solid 1px #2063a8cf;
  }
  .box-desc2{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: solid 1px #2063a8cf;
  }
  .box-desc3{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: solid 1px #2063a8cf;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  /* 編集したとこ */
  #missionimg{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 250px;
    max-width: 1000px;
    background-image: url('mission.jpg');
  }
#business-content{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  background-image: url('content.png');
}
#metaslider_110 .flex-viewport ul li img{
  height: 200px;
}
.postInfo {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  width: 100%;
}
.box-title1{
  color: white;
  line-height: 2.8;
  text-align: center;
  background-color: #2063a8cf;
}
.box-title2{
  color: white;
  line-height: 2.8;
  text-align: center;
  background-color: #2063a8cf;
}
.box-title3{
  color: white;
  line-height: 2.8;
  text-align: center;
  background-color: #2063a8cf;
}
.business-box1{
  border: solid 1px #2063a8cf;
  position: relative;
}
.business-box2{
  border: solid 1px #2063a8cf;
  position: relative;
}
.business-box3{
  border: solid 1px #2063a8cf;
  position: relative;
}
.box-desc1{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: solid 1px #2063a8cf;
}
.box-desc2{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: solid 1px #2063a8cf;
}
.box-desc3{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: solid 1px #2063a8cf;
}
  /* ここまで */
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
