/* style.css */
/*
Theme Name: Xeory Base Child
Template: xeory_base
Version: 1.0
*/



/* ----------------------------------------
* 各種共通変数
---------------------------------------- */
/* all
---------------------------------------- */
body {
  background: #f8f8f8;
}

.no-margin {
  margin: 0 !important;
}

.category-english-name {
  color: #32986d;
  font-size: 12px;
  font-weight: bold;
    display: block;
}

.category-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 14px;
  line-height: 1em;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  border-top: 3px solid #215d43;
  border-bottom: 1px solid #efefef;
  padding: 0;
}

#header #logo a {
  font-size: 22px;
  font-weight: bold;
}

#description {
  font-size: 12px;
  padding: 10px 0px 0px 30px;
  float: left;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  word-break: normal;
  padding: 42px 0px;
}

.wrap {
  margin: 0 auto;
  width: 1202px;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: -35px 0 13px !important;
}

/* ----------------------------------------
* 記事一覧ページ slug->home home.php
---------------------------------------- */
.default #main {
  background: #FFF;
  border: 1px solid #efefef;
  float: left;
  padding: 38px 49px;
  /* width: 754px; */
}
.default #main a:hover {
  color: #2692FF;
}

#main-home {
  float: left;
  width: 852px;
}
#main-home .main-inner-home {
  /* border:1px solid $border_base_color; */
  background: #FFF;
  padding: 38px 49px;
  width: 754px;
  margin-bottom: 32px;
  overflow: hidden;
}
#main-home .category-name {
  color: #231B8F;
  font-size: 14px;
  font-weight: bold;
  border: 0px transparent;
  margin: 0 0 10px 0;
  padding: 0px;
  line-height: 1em;
}
#main-home .post {
  border: 0px;
}
#main-home .post .post-content {
  padding: 0px;
  overflow: hidden;
}
#main-home .post .post-content h2 {
  font-size: 26px;
  line-height: 1.4em;
  border-bottom: transparent;
  margin: 0 0 20px 0;
  padding: 0px;
}
#main-home .post .post-content .date {
  font-size: 14px;
  background: #777;
  padding: 0px 5px;
}
#main-home .post .post-content .read-continue-home {
  font-size: 14px;
  padding: 10px 22px;
  color: #FFF;
  background: #444;
  vertical-align: top;
}
#main-home .post .post-content .read-continue-home a:hover {
  font-size: 14px;
  padding: 10px 22px;
  color: #FFF;
  background: #2692FF !important;
  vertical-align: top;
}
#main-home .post img {
  margin-left: 47px;
  float: right;
}

#main-category {
  float: left;
  width: 852px;
}
#main-category .main-inner-category {
  border: 1px solid #efefef;
  background: #FFF;
  padding: 38px 49px;
  /* width: 754px; */
  margin-bottom: 32px;
  overflow: hidden;
}
#main-category .post {
  border: 0px;
}
#main-category .post .post-content {
  padding: 0px;
  overflow: hidden;
}
#main-category .post .post-content h2 {
  font-size: 26px;
  line-height: 1.4em;
  border-bottom: transparent;
  margin: 0 0 20px 0;
  padding: 0px;
}
#main-category .post .post-content .date {
  background: #777;
  padding: 0px 5px;
}
#main-category .post .post-content .read-continue-home {
  font-size: 14px;
  padding: 10px 22px;
  color: #FFF;
  background: #444;
  vertical-align: top;
}
#main-category .post .post-content .read-continue-home:hover {
  font-size: 14px;
  padding: 10px 22px;
  color: #FFF;
  background: #2692FF !important;
  vertical-align: top;
}
#main-category .post img {
  margin-left: 47px;
  float: right;
}

#main-single {
  float: left;
  width: 852px;
}
#main-single h1.post-title {
  margin-bottom: 20px;
  font-weight: bold;
}
#main-single .post-header {
  padding: 0px;
}
#main-single .main-inner {
  border: 1px solid #efefef;
  background: #FFF;
  padding: 38px 49px;
  width: 854px;/* 754px */
  margin-bottom: 32px;
}
#main-single .category {
  font-size: 12px;
  color: #FFF;
  background: #166d42;
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 20px;
  line-height: 1em;
}
#main-single .post-sns {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0 -45px -30px;
}
#main-single .post-share {
  padding: 0 0 30px;
}
#main-single .post-author {
  display: none;
}
#main-single #comments {
  display: none;
}
#main-single .post {
  border: 0px;
}
#main-single .post .post-content {
  padding: 30px 0 20px;
  overflow: hidden;
}
#main-single .post .post-content h2 {
  display: block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 60px 0 50px 0px;
  padding: 16px 10px 16px 20px;
  color: #383939;
  background-color: #F8F8F8;
  border-bottom: 3px solid #255640;
  clear: both;
}
#main-single .post .post-content h3 {
  font-size: 22px;
  margin: 50px 0 30px;
  padding: 10px 0 10px 20px;
  clear: both;
  font-weight: normal !important;
  border-bottom: 1px solid #eee;
  border-left: 6px solid #255640;
}
#main-single .post .post-content .date {
  background: #777;
  padding: 0px 5px;
}
#main-single .post .post-content .read-continue-home {
  font-size: 14px;
  padding: 10px 22px;
  color: #FFF;
  background: #444;
  vertical-align: top;
}
#main-single .post img {
  margin-left: 47px;
  float: right;
  width: auto;
}
#main-single .post img.aligncenter{
  margin-left: auto;
  margin-right: auto;
  float: none;
}
#main-single .post .post-footer {
  padding: 0;
}

.blog .main {
  background: transparent;
}
.blog .post {
  border: 1px solid #efefef;
}

.default #side,
.default #side2 {
  background: none;
  border: none;
  float: right;
  width: 316px;
}
.default #side .side-widget ul li,
.default #side2 .side-widget ul li {
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 -20px;
}
.default #side .side-widget ul li a,
.default #side2 .side-widget ul li a {
  padding-left: 0px;
}
.default #side .side-widget ul li a:hover,
.default #side2 .side-widget ul li a:hover {
  padding-left: 0px;
  color: #6ad8a2;
}
.default #side #text-6,
.default #side2 #text-6 {
  margin: -10px 0 25px;
  padding: 0;
}
.default #side #text-6 img, .default #side #text-7 img,
.default #side2 #text-6 img, .default #side2 #text-7 img {
  margin: 0 -20px 0 -20px;
  max-width: 316px;
}
.default #side #views-2, .default #side #text-4, .default #side #text-5,
.default #side2 #views-2, .default #side2 #text-4, .default #side2 #text-5 {
  background-color: #fff;
  border: 1px solid #efefef;
}
.default #side #text-4,
.default #side2 #text-4 {
  padding-bottom: 10px;
  background: none;
  border: none;
}
.default #side #text-5 p,
.default #side2 #text-5 p {
  margin: 20px auto 20px;
  font-size: 10px;
}
.default #side #text-5 a,
.default #side2 #text-5 a {
  margin: 0px auto 20px;
  font-size: 12px;
}
.default #side #text-5 h5,
.default #side2 #text-5 h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: -15px;
}
.default #side #text-8 .side-widget-inner,
.default #side2 #text-8 .side-widget-inner {
  margin: 0 !important;
}
.textwidget .facebook_txt{
  margin: 0 0 15px;
}

