@charset "UTF-8";
/* all display
-------------------------------------------------- */
.wrap {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}
/*
.main-inner {
  margin-right: 330px;
}

#side {
  width: 290px;
  float: left;
  margin-left: -290px;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 330px;
  margin-left: 0;
}
.left-content #side {
  width: 290px;
  float: left;
  margin-left: -290px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 330px;
  margin-right: 0;
}
.right-content #side {
  width: 290px;
  float: left;
  margin-left: -100%;
}
*/
.one-column #content .wrap {
  width: 1000px;
}
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }

  .main-inner {
    margin-right: 320px;
    box-sizing: border-box;
  }

  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
	
  #header #logo img{width: 48px;}	

  /* phone end */
}
/* ----------------------------------------
* カラースキーム
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  /*background: #f9f9f9;*/
  color: #383838;
}

a {
  text-decoration: none;
  color: #2581c4;
}
a:hover {
  text-decoration: underline;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #2581c4;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  background: #fff;
  padding: 36px 0 32px;
  border-bottom: 1px solid #efefef;
}
#header #logo {
  float: left;
  font-size: 24px;
  width:256px;
}
#header #logo a {
  color: #383838;
}
#header #logo p {
  color: #383838;
}
#header #header-sns {
  float: right;
}
#header #header-sns ul {
  padding: 0 0 10px;
}
#header #header-sns li {
  display: inline-block;
  margin-left: 30px;
  font-size: 21px;
}
#header #header-sns li a {
  color: #ccc;
}
#header #header-sns li a:hover {
  color: #57585a;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: 0 0 15px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
#gnav {
  margin-top: -1px;
  background: #fff;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  font-size: 14px;
}
#gnav .sub-menu {
  z-index: 10;
  font-size: 14px;
  margin: 0;
}
#gnav ul {
  margin: 0;
  padding: 0;
}
#gnav li {
  float: left;
  position: relative;
  padding: 0 24px 0 0;
}
#gnav li.current-menu-item a {
  /*border-top: 1px #2581c4 solid;*/
}
#gnav li a {
  display: block;
  border-top: 1px #efefef solid;
  margin-top: -1px;
  padding: 20px 0px;
  color: #2B2D2D;
  background: #fff;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
}
#gnav li a:hover {
  /*color: #2B2D2D;
  border-top: 1px #2581c4 solid;*/
}
#gnav li a:hover .sub-menu {
  display: block;
}
#gnav li .sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: none;
  border-bottom: none;
  margin: 0;
  left:20px;
}
#gnav li .sub-menu li {
  float: none;
  border-bottom: none;
  margin-right: 0;
  padding: 0;
}
#gnav li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav li .sub-menu li a {
  color: #fff;
  background: #29a16a;
  /*font-size: 12px;*/
  padding: 14px 18px;
  margin-top: 0;
  border: none;
  overflow: hidden;
}
#gnav li .sub-menu li a:hover {
  /*background: #373B3B;
  color: #fff;*/
}
#gnav li .sub-menu li a:after {
  /*content: "\f105";
  float: right;
  font-family: 'FontAwesome';*/
}
#gnav li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 0;
  /* キャプション */
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #efefef;
  text-align: center;
  padding: 5px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

body.home #content {
  padding-top: 52px;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  margin-bottom: 40px;
  /*background: #fff;
  border: 1px #e5e5e5 solid;*/
}

.cat-content-area {
  margin-top: 16px;
}

.post-header {
  padding: 60px 0;
}

.post-title a {
  color: #383838;
}
.post-title a:hover {
  color: #f24e4f;
  text-decoration: none;
}

.cat-header,
article.page .post-header {
  padding: 70px 0 50px;
  margin-bottom: 0;
  /*background: #fff;*/
}
.cat-content,
article.page .post-title {
  margin-bottom: 0;
}

