@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.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  border-top: 5px solid #58c084;
  color: #5A482B;
}

ol, ul {
  padding-left: 20px;
}

.content-in {
  flex-wrap: nowrap;
}

.wrap {
  width: 960px;
}

.logo-header{
  display: none;
}

.header-inner {
  display: flex;
  align-items: center;
  width: 780px;
  height: 115px;
  margin: 0 auto;
  font-size: .75rem;
}

.header-inner div {
  text-align: center;
  margin: 0 auto;
}

.header-inner .pr {
  margin: 0 auto;
  padding-top: 10px;
}

.header-bottom-line {
  display: block;
  width: 100%;
  height: 8px;
  border-top: solid 5px #00aad2;
  background: url(/~empower/ecd/img/bg_menu.gif) 0 0 repeat-x;
}

.lang {
  width: 780px;
  height: 35px;
  margin: 10px auto;
  text-align: right;
}

.lang a {
  float: right;
  border-radius: 5px;
  width: 100px;
  padding: 5px;
  font-size: .8125rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-bottom: none;
  background: #36c2bd;
  color: #fff;
}

.icatchIndexWrap {
  width: 100%;
  background: #fff url(/~empower/ecd/img/bg_body.gif) 0 0 repeat-x;
  text-align: center;
}

.icatchIndexWrap icatch {
  width: 780px;
}

#main {
  width: 75%;
}

#main a {
  text-decoration: none;
}

#sidebar {
  width: 25%;
  padding: 2px;
}

#sidebar-scroll #nav_menu-7 {
  background: #e8e8e8;
}

#sidebar .widget-title,
#sidebar-menu-content .widget-title,
#sidebar-scroll .widget-title {
  padding: 3px;
  font-weight: 700;
  color: #fff;
  padding-left: 10px;
  background: #58c084;
  border-bottom: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}

#sidebar li,
#sidebar-menu-content li {
  padding-left: 5px;
  border-bottom: 1px dotted #000;
  list-style: none;
}

#sidebar li a,
#sidebar-menu-content li {
  text-decoration: none;
  display: block;
  padding-left: 12px;
  background: url(/~empower/ecd/img/bg_list.gif) no-repeat left center;
  color: #025590;
}

#sidebar li a img {
  margin: 10px 0;
}

#sidebar .widget_nav_menu {
  margin-bottom: 0;
}

#custom_html-3,
#custom_html-4 {
  margin-top: 50px;
}

#custom_html-3 ul,
#custom_html-4 ul,
#custom_html-5 ul {
  padding: 0;
}

#custom_html-4 ul li div {
  text-align: center;
}

#custom_html-4 ul li p {
  font-size: .75rem;
  padding: 5px;
}

#main h2 {
  margin: 20px 0;
  padding: 0 0 0 10px;
  color: #5A482B;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.5rem;
  border: 1px solid #D8D8D8;
  background: url(/~empower/ecd/img/bg_h2.gif) 100% 100% no-repeat;
  background-color: #E1FCEF;
}

#main h3 {
  margin: 15px 0;
  padding-left: 50px;
  font-size: 1.25rem;
  border-bottom: 1px solid #999;
  background: url(/~empower/ecd/img/bg_h3.gif) 0 5px no-repeat;
}

#main h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  padding: 0 5px 5px 20px;
  background: #58c084;
  color: #fff;
}

#main h5 {
  margin-bottom: 5px;
  padding: 5px;
  font-size: 1rem;
  border-bottom: 1px solid #5A482B;
}

#main em {
  font-size: .875rem;
}

#main p {
  margin-bottom: 1rem;
}

#main.main {
  padding-top: 0;
}
#main .entry-title{
  display: none;
}

#main li {
  margin: 0 0 15px 20px;
}

#main a,
#main li a {
  text-decoration: none;
  color: #58c084;
}

#main table {
  font-size: .875rem;
}

#footer {
  background: #d6ecda;
}

.entry-categories-tags {
  display: none;
}

.questionnaire p {
  margin-left: 70px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

  .wrap {
    width: 100%;
  }
  
  #main {
    width: 100%;
  }
  .header-inner h1 {
    margin-top: inherit;
  }

  .header-inner {
    width: 100%;
    margin: 0 auto;
    font-size: .75rem;
  }

  .header-inner .pr {
    padding: 5px;
  }

  .lang {
    width: 95%;
  }
}

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