/* .default #side #text-9 {
  border:1px solid #efefef;
  padding:10px 0px;
  font-size:12px;
  background-color:#fff;
  color:#666;
} */

.default #side #side-social,
.default #side2 #side-social {
  margin-top: 0px;
  border: none;
}
.default #side #side-social ul li,
.default #side2 #side-social ul li {
  border: 1px solid #efefef;
  margin: 0px 5px 10px;
  position: relative;
}
.default #side #side-social a:hover,
.default #side2 #side-social a:hover {
  color: #2692FF;
}
.default #side #side-social li .fa,
.default #side2 #side-social li .fa {
  position: absolute;
  top: 26%;
}
.default #side #side-social ul li,
.default #side2 #side-social ul li {
  padding: 15px 15px !important;
}
.default #side .follow,
.default #side2 .follow {
  padding-left: 40px;
}
.default #side .fbcolor,
.default #side2 .fbcolor {
  color: #3b5998;
  padding-right: 20px;
}
.default #side .twcolor,
.default #side2 .twcolor {
  color: #00aced;
  margin-right: 20px;
}
.default #side .gpcolor,
.default #side2 .gpcolor {
  color: #dd4b39;
  margin-right: 20px;
}
.default #side .fdcolor,
.default #side2 .fdcolor {
  color: #87bd33;
  margin-right: 20px;
}
.default #side #side-social li::before,
.default #side2 #side-social li::before {
  display: none;
}
.default #side h4,
.default #side2 h4 {
  counter-reset: rank;
}
 #views-2 li::before {
    color: #fff;
    font-weight: bold;
    font-style: italic;
  counter-increment: rank;
  content: counters(rank,".") " ";
    background: #166d42;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding: 4px 3px 0 0px;
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -15px;
    font-size: 14px;
}

/*ran*/
#views-2 li:nth-child(1)::before,
#views-2 li:nth-child(2)::before,
#views-2 li:nth-child(3)::before {
 border-radius: 0;
 font-size: 16px;
 width: 40px;
 padding: 10px 7px 0 0;
}

#views-2 li:nth-child(1)::before {
     background: url(lib/img/ranking/num01.png)no-repeat;
 background-size: contain;
}

#views-2 li:nth-child(2)::before {
     background: url(lib/img/ranking/num02.png)no-repeat;
  background-size: contain;
}

#views-2 li:nth-child(3)::before {
     background: url(lib/img/ranking/num03.png)no-repeat;
  background-size: contain;
}

.default #side .side-title,
.default #side2 .side-title {
  /* border-bottom: 3px solid #231B8F; */
  font-weight: bold;
  margin: 0 -20px;
  padding: 8px 0;
  text-align: center;
}
.default #side .cat-item,
.default #side2 .cat-item{
  background: #fff;
  padding: 0!important;
}
.default #side .cat-item a,
.default #side2 .cat-item a{
    font-size: 13px;
    padding: 16px 20px!important;
    position: relative;
}
.default #side .cat-item a:after,
.default #side2 .cat-item a:after{
    content: "\f0a9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-left: 3px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}
.default #side .side-widget-inner,
.default #side2 .side-widget-inner {
  margin: 0 20px;
}
.default #side #text-9 .side-widget-inner,
.default #side2 #text-9 .side-widget-inner{
  margin: 0;
}
.default #side #text-10 .side-widget-inner,
.default #side2 #text-10 .side-widget-inner{
  margin: 0;
  text-align: center;
}
.bizhint_bnr{
  margin-bottom: 45px;
  text-align: center;
}
.bizhint_bnr a{
  margin: 0 auto;
  width: 80%;
}
.bizhint_bnr img{
  width: 100%;
}
.default #side #social_media_buttons,
.default #side2 #social_media_buttons {
  margin: 30px 0;
}
.default #side #social_media_buttons a,
.default #side2 #social_media_buttons a {
  padding: 0px;
}
.default #side .side-widget,
.default #side2 .side-widget {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.default .main-inner {
  background: #FFF;
}

.side-widget a {
  background-image: none;
  color: #5e6265;
  display: block;
  padding-left: 0px !important;
  text-decoration: none;
  line-height: 1.6;
  font-size: 12px;
}

.side-widget a:hover {
  background-image: none;
  color: #5e6265;
  /* display: inline; */
  text-decoration: none;
}

#logo2 {
  float: right;
  padding: 15px;
}

.read_continue {
  clear: both;
  font-size: 14px;
  text-align: right;
  padding: 18px 0px;
  border-top: 1px solid #efefef;
  border-bottom: 2px solid #efefef;
  margin-bottom: 30px;
  margin-top: 20px;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
#gnav-container .clearfix:after {
  display: none;
}

#gnav {
  margin-top: -1px;
  background: #fff;
  border-top: 0px;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  font-size: 14px;
}
#gnav ol, #gnav ul {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #efefef;
  margin: 0;
}
#gnav span {
  display: block;
  font-size: 10px;
  color: #32986d;
  font-weight: normal;
}

#gnav .sub-menu {
  z-index: 10;
  font-size: 14px;
  margin: 0;
}

#gnav li {
  border-right: 1px #efefef solid;
  text-align: center;
  display: table-cell;
  float: none;
  padding: 10px 0px;
  border-bottom: 3px transparent solid;
  margin-bottom: -3px;
}

#gnav li.current-menu-item a {
  border-top: none;
}

#gnav li a {
  display: block;
  border-top: none;
  border-bottom: 3px transparent solid;
  padding: 0px;
  color: #2B2D2D;
  background: #fff;
  text-decoration: none;
  width: auto;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}


#gnav li a:hover {
  border-top: none;
}
.rp4wp-related-posts{
margin-bottom: 40px;
}
.rp4wp-related-posts h3 {
  font-size: 20px;
  border-left: 7px solid #231B8F;
  padding: 0px 20px;
  margin-bottom: 22px;
  line-height: 20px;
}
.rp4wp-related-posts ul {
  margin: 0px;
  padding: 0px;
}
.rp4wp-related-posts li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 7px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
  vertical-align: top;
}
.rp4wp-related-posts p {
  margin: 0;
  padding: 0;
}

#main-single .post .rp4wp-related-posts img{
  border: 1px solid #eee;
  margin-left: 0;
  float: none;
  width: 100%;
  max-width: none;
}
.rp4wp-related-post-image {
      width: 16%;
    margin-right: 15px;
    padding-bottom: 14px;
    display: inline-block;
    vertical-align: middle;
}
.rp4wp-related-post-content {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-top: -30px;
}
.rp4wp-related-post-content a {
    color: #24a3de;
    text-decoration: underline;
}


/*---------------------------------
各ブロック
-----------------------------------*/
#top_area_1, #top_area_2, #top_area_3, #top_area_4, #top_area_5 {
  width: auto;
  overflow: hidden;
  margin: 0px auto 20px;
}
#top_area_1 h2, #top_area_2 h2, #top_area_3 h2, #top_area_4 h2, #top_area_5 h2 {
  font-size: 16pt;
  font-weight: bold;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #6ad8a2;
  text-decoration: none;
}