.post-meta {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  border-top: 1px #efefef solid;
}
.post-meta li {
  /*background: #fff;*/
  float: left;
  /*margin-top: -0.7em;*/
  margin-right: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.post-thumbnail {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-content {
  padding: 42px 0;
  /*overflow: hidden;*/
}
.post-content hr {
  border-bottom: 1px solid #e7e7e7;
  margin: 24px 0;
  clear: both;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.post-content dl dd {
  margin: 0 0 24px;
  border-left: 4px solid #e7e7e7;
  padding: 0 0 0 10px;
}
.post-content pre {
  padding: 24px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1 {
  clear: both;
}
/*custom*/
.post-content h2 {
	padding: 0 0 0 12px;
	margin:40px 0 20px -20px;
	clear: both;
	border-left: 8px solid #5CC9A5;
	font-size:24px;
	font-weight: bold;
}
/*custom*/
.post-content h3 {
	clear: both;
	font-weight: bold;
	font-size:20px;
	margin:30px 0 15px;
}
.post-content h4{
	font-weight: bold;
	font-size:18px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:5px;
   margin:20px 0 5px;
}
.post-content table {
  border: 0;
  max-width: 100%;
font-size: 	100%;
}
.post-content table th,
.post-content table td {
    padding: 0 0 20px 0;
    border: 0;
}
.post-content table th {
  /*color: #fff;*/
	 padding: 0 20px 20px 0;
	
}
.post-content table thead th {
  /*background: #5e6265;*/
}
.post-content table tbody th {
  /*background: #919598;*/
	white-space: nowrap;
	font-weight: bold;
   vertical-align: top;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #383838;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
  /*margin: 0 0 30px;*/
}

.post-cta {
  margin: 0;
  background: #f5f5f5;
  color: #383838;
  border-top: 3px solid #5e6265;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 40px 45px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 30px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 40px 0 10px;
}
.post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #38bd3e;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #2581c4;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #f24e4f;
}

.post-share {
  padding: 0 45px 30px;
  border-top: 1px solid #e5e5e5;
}
.post-share .post-share-fb {
  margin-bottom: 0;
  padding-top: 40px;
  text-align: center;
}
.post-share .post-share-fb > span{
  margin: 0 auto;
}
.post-share .post-share-title {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;
  background-color: #57585A;
  text-align: center;
  margin-left: -45px;
  margin-right: -45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  font-family: 'Didact Gothic';
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-sns {
  border-top: 1px #eee solid;
  margin: 0 -45px -30px;
  padding: 0;
}
.post-sns ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.post-sns ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  color: #929292;
  font-size: 16px;
  text-align: center;
}
.post-sns ul li.post-sns-twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li.post-sns-feedly a:before {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li:last-child {
  border-right: none;
  padding: -10px 0;
}
.post-sns ul li:hover {
  background-color: #f7f7f7;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
.post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
.post-sns ul li span {
  font-size: 20px;
}
.post-sns ul li a {
  width: 100%;
  display: block;
  color: #929292;
  text-decoration: none;
  padding: 24px 0;
}
.post-sns ul li a:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
.post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}

.post-footer {
  /*border-radius: 0 0 3px 3px;
  padding: 40px 64px 0px;*/
}
.post-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 0 0 64px;
  font-size: 0;
}
.post-footer .bzb-sns-btn li {
  display: inline-block;
  font-size: 16px;
  width: auto;
  vertical-align: top;
}
.post-footer .bzb-sns-btn:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.post-footer:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}

.post-footer-list {
  margin: 0 0 40px;
}
.post-footer-list li {
  margin-right: 10px;
}

.post-author {
  border-radius: 3px;
  margin-bottom: 0px;
  padding: 40px 64px;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #383838;
}
.post-author .post-author-img {
  width: 80px;
  float: left;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author a {
  color: #2581c4;
}
.post-author .post-author-meta {
  margin-left: 100px;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
  font-weight: bold;
}

div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}

/* bzb sns */
.post-header-meta {
  overflow: visible;
}
.post-header-meta:after {
  content: "";
  clear: both;
  display: block;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: auto;
  margin:4px;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-line a, .bzb-sns-btn li.bzb-line img {
  vertical-align: top;
}
*/
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}
.bzb-sns-btn li.bzb-line a img{
  vertical-align: top;
}


.bzb-facebook .fb-like > span {
  vertical-align: top !important;
}

.bzb-twitter {
  width: 92px;
}

.bzb-googleplus {
  width: 80px;
}

.post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

/* comment
---------------------------------------- */
#comments {
  padding: 40px 64px;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 300px;
  line-height: 40px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

/* loop
---------------------------------------- */
.cat-content {
  /*background: #fff;
  padding: 40px;
  margin-bottom: 30px;*/
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 304px;
  height: 215px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .post-content {
  width: auto;
  padding: 0 64px 42px;
}
.post-loop-wrap .post-footer {
  border-top: 1px #efefef solid;
  padding-top: 10px;
}
.post-loop-wrap .post-footer .bzb-sns-btn {
  padding: 0;
  margin-right: 50px;
  float: left;
}
.post-loop-wrap .post-footer .loop-comment-icon {
  float: right;
}
.post-loop-wrap .post-footer .loop-comment-icon .fa {
  font-size: 18px;
  margin-right: 5px;
}
.post-loop-wrap .post-footer .loop-comment-icon .share {
  display: none;
}
.post-loop-wrap .post-footer .loop-comment-icon .count {
  font-size: 14px;
}

.more-link {
  border: 1px #2581c4 solid;
  padding: 12px 24px;
  line-height: 26px;
  margin-bottom: 64px;
  box-sizing: border-box;
  clear: both;
  color: #2581c4;
  font-size: 14px;
}
.more-link:hover {
  background: #2581c4;
  color: #fff;
  text-decoration: none;
}

/* content-none */
.content-none {
  /*padding-top: 40px;*/
}

/* ----------------------------------------
* pagination
---------------------------------------- */
.pagination {
  margin: 0 0 120px 0;
  padding: 0;
}

.post-content .pagination {
  margin: 0;
}

 .pagination a, .pagination > span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 12px 18px;
  text-decoration: none;
  width: auto;
  color: #383838;
}

.pagination > span{
  background: #eee;
}

.pagination a:hover {
  background: #eee;
}

.pagination .current {
  padding: 12px 18px;
  background: #eee;
}

/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
  margin: 0 0 13px;
  font-size: 16px;
}
.side-widget a {
  color: #5e6265;
  text-decoration: none;
}
.side-widget a:hover {
  color: #2581c4;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

#views-2 ul li span {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_views a {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: block;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}

.widget_categories a {
  display: inline-block;
}

.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_views a:hover {
  color: #2581c4;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #383838;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #f9f9f9;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  color: #1E252C;
}
#footer a {
  color: #1E252C;
}
#footer a:hover {
  color: #2581c4;
}
#footer .wrap {
  padding: 30px 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}