/*---------------------------------
新着情報ブロック
-----------------------------------*/
#block_type_a {
  margin: 10px 0 10px 0;
  overflow: hidden;
}
#block_type_a h3 {
  font-size: 12pt;
  font-weight: bold;
}
#block_type_a h3 a:hover {
  color: #231B8F;
}
#block_type_a .block_outer_left {
  float: left;
  width: 350px;
  border: 1px solid #efefef;
  margin-bottom: 5px;
  height: 230px;
  padding: 10px;
}
#block_type_a .block_outer_left .category {
  font-weight: bold;
  float: left;
}
#block_type_a .block_outer_left .date {
  float: right;
}
#block_type_a .block_outer_left img {
  float: left;
  margin-right: 10px;
}
#block_type_a .block_outer_right {
  float: right;
  width: 350px;
  border: 1px solid #efefef;
  margin-bottom: 5px;
  height: 230px;
  padding: 10px;
}
#block_type_a .block_outer_right .category {
  font-weight: bold;
  float: left;
}
#block_type_a .block_outer_right .date {
  float: right;
}
#block_type_a .block_outer_right img {
  float: left;
  margin-right: 10px;
}
#block_type_a .block_header {
  overflow: hidden;
}
#block_type_a .block_content {
  overflow: hidden;
}

/*type_a*/
#block_type_b {
  margin: 10px 0 10px 0;
  overflow: hidden;
}
#block_type_b .block_outer_first {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
#block_type_b .block_outer_first .thumbnail_img img {
  width: 100%;
  height: auto;
}
#block_type_b .block_outer_first .category {
  position: absolute;
  top: 17px;
  left: 17px;
  color: #FFF;
  background: #231B8F;
  padding: 5px 10px;
  font-size: 12px;
}
#block_type_b .block_outer_first .category a {
  color: #FFF;
}
#block_type_b .block_outer_first .category a:hover {
  color: #FFF;
}
#block_type_b .block_outer_first .date {
  position: absolute;
  top: -40px;
  left: 25px;
  font-weight: normal;
  color: #FFF;
  font-size: 12px;
}
#block_type_b .block_outer_first h3 {
  position: absolute;
  left: 27px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  color: #FFF;
}
#block_type_b .block_outer_first h3 a {
  color: #fff !important;
}
#block_type_b .block_outer_first h3 a:hover {
  color: #2692FF !important;
}
#block_type_b .block_outer_first .block_content {
  position: relative;
}
#block_type_b .block_outer_first .block_content h3 {
  left: 0;
  bottom: 0.4em;
  color: #fff;
  margin: 0;
  padding: 35px 0 35px 3%;
  width: 97%;
  background: #333;
  filter: Alpha(opacity=70);
  opacity: 0.7;
}
#block_type_b h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 6px;
  color: #444;
}
#block_type_b h3 a:hover {
  color: #2692FF;
}
.block_outer_cnt {
  float: left;
  width: 362px;
  margin-bottom: 5px;
  height: 120px;
}
#block_type_b .block_outer_left .category {
  font-size: 12px;
  font-weight: bold;
  display: block;
}
#block_type_b .block_outer_left .category a {
  color: #231B8F;
}
#block_type_b .block_outer_left .category a:hover {
  color: #2692FF;
}
#block_type_b .block_outer_left .date {
  font-size: 12px;
  margin-top: 6px;
  color: #777;
}
#block_type_b .block_outer_left .thumbnail_img {
  width: 149px;
  float: left;
  margin-right: 10px;
}
#block_type_b .block_outer_left .post_group {
  width: 203px;
  float: left;
}
#block_type_b .block_outer_right {
  float: right;
  width: 362px;
  margin-bottom: 5px;
  height: 120px;
}
#block_type_b .block_outer_right .category {
  font-weight: bold;
  font-size: 12px;
  display: block;
}
#block_type_b .block_outer_right .category a {
  color: #231B8F;
}
#block_type_b .block_outer_right .category a:hover {
  color: #2692FF;
}
#block_type_b .block_outer_right .date {
  font-size: 12px;
  margin-top: 6px;
  color: #777;
}
#block_type_b .block_outer_right .thumbnail_img {
  width: 149px;
  float: left;
  margin-right: 10px;
}
#block_type_b .block_outer_right .post_group {
  width: 203px;
  float: left;
}

/*type_b*/
#block_type_c {
  margin: 10px 0 10px 0;
  overflow: hidden;
}
#block_type_c .block_outer_first {
  float: left;
  width: 362px;
}
#block_type_c .block_outer_first h3 {
  font-size: 16pt;
  font-weight: bold;
  line-height: 1.5em;
}
#block_type_c .block_outer_first .category {
  float: left;
}
#block_type_c .block_outer_first .date {
  float: left;
  font-size: 12pt;
}
#block_type_c .block_outer {
  float: right;
  width: 360px;
  margin-bottom: 10px;
  height: 100px;
}
#block_type_c .block_outer h3 {
  font-size: 14pt;
  font-weight: bold;
  line-height: 1.5em;
}
#block_type_c .block_outer .category {
  float: left;
}
#block_type_c .block_outer .date {
  float: left;
  font-size: 12pt;
}
#block_type_c .block_outer img {
  float: left;
  margin-right: 10px;
}

/*type_c*/
/*---------------------------------
カテゴリーブロック
-----------------------------------*/
#category_block {
  overflow: hidden;
}

#category_block_type_a_left {
  width: 350px;
  border: 1px solid #efefef;
  margin-bottom: 20px;
  float: left;
}

#category_block_type_a_right {
  width: 350px;
  float: right;
  border: 1px solid #efefef;
}

#category_block_type_a {
  margin: 10px 0 10px 0;
  overflow: hidden;
}
#category_block_type_a h3 {
  font-size: 12pt;
  font-weight: bold;
}
#category_block_type_a .category_block_outer {
  float: left;
  width: 350px;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 400px;
  padding: 10px;
}

#category_block_type_b {
  margin: 10px 0 10px 0;
  overflow: hidden;
}
#category_block_type_b .category_block_outer_first {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
#category_block_type_b .category_block_outer_first .category {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFF;
  background: #231B8F;
  padding: 10px;
}
#category_block_type_b .category_block_outer_first .date {
  position: absolute;
  top: 270px;
  left: 20px;
  font-weight: bold;
  color: #FFF;
}
#category_block_type_b .category_block_outer_first h3 {
  position: absolute;
  top: 300px;
  left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  color: #FFF;
}
#category_block_type_b h3 {
  font-size: 14pt;
  font-weight: bold;
  line-height: 1.5em;
}
#category_block_type_b .category_block_outer_left {
  float: left;
  width: 362px;
  border: 1px solid #efefef;
  margin-bottom: 10px;
  height: 120px;
}
#category_block_type_b .category_block_outer_left .category, #category_block_type_b .category_block_outer_left .date {
  font-size: 12pt;
  display: block;
}
#category_block_type_b .category_block_outer_left .date {
  float: right;
}
#category_block_type_b .category_block_outer_left img {
  float: left;
  margin-right: 10px;
}
#category_block_type_b .category_block_outer_right {
  float: right;
  width: 362px;
  border: 1px solid #efefef;
  margin-bottom: 10px;
  height: 120px;
}
#category_block_type_b .category_block_outer_right .category, #category_block_type_b .category_block_outer_right .date {
  font-size: 12pt;
  display: block;
}
#category_block_type_b .category_block_outer_right .date {
  float: right;
}
#category_block_type_b .category_block_outer_right img {
  float: left;
  margin-right: 10px;
}
#category_block_type_b .block_header {
  overflow: hidden;
}
#category_block_type_b .block_content {
  overflow: hidden;
}

/*type_b*/
#category_block_type_c {
  overflow: hidden;
}
#category_block_type_c .category_block_outer_first {
  float: left;
  width: 362px;
}
#category_block_type_c .category_block_outer_first h3 {
  float: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
#category_block_type_c .category_block_outer_first .category {
  float: left;
}
#category_block_type_c .category_block_outer_first .date {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  margin-top: 6px;
}
#category_block_type_c .category_block_outer {
  float: right;
  width: 360px;
  margin-bottom: 10px;
  height: 100px;
}
#category_block_type_c .category_block_outer h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}
#category_block_type_c .category_block_outer .category {
  float: left;
}
#category_block_type_c .category_block_outer .date {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  margin-top: 6px;
}
#category_block_type_c .category_block_outer img {
  float: left;
  margin-right: 10px;
}

/*type_c*/
#category_block_type_e_left {
  width: 362px;
  float: left;
}
#category_block_type_e_left .category_block_outer_first {
  width: 100%;
  margin-bottom: 31px;
}
#category_block_type_e_left .category_block_outer_first .category-name {
  font-size: 20px;
  border-bottom: 3px solid #231B8F;
  margin-bottom: 20px;
  padding-bottom: 14px;
  line-height: 1em;
}
#category_block_type_e_left .category_block_outer_first .date {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  margin-top: 6px;
}
#category_block_type_e_left .category_block_outer_first h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
#category_block_type_e_left .category_block_outer {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#category_block_type_e_left .category_block_outer .date {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  margin-top: 6px;
}
#category_block_type_e_left .category_block_outer img {
  float: left;
  margin-right: 10px;
}
.block_outer_cnt .block_content h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}
#category_block_type_e_left .block_header {
  overflow: hidden;
}
#category_block_type_e_left .block_content {
  overflow: hidden;
}

/*type_e_left*/
#category_block_type_e_right {
  width: 362px;
  float: right;
}
#category_block_type_e_right .category_block_outer_first {
  width: 100%;
  margin-bottom: 31px;
}
#category_block_type_e_right .category_block_outer_first .category {
  font-size: 20px;
  border-bottom: 3px solid #231B8F;
  margin-bottom: 23px;
  padding-bottom: 14px;
}
#category_block_type_e_right .category_block_outer_first .date {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  margin-top: 12px;
  margin-top: 6px;
}
#category_block_type_e_right .category_block_outer_first h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
#category_block_type_e_right .category_block_outer_first .thumbnail_img {
  float: none;
}
#category_block_type_e_right .category_block_outer {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#category_block_type_e_right .category_block_outer img {
  float: left;
  margin-right: 10px;
}
#category_block_type_e_right .category_block_outer .date {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  margin-top: 6px;
}
#category_block_type_e_right .category_block_outer .img {
  float: left;
}
#category_block_type_e_right h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}
#category_block_type_e_right .block_header {
  overflow: hidden;
}
#category_block_type_e_right .block_content {
  overflow: hidden;
}

/*type_e_right*/
#top_area_4 .block_outer_type_a {
  width: 100%;
  border: 1px solid #efefef;
  margin-bottom: 20px;
  float: left;
}

#footer {
  border-top: 1px solid #efefef;
}
#footer .wrap {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.footer-00 {
  text-align: center;
  background: #FFF;
  padding: 25px 5px 25px;
}
.footer-00 #logo {
  font-size: 24px;
  font-weight: bold;
}

.footer-01 {
  font-size: 14px;
  line-height: 14px;
  padding: 0px;
  font-weight: bold;
  background: none;
}
.footer-01 ul {
  padding: 23px 0px;
  text-align: center;
}
.footer-01 span {
  display: none;
}
.footer-01 ul li a {
  color: #666 !important;
  margin: 0 20px;
}
.footer-01 ul li a:hover {
  color: #6ad8a2 !important;
}

.footer-02 {
  background: #231B8F;
  color: #FFF;
  padding: 14px 0px;
}
.footer-02 p.footer-copy {
  text-align: center;
}

/* ----------------------------------------
* CTA BLOCK
---------------------------------------- */
.post-cta {
  border-top: 3px solid #231B8F;
  margin-bottom: 20px;
}
.post-cta .cta-post-title {
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  color: #666;
}
.post-cta p {
  font-size: 16px;
  color: #575859;
  line-height: 2em;
}
.post-cta .post-cta-cont {
  margin-top: -20px;
}
.post-cta .cta-post-content h3 {
 font-size: 32px;
 color: #e40000;
 font-weight: bold;
 border-bottom: 1px dotted #b06161;
 margin-bottom: 16px;
 padding-bottom: 8px;
  text-align: center;
}

.post-cta .cta-post-content h4 {
  font-size: 18px;
  color: #555;
 font-weight: bold;
}
.post-cta .cta-post-content ul {
  background-color: #fff;
  margin: 0 auto 8px;
  padding: 8px;
}
.post-cta .post-cta-btn a:before {
  content: "\f01a";
  font-family: FontAwesome;
  margin-right: 10px;
}
.post-cta .post-cta-btn a {
  background: none repeat scroll 0% 0% #F07503;
  border-bottom: 5px solid #D66600;
  color: #FFF;
}
.post-cta .post-cta-btn a:hover {
  background: none repeat scroll 0% 0% #D66600;
  border-bottom: 5px solid #F07503;
  color: #FFF;
}

/* ----------------------------------------
* PDF download LP BLOCK
---------------------------------------- */
.page-id-4239 #content .wrap {
  width: 1100px !important;
}
.page-id-4239 #header, .page-id-4239 #footer, .page-id-4239 .breadcrumb, .page-id-4239 #gnav {
  display: none;
}
.page-id-4239 article.page .post-header, .page-id-4239 .post-content {
  padding: 0px;
}
.page-id-4239 article.page .post-header h1, .page-id-4239 .post-content h1 {
  font-weight: bold;
  font-size: 36px;
  color: #565656;
  margin-top: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.page-id-4239 article.page .post-header {
  display: none;
}
.page-id-4239 #main {
  padding-bottom: 0px;
}
.page-id-4239 #mainlp {
  width: 62%;
  float: left;
}

.page-id-4239 #mainlp h2 {
  display: block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 90px 0 20px 0px;
  padding: 16px 10px 16px 20px;
  color: #383939;
  background-color: #F8F8F8;
  border-bottom: 3px solid #221292;
  clear: both;
}
.page-id-4239 #mainlp .pconly {
  border: 2px solid #ff0000;
  padding: 10px 30px;
}
.page-id-4239 #mainlp .pconly h4 {
  margin-top: 20px;
  text-align: center;
  color: #ff0000;
}
.page-id-4239 #mainlp #step1 {
  padding: 30px 20px;
}
.page-id-4239 #mainlp #step1 .left {
  float: left;
  width: 60%;
  padding: 10px 5px;
}
.page-id-4239 #mainlp #step1 .left hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
.page-id-4239 #mainlp #step1 .left .att {
  font-size: 15px;
}
.page-id-4239 #mainlp #step1 .left .pagenum {
  background-color: #444444;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.page-id-4239 #mainlp #step1 .left ul {
  margin: 0px auto;
}
.page-id-4239 #mainlp #step1 .left li {
  color: #333;
  background: url("images/lp_check.png") 0 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