.footer-01 {
  /*background: #fff;
  border-top: 1px #efefef solid;
  font-size: 13px;*/
}
.footer-01 ul {
  overflow: hidden;
  text-align: left;
}
.footer-01 ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-02 {
  /*background: #fff;
  border-top: 1px #efefef solid;*/
}
.footer-02 .footer-copy {
  text-align: right;
  font-size: 12px;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #efefef;
  margin: 0 auto;
  background: #fff;
  padding: 45px 0;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
  vertical-align: top;
}
.single-lp .post-content {
  padding: 0;
  overflow: hidden;
}
.single-lp #lp-header {
  background: #fff;
  padding: 0 56px;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #2581c4;
  padding-bottom: 35px;
  border-bottom: 1px solid #efefef;
}
.single-lp #content {
  padding: 40px 56px;
  overflow: hidden;
}
.single-lp #main {
  width: 100%;
}
.single-lp .main-inner {
  overflow: hidden;
  margin-right: 350px;
}
/* one-column */
.one-column.single-lp #main{
  float: none;
}
.one-column.single-lp .main-inner {
  margin-left: 0;
  margin-right: 0;
}
.one-column.single-lp #side{
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #side {
  width: 320px;
  margin-left: -320px;
}
.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}
.single-lp.right-content .main-inner{
  margin-left: 350px;
  margin-right: 0;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.single-lp .lp-form h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #6ed472;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-menu-tog {
  display: none;
}
.sp-show{
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp .main-inner {
    margin-right: 350px;
  }
}
@media screen and (max-width: 991px) {
  /* tablet */
  .sp-hide {
    display: none !important;
  }

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

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

  .single-lp #lp-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .single-lp #lp-header .lp-title {
    padding: 0;
    margin: 0;
    font-size: 21px;
  }
  .single-lp #content {
    padding: 20px;
  }
  .single-lp .lp-wrap {
    padding: 24px 0;
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-wrap input[type=text] {
    width: 100%;
  }
  .single-lp .lp-wrap input[type=submit] {
    margin-top: 30px;
  }
  .single-lp .post-content {
    padding: 0 !important;
  }
  .single-lp #side {
    margin-left: 0;
    width: 100%;
  }
  .single-lp #side dl,
  .single-lp #side dt,
  .single-lp #side dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .single-lp #side dt {
    margin-bottom: 8px;
  }

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

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

  /* header */
  #header {
    padding: 40px 0;
  }
  #header .wrap {
    padding: 0;
  }
  #header #logo img {
    vertical-align: top;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-menu-tog {
    display: block;
    float: right;
    font-size: 24px;
  }

  #gnav, body.home #gnav {
    display: none;
  }
  #gnav.active, .home #gnav.active  {
    display: block;
  }

  #gnav {
    margin: 20px 2%;
    border: 1px solid #cccccc;
    padding: 10px;
  }
  #gnav .wrap {
    margin: 0;
  }
  #gnav ul li {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  #gnav ul li.current-menu-item a {
    /*border-top: none;
    background: #f7f7f7;*/
  }
  #gnav ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;
    /*color: #2B2D2D;
    background: #fff;*/
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    /*order-bottom: 1px #e5e5e5 solid;*/
  }
  #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;
  }

  /* loop */
  .cat-content {
    /*padding: 20px;*/
  }

  .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-title {
    margin-bottom: 0;
  }
  .post-loop-wrap .post-content {
    padding: 0 48px;
  }
  .post-loop-wrap .post-footer {
    display: none;
  }

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

  /* padding */
  .post-header,.cat-header {
    padding: 40px 20px 20px;
  }

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

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

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

  .more-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .post-content h2 {
    font-size: 20px;
    /*margin-top: 48px;*/
  }
  .post-content h3 {
    font-size: 18px;
    /*margin-top: 48px;*/
  }
  .post-content h4 {
    font-size: 16px;
  }
 .post-content table{
    width: 100%;
    /*-webkit-overflow-scrolling: touch;*/
    /*white-space: nowrap;*/
    margin-bottom: 0;
  }
  #main .post-share .post-sns {
    margin: 0 -20px -20px;
  }
  #main .post-share .post-sns ul li {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  #main .post-share .post-sns ul li a {
    padding: 16px 0;
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a span {
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a:before {
    font-size: 18px;
  }
  #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-cta .post-cta-img {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .post-cta .post-cta-btn {
    margin: 24px 0 10px;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
    box-sizing: border-box;
  }

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

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

  /* phone end */
}
/* ----------------------------------------
* カラースキーム 01
---------------------------------------- */
body.color01 {
}
body.color01 body {
  background: #fafafa;
  color: #494D50;
}
body.color01 a {
  color: #29a16a;
}
body.color01 form input[type="submit"],
body.color01 form button {
  background: #29a16a;
}
body.color01 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color01 #header #logo a {
  color: #494D50;
}
body.color01 #header #header-sns li a {
  color: #ccc;
}
body.color01 #header #header-sns li a:hover {
  color: #34465C;
}
/*
body.color01 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color01 #gnav li.current-menu-item a {
  border-top: 1px #29a16a solid;
}
body.color01 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color01 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #29a16a solid;
}
body.color01 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color01 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
*/
body.color01 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color01 .cat-content,
body.color01 article.post,
body.color01 article.page,
body.color01 article.wp101,
body.color01 article.seo101 {
  /*background: #fff;
  border: 1px #e5e5e5 solid;*/
}
body.color01 .post-title a {
  color: #494D50;
}
body.color01 .post-title a:hover {
  color: #29a16a;
}
body.color01 .post-meta {
  /*border-top: 1px #ededed solid;*/
}
body.color01 .post-meta li {
  /*background: #fff;*/
}
body.color01 .post-content hr {
  /*border-bottom: 1px solid #e7e7e7;*/
}
body.color01 .post-content h2 {
  /*border-bottom: 1px solid #ededed;*/
}
body.color01 .post-content h3 {
  /*border-left: 5px solid #e5e5e5;*/
}
body.color01 .post-content blockquote {
  border: 1px #e7e7e7 solid;
}
body.color01 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color01 .post-content blockquote cite {
  color: #808080;
}
/*
body.color01 .post-content table {
  border: 1px #e7e7e7 solid;
}
body.color01 .post-content table th,
body.color01 .post-content table td {
  border: #e7e7e7 solid 1px;
}
body.color01 .post-content table th {
  color: #fff;
}
body.color01 .post-content table thead th {
  background: #5e6265;
}
body.color01 .post-content table tbody th {
  background: #919598;
}
body.color01 .post-content table.table-line table,
body.color01 .post-content table.table-line th,
body.color01 .post-content table.table-line td {
  border-color: #fff;
}
body.color01 .post-content table.table-line th {
  background: transparent;
  color: #494D50;
}
body.color01 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color01 .post-content table.table-line tr {
  background: #eee;
}
body.color01 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
*/
body.color01 .post-cta {
  background: #f5f5f5;
  color: #494D50;
  border-top: 3px solid #5e6265;
}
body.color01 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color01 .post-cta .btn {
  color: #fff;
  background: #29a16a;
}
body.color01 .post-cta .btn:hover {
  background: #BB2C46;
}
body.color01 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color01 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color01 .post-share .post-share-list1 a,
body.color01 .post-share .post-share-list2 a,
body.color01 .post-share .post-share-list3 a,
body.color01 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color01 .post-share .post-share-list1 a:hover,
body.color01 .post-share .post-share-list2 a:hover,
body.color01 .post-share .post-share-list3 a:hover,
body.color01 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color01 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color01 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color01 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color01 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color01 .post-sns {
  border-top: 1px #eee solid;
}
body.color01 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color01 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color01 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color01 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color01 .post-sns ul li a {
  color: #929292;
}
body.color01 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color01 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color01 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #494D50;
}
body.color01 .post-author a {
  color: #29a16a;
}
body.color01 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color01 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color01 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color01 .more-link {
  border: 1px #29a16a solid;
  color: #29a16a;
}
body.color01 .more-link:hover {
  background: #29a16a;
  color: #fff;
}
body.color01 .pagination span, body.color01 .pagination a {
  color: #494D50;
}
body.color01 .pagination a:hover {
  background: #eee;
}
body.color01 .pagination .current {
  background: #eee;
}
body.color01 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .side-widget a {
  color: #5e6265;
}
body.color01 .side-widget a:hover {
  color: #29a16a;
}
body.color01 .side-widget .post-date {
  color: #999999;
}
body.color01 #views-2 ul li span {
  color: #999999;
}
body.color01 .widget_recent_entries a,
body.color01 .widget_archive a,
body.color01 .widget_categories a,
body.color01 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color01 .widget_recent_entries a:hover,
body.color01 .widget_archive a:hover,
body.color01 .widget_categories a:hover,
body.color01 .widget_meta a:hover {
  color: #29a16a;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color01 .recentcomments a {
  color: #494D50;
}
body.color01 #side .share-list-wrap {
  background: #fafafa;
}
body.color01 #side .share-list-wrap .post-share-list1 li a,
body.color01 #side .share-list-wrap .post-share-list2 li a,
body.color01 #side .share-list-wrap .post-share-list3 li a,
body.color01 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
/*
body.color01 #footer {
  color: #1E252C;
}
body.color01 #footer a {
  color: #1E252C;
}
body.color01 #footer a:hover {
  color: #29a16a;
}
body.color01 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color01 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
*/
body.color01 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color01 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color01 .single-lp #lp-header {
  background: #fff;
}
body.color01 .single-lp #lp-header h1 {
  color: #29a16a;
  border-bottom: 1px solid #ededed;
}
body.color01 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color01 .single-lp .lp-form input[type=submit],
body.color01 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .single-lp .lp-form input[type=submit]:hover,
body.color01 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color01 end
---------------------------------------- */