.page-id-4239 #mainlp #step1 .right {
  float: right;
  width: 35%;
  padding: 0px 5px;
  text-align: right;
}
.page-id-4239 #mainlp #step2 {
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 30px 20px;
}
.page-id-4239 #mainlp #step2 .left {
  float: left;
  width: 60%;
  padding: 10px 5px;
}
.page-id-4239 #mainlp #step2 .left hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
.page-id-4239 #mainlp #step2 .left .att {
  font-size: 15px;
}
.page-id-4239 #mainlp #step2 .left .pagenum {
  background-color: #444444;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.page-id-4239 #mainlp #step2 .left ul {
  margin: 0px auto;
}
.page-id-4239 #mainlp #step2 .left li {
  color: #333;
  background: url("images/lp_check.png") 0 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
.page-id-4239 #mainlp #step2 .right {
  float: right;
  width: 35%;
  padding: 0px 5px;
  text-align: right;
}
.page-id-4239 #mainlp #step3 {
  padding: 30px 20px;
}
.page-id-4239 #mainlp #step3 .left {
  float: left;
  width: 60%;
  padding: 10px 5px;
}
.page-id-4239 #mainlp #step3 .left hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
.page-id-4239 #mainlp #step3 .left .att {
  font-size: 15px;
}
.page-id-4239 #mainlp #step3 .left .pagenum {
  background-color: #444444;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.page-id-4239 #mainlp #step3 .left ul {
  margin: 0px auto;
}
.page-id-4239 #mainlp #step3 .left li {
  color: #333;
  background: url("images/lp_check.png") 0 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
.page-id-4239 #mainlp #step3 .right {
  float: right;
  width: 35%;
  padding: 0px 5px;
  text-align: right;
}
.page-id-4239 #mainlp #step4 {
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.page-id-4239 #mainlp #step4 .left {
  float: left;
  width: 60%;
  padding: 10px 5px;
}
.page-id-4239 #mainlp #step4 .left hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
.page-id-4239 #mainlp #step4 .left .att {
  font-size: 15px;
}
.page-id-4239 #mainlp #step4 .left .pagenum {
  background-color: #444444;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.page-id-4239 #mainlp #step4 .left ul {
  margin: 0px auto;
}
.page-id-4239 #mainlp #step4 .left li {
  color: #333;
  background: url("images/lp_check.png") 0 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
.page-id-4239 #mainlp #step4 .right {
  float: right;
  width: 35%;
  padding: 0px 5px;
  text-align: right;
}
.page-id-4239 #mainlp h4 {
  font-size: 22px;
  color: #575859;
}
.page-id-4239 #mainlp p {
  font-size: 16px;
  line-height: 1.8em;
  color: #575859;
}
.page-id-4239 #mainlp li {
  color: #F27400;
  list-style: none;
}
.page-id-4239 #mainlp ul {
  margin-left: 0px;
}
.page-id-4239 #sidelp {
  width: 350px;
  height: auto;
  float: right;
  color: #FFF;

}
.page-id-4239 #sidelp iframe {
  width: 100%;
  height: 480px;
}
.page-id-4239 .lp-form h3 {
  font-size: 20px;
  margin: 0px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  padding: 30px;
  background-color: #333;
  border-left: none;
  text-align: center;
  border-bottom: 1px solid #444;
}
.page-id-4239 .lp-form #lp-dl-form {
  margin: 0;
}
.page-id-4239 .lp-form .last-name, .page-id-4239 .lp-form .first-name, .page-id-4239 .lp-form .mail {
  margin-bottom: 20px;
}
.page-id-4239 .lp-form .last-name p, .page-id-4239 .lp-form .first-name p, .page-id-4239 .lp-form .mail p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}
.page-id-4239 .lp-form .last-name input[type="text"], .page-id-4239 .lp-form .first-name input[type="text"], .page-id-4239 .lp-form .mail input[type="text"] {
  border-radius: 3px;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px solid #CCC;
  outline: medium none;
  font-size: 16px;
  color: #333;
  height: 30px;
  width: 90%;
}
.page-id-4239 .lp-form .last-name dd, .page-id-4239 .lp-form .first-name dd, .page-id-4239 .lp-form .mail dd {
  margin-left: 0px;
}
.page-id-4239 .lp-form .last-name {
  margin-top: 10px;
}
.page-id-4239 .lp-form .submit {
  text-align: center;
}
.page-id-4239 .lp-form .submit input {
  padding: 18px 0px !important;
  font-size: 16px;
  color: #FFF;
}
.page-id-4239 .lp-form input[type="submit"] {
  margin-top: 10px;
  padding: 10px 0px;
  background-color:#EE760A;
  color: #FFF;
  border-bottom: 5px solid #C56101;
  -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
  border-radius: 3px;
  width: 90%;
  height: 65px;
}
.page-id-4239 .lp-form .prvlink {
  text-align: center;
  margin-top: -25px;
}
.page-id-4239 .lp-form .prvlink a {
  text-align: center;
  font-size: 11px;
  color: #ddd;
  text-decoration: underline;
}
.page-id-4239 .lp-form .prvlink a:hover {
  color: #fff;
}




/*#text-10 {
  background-color: #fff;
  border: 3px solid #efefef;
}*/

img.profile-img{
  margin: 20px 0 10px 0;
  width: 100%;
}

p.bnr-name {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  text-align: center;
}

.profile {
   margin: 0;
   padding: 0;
}
  #text-10 .profile p {
   font-size: 14px;
   margin-bottom: 20px;
}


/* ----------------------------------------
* PDF download thanks BLOCK
---------------------------------------- */
.page-id-4305 #main {
  padding: 0px;
}
.page-id-4305 .breadcrumb {
  display: none;
}
.page-id-4305 article.page {
  border: none;
}
.page-id-4305 .post-title {
  color: #231B8F;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.page-id-4305 #content .wrap {
  width: 1200px;
}
.page-id-4305 .post-content {
  padding: 0px 30px 50px;
}

.text-center{
  text-align: center;
}
#text-7{
  background: #fff;
  border: 2px solid #18412d;
}
.company_box p{
  padding: 10px 0;
}
.company_box{
  padding: 10px 0 0;
}
.company_box a{
  font-size: 14px;
  font-weight: bold;
}
.default #side #text-7 .company_box a > img,
.default #side2 #text-7 .company_box a > img{
  max-width: 225px;
}
.company_box .border_bt{
  font-size: 16px;
  border-bottom: 2px dotted #166d42;
  margin: 0 auto;
  padding: 0 0 5px;
  width: 77%;
}
.default #side .side-widget .company_box ul,
.default #side2 .side-widget .company_box ul{
  text-align: left;
  margin: 5px auto 0;
  width: 37%;
}
.default #side .side-widget .company_box ul li,
.default #side2 .side-widget .company_box ul li{
  padding: 0;
  border-bottom: none;
  font-weight: normal!important;
}
.company_box .last_p{
  padding: 10px 0 0;
}
.default #side #text-7 .company_box .last_p img,
.default #side2 #text-7 .company_box .last_p img{
  max-width: 312px;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-menu-tog {
  display: none;
}

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

.nopc {display:block!important;}
.nosp {display:none!important;}


  /* laptop
    821px-1218px
  */
  .default #main {
    width: 72%;/* 66% */
    float: left;
    padding: 38px 29px;
  }
  .default #main img {
    max-width: 100%;
    height: auto;
  }
  .top_area_2 .block_outer_first .post-thumbnail{
    height: auto;
  }

  #main-single, #main-category, #main-home {
    width: 72%;/* 70% */
  }

  #main-single .main-inner, #main-category .main-inner-category, #main-home .main-inner-home {
    width: 100%;/* 90% */
    padding: 38px 30px;
  }

  .default #side,
  .default #side2 {
    width: 26%;
    float: right;
    background-color: transparent;
  }

  .wrap {
    width: auto;
    padding: 0 5px;
  }

  #side {
    border: none;
    background: none;
  }

  #text-7 .side-widget-inner {
    margin: 0px !important;
  }

  .top_area_1 {
    margin-top: -10px;
  }

  .top_area_1, .top_area_2, .top_area_3, .top_area_4, .top_area_5 {
    padding: 10px !important;
  }

  .block_outer_cnt {
    float: none;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    margin-left: 0;
  }
  #block_type_b .block_outer_left .category, #block_type_b .block_outer_right .category {
    display: block;
  }
  #block_type_b .block_outer_left .date, #block_type_b .block_outer_right .date {
    display: block;
  }
  #block_type_b .block_outer_left img, #block_type_b .block_outer_right img {
    float: left;
    margin-right: 10px;
  }
  #block_type_b .block_outer_left .post_group, #block_type_b .block_outer_right .post_group {
    width: 60%;
  }
  #block_type_b .block_outer_first {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px;
  }
  #block_type_b .block_outer_first .thumbnail_img {
    max-width: 100%;
  }
  #block_type_b .block_outer_first img {
    width: 100%;
  }
  #block_type_b .block_outer_first .category {
    position: absolute;
    top: 5%;
    color: #FFF;
    background: #231B8F;
    padding: 10px;
  }
  #block_type_b .block_outer_first .date {
    position: relative;
    font-weight: bold;
    color: #999;
    left: 0px;
  }
  #block_type_b .block_outer_first h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    left: 0px;
  }

  .category_block_left, .category_block_right{
    width: 100%;
    float: none;
  }

  #category_block_type_c {
    width: 100%;
  }
  #category_block_type_c .category_block_outer_first {
    width: 100%;
  }
  #category_block_type_c .category_block_outer_first img {
    width: 100%;
    height: auto;
  }
  #category_block_type_c .category_block_outer {
    width: 100%;
    float: left;
  }

  #text-6, #text-7 {
    margin: 0;
    text-align: center;
  }

  #text-6 img, #text-7 img {
    margin: 0;
    max-width: 100% !important;
  }

  .footer-01 ul li {
    line-height: 2.2em;
  }

  /* ----------------------------------------
  * -1200px PDF download LP BLOCK
  ---------------------------------------- */
  .page-id-4305 #content .wrap {
    width: 100% !important;
  }
  .page-id-4305 #main {
    padding-bottom: 0px;
  }
  .page-id-4305 #main .main-inner {
    margin-right: 0px;
    padding-right: 80px;
  }

  .page-id-4239 #content .wrap {
    width: 100% !important;
  }
  .page-id-4239 #header, .page-id-4239 #footer, .page-id-4239 .breadcrumb, .page-id-4239 #gnav {
    display: none;
  }
  .page-id-4239 article.page .post-header, .page-id-4239 .post-content {
    padding: 0px;
  }
  .page-id-4239 article.page .post-header h1, .page-id-4239 .post-content h1 {
    font-weight: bold;
    font-size: 36px;
    color: #565656;
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .page-id-4239 article.page .post-header {
    display: none;
  }
  .page-id-4239 #main {
    padding-bottom: 0px;
  }
  .page-id-4239 #main .main-inner {
    margin-right: 0px;
    padding-right: 80px;
  }
  .page-id-4239 #mainlp {
    width: 55%;
  }
}


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

.nopc {display:block!important;}
.nosp {display:none!important;}

  .sp-hide {
    display: none !important;
  }

  .sp-show {
    display: block !important;
  }

  .read_continue a {
    padding-right: 20px;
  }

  #header #logo a {
    margin-left: 15px;
    float: none;
  }

  #logo2 img {
    width: 180px;
  }

  #description {
    padding: 10px 0 0 25px !important;
  }

  #main .post-sns {
    margin: 0 -20px -20px !important;
  }

  #main-single, #main-category, #main-home {
    width: auto;
    float: none;
  }

  #main-category .post .post-content, #main-home .post .post-content {
    padding: 0 !important;
  }

  #main-single .main-inner, #main-categiry .main-inner-category, #main-home .main-inner-home {
    width: auto;
  }

  #main-category .post .post-content h2, #main-home .post .post-content h2 {
    font-size: 22px;
  }

  #main-category .date-home, #main-home .date-home {
    font-size: 12px;
  }

  #main-category .post .post-content .read-continue-home, #main-home .post .post-content .read-continue-home {
    font-size: 12px;
  }

  #side {
    width: 100% !important;
    float: none;
  }

  .alignleft,
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

  .wrap {
    width: 96%;
    margin: 0 2%;
  }

  #main-category .post img {
    margin-left: 30px;
    max-width: 45%;
  }

  /* layout */
  .left-content #main {
    width: 100%;
    float: none;
    padding: 0px;
  }
  .left-content #main .main-inner {
    width: 100%;
  }

  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }

  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 100%;
  }

  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
    padding: 36px 0 32px !important;
  }

  #header .wrap {
    padding: 0;
  }


#header #logo {
	vertical-align: top;
	padding-left: 30px;
	width: 55%;
	font-size: 20px;
	box-sizing: border-box;
}

  #header #header-primary-nav {
    display: none;
  }

  #header-menu-tog {
    display: block;
    float: left;
    font-size: 24px;
    position: absolute;
margin-left:10px;
  }
  #header-menu-tog a {
color:#fff;
}

  #gnav {
    display: none;
  }

  #gnav.active {
    display: block;
  }

  .home #gnav {
    display: block!important;
  }

  .home #gnav.active {
    display: none!important;
  }


  #gnav {
    margin: 20px 2%;
    border: 1px solid #efefef;
    padding: 10px;
  }

  #gnav ul li {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    display: block;
    border-bottom: 1px solid #efefef;
  }

  #gnav ul li.current-menu-item a {
    border-top: none;
    background: #f7f7f7;
  }

  #gnav ul li a {
    display: block;
    border-top: none;
    padding: 10px 8px;
    color: #2B2D2D;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-bottom: none;
    font-weight: bold;
    padding-bottom: -3px;
  }

  #gnav ul li a:hover {
    color: #2B2D2D;
    border-top: none;
  }

  #gnav ul li a:hover .sub-menu {
    display: block;
  }

  #gnav ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #fff;
    border: none;
    border-bottom: none;
  }

  #gnav ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }

  #gnav ul li .sub-menu li:list-child {
    border-bottom: none;
  }

  #gnav ul li .sub-menu li a {
    color: #2581c4;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px #e5e5e5 solid;
  }

  #gnav ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #2581c4;
    box-shadow: 0;
  }

  #gnav ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }

  #gnav li {
    border-right: none;
  }

  #gnav ul {
    border-left: none;
  }

  /* first */
  #top_area_1 {
    margin-top: -10px;
  }

  /* content */
  #main-single .post-header {
    padding: 0 20px;
  }

  #content .wrap {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  #content .post-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .post-title {
    margin-bottom: 12px;
  }

  /* loop */
  .post-loop-wrap .post-thumbnail {
    height: 215px;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .post-loop-wrap .post-content {
    padding: 0 40px;
  }

  .post-loop-wrap .post-footer {
    display: none;
  }

  /* comment */
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
  }

  /* padding */
  .post-header {
    padding: 42px 20px 20px;
  }

  .post-content,
  .cta-post-title,
  .post-cta,
  .post-cta-inner,
  .post-share,
  .post-author,
  article.page .post-header {
    padding: 20px;
  }