/* ----------------------------------------
* table scroll
---------------------------------------- */
table {
  width: 100%;
}

table td, table th {
  word-break: break-all;
  text-align: left;
}

.table-wrap {
  overflow-x: scroll;
  /*white-space: nowrap;*/
  /*margin-bottom: 48px;*/
}

.table-grad {
  position: relative;
  /*white-space: nowrap;*/
}

.table-grad:after {
  /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, white 100%);*/
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}




/*common*/
body.color01 a {color: #29a16a;}
#content .wrap{margin:0 auto !important;}
.wp-block-file {clear:both;}
.wp-block-file a.wp-block-file__button{display:inline-block;padding:.2em 1em;background-color:#fff !important;color:#666 !important;border-radius:4px !important;border: 1px solid !important;margin-left:0;font-size: x-small;vertical-align: bottom;}
.wp-block-file a:first-child{margin-right:10px;}
.wp-block-button .wp-block-button__link{background-color:#29a16a;color:#fff;border-radius:4px;}
.is-style-outline .wp-block-button__link,.is-style-outline .wp-block-file__button {background-color:#fff !important;color:#666 !important;border-radius:4px !important;border: 2px solid !important;}
.page #content,.category #content,.error404 #content {background:url("/images/header_image_pc.png") no-repeat top center;}
.post-header,.cat-header {color:#fff;height:200px;position:absolute;}
.single .post-header,.search .cat-header{color:#000;position:relative;height:100%;padding:60px 0 40px;}
.single .post-meta{border:0;margin-bottom:0;}
.single .post-content{padding-top:0;}
.post-content,.post-loop-wrap{padding-top:240px;}
.search .post-loop-wrap{padding-top:0;}
.post-loop-wrap article{margin:0;clear:both;}
.post-loop-wrap .post-meta{float: left;border:0;margin:0 0 20px 0;padding:0;width:650px;}
.post-loop-wrap .post-date{color:#29a16a;font-size:large;float:left;margin-right:40px;}
.post-loop-wrap .post-cate ul li{margin:0;background:none;}
.post-loop-wrap .post-cate ul li a{color:#999;font-size:large;}
.post-loop-wrap .post-title{padding:10px 0 0;}
.post-loop-wrap .post-thumbnail{height:auto;}
.post-loop-wrap .post-content{width:100%;padding:0 0 20px;border-bottom:1px #e7e7e7 solid;margin-bottom:20px;display: inline-block;}
.eng{position:absolute;margin-top:-120px !important;margin-left:0 !important;color:#fff;}
ul.innernavi{padding: 0 0 10px 0;margin:0;display:table;}
ul.innernavi li{list-style: none;float:left;margin:0;}
ul.innernavi li+ li {/*border-left: 1px solid #333;margin-left:10px;padding-left:10px;*/}
ul.innernavi li+ li::before {content: "\A0/\A0";}
.su-spoiler-title{font-weight: normal !important;font-size: medium !important;}

@media screen and (max-width: 1200px) {
  .post-content,.post-loop-wrap,.breadcrumb,.cat-header, article.page .post-header, article.post .post-header, article.post .post-footer {padding-left:20px;padding-right:20px;}
}
@media screen and (max-width: 991px) {
	.wp-block-button .wp-block-button__link{font-size:16px;}
	.wp-block-file a:first-child{margin-right:0;}
	.wp-block-file a.wp-block-file__button{display:none;}
	.search .cat-header{color:#fff;}
}

/*home(top page)*/
body.home{background:url("/images/top_visual_pc.jpg") no-repeat top center;}
body.home.en-US{background:none;}
body.home #header{border:0;}
body.home.en-US #header{background-color:#000;}
body.home #header #logo p{color:#fff;}
body.home #header,body.home #gnav,body.home #gnav ul li a,body.home #gnav li a{background:none; color:#fff;}
body.home #content{background:none;padding-top:0;}
body.home .post-content{padding-top:0;}
.topcarousel{width:1370px !important;padding-bottom:100px;}
.flickity-button.flickity-prev-next-button.previous{position:absolute;top:400px;left:0;}
.flickity-button.flickity-prev-next-button.next{position:absolute;top:400px;left:50px;}
body.home .toplinklist{text-align:center;margin-bottom:10px;}
body.home .toplinklist .wp-block-group__inner-container{display:inline-block;}
body.home .toplinklist figure{display:inline-block;float: left;margin-left: 12px;width:320px;margin-bottom:0;}
body.home .toplinklist figure:first-child{margin-left: 0;}
body.home .groups{clear:both;padding-top:40px;}
body.home .topheader{float:left;vertical-align:top;clear: both;display:flex;}
body.home .topcontainer{margin:0 0 0 214px;vertical-align:top;}
body.home h2{margin:0;padding:0 0 10px 0;border:0;}
body.home .post-content .toplinks ul{padding:0;margin:0;}
body.home .su-posts-top-article-loop,body.home .top-article-loop {margin:0 0 0 214px;}
body.home .top-article-loop .post-meta{margin-bottom:20px;border:0;}
body.home .top-article-loop .post-date{display:inline-block;float:left;color:#29a16a;margin-right:20px;}
body.home .top-article-loop .post-cate{display:inline-block;float:left;margin-right:20px;}
body.home .top-article-loop .post-cate a{width:140px;background-color:#29a16a;color:#fff;padding:0 10px;display:inline-block;text-align:center;font-size: small;}
body.home .top-article-loop .post-title{margin:0;padding:0;font-size:100%;color:#666;clear:none;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
body.home .top-article-loop .post-title a{color:#666;text-decoration:underline;}

body.home .su-posts-top-article-loop .su-post{min-height: 65px;margin: 0 20px 20px 0;float: left;width: 47%;}
body.home .su-posts-top-article-loop .su-post img{width:65px;height:65px;object-fit: contain;float:left;}
body.home .su-posts-top-article-loop .su-post-thumbnail img {width:65px;height:65px;object-fit: contain;float:left;}
body.home .su-posts-top-article-loop .su-post-thumbnail {float:left;}
body.home .su-posts-top-article-loop .su-post-meta {margin-left:85px;}
body.home .su-posts-top-article-loop .su-post-meta.no-thumbnail {margin-left:0;}
body.home .su-posts-top-article-loop .su-post-date{display:inline-block;vertical-align:top;color:#29a16a;}
body.home .su-posts-top-article-loop .su-post-cate{display:inline-flex;margin-left:20px;color:#999;font-size: small;}
body.home .su-posts-top-article-loop .su-post-cate ul{margin:0;padding:0;}
body.home .su-posts-top-article-loop .su-post-cate ul li a{color:#999;}
body.home .su-posts-top-article-loop .su-post-cate ul li{list-style:none;margin: 0 10px 0 0;padding: 0;display: inline;float: left;}
body.home .su-posts-top-article-loop .su-post-title{margin:0;padding:0;font-size:100%;color:#666;clear:none;position: relative;max-height: 35px;word-break: break-all;overflow: hidden;}
body.home .su-posts-top-article-loop .su-post-title a{color:#666;text-decoration:underline;}
body.home .kenteilist .logo{padding:20px 30px 10px 30px; width:200px;}
body.home .kenteilist .caption,body.home .kenteilist .title,body.home .kenteilist .wp-block-button{margin-left:0 !important;}
body.home .kenteilist .title{padding-bottom:10px;}
body.home .kenteilist .wp-block-button .wp-block-button__link{padding:5px 20px !important;font-size:small;}

.top-sliders{margin-bottom:100px;}
.slick-dots{margin:0 !important;padding:0 !important;}


@media screen and (max-width: 991px) {
	body.home{background:none;}
	body.home h2{padding: 0 0 0 20px;margin:40px 0 20px -20px;clear: both;font-size:20px;}
	.topcarousel{display:none;}
	body.home .post-content{padding:0;}
	body.home .toplinklist {padding:0 20px;}
	body.home .toplinklist figure{margin:20px 0 0 0;width:100%;display:block;}
	body.home .toplinklist figure:first-child{margin:0;}
	body.home .groups{padding:0 20px;}
	body.home .topheader{clear: both;}
	body.home .topheader,body.home .topcontainer,body.home .su-posts-top-article-loop,body.home .top-article-loop{margin:0 0 20px 0;padding:0;float:none;display:block;position: relative;}
	body.home .topheader p{position:absolute;top:5px;right:0;}
	body.home .top-article-loop .post-cate{float:none;}
	body.home .top-article-loop .post-title{display:block;margin-top:5px;}
	body.home .su-posts-top-article-loop .su-post{min-height: 65px;margin: 0 0 20px 0;float:none;width: 100%;}
	body.home .su-posts-top-article-loop .su-post-cate{font-size: x-small;vertical-align:text-bottom;}
	body.home .kenteilist .caption,.kenteilist .title,.kenteilist .wp-block-button{margin-left:0 !important;}
	
	.top-sliders{margin-bottom:40px !important;}
}


/*header*/
#header{padding: 40px 0;}
#header #logo{}
#header #logo img{width: 55px;float:left;}
#header #logo p{font-size:14px;float:left;display:block;margin:4px 0 0 10px;}
#header #logo span{font-size:12px;display:block;}
#gnav #searchform,ul.sub-menu-wrap{display:none;}
#gnav{border:0;margin:0;padding:0;}
#gnav ul{float:right;}
#gnav li{padding:0 20px 0 0;}
#gnav li:last-child{padding:0px;}
#gnav ul li a{margin:0;padding:8px 20px 12px;border:0;}
#gnav ul li a:hover{color:#29a16a !important;}
#gnav ul li .sub-menu{background-color:#29a16a !important;color:#fff !important;}
#gnav ul li .sub-menu:before{content: "";position: absolute;top: -16px;left: 25%;margin-left: -12px;border: 8px solid transparent;border-bottom: 12px solid #29a16a;}

#gnav ul li .sub-menu li a:hover{color:#fff !important;text-decoration:underline;}

@media screen and (max-width: 991px) {
	.page #content,.category #content,.error404 #content {background:none;}
	#header{padding: 20px 0;}
	#header #logo{}
	#header #logo img{width: 48px;float:left;}
	#header #logo p{font-size:12px;float:left;display:block;margin:4px 0 0 10px;color:#000;}
	#header #logo span{font-size:10px;display:block;}
	body.home #header{background:#fff;}
	body.home #header #logo p{color:#000;}
	body.home #gnav,body.home #gnav ul li a,body.home #gnav li a{background:#575757;}	
	article.page .post-header,.cat-header{padding:50px 20px 0;background:url("/images/header_image_sp.png") no-repeat top center;background-size: cover;height:150px;margin:0 0 20px;}
	article.post .post-header{padding:40px 20px 0;}
	article.post .post-header .post-title{font-size:24px;}
	.post-header,.cat-header {position:relative;}
	.post-content,.post-loop-wrap{padding:0 20px;}
	.post-loop-wrap .post-meta{width:100%;float:none;}
	.post-loop-wrap .post-date{font-size:14px;/*float:none;*/}
	.post-loop-wrap .post-cate ul li a{font-size:14px;}
	.post-loop-wrap .post-title{font-size:18px;}
	#gnav{position:absolute;top:0;left:0;margin:0;padding:20px;border:0;background-color:#575757;width:100%;height:1000px;font-size:16px;z-index:1;}
	#gnav #header-menu-tog {float:none;text-align:right;}
	#gnav #searchform{margin:10px 0 20px;display:block;}
	#gnav ul{float:none;}
	#gnav ul li {/*border-top:1px#666 solid;*/}
	#gnav ul li a{background: none;color:#fff;font-weight: bold;padding: 20px 0;border-top:1px #666 solid;clear:both;}
	#gnav ul li a:hover,#gnav ul li .sub-menu li a:hover{text-decoration:underline;color:#fff !important;}
	#gnav ul li .sub-menu{background:none;margin:0;}
	#gnav ul li .sub-menu li{clear:none;float:left;margin-right:20px;}
	#gnav ul li .sub-menu li a{color:#ccc;font-weight:normal;padding: 0 0 20px;background: none;border:0;}
	#gnav ul li .sub-menu:before{content:none;}
	#gnav ul.sub-menu-wrap li .sub-menu{left:0;}
	#submenu li a{color:#ccc;font-weight:normal;padding: 0 0 20px;background: none;border:0;}
	ul.sub-menu-wrap{padding: 20px 0 0 !important; border-top: 1px #666 solid;display:block;}
	.eng{margin-top:-80px !important;margin-left: 0 !important;}
}

/*footer*/
.breadcrumb{clear: both;}
.breadcrumb li{color:#666;}
.breadcrumb li a{color:#999; text-decoration:underline;}
.breadcrumb li:first-child{margin-left:0;}
#footer{background: linear-gradient(-135deg, #0AA384, #194E4D);}
#footer{color:#DEDEDE;}
#footer a{color: #DEDEDE;}
#footer a:hover{color: #DEDEDE;}
#footer .footer-01 .wrap{padding:20px 0 30px;}
#footer .footer-02 .wrap{padding:30px 0 20px;}
.footer-01 ul {text-align:center;}
.footer-01 ul li{margin:0;}
.footer-01 ul li+ li::before {content: "\A0\A0|\A0\A0";}
.footer-02 .footer-copy{text-align:center;}
@media screen and (max-width: 991px) {
	#footer .wrap{margin:0 10px;}
}
#header-sns{text-align:center;}
#header-sns ul{display:inline-block;}
#header-sns ul li{float:left; margin:0 10px;}
#header-sns img{width:24px;}

/*about*/
.about h4 a{color:#383838;}
.about .memberlist img{width:100px;}


/*membership*/	
.wp-block-media-text.kaiinlist a,.wp-block-media-text.yushikilist a,.wp-block-media-text.sanjolist a{
	color: #383838;
}
.wp-block-media-text.kaiinlist{
	display: inline-block;
   width: 32%;
	vertical-align: top;
}
@media screen and (max-width: 991px) {.wp-block-media-text.kaiinlist{width: 49%;}}
.wp-block-media-text.kaiinlist .wp-block-media-text__media{
	padding: 30px 10px 10px;
}
.wp-block-media-text.kaiinlist .wp-block-media-text__content{
	padding: 10px 5px 0;
	text-align:center;
}

.wp-block-media-text.yushikilist{
	display: inline-block;
   width: 49%;
	vertical-align: top;
	padding:0 15px 10px 0;
}
@media screen and (max-width: 991px) {.wp-block-media-text.yushikilist{width: 100%;padding:0 0 10px 0;}}
.wp-block-media-text.yushikilist .wp-block-media-text__media{
	width:50px;
	float:left;
	display:none;/*noimg*/
}
.wp-block-media-text.yushikilist .wp-block-media-text__content{
	padding:0;
}
.wp-block-media-text.yushikilist .wp-block-media-text__content p.name{font-weight:bold;}
.wp-block-media-text.yushikilist .wp-block-media-text__content p.name,
.wp-block-media-text.yushikilist .wp-block-media-text__content p.position{
	/*padding-left:60px;*/
	margin-bottom:5px;
}
.wp-block-media-text.yushikilist .wp-block-media-text__content p.position{
	color:#999;
	font-size:small;
}
.wp-block-media-text.yushikilist .wp-block-media-text__content p.profile{
	clear:both;
}
.wp-block-media-text.yushikilist .wp-block-media-text__content p.profile a{
	text-decoration:underline;
}

.wp-block-media-text.sanjolist{
	display: inline-block;
	vertical-align: top;
}
.wp-block-media-text.sanjolist.platinum{width: 49%;}
.wp-block-media-text.sanjolist.gold{width: 49%;}
.wp-block-media-text.sanjolist.silver{width: 32%;}
@media screen and (max-width: 991px) {.wp-block-media-text.sanjolist.silver{width: 49%;}}
.wp-block-media-text.sanjolist .wp-block-media-text__media{
	padding: 30px 10px 10px;
}
.wp-block-media-text.sanjolist .wp-block-media-text__content{
	padding: 10px 5px 0;
	text-align:center;
}

/*certificate*/
.engineer .su-spoiler{margin-left:-10px;}
.post-content .summary table thead th {font-weight: bold;border-bottom: 1px solid #29a16a;color: #29a16a;padding-bottom: 5px;}
.post-content .summary table tbody th {width:100px;padding:5px 0;}
.post-content .summary table tbody td {padding:5px 0;}
#programlist{color: #999;background-color:#f7f7f7;padding: 20px 20px 5px;width:48%;display:inline-block;vertical-align: top;margin: 0 10px 15px 0;min-height: 220px;}
#programlist figure{width:75px;align-self: start;}
#programlist img{vertical-align: top !important;}
#programlist .wp-block-media-text{grid-template-columns:75px auto;}
#programlist h3{border:0;padding:0;margin:0;font-size:1.1em;}
#programlist h3 a{color:#29a16a;text-decoration:underline;}
#programlist .number,#programlist .company,#programlist .andmore{font-size: 1em;margin:0 0 30px 0;}
#programlist .andmore{border-top:1px solid #e7e7e7;padding:20px 0 0 0;}
#programlist .number{margin:0 0 20px 0;}
#programlist .company{margin:10px 0 30px 0;}
#programlist ul{list-style:none;margin:-10px 0 15px 0;padding:0;}
#programlist ul li{display:inline-block;background-color:#fff;border-radius:12px;margin:0 8px 5px 0;padding: 4px 12px;color:#999;font-size: 0.7em;}
@media screen and (max-width: 991px) {
	#programlist h3{font-size:1em;}
	#programlist .number,#programlist .company,#programlist .andmore{font-size:0.9em;}
	#programlist {width: 100%;}
	.post-content .summary table tbody th {max-width:65px;white-space:normal;}
}
 .kenteilist{width:46%;margin:0;float:left;box-shadow: 0px 15px 26px #ccc;border-radius: 8px;padding:40px 20px 40px 0;}
.kenteilist:nth-child(2n){margin-left:20px !important;}
.kenteilist.accepting{background:url("/images/accepting.png") no-repeat;}
.kenteilist .logo{float:left;padding:10px 10px 10px 50px;margin:0;vertical-align:middle;}
.kenteilist .caption,.kenteilist .title,.kenteilist .wp-block-button{padding:0;clear: none;display: block;margin:0;text-align:center;}
.kenteilist .caption{}
.kenteilist .title{padding:0 0 20px;color:#29a16a;}
.kenteilist .wp-block-button .wp-block-button__link{border:1px solid #ccc;background-color:#fff;color:#999;border-radius:34px;padding:5px 30px;}
@media screen and (max-width: 991px) {
	.kenteilist.wp-block-column{flex-basis:unset !important;}
	.kenteilist{padding:0;background-color:#eee;border-radius: 8px;}
	.kenteilist.accepting{background:#eee url("/images/accepting.png") no-repeat;background-size:65px;}
	.kenteilist .caption{padding-top:20px;}
	.kenteilist .caption,.kenteilist .title,.kenteilist .wp-block-button{margin:0; background-color:#fff;}
	.kenteilist .logo{float:none;display:block;padding:30px 20px 20px;margin: 0 auto;width:200px;}
	.kenteilist .logo img{}
	.kenteilist .wp-block-button{padding-bottom:20px;}
}
.nitteiindex,.memberslist{width:48%;margin:0;float:left;}
.nitteiindex:nth-child(2n+1),.memberslist:nth-child(2n+1){margin-left:20px;}
@media screen and (max-width: 991px) {.nitteiindex,.memberslist{width:100%;margin:0;float:none;}.nitteiindex:nth-child(2n+1),.memberslist:nth-child(2n+1){margin:0;}}
.nitteilist{margin-bottom:20px;padding-bottom:20px;border-bottom:1px #e6e6e6 solid;}
.nitteilist p{font-size:120%;font-weight:bold;margin-bottom:10px;}
.nitteilist .count{margin-bottom:5px;color:#999999;font-size:100%;font-weight:normal;}
.nitteilist .entry{color:#29a16a;}
.nitteilist .no_entry{color:#999;}
.nitteilist .wp-block-button{display:table-cell;}
.nitteilist .wp-block-button a{margin-right:10px;}
@media screen and (max-width: 991px) {}
.syllabuslist{margin-bottom:20px;border-bottom:1px #e6e6e6 solid;}
.syllabuslist h3{font-size:medium;}
.syllabuslist p{color:#999999;}
.reidaibtn{padding-top:20px;}
.syllabuslist{width:48%;margin:0;float:left;min-height:160px;}
.engineer .syllabuslist:nth-child(2n+1){margin-left:20px;}
.general .syllabuslist:nth-child(2n){margin-left:20px;}
@media screen and (max-width: 991px) {.syllabuslist{width:100%;margin:0;float:none;min-height:50px;}.engineer .syllabuslist:nth-child(2n+1){margin:0;}.general .syllabuslist:nth-child(2n){margin:0;}}
.cpvoice {clear:both;}
.cpvoice p{padding-bottom:20px;}
.cpvoice figure{float:right !important;width:400px;margin:0 0 20px 20px;}
.cpvoice figcaption{color:#999;}

.recomendedbookmodule{background-color:#F7F7F7;padding:20px;margin:20px 0;}
.recomendedbookmodule p{margin-bottom:20px;}
.recomendedbookmodule　div.wp-block-media-text.kanshulist{width:100% !important;}

.questionlist{border:1px #e6e6e6 solid;padding:20px;margin:0 20px 20px 0;width:47%;float:left;}
.questionlist .question:before{content:"Q.\A0"; color:#29a16a;}
.questionlist .question{font-weight:bold;margin-bottom:20px;color:#666;}
.questionlist .text{margin-bottom:20px;padding:20px;background-color:#f7f7f7;color:#666;}
.questionlist .choice{color:#29a16a;margin:0;padding:0;}
@media screen and (max-width: 991px) {.questionlist{border:0;border-bottom:1px #e6e6e6 solid;padding:0 0 20px 0;margin:0 0 20px 0;width: 100%;}}

/*recommneded books*/	
.wp-block-media-text.kanshulist a,.wp-block-media-text.suisenlist a,.wp-block-media-text.gsuisenlist a{
	color: #383838;
	text-decoration:underline;
}
.wp-block-media-text.kanshulist,
.wp-block-media-text.suisenlist,
.wp-block-media-text.gsuisenlist{
	display: inline-block;
   width: 49%;
	vertical-align: top;
	padding:0 20px 20px 0;
}
@media screen and (max-width: 991px) {.wp-block-media-text.kanshulist,.wp-block-media-text.suisenlist,.wp-block-media-text.gsuisenlist{width: 100%;	padding:0 0 20px 0;}}
.wp-block-media-text.kanshulist .wp-block-media-text__media,
.wp-block-media-text.suisenlist .wp-block-media-text__media,
.wp-block-media-text.gsuisenlist .wp-block-media-text__media{
	width:100px;
	padding: 0 10px 0 0;
	float:left;
}
.wp-block-media-text.kanshulist .wp-block-media-text__content,
.wp-block-media-text.suisenlist .wp-block-media-text__content,
.wp-block-media-text.gsuisenlist .wp-block-media-text__content{
	text-align:left;
	vertical-align:top;
	padding:0;
}
.wp-block-media-text.kanshulist .wp-block-media-text__content .title,
.wp-block-media-text.suisenlist .wp-block-media-text__content .title,
.wp-block-media-text.gsuisenlist .wp-block-media-text__content .title{
	margin:0 0 5px 0;
}
.wp-block-media-text.kanshulist .wp-block-media-text__content .writer,
.wp-block-media-text.suisenlist .wp-block-media-text__content .writer,
.wp-block-media-text.gsuisenlist .wp-block-media-text__content .writer{
	color:#999;
	font-size:small;
}


/*contact-page*/
.contact-wrap{margin:5px 0 10px;display:inline-block;width:100%;}
.contact-left{display:inline-block; width:200px;}
.contact-select{padding:5px;}
.wpcf7-select{height: 2.5em;border:1px solid #ccc;}
.contact-textarea{width:100%;}
.wpcf7-form-control-wrap input[type="checkbox"]{margin:8px 5px 0 0;}
.wpcf7-form-control input[type="submit"]{width:200px;position: absolute;left: 50%;margin-left: -100px;}
.wpcf7-not-valid-tip{display:inline-block !important;}
.wpcf7-form-control-wrap{width:100%;display:inline;}
.contact select,.contact-members select,.contact-programs select,.contact-others select{padding-left: 10px;}
.contact input[readonly],.contact-members input[readonly],.contact-programs input[readonly],.contact-others input[readonly]{border:0;}
.contact form textarea,.contact-members form textarea,.contact-programs form textarea,.contact-others form textarea{width: 700px;}
.contact span.wpcf7-list-item,.contact-members span.wpcf7-list-item,.contact-programs span.wpcf7-list-item,.contact-others span.wpcf7-list-item{margin:0;}
.contact .checklist,.contact-members .checklist,.contact-programs .checklist,.contact-others .checklist{border:1px solid #c00;padding:10px;}
.contact .checklist.bold,.contact-members .checklist.bold,.contact-programs .checklist.bold,.contact-others .checklist.bold{border:2px solid #c00;font-weight:bold;}

@media screen and (max-width: 991px) {
.wpcf7-form-control-wrap{display:inline-block;}
.contact-left{margin-bottom: 5px;}
}

.groupblock {background-color:#f3f3f3;padding:10px;margin:10px 0;}
.groupblock h2{border:0;margin:20px 0 10px;padding:0;}