.post-content {
padding:0!important;
}

  .post-thumbnail,
  .post-cta-img {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .post-footer {
    padding: 0 40px !important;
  }

  #block_type_b .block_outer_first .date {
    left: 20px;
    color: #fff;
  }
  .block_outer_cnt {
    float: left;
    width: 48%;
    border: none;
    margin-bottom: 30px;
    height: auto;
  }
  #block_type_b .block_outer_left .category {
    display: block;
  }
  #block_type_b .block_outer_left .date {
    display: block;
  }
  #block_type_b .block_outer_left img {
    float: left;
    margin-right: 10px;
  }
  #block_type_b .block_outer_left .post_group {
    width: 100%;
    float: none;
  }
  #block_type_b .block_outer_right {
    float: right;
    width: 48%;
    border: none;
    margin-bottom: 10px;
  }
  #block_type_b .block_outer_right .category {
    display: block;
  }
  #block_type_b .block_outer_right .date {
    display: block;
  }
  #block_type_b .block_outer_right img {
    float: left;
    margin-right: 10px;
  }
  #block_type_b .block_outer_right .post_group {
    width: 100%;
    float: none;
  }

  #text-6, #text-7 {
    margin: 0 auto;
    text-align: center;
  }

  #text-6 img, #text-7 img {
    margin: 0 auto !important;
    max-width: 100% !important;
  }


  #text-10 {
    background-color: #fff;
    border: 3px solid #efefef;
  }

  img.profile-img{
    margin: 30px 0 0 20px;
    float: right;
    width: 35%;
  }

  p.bnr-name {
    margin: 30px 0 15px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
  }

  .profile {
    margin-bottom: 20px;
  }
  #text-10 .profile p {
    font-size: 13px;
    margin-bottom: 5px;
    padding: 0 15px 15px 0;
  }


  /* ----------------------------------------
  * -800px PDF download LP BLOCK
  ---------------------------------------- */
  .page-id-4239 #content .wrap {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }
  .page-id-4239 #mainlp {
    width: 100%;
    float: none;
  }
  .page-id-4239 #sidelp {
    width: 100%;
    float: none;
  }
  .page-id-4239 .lp-form input[type="submit"] {
    width: 60%;
  }

.company_box{
 margin: 0 -20px;
}
.default #side #text-7 .company_box a > img,
.default #side2 #text-7 .company_box a > img{
  width: 350px!important;
}
.default #side .side-widget .company_box ul,
.default #side2 .side-widget .company_box ul{
  width: 100px;
}

.maill_img{
  max-width: 150px;
  width: 100%;
  margin-top: -220px;
  opacity: 0.8;
}

  /* tablet end */
}
@media screen and (max-width: 550px) {

.maill_img{
	margin-top: -80px;
}

.default #side #text-7 .company_box a > img,
.default #side2 #text-7 .company_box a > img{
  width: 240px!important;
}

.nopc {display:none!important;}
.nosp {display:block!important;}

.page-id-4239 #sidelp {height: auto;}

  #content .wrap {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .wrap {
    margin: 0px !important;
  }

  .post-content　 {
    padding: 0px !important;
  }

  #logo2 {
    display: none;
  }

  #header {
    padding: 20px 0px 20px !important;
  }

  #header #logo a {
    margin-left: 15px;
font-size:20px;
  }

#description {
	padding: 10px 0 0 0!important;
	width: 45%;
	text-align: right;
	float: left;
	box-sizing: border-box;
font-size:11px;

  }

  #main-single .post .post-content h2 {
    font-size: 22px;
    margin-top: 56px;
  }

  #main-single .post .post-content h3 {
    font-size: 20px;
    margin-top: 56px;
  }

  #main-single .post .post-content h4 {
    font-size: 18px;
  }

  #main-single .main-inner {
    padding: 20px 10px;
  }

  #main-single .post-content {
    padding: 0px !important;
  }

  #main-single .post-header {
    padding: 10px 10px 10px;
  }

  #main-single h1.post-title {
    font-size: 26px;
  }

  #main .post-share .post-sns {
    margin: 0 -20px -20px;
  }

  #main-single .post-sns {
    margin: 0px;
  }

  #main-category .main-inner-category, #main-home .main-inner-home {
    width: auto;
  }

  #main-category .post img, #main-home .post img {
    float: none;
    width: 100%;
    margin-left: 0px;
    max-width: 100%;
  }

  .post-sns ul li {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #efefef;
  }

  .post-sns ul li a {
    padding: 16px 0;
    font-size: 16px;
  }

  .post-sns ul li a span {
    font-size: 16px;
  }

  .post-sns ul li a:before {
    font-size: 18px;
  }

  .rp4wp-related-posts li {
    width: 100%;
    font-size: 12px;
    overflow: hidden;
  }

  .rp4wp-related-post-image {
    width: 50%;
    margin-right: 10px;
    display: block;
    float: left;
  }

  .rp4wp-related-post-content {
    display: block;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
  }

  #main #comments {
    padding: 20px;
  }

  #main .post-author {
    padding: 20px;
  }

  #main .post-author .post-author-img {
    float: none;
  }

  #main .post-author .post-author-meta {
    padding: 0;
    margin: 10px 0 0;
  }

  .post-footer {
    padding: 0 20px !important;
  }

  #main .post-cta .cta-post-title {
    font-size: 24px !important;
    padding: 0 0 20px !important;
  }

  #block_type_b .block_outer_left, #block_type_b .block_outer_right {
    float: none;
    margin-bottom: 25px;
    width: 100%;
    height: auto;
  }
  #block_type_b .block_outer_left .category, #block_type_b .block_outer_right .category {
    display: block;
  }
  #block_type_b .block_outer_left .date, #block_type_b .block_outer_right .date {
    display: block;
  }
  #block_type_b .block_outer_left img, #block_type_b .block_outer_right img {
    float: left;
    margin-right: 10px;
  }
  #block_type_b .block_outer_left .thumbnail_img, #block_type_b .block_outer_right .thumbnail_img {
    width: 100px;
  }
  #block_type_b .block_outer_left h3, #block_type_b .block_outer_right h3 {
    font-size: 12px;
  }
  #block_type_b .block_outer_first {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px;
  }
  #block_type_b .block_outer_first .category {
    position: absolute;
    top: 5%;
    color: #FFF;
    background: #231B8F;
    padding: 10px;
  }
  #block_type_b .block_outer_first .date {
    position: relative;
    font-weight: normal;
    color: #999;
    left: 20px;
  }
  #block_type_b .block_outer_first h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    color: #231B8F;
    left: 0px;
  }

  #category_block_type_e_left, #category_block_type_e_right {
    width: 100%;
    float: none;
  }

  #category_block_type_e_left .category_block_outer .thumbnail_img, #category_block_type_e_right .category_block_outer .thumbnail_img {
    width: 100px;
  }
  #category_block_type_e_left .category_block_outer h3, #category_block_type_e_right .category_block_outer h3 {
    font-size: 12px;
  }

  #category_block_type_c {
    width: 100%;
  }
  #category_block_type_c .category_block_outer_first {
    width: 100%;
  }
  #category_block_type_c .category_block_outer {
    width: 100%;
    float: left;
  }
  #category_block_type_c .category_block_outer .thumbnail_img {
    width: 100px;
  }
  #category_block_type_c .category_block_outer h3 {
    font-size: 12px;
  }


  #text-10 {
    background-color: #fff;
    border: 3px solid #efefef;
  }

  img.profile-img{
    width: 70%;
    margin: 30px auto 20px;
    display: block;
    float: none;
  }

  p.bnr-name {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    text-align: center;
  }

  .profile {
    margin: 0;
    padding: 0;
  }
  #text-10 .profile p {
    margin-bottom: 0px;
    padding: 0 15px 30px 15px;
  }

  /* --トップページtop_area_1-- */
  .block_outer_cnt{
    float: none;
    width: 100%;
  }


  /* ----------------------------------------
  * -550px PDF download LP BLOCK
  ---------------------------------------- */
  .page-id-4239 .post-content h1 {
    font-size: 28px;
  }
  .page-id-4239 #main {
    padding: 10px 10px;
  }
  .page-id-4239 #main .main-inner {
    padding-right: 30px;
  }
  .page-id-4239 #mainlp #step1 .left, .page-id-4239 #mainlp #step2 .left, .page-id-4239 #mainlp #step3 .left, .page-id-4239 #mainlp #step4 .left {
    width: 100%;
    float: none;
  }
  .page-id-4239 #mainlp #step1 .right, .page-id-4239 #mainlp #step2 .right, .page-id-4239 #mainlp #step3 .right, .page-id-4239 #mainlp #step4 .right {
    float: none;
    width: 100%;
    text-align: center;
  }


  /* phone end */
}

.cta_box br{
 display: none;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/** 180613追加分 **/
.mailform_title {
  background: #ff9239;
  text-align:  center;
  font-size:  17px;
  padding: 7px;
  line-height:  1.3;
  color:  #fff;
}
.mailform_text {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.8;
}
.side_mailform_box dt {
  background: #c7e6d9;
  padding:  6px;
  font-size: 14px;
}
.side_mailform_box .melma {
  padding: 5px 10px;
}
.side_mailform_box .melma input[type="text"] {
  width: 95%;
  margin: 10px auto;
  display:  block;
}
.side_mailform_box {
  background: #fff;
  border: 1px solid #bbb;
  margin:  0 -20px;
}

.side_bnr_box {
  margin:  0 -20px;
}

.side_mailform_box input[type="submit"] {
  padding: 7px 0;
  margin-bottom:  10px;
}
.test-side .editor_blog {
  margin: 0 -20px;
  background: #fff;
  padding: 0 5px 5px;
}
.lef_img {
  width: 50%;
  height: auto;
  margin: 5px 5px 5px 0;
}
.test-side .profile {
  font-size: 13px;
}
.test-side .profile p{
  margin-bottom: 5px;
}
.pc-side_fixed{
  top: 2%;
	left: 68%;
	width: 18%;
	position: fixed;
}

#header_text {
  color:  #fff;
  font-weight:  bold;
  font-size:  18px;
  float:  left;
  line-height: 72px;
}

#header .test #logo img {
  max-width: 280px;
}
#header .test #logo {
  float: right;
}
.test #logo2{
  float: left;
  padding: 8px 15px 15px;
}
.textbr{
  display: none;
}
.new-min-ttl{
  font-size: 17px;
  padding: 5px 0;
}
.side_fixed{
  position: fixed;
  top: 10px;
  display: none;
}
.center{
  text-align: center!important;
}
.pagetop{
  right: 10px;
}
@media screen and (max-width: 1100px){
  .textbr{
    display: block;
  }
  #header_text {
    line-height: 1.3;
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px){
  #header_text {
    margin-top: 0;
    width: 39%;
  }
}
@media screen and (max-width: 820px){
  .test #logo2,
  #header_text{
    display: none;
  }
  #header .test #logo{
    float: left;
  }
}
@media screen and (max-width: 768px){
  .default #side2{
    display: none!important;
  }
}


/** 181011フッター追従 **/
@media screen and (min-width: 769px){
  .sp_only{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .mail_magazine_area {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #c7e6d9;
    display: block;
    width: 100%;
    padding: 10px;
  }
  .f_lesson_btn {
    float: left;
    width: 49%;
    text-align: center;
    margin-right: 2%;
  }
  .f_mailmafa_btn {
    float: left;
    width: 49%;
    text-align: center;
  }
  .mail_magazine_area::after {
    content: '';
    clear: both;
    display: block;
  }
  .f_mailmafa_btn a, .f_lesson_btn a {
    display: block;
    color: #18412d;
    border: 2px solid #18412d;
    background: #fff;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
  }

  .pagetop{
    bottom: 95px;
  }
}

/** 181025_headerメルマガ追加 **/
@media screen and (min-width:821px){
  .melmaga_area {
    display: none;
  }
}
.melmaga_area {
  background: #c7e6d9 url(img/at_merumaga_bg.png) center 0px no-repeat;
  background-size: 100% 400px;
}
.melmaga_box {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 5px;
}
.melmaga_box .bold {
  font-weight: bold;
}
.melmaga_box p {
  margin-bottom: 20px;
  font-size: 18px;
}
.melmaga_box .h_merumaba_ttl {
  margin-bottom: 10px;
  font-size: 25px;
  margin-top: 15px;
}
.melmaga_box .h_merumaba_ttl span {
  font-weight: bold;
}
.melmaga_box .mail_form, .melmaga_box .melma_sent_btn {
  display: inline-block;
  vertical-align: middle;
}
.melmaga_box .mail_form {
  width: 32.5%;
}
.melmaga_box .mail_form input[type="text"] {
  width: 100%;
}
.melmaga_box .melma_sent_btn input[type="submit"] {
  background: #2581c4!important;
  width: 100%!important;
  padding: 5px 25px;
  font-weight: normal;
}
.sp_block{
  display: none;
}
.melmaga_box img {
  max-width: 480px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width:500px){
  .melmaga_box p{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .melmaga_box .h_merumaba_ttl{
    font-size: 18px;
  }
  .melmaga_box .mail_form {
    width: 70%;
  }
  .sp_none{
    display: none;
  }
  .sp_block{
    display: block;
  }
  .melmaga_box img{
    max-width: 350px;
  }
  .melmaga_box .h_merumaba_ttl{
    margin-bottom: 0;
  }
}
@media screen and (max-width:375px){
  .melmaga_box .h_merumaba_ttl {
      font-size: 15px;
  }
  .melmaga_box .h_merumaba_ttl span{
    font-size: 18px;
  }
  .melmaga_box img {
    max-width: 290px;
  }
}
