@charset "UTF-8";
body {
  font-size: 17px;
  line-height: 32px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

body a {
  color: #333;
}

body a:hover {
  text-decoration: none;
  color: #015DB2;
}

@media screen and (max-width: 767px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* ----------------------------------------
* header
---------------------------------------- */
/* SELLheader */
.sellHeader {
 padding-bottom: 6px;
 background: url("/sell/juku/wp-content/uploads/form_header_border.png") repeat-x center bottom;
}
@media only screen and (min-width: 641px) {
 .sellHeader .hBar {
  border-bottom: none;
  height: 84px;
  line-height: 84px;
 }
 .sellHeader .hBar .hSiteLogo {
  padding-top: 20px;
  line-height: 1.35;
 }
 .hTopNav {
  padding: 7px 40px;
 }
 .hBar {
  padding: 0 40px;
  border-bottom: 1px solid #ebebeb;
 *zoom: 1;
 }
 .hBar:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
 }
 .hBar a, .hBar span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
 }
 .hSiteLogo {
  float: left;
  max-width: 594px;
  padding-top: 24px;
 }
 .hSite_topLink{
  float: right;
 }
 .hSite_topLink a{
  color: #015DB2;
  font-size: 0.8rem;
 }
 .hSite_topLink a:hover{
  text-decoration: underline;
  font-size: 0.8rem;
 }
}
.hTopNav {
 background: #1777c2;
 *zoom: 1;
}
.hTopNav:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
@media only screen and (max-width: 640px) {
 .hSiteLogo {
  padding: 13px 9px;
 }
 .hSiteLogo img {
  display: block
 }
 .hSite_topLink{
  display: none;
 }
}
@media only screen and (min-width: 330px) {
 #sell_header h2 img {
  display:block;
  width:80%;
  height:auto;
  margin:0 auto;
 }
}

/* header */
#header {
  padding: 25px 0;
  border-bottom: none;
  /* search */
}

@media screen and (max-width: 991px) {
  #header {
    padding: 0 !important;
  }
}

#header div.header-form {
  width: 300px;
  height: 40px;
  float: right;
}

#header #searchform {
  margin-top: 18px;
  border: 1px solid #E1E1E1;
  border-radius: 0;
}

#header #searchform input[type=text] {
  line-height: 26px;
}

#header #searchform button {
  line-height: 26px;
  border-radius: 0px;
  width: 50px;
  padding: 7px 11px;
  font-size: 18px;
  color: #FFF;
  background: #00B7EE;
  border: 1px solid #FFF;
}

#header #header-menu-tog {
  font-size: 32px;
}

#header #header-menu-tog:after {
  content: "MENU";
  font-weight: bold;
  display: block;
  font-size: 10px;
  color: #00B7EE;
  margin-top: -10px;
  text-align: center;
}

#header .header-sp-02,
#header .header-text {
  display: none;
}

@media screen and (max-width: 991px) {
  #header h1#logo,
  #header p#logo {
    display: none;
  }
  #header #header-menu-tog {
    float: left;
    margin-top: 0px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 991px) and (max-width: 550px) {
  #header #header-menu-tog {
    position: absolute;
    top: 28px;
    right: 16px;
  }
}

@media screen and (max-width: 991px) {
  #header #header-menu-tog a {
    color: #00B7EE;
  }
  #header h1#logo-sp,
  #header .header-text {
    display: block;
    font-weight: bold;
  }
  #header .wrap {
    background: #F7FcFF !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px 8px 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 550px) {
  #header .wrap {
    padding: 0 8px;
  }
}

@media screen and (max-width: 991px) {
  #header #searchform {
    margin-top: 0;
  }
  #header .header-sp-01 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) and (max-width: 550px) {
  #header .header-sp-01 {
    padding-bottom: 0;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  #header .header-sp-02 {
	display: block;
    background: #FFF;
    text-align: center;
    margin-left: -8px;
    margin-right: -8px;
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
  }
}

@media screen and (max-width: 991px) and (max-width: 550px) {
  #header .header-sp-02 {
	width: 80%;
    text-align: left;
    padding: 20px 16px 10px;
  }
}

@media screen and (max-width: 991px) {
  #header h1#logo-sp {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) and (max-width: 550px) {
  #header h1#logo-sp {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 991px) {
  #header .header-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #header h1 {
    margin: 0;
  }
}

@media screen and (max-width: 550px) {
  #header div.header-form {
    /*width: 234px;*/
    display: none;
  }
}

#gnav {
  background: #1977bf;
}

#gnav li {
  font-weight: bold;
  font-size: 20px;
  width:25%;
  text-align:center;
  padding:0;
}

#gnav li.current-menu-item a {
  border: none;
}

#gnav li a {
  color: #fff;
  background: #1977bf;
  border:none;
  margin:0;
}

#gnav li a:hover {
  color: #409de4;
  border-top:none;
}

#gnav li.current-menu-item a,
#gnav li.current-post-parent a {
  color: #409de4;
}

#gnav li .sub-menu {
  background:none;
}

#gnav li .sub-menu, #gnav li .sub-menu li {
  width:90%;
  margin-left:10%;
  text-align:left;
}

#gnav li .sub-menu li a {
  color: #fff;
  background: #1977bf;
  font-size: 12px;
  padding: 14px 18px;
  margin-top: 0;
  border: none;
  overflow: hidden;
}

#gnav li .sub-menu li a:hover {
  background: #3392da;
  color: #fff;
}
@media screen and (max-width: 991px) {
 #gnav li .sub-menu, #gnav li .sub-menu li {
   width:100%;
   margin:0;
 }
}

@media screen and (max-width: 991px) {
  #gnav {
    margin: 0;
    padding: 32px 8px;
    background: #00b7ee;
  }
  #gnav ul li {
    font-weight: normal;
    width: 100%;
    text-align: left;
  }
  #gnav ul li a {
    background: #f7fcff;
    border-bottom: 2px solid #00B7EE;
    padding: 12px 20px;
  }
}
#footer .wrap{
 padding: 0;
}
.footer-01 {
  border-top: 1px solid #C6C6C6;
}
.footer-01 ul {
 text-align:center;
}
.footer-01 ul li {
  margin: 0;
}

@media screen and (min-width: 1200px) {
 .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
 }
}
@media screen and (min-width: 641px) and (max-width: 979px) {
 .container {
  margin-left: 20px;
  margin-right: 20px;
 }
}
@media screen and (max-width: 640px) {
 .container {
  margin-left: 10px;
  margin-right: 10px;
 }
}
.fCopoInfo {
 text-align: center;
}
.fSiteLogo {
 display: inline-block;
}
.fCopoNav {
 text-align: center;
}
.fCopoNav a.hover {
 text-decoration: underline;
}
.fCopoNavItems:before {
 content: "|";
 margin-right: 1em;
}
.fCopoNavItem {
 display: inline-block;
 line-height: 1.7;
}
.fCopoNavItem:after {
 content: "|";
 margin-left: 1em;
 margin-right: 1em;
}
.fCopoNavItem:last-child {
 margin-right: 0;
}
.fNotice {
 line-height: 1rem;
}
.p_policy a{
 text-decoration:underline;
}
@media screen and (min-width: 641px) {
 .fCopoInfo {
  padding: 60px 0;
 }
 .fSiteLogo {
  width: 205px;
 }
 .fCopoNav {
  margin-top: 30px;
  margin-bottom: 30px;
 }
 .fCopoNavItem {
  font-size: 14px;
  font-size: 0.9rem;
 }
 .fNotice {
  margin-bottom: 14px;
 }
 .fNotice, .copyright {
  font-size: 10px;
  font-size: 0.7rem;
 }
 .p_policy a{
  text-decoration:underline;
 }
}
@media screen and (max-width: 640px) {
 .fCopoInfo {
  padding: 40px 0;
 }
 .fSiteLogo {
  width: 156.5px;
 }
 .fCopoNav {
  margin-top: 20px;
  margin-bottom: 20px;
 }
 .fCopoNavItem {
  font-size: 10px;
  font-size: 0.6rem;
 }
 .fNotice {
  margin-bottom: 9px;
 }
 .fNotice {
  font-size: 9px;
  font-size: 0.6rem;
 }
 .p_policy a{
  text-decoration:underline;
 }
 .copyright {
  font-size: 8px;
  font-size: 0.6rem;
 }
}

.pagetop span {
  width: 70px;
  height: 70px;
  line-height: 60px;
  border-radius: 35px;
}

.ad {
  display: none;
}

.pagetop {
  position: fixed;
  bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 140px;
  }
}

@media screen and (max-width: 320px) {
  .pagetop {
    bottom: 80px;
  }
}

#float-cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(1, 93, 178, 0.8);
  display: none;
}

@media screen and (max-width: 550px) {
  #float-cta {
    padding: 0;
    display: block;
  }
}

#float-cta .cta-wrap {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #float-cta .cta-wrap {
    max-width: 500px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 550px) {
  #float-cta .cta-wrap {
    max-width: none;
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  #float-cta .cta-wrap .cta-pc {
    display: none;
  }
}

#float-cta .cta-wrap .cta-pc .cta-l {
  float: left;
  color: #fff;
  width: 380px;
  float: left;
  margin-right: 10px;
  font-size: 15px;
  line-height: 25px;
}

#float-cta .cta-wrap .cta-pc .cta-l i {
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  #float-cta .cta-wrap .cta-pc .cta-l {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  #float-cta .cta-wrap .cta-pc .cta-l {
    display: none;
  }
}

#float-cta .cta-wrap .cta-pc .cta-button {
  background-color: #E49022;
  border-radius: 2px;
  float: left;
  padding: 7px;
  border-bottom: 4px solid #e47422;
  border-right: 4px solid #e47422;
  text-align: center;
  font-size: 16px;
}

#float-cta .cta-wrap .cta-pc .cta-button:hover {
  opacity: 0.8;
}

#float-cta .cta-wrap .cta-pc .cta-button a {
  color: #fff;
  width: 260px;
  display: block;
}

@media screen and (max-width: 767px) {
  #float-cta .cta-wrap .cta-pc .cta-button a {
    width: 340px;
  }
}

#float-cta .cta-wrap .cta-pc .cta-button a:hover {
  color: #fff;
}

#float-cta .cta-wrap .cta-pc .cta-button i {
  margin-left: 3px;
}

#float-cta .cta-wrap .cta-sp {
  display: none;
}

#float-cta .cta-wrap .cta-sp img {
  width: 100%;
}

@media screen and (max-width: 550px) {
  #float-cta .cta-wrap .cta-sp {
    display: block;
  }
}

#float-cta #close_cta {
  float: left;
  background: #b5b5b5;
  color: #fff;
  margin-left: 10px;
  padding: 0 9px;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  #float-cta #close_cta {
    float: none;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 550px) {
  #float-cta #close_cta {
    display: none;
  }
}

/*01基本設定*/
/*02基本設定-index*/
/*03運営者情報*/
/*04お問い合わせ*/
.clearfix:after {
  　content: "";
  　clear: both;
  　display: block;
}

/* 01基本設定*/
.post-loop-wrap article {
  margin: 0 0 55px;
}

@media screen and (max-width: 550px) {
  .post-loop-wrap article {
    margin: 0 0 32px;
  }
}

.post-title a {
  color: #015DB2;
}

.post-title a:hover {
  color: #00B7EE;
}

.post-content p, .post-content pre {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .post-content p, .post-content pre {
    line-height: 28px;
  }
}

/*02基本設定-index*/
.post-header {
  padding: 30px 55px;
  border-bottom: 1px solid #EEE;
}

.post-header i {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .post-header {
    padding: 23px 35px 18px !important;
  }
}

@media screen and (max-width: 550px) {
  .post-header {
    padding: 18px 20px !important;
  }
}

.post-meta {
  margin-top: 0;
  margin-bottom: 0px;
  padding: 0;
  border-top: none;
}

.post-meta li {
  margin-top: 0;
  margin-right: 25px;
  padding-right: 0px;
  line-height: 1.6rem;
}

.post-meta li.cat {
  color: #FFF;
  padding: 5px 15px;
  margin-top: -4px;
}

.post-meta li.cat a {
  color: #FFF;
  background: #15a2d7;
  padding: 2px 4px;
}

.post-meta li.date i {
  margin-right: 8px;
}

.post-meta li.date {
  padding-bottom: 5px;
}

.post-loop-wrap .post-content {
  padding: 45px 55px 0px;
}

.post-loop-wrap .post-content h2.post-title {
  padding: 0 0 35px;
  border-bottom: none;
  font-size: 32px;
  line-height: 44px;
}

.post-loop-wrap .post-content h2.post-title a {
  color: #333;
}

.post-loop-wrap .post-content h2.post-title a:hover,
.post-loop-wrap .post-content .txt-post a:hover {
  color: #015db2 !important;
}

.post-loop-wrap .post-content .txt-post a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 550px) {
  .post-loop-wrap .post-content h2.post-title {
    padding: 0 0 35px;
    border-bottom: none;
    font-size: 24px;
    line-height: 36px;
  }
}

.post-loop-wrap .post-content h2:first-child {
  margin-bottom: 0;
}

.post-loop-wrap .post-content .txt-post {
  margin-bottom: 50px;
}

@media screen and (max-width: 550px) {
  .post-loop-wrap .post-content .txt-post {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  .post-loop-wrap .post-content {
    padding: 45px 55px 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .post-loop-wrap .post-content {
    padding: 35px 35px 0px !important;
  }
}

@media screen and (max-width: 550px) {
  .post-loop-wrap .post-content {
    padding: 20px 20px 0px !important;
  }
}

.post-loop-wrap .post-thumbnail {
  width: 260px;
  height: auto;
  margin: 0 24px 55px 0;
  float: left;
}

@media screen and (max-width: 550px) {
  .post-loop-wrap .post-thumbnail {
    height: auto;
    margin: 0 auto 30px;
    float: none;
  }
}

.more-link {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  background-color: #1977bf;
  border: none;
  color: #FFF;
}

.more-link:hover {
  background: #44a3ec;
  color: #fff;
  text-decoration: none;
}

/*03運営者情報*/
.page-id-2132 th {
  width: 110px;
}

@media screen and (max-width: 550px) {
  .page-id-2132 th {
    width: 20%;
  }
}

/*04お問い合わせ*/
.page-id-2134 form input {
  width: 40%;
}

form textarea {
  width: 100%;
}

.form-submit #submit {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .page-id-2134 form input {
    width: 100%;
  }
}

.error404 .content-none,
.search .content-none {
  padding-top: 0;
}

@media screen and (max-width: 320px) {
  .site_map #sitemap_list li.cat-item {
    margin: 0;
  }
}

.site_map #sitemap_list li.cat-item:before {
  content: none;
}

.site_map #sitemap_list li.cat-item a {
  background-color: #e4edf4;
  font-size: 24px;
  color: #015db2;
  border: none;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}

@media screen and (max-width: 320px) {
  .site_map #sitemap_list li.cat-item a {
    font-size: 22px;
  }
}

.site_map #sitemap_list li.cat-item li.post-item {
  background-image: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.site_map #sitemap_list li.cat-item li.post-item:hover:before {
  background-color: #015db2;
  padding: 5px 7px;
}

.site_map #sitemap_list li.cat-item li.post-item:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  color: #fff;
  background-color: #DBDBDB;
  margin-left: 8px;
  position: static;
  padding: 5px 7px;
}

.site_map #sitemap_list li.cat-item li.post-item a {
  background-color: #fff;
  border: none;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 8px !important;
}

.site_map #sitemap_list li.cat-item li.post-item a:hover {
  color: #015db2;
  text-decoration: underline;
}

.site_map #sitemap_list li.page_item:before {
  content: none;
}

.site_map #sitemap_list li.page_item a {
  text-decoration: none;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  #side {
    padding-top: 10px;
  }
}

.side-widget {
  margin-bottom: 28px;
  padding-bottom: 28px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .side-widget {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

div.facebook {
  width: 300px;
  margin: 0 auto;
}

div#xeory_postviews-2 h4,
div.sns-wrap h4,
div.side-widget-inner h4.side-title
{
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px 10px;
  border-bottom: 3px solid #008bd3;
}

div.sns-wrap h4 {
  margin-bottom: 25px;
}

div.sns-wrap .fb-page-out {
  width: auto;
  text-align: center;
}

ul.xeory-postviews li:first-child {
  margin-top: 0 !important;
}

ul.xeory-postviews li {
  overflow: hidden;
  margin-bottom: 0 !important;
}

ul.xeory-postviews li a:hover {
  text-decoration: underline;
  color: #015DB2 !important;
}

ul.xeory-postviews li i {
  font-size: 12px;
  color: #FFF;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: table-cell;
  padding: 1px;
  text-align: center;
}

ul.xeory-postviews li a:hover {
  text-decoration: none;
}

ul.xeory-postviews li a:hover span {
  text-decoration: underline;
}

ul.xeory-postviews li i:after {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  margin-top: -14px;
  background-color: #DBDBDB;
}

ul.xeory-postviews span {
  display: table-cell;
  padding-left: 15px;
}

ul.xeory-postviews li a:hover i:after {
  background-color: #015DB2 !important;
}

#side .side-inner .side-sns-list {
  margin-top: 25px;
  text-align: center;
}

#side .side-inner .side-sns-list li {
  display: inline-block;
  border-bottom: none;
  font-size: 15 px;
  width: 46px;
  height: 46px;
  border-radius: 5px;
  margin-right: 12px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

#side .side-inner .side-sns-list li i {
  background: #FFF;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  text-align: center;
  padding-top: 4px;
}

#side .side-inner .side-sns-list li:nth-child(1) a {
  color: #3c5a96;
}

#side .side-inner .side-sns-list li:nth-child(2) a {
  color: #4ccdf5;
}

#side .side-inner .side-sns-list li:nth-child(3) a {
  color: #cf4033;
}

#side .side-inner .side-sns-list li:nth-child(4) a {
  color: #2bb24c;
}

#side .side-inner .side-sns-list li:nth-child(1) {
  background-color: #3c5a96;
}

#side .side-inner .side-sns-list li:nth-child(2) {
  background-color: #4ccdf5;
}

#side .side-inner .side-sns-list li:nth-child(3) {
  background-color: #cf4033;
}

#side .side-inner .side-sns-list li:nth-child(4) {
  background-color: #2bb24c;
  margin-right: 0;
}

#side .side-inner .side-sns-list li:hover {
  opacity: 0.8;
}

#side .side-inner .side-sns-list li a {
  width: 46px;
  height: 46px;
  cursor: pointer;
  padding: 12px 0 0 0;
  display: block;
}

#side .side-inner .side-sns-list li a i.fa-facebook {
  font-size: 20px;
  line-height: 20px;
  padding-left: 5px;
}

#side .side-inner .side-sns-list li a i.fa-google-plus {
  font-size: 14px;
  line-height: 16px;
}

dl.home4u {
  border: 1px solid #d7d7d7;
  padding: 1px;
  background: #FFF;
  margin: 0 16px;
}

@media screen and (max-width: 991px) {
  dl.home4u {
    width: 264px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  dl.home4u {
    margin: 0 auto 90px;
  }
}

dl.home4u a:hover img,
dl.home4u a:hover {
  opacity: 0.8;
}

dl.home4u dt {
  background: #059fdb;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
  padding: 20px 0;
  color: #FFF;
  font-weight: bold;
}

dl.home4u dd {
  padding: 25px 0;
  text-align: center;
}

.banner_ad {
  padding-bottom: 60px;
  text-align: center;
}

.bg_b {
  background-color: #015db2;
  padding: 16px;
  text-align: center;
}

.bg_b i {
  color: #015db2;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 20px;
  padding: 4px;
  margin-bottom: 8px;
}

.bg_b h4 {
  font-weight: bold;
  color: #fff;
  font-size: 21px;
  text-align: center;
}

.bg_w {
  padding: 36px 4px 4px 4px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-top: none;
}

.bg_w .box {
  text-align: center;
  border-bottom: 1px solid #ececec;
  margin-bottom: 38px;
  position: relative;
}

.bg_w .box:last-child {
  border: 0;
  margin-bottom: 0;
}

.bg_w .box:after {
  content: '';
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-top: 13px solid #ececec;
  position: absolute;
  margin-left: -14px;
}

.bg_w .box:last-child:after {
  border: 0;
}

.bg_w .box .step_title1, .bg_w .box .step_title2, .bg_w .box .step_title3, .bg_w .box .step_title4 {
  background-color: #e4edf3;
  color: #10a3dd;
  padding: 23px 0 17px;
  font-weight: bold;
}

.bg_w .box .step_title1:before, .bg_w .box .step_title2:before, .bg_w .box .step_title3:before, .bg_w .box .step_title4:before {
  content: 'STEP.1';
  color: #fff;
  background-color: #18a5df;
  text-align: center;
  padding: 2px 22px;
  font-size: 12px;
  position: absolute;
  margin-left: -44px;
  left: 50%;
  top: -10px;
  font-weight: normal;
}

.bg_w .box .step_title1:before span, .bg_w .box .step_title2:before span, .bg_w .box .step_title3:before span, .bg_w .box .step_title4:before span {
  display: table-cell;
  padding-left: 15px;
}

.bg_w .box .step_title2:before {
  content: 'STEP.2';
}

.bg_w .box .step_title3:before {
  content: 'STEP.3';
}

.bg_w .box .step_title4:before {
  content: 'STEP.4';
}

.bg_w .box ul {
  margin: 32px 20px 8px;
}

.bg_w .box ul:last-child {
  margin-bottom: 0;
}

.bg_w .box ul li {
  border: none;
  text-align: left;
  padding: 0 0 22px 0;
}

.bg_w .box ul li .n-write {
  padding: 0 0 0 5px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #DBDBDB;
}

.bg_w .box ul li a {
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #323232;
}

.bg_w .box ul li a:hover {
  color: #015DB2;
}

.bg_w .box ul li a:hover:hover span {
  text-decoration: underline;
}

.bg_w .box ul li a:hover:hover i:after {
  background-color: #015DB2;
}

.bg_w .box ul li a i {
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.bg_w .box ul li a i:after {
  content: "";
  margin-top: -14px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #DBDBDB;
}

.bg_w .box ul li a span {
  display: table-cell;
  padding-left: 10px;
  text-decoration: none;
}

/*ぱんくずりすと*/
.breadcrumb {
  font-size: 16px;
  padding: 0 0 8px 4px;
  margin: 0 0 18px 0;
}

.breadcrumb li {
  margin: 0 10px 0 0;
  line-height: 1.5;
}

.breadcrumb li i {
  display: none;
}

.breadcrumb li a {
  color: #015DB2;
}

.breadcrumb li a:hover {
  color: #015DB2;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    margin: 0 0px 7px;
  }
}

.pagination {
  margin: 0 0 165px 0;
  text-align: center;
  font-size: 0;
}

.pagination span, .pagination a {
  display: inline-block;
  font-size: 16px;
  float: none;
  margin: 0px 15px 15px 0;
  color: #FFF;
  background: #BFBFBF;
}

.pagination a:hover {
  background: #00b7EE;
  color: #FFF;
}

.pagination .current {
  background: #015DB2;
}

@media screen and (max-width: 991px) {
  .pagination {
    margin: 0 0 25px 0;
  }
}

.pagination span,
.pagination a,
.pagination .current {
  padding: 8px 18px;
}

/*01single設定
02single page error search-no-serults設定
03post-content
04toc_list
05post-cta
p06ost-sns
07footer-sns
08related
09author
10comment- */
/*01single設定*/
.single .post-content {
  /*table*/
  /*--------------------------------------------------------------------------
    makerのスタイル変更（170113田中）
--------------------------------------------------------------------------*/
}

.single .post-content p, .single .post-content pre {
  font-size: 17px;
  line-height: 32px;
  padding-bottom: 30px;
}

.single .post-content a {
  color: #015DB2;
  text-decoration: underline;
}

.single .post-content a:hover {
  color: #00B7EE;
}

.single .post-content h2 {
  font-size: 30px;
  line-height: 42px;
  border-left: 5px solid #01a1E9;
  padding: 8px 0;
  border-bottom: none;
  padding-left: 50px;
  margin: 50px 0 30px -10px;
}

.single .post-content h3 {
  font-size: 26px;
  line-height: 33px;
  padding: 0 0 20px;
  border-bottom: 3px double #C3C3C3;
  margin-bottom: 30px;
  border-left: none;
}

.single .post-content h3:before {
  background: none;
}

.single .post-content h4 {
  color: #059fdb;
  font-size: 22px;
  line-height: 33px;
}

.single .post-content ul {
  padding: 0;
}

.single .post-content ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.single .post-content ul li:before {
  content: "・";
  font-size: 20px;
  color: #0191E9;
  position: absolute;
  top: -4px;
  left: 0;
}

.single .post-content ol {
  padding-left: 24px;
}

.single .post-content dl {
  margin-top: 40px;
}

.single .post-content dl dt {
  background: #F8F8F8;
  border: 1px solid #8F8F8F;
  padding: 10px 15px;
  display: inline;
}

.single .post-content dl dd {
  padding-top: 28px;
  border-left: none;
}

.single .post-content table {
  border: 1px #B1B1B1 solid;
  overflow: visible;
  white-space: normal;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.single .post-content table a {
  color: #015DB2;
}

.single .post-content table th,
.single .post-content table td {
  padding: 5px 20px;
  border: #B1B1B1 solid 1px;
}

.single .post-content table th {
  color: #333;
}

.single .post-content #toc_container {
  width: 100% !important;
}

.single .post-content table.table-line table,
.single .post-content table.table-line th,
.single .post-content table.table-line td {
  border-color: #fff;
}

.single .post-content table.table-line th {
  background: transparent;
  color: #333;
  font-weight: bold;
}

.single .post-content table thead th,
.single .post-content table tbody th {
  background: #50a9d0;
  color: #FFF;
}

.single .post-content table tbody tr:nth-child(even) {
  background: #EBF3F6 !important;
}

.single .post-content table tbody tr:nth-child(odd) {
  background: #FFF;
}

.single .post-content blockquote:before {
  font-size: 32px;
  color: #FFF;
  background-color: #c3c3c3;
  position: absolute;
  text-align: center;
  left: 50%;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  padding-top: 15px;
  box-sizing: border-box;
  margin-left: -30px;
}

.single .post-content blockquote {
  padding: 40px;
  background: #FFF;
  border: 3px solid #E8E8E8;
}

.single .post-content blockquote cite {
  font-size: 14px;
  color: #015DB2;
}

.single .post-content address {
  font-style: italic;
  color: #979797;
  padding-bottom: 30px;
}

.single .post-content .attention.a-1, .single .post-content .attention.a-2, .single .post-content .attention.a-3 {
  padding: 30px 30px 0px;
  margin-bottom: 40px;
}

.single .post-content .attention.a-1 ul, .single .post-content .attention.a-2 ul, .single .post-content .attention.a-3 ul {
  padding: 0 0 30px 0;
  margin: 0;
}

.single .post-content .attention.a-1 p, .single .post-content .attention.a-2 p, .single .post-content .attention.a-3 p {
  padding-bottom: 30px;
}

.single .post-content .attention.a-1 .attention-title, .single .post-content .attention.a-2 .attention-title, .single .post-content .attention.a-3 .attention-title {
  padding-bottom: 20px;
  font-size: 20px;
  display: block;
}

.single .post-content .attention.a-1 {
  border: 1px solid #B1B1B1;
}

.single .post-content .attention.a-1 ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.single .post-content .attention.a-1 ul li:after {
  content: "・";
  font-size: 20px;
  color: #333;
  position: absolute;
  top: -4px;
  left: 0;
}

.single .post-content .attention.a-2 {
  border: 1px dashed #4B9dc0;
}

.single .post-content .attention.a-2 li {
  list-style: none;
}

.single .post-content .attention.a-3 {
  border: 1px solid #76b0c9;
  background-color: #F9FDFF;
  border-top: 5px solid #0068B7;
}

.single .post-content .attention.a-3 li {
  padding-left: 0px;
  list-style: disc;
}

.single .post-content .attention.a-3 li:before {
  display: none;
}

.single .post-content .attention.a-3 ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.single .post-content .attention.a-3 ul li:after {
  content: "・";
  font-size: 20px;
  color: #333;
  position: absolute;
  top: -4px;
  left: 0;
}

.link-button-green a,
.link-button-orange a {
  color: #fff;
  border-bottom: none !important;
  border-radius: 0px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.375;
  display: inline-block;
  text-decoration: none;
}

.link-button-green .fa-arrow-circle-o-right:before,
.link-button-orange .fa-arrow-circle-o-right:before {
  content: "";
}

.link-button-green a {
  background: #6aba55 !important;
}

.link-button-orange a {
  background: #fe7903 !important;
}

.single .post-content .marker-y {
  background-image: none;
  background-color: #FF6;
}

.single .post-content .marker-p {
  background-image: none;
  background-color: #fdd1e6;
}

.single .post-content .marker-w {
  background-image: none;
  background-color: #abeffe;
}

.single .post-content .marker-g {
  background-image: none;
  background-color: #d0fa7a;
}

.single .post-content .f-marker-y {
  background-image: -webkit-linear-gradient(transparent 80%, #FF6 80%);
  background-image: linear-gradient(transparent 80%, #FF6 80%);
}

.single .post-content .f-marker-p {
  background-image: -webkit-linear-gradient(transparent 80%, #fdd1e6 80%);
  background-image: linear-gradient(transparent 80%, #fdd1e6 80%);
}

.single .post-content .f-marker-w {
  background-image: -webkit-linear-gradient(transparent 80%, #abeffe 80%);
  background-image: linear-gradient(transparent 80%, #abeffe 80%);
}

.single .post-content .f-marker-g {
  background-image: -webkit-linear-gradient(transparent 80%, #d0fa7a 80%);
  background-image: linear-gradient(transparent 80%, #d0fa7a 80%);
}

.single h1.post-title {
  padding: 40px 55px 42px;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .single h1.post-title {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 550px) {
  .single h1.post-title {
    padding: 20px;
  }
}

.page .post-header {
  border-bottom: none;
  padding: 40px 55px;
}

.page h1.post-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  .page h1.post-title {
    padding: 20px 0 0 0;
  }
}

/*02single page error search-no-serults設定*/
.single,
.page,
.error404,
.search-no-results {
  /*03post-content*/
  /* 05post-cta
---------------------------------------- */
  /* p06ost-sns
---------------------------------------- */
  /* 07footer-sns
---------------------------------------- */
  /* 08related
---------------------------------------- */
  /* 09author
---------------------------------------- */
  /* 10comment
---------------------------------------- */
}

@media screen and (max-width: 991px) {
  .single .post-header,
  .page .post-header,
  .error404 .post-header,
  .search-no-results .post-header {
    padding: 20px;
  }
}

.single .post-title,
.page .post-title,
.error404 .post-title,
.search-no-results .post-title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single h1.post-title,
  .page h1.post-title,
  .error404 h1.post-title,
  .search-no-results h1.post-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
  }
}

.single .post-header-meta,
.page .post-header-meta,
.error404 .post-header-meta,
.search-no-results .post-header-meta {
  margin: 0 55px;
}

.single .bzb-googleplus,
.page .bzb-googleplus,
.error404 .bzb-googleplus,
.search-no-results .bzb-googleplus {
  width: 65px !important;
}

.single .bzb-pocket iframe,
.page .bzb-pocket iframe,
.error404 .bzb-pocket iframe,
.search-no-results .bzb-pocket iframe {
  width: 90px !important;
}

@media screen and (max-width: 991px) {
  .single .post-header-meta,
  .page .post-header-meta,
  .error404 .post-header-meta,
  .search-no-results .post-header-meta {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .single .bzb-sns-btn,
  .page .bzb-sns-btn,
  .error404 .bzb-sns-btn,
  .search-no-results .bzb-sns-btn {
    margin-bottom: 10px;
  }
  .single .bzb-sns-btn li,
  .page .bzb-sns-btn li,
  .error404 .bzb-sns-btn li,
  .search-no-results .bzb-sns-btn li {
    margin: 0 4px 4px 0;
  }
}

.single .post-thumbnail,
.page .post-thumbnail,
.error404 .post-thumbnail,
.search-no-results .post-thumbnail {
  text-align: center;
  margin-bottom: 30px;
}

.single .post-content,
.page .post-content,
.error404 .post-content,
.search-no-results .post-content {
  padding: 33px 55px 0;
  /* 04toc_list
---------------------------------------- */
  /*table*/
}

.single .post-content p, .single .post-content pre,
.page .post-content p,
.page .post-content pre,
.error404 .post-content p,
.error404 .post-content pre,
.search-no-results .post-content p,
.search-no-results .post-content pre {
  font-size: 17px;
  line-height: 32px;
  padding-bottom: 30px;
}

.single .post-content a,
.page .post-content a,
.error404 .post-content a,
.search-no-results .post-content a {
  color: #015DB2;
  text-decoration: underline;
}

.single .post-content a:hover,
.page .post-content a:hover,
.error404 .post-content a:hover,
.search-no-results .post-content a:hover {
  color: #00B7EE;
}

.single .post-content h2,
.page .post-content h2,
.error404 .post-content h2,
.search-no-results .post-content h2 {
  font-size: 30px;
  line-height: 42px;
  border-left: 5px solid #01a1E9;
  padding: 8px 0;
  border-bottom: none;
  padding-left: 50px;
  margin: 50px 0 30px -55px;
}

.single .post-content .toc_list li,
.page .post-content .toc_list li,
.error404 .post-content .toc_list li,
.search-no-results .post-content .toc_list li {
  list-style: none;
  position: static;
  padding-left: 0;
}

.single .post-content .toc_list li:before,
.page .post-content .toc_list li:before,
.error404 .post-content .toc_list li:before,
.search-no-results .post-content .toc_list li:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .single .post-content h2,
  .page .post-content h2,
  .error404 .post-content h2,
  .search-no-results .post-content h2 {
    font-size: 24px;
    line-height: 36px;
    padding-left: 35px;
    margin: 20px 0 25px -35px;
  }
}

@media screen and (max-width: 550px) {
  .single .post-content h2,
  .page .post-content h2,
  .error404 .post-content h2,
  .search-no-results .post-content h2 {
    padding-left: 20px;
    margin: 20px 0 25px -20px;
  }
}

.single .post-content h3,
.page .post-content h3,
.error404 .post-content h3,
.search-no-results .post-content h3 {
  font-size: 26px;
  line-height: 33px;
  padding: 0 0 20px;
  border-bottom: 3px double #C3C3C3;
  margin-bottom: 30px;
  border-left: none;
}

@media screen and (max-width: 767px) {
  .single .post-content h3,
  .page .post-content h3,
  .error404 .post-content h3,
  .search-no-results .post-content h3 {
    font-size: 22px;
  }
}

.single .post-content h4,
.page .post-content h4,
.error404 .post-content h4,
.search-no-results .post-content h4 {
  color: #059fdb;
  font-size: 22px;
  line-height: 33px;
}

@media screen and (max-width: 767px) {
  .single .post-content h4,
  .page .post-content h4,
  .error404 .post-content h4,
  .search-no-results .post-content h4 {
    font-size: 20px;
  }
}

.single .post-content ul,
.page .post-content ul,
.error404 .post-content ul,
.search-no-results .post-content ul {
  padding: 0;
}

.single .post-content ul li,
.page .post-content ul li,
.error404 .post-content ul li,
.search-no-results .post-content ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.single .post-content ul li:before,
.page .post-content ul li:before,
.error404 .post-content ul li:before,
.search-no-results .post-content ul li:before {
  content: "・";
  font-size: 20px;
  color: #0191E9;
  position: absolute;
  top: -4px;
  left: 0;
}

.single .post-content ol,
.page .post-content ol,
.error404 .post-content ol,
.search-no-results .post-content ol {
  padding-left: 24px;
}

.single .post-content dl,
.page .post-content dl,
.error404 .post-content dl,
.search-no-results .post-content dl {
  margin-top: 40px;
}

.single .post-content dl dt,
.page .post-content dl dt,
.error404 .post-content dl dt,
.search-no-results .post-content dl dt {
  background: #F8F8F8;
  border: 1px solid #8F8F8F;
  padding: 10px 15px;
  display: inline;
}

.single .post-content dl dd,
.page .post-content dl dd,
.error404 .post-content dl dd,
.search-no-results .post-content dl dd {
  padding-top: 28px;
  border-left: none;
}

.single .post-content table,
.page .post-content table,
.error404 .post-content table,
.search-no-results .post-content table {
  border: 1px #B1B1B1 solid;
  overflow: visible;
  white-space: normal;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.single .post-content table a,
.page .post-content table a,
.error404 .post-content table a,
.search-no-results .post-content table a {
  color: #015DB2;
}

.single .post-content table th,
.single .post-content table td,
.page .post-content table th,
.page .post-content table td,
.error404 .post-content table th,
.error404 .post-content table td,
.search-no-results .post-content table th,
.search-no-results .post-content table td {
  padding: 5px 20px;
  border: #B1B1B1 solid 1px;
}

.single .post-content table th,
.page .post-content table th,
.error404 .post-content table th,
.search-no-results .post-content table th {
  color: #333;
}

.single .post-content #toc_container,
.page .post-content #toc_container,
.error404 .post-content #toc_container,
.search-no-results .post-content #toc_container {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .single .post-content table,
  .page .post-content table,
  .error404 .post-content table,
  .search-no-results .post-content table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .single .post-content table th,
  .single .post-content table td,
  .page .post-content table th,
  .page .post-content table td,
  .error404 .post-content table th,
  .error404 .post-content table td,
  .search-no-results .post-content table th,
  .search-no-results .post-content table td {
    padding: 10px 20px;
  }
}

.single .post-content table.table-line table,
.single .post-content table.table-line th,
.single .post-content table.table-line td,
.page .post-content table.table-line table,
.page .post-content table.table-line th,
.page .post-content table.table-line td,
.error404 .post-content table.table-line table,
.error404 .post-content table.table-line th,
.error404 .post-content table.table-line td,
.search-no-results .post-content table.table-line table,
.search-no-results .post-content table.table-line th,
.search-no-results .post-content table.table-line td {
  border-color: #fff;
}

.single .post-content table.table-line th,
.page .post-content table.table-line th,
.error404 .post-content table.table-line th,
.search-no-results .post-content table.table-line th {
  background: transparent;
  color: #333;
  font-weight: bold;
}

.single .post-content table thead th,
.single .post-content table tbody th,
.page .post-content table thead th,
.page .post-content table tbody th,
.error404 .post-content table thead th,
.error404 .post-content table tbody th,
.search-no-results .post-content table thead th,
.search-no-results .post-content table tbody th {
  background: #50a9d0;
  color: #FFF;
}

.single .post-content table tbody tr:nth-child(even),
.page .post-content table tbody tr:nth-child(even),
.error404 .post-content table tbody tr:nth-child(even),
.search-no-results .post-content table tbody tr:nth-child(even) {
  background: #EBF3F6 !important;
}

.single .post-content table tbody tr:nth-child(odd),
.page .post-content table tbody tr:nth-child(odd),
.error404 .post-content table tbody tr:nth-child(odd),
.search-no-results .post-content table tbody tr:nth-child(odd) {
  background: #FFF;
}

.single .post-content blockquote:before,
.page .post-content blockquote:before,
.error404 .post-content blockquote:before,
.search-no-results .post-content blockquote:before {
  font-size: 32px;
  color: #FFF;
  background-color: #c3c3c3;
  position: absolute;
  text-align: center;
  left: 50%;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  padding-top: 15px;
  box-sizing: border-box;
  margin-left: -30px;
}

.single .post-content blockquote,
.page .post-content blockquote,
.error404 .post-content blockquote,
.search-no-results .post-content blockquote {
  padding: 40px;
  background: #FFF;
  border: 3px solid #E8E8E8;
}

@media screen and (max-width: 767px) {
  .single .post-content blockquote,
  .page .post-content blockquote,
  .error404 .post-content blockquote,
  .search-no-results .post-content blockquote {
    padding: 110px 14px 40px;
  }
  .single .post-content blockquote:before,
  .page .post-content blockquote:before,
  .error404 .post-content blockquote:before,
  .search-no-results .post-content blockquote:before {
    top: 25px;
  }
}

.single .post-content blockquote cite,
.page .post-content blockquote cite,
.error404 .post-content blockquote cite,
.search-no-results .post-content blockquote cite {
  font-size: 14px;
  color: #015DB2;
}

.single .post-content address,
.page .post-content address,
.error404 .post-content address,
.search-no-results .post-content address {
  font-style: italic;
  color: #979797;
  padding-bottom: 30px;
}

.single .post-content .attention.a-1, .single .post-content .attention.a-2, .single .post-content .attention.a-3,
.page .post-content .attention.a-1,
.page .post-content .attention.a-2,
.page .post-content .attention.a-3,
.error404 .post-content .attention.a-1,
.error404 .post-content .attention.a-2,
.error404 .post-content .attention.a-3,
.search-no-results .post-content .attention.a-1,
.search-no-results .post-content .attention.a-2,
.search-no-results .post-content .attention.a-3 {
  padding: 30px 30px 0px;
  margin-bottom: 40px;
}

.single .post-content .attention.a-1 ul, .single .post-content .attention.a-2 ul, .single .post-content .attention.a-3 ul,
.page .post-content .attention.a-1 ul,
.page .post-content .attention.a-2 ul,
.page .post-content .attention.a-3 ul,
.error404 .post-content .attention.a-1 ul,
.error404 .post-content .attention.a-2 ul,
.error404 .post-content .attention.a-3 ul,
.search-no-results .post-content .attention.a-1 ul,
.search-no-results .post-content .attention.a-2 ul,
.search-no-results .post-content .attention.a-3 ul {
  padding: 0 0 30px 0;
  margin: 0;
}

.single .post-content .attention.a-1 ol li, .single .post-content .attention.a-2 ol li, .single .post-content .attention.a-3 ol li,
.page .post-content .attention.a-1 ol li,
.page .post-content .attention.a-2 ol li,
.page .post-content .attention.a-3 ol li,
.error404 .post-content .attention.a-1 ol li,
.error404 .post-content .attention.a-2 ol li,
.error404 .post-content .attention.a-3 ol li,
.search-no-results .post-content .attention.a-1 ol li,
.search-no-results .post-content .attention.a-2 ol li,
.search-no-results .post-content .attention.a-3 ol li {
  list-style: decimal !important;
}

.single .post-content .attention.a-1 p, .single .post-content .attention.a-2 p, .single .post-content .attention.a-3 p,
.page .post-content .attention.a-1 p,
.page .post-content .attention.a-2 p,
.page .post-content .attention.a-3 p,
.error404 .post-content .attention.a-1 p,
.error404 .post-content .attention.a-2 p,
.error404 .post-content .attention.a-3 p,
.search-no-results .post-content .attention.a-1 p,
.search-no-results .post-content .attention.a-2 p,
.search-no-results .post-content .attention.a-3 p {
  padding-bottom: 30px;
}

.single .post-content .attention.a-1 .attention-title, .single .post-content .attention.a-2 .attention-title, .single .post-content .attention.a-3 .attention-title,
.page .post-content .attention.a-1 .attention-title,
.page .post-content .attention.a-2 .attention-title,
.page .post-content .attention.a-3 .attention-title,
.error404 .post-content .attention.a-1 .attention-title,
.error404 .post-content .attention.a-2 .attention-title,
.error404 .post-content .attention.a-3 .attention-title,
.search-no-results .post-content .attention.a-1 .attention-title,
.search-no-results .post-content .attention.a-2 .attention-title,
.search-no-results .post-content .attention.a-3 .attention-title {
  padding-bottom: 20px;
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .single .post-content .attention.a-1, .single .post-content .attention.a-2, .single .post-content .attention.a-3,
  .page .post-content .attention.a-1,
  .page .post-content .attention.a-2,
  .page .post-content .attention.a-3,
  .error404 .post-content .attention.a-1,
  .error404 .post-content .attention.a-2,
  .error404 .post-content .attention.a-3,
  .search-no-results .post-content .attention.a-1,
  .search-no-results .post-content .attention.a-2,
  .search-no-results .post-content .attention.a-3 {
    padding: 24px 15px 12px;
  }
}

.single .post-content .attention.a-1,
.page .post-content .attention.a-1,
.error404 .post-content .attention.a-1,
.search-no-results .post-content .attention.a-1 {
  border: 1px solid #B1B1B1;
}

.single .post-content .attention.a-1 ul li,
.page .post-content .attention.a-1 ul li,
.error404 .post-content .attention.a-1 ul li,
.search-no-results .post-content .attention.a-1 ul li {
  position: relative;
  padding-left: 20px;
}

.single .post-content .attention.a-1 ul li:after,
.page .post-content .attention.a-1 ul li:after,
.error404 .post-content .attention.a-1 ul li:after,
.search-no-results .post-content .attention.a-1 ul li:after {
  content: "・";
  font-size: 20px;
  color: #333;
  position: absolute;
  top: -4px;
  left: 0;
}

.single .post-content .attention.a-2,
.page .post-content .attention.a-2,
.error404 .post-content .attention.a-2,
.search-no-results .post-content .attention.a-2 {
  border: 1px dashed #4B9dc0;
}

.single .post-content .attention.a-3,
.page .post-content .attention.a-3,
.error404 .post-content .attention.a-3,
.search-no-results .post-content .attention.a-3 {
  border: 1px solid #76b0c9;
  background-color: #F9FDFF;
  border-top: 5px solid #0068B7;
}

.single .post-content .attention.a-3 li,
.page .post-content .attention.a-3 li,
.error404 .post-content .attention.a-3 li,
.search-no-results .post-content .attention.a-3 li {
  padding-left: 0px;
}

.single .post-content .attention.a-3 li:before,
.page .post-content .attention.a-3 li:before,
.error404 .post-content .attention.a-3 li:before,
.search-no-results .post-content .attention.a-3 li:before {
  display: none;
}

.single .post-content .attention.a-3 ul li,
.page .post-content .attention.a-3 ul li,
.error404 .post-content .attention.a-3 ul li,
.search-no-results .post-content .attention.a-3 ul li {
  position: relative;
  padding-left: 20px;
}

.single .post-content .attention.a-3 ul li:after,
.page .post-content .attention.a-3 ul li:after,
.error404 .post-content .attention.a-3 ul li:after,
.search-no-results .post-content .attention.a-3 ul li:after {
  content: "・";
  font-size: 20px;
  color: #333;
  position: absolute;
  top: -4px;
  left: 0;
}

.link-button-green a,
.link-button-orange a,
.link-button-blue a
{
  color: #fff;
  border-bottom: none !important;
  border-radius: 3px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.375;
  display: inline-block;
  text-decoration: none;
}

.link-button-green .fa-arrow-circle-o-right:before,
.link-button-orange .fa-arrow-circle-o-right:before
{
  content: "";
}

.single .post-content .link-button-green a,
.page .post-content .link-button-green a,
.error404 .post-content .link-button-green a,
.search-no-results .post-content .link-button-green a {
  background: #6aba55 !important;
}

.link-button-orange a
{
  background: #fe7903 !important;
}

.single .post-content .link-button-blue a,
.page .post-content .link-button-blue a,
.error404 .post-content .link-button-blue a,
.search-no-results .post-content .link-button-blue a {
  background: #2581c4 !important;
}

.single .post-content .link-button-blue a:hover,
.page .post-content .link-button-blue a:hover,
.error404 .post-content .link-button-blue a:hover,
.search-no-results .post-content .link-button-blue a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .link-button-green a,
  .link-button-orange a,
  .link-button-blue a
  {
    font-size: 16px;
  }
}

.single .post-footer-list,
.page .post-footer-list,
.error404 .post-footer-list,
.search-no-results .post-footer-list {
  font-size: 14px;
}

.single .post-footer .bzb-sns-btn,
.page .post-footer .bzb-sns-btn,
.error404 .post-footer .bzb-sns-btn,
.search-no-results .post-footer .bzb-sns-btn {
  padding-bottom: 30px;
  text-align: center;
}

.single .post-cta,
.page .post-cta,
.error404 .post-cta,
.search-no-results .post-cta {
  background: #FFF;
  border-top: 7px solid #378FB7;
  padding: 0 !important;
  font-size: 17px;
  line-height: 32px;
}

.single .post-cta .post-cta-inner,
.page .post-cta .post-cta-inner,
.error404 .post-cta .post-cta-inner,
.search-no-results .post-cta .post-cta-inner {
  padding: 50px 50px 40px !important;
}

@media screen and (max-width: 764px) {
  .single .post-cta .post-cta-inner,
  .page .post-cta .post-cta-inner,
  .error404 .post-cta .post-cta-inner,
  .search-no-results .post-cta .post-cta-inner {
    padding: 25px 20px 40px !important;
  }
}

.single .post-cta .cta-post-title,
.page .post-cta .cta-post-title,
.error404 .post-cta .cta-post-title,
.search-no-results .post-cta .cta-post-title {
  background: #F9F9F9;
  padding: 0;
  text-align: center;
  font-size: 34px;
  line-height: 42px;
  border-bottom: 1px solid #E4E4E4;
  margin: 0;
  padding: 45px 55px 50px;
  font-weight: bold;
}

.single .post-cta .post-cta-img,
.page .post-cta .post-cta-img,
.error404 .post-cta .post-cta-img,
.search-no-results .post-cta .post-cta-img {
  width: 360px;
}

@media screen and (max-width: 764px) {
  .single #main .post-cta .cta-post-title,
  .page #main .post-cta .cta-post-title,
  .error404 #main .post-cta .cta-post-title,
  .search-no-results #main .post-cta .cta-post-title {
    padding: 24px 8px !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  .single .post-cta .post-cta-img,
  .page .post-cta .post-cta-img,
  .error404 .post-cta .post-cta-img,
  .search-no-results .post-cta .post-cta-img {
    text-align: center;
  }
}

.single .post-cta p,
.page .post-cta p,
.error404 .post-cta p,
.search-no-results .post-cta p {
  margin-bottom: 20px;
}

.single .post-cta .post-cta-btn,
.page .post-cta .post-cta-btn,
.error404 .post-cta .post-cta-btn,
.search-no-results .post-cta .post-cta-btn {
  margin: 10px 0 10px;
}

.single .post-cta .post-cta-btn a,
.page .post-cta .post-cta-btn a,
.error404 .post-cta .post-cta-btn a,
.search-no-results .post-cta .post-cta-btn a {
  background: #01a1e9;
  color: #fff;
  border-bottom: none;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
  box-shadow: 0px 5px 0px 0px #0381ba;
  -moz-box-shadow: 0px 5px 0px 0px #0381ba;
  -webkit-box-shadow: 0px 5px 0px 0px #0381ba;
  line-height: 1.3;
}

.single .post-cta .post-cta-btn a:after,
.page .post-cta .post-cta-btn a:after,
.error404 .post-cta .post-cta-btn a:after,
.search-no-results .post-cta .post-cta-btn a:after {
  content: "\f138";
  font-family: FontAwesome;
  margin-left: 16px;
}

.single .post-cta .post-cta-btn a:hover,
.page .post-cta .post-cta-btn a:hover,
.error404 .post-cta .post-cta-btn a:hover,
.search-no-results .post-cta .post-cta-btn a:hover {
  border-bottom: none;
  opacity: 0.8;
}

@media screen and (max-width: 764px) {
  .single .post-cta .post-cta-btn a,
  .page .post-cta .post-cta-btn a,
  .error404 .post-cta .post-cta-btn a,
  .search-no-results .post-cta .post-cta-btn a {
    width: 100%;
  }
}

.single .post-cta .btn:hover,
.page .post-cta .btn:hover,
.error404 .post-cta .btn:hover,
.search-no-results .post-cta .btn:hover {
  text-decoration: none;
  background: #f24e4f;
}

.single .post-cta .post-cta-cont ul li,
.page .post-cta .post-cta-cont ul li,
.error404 .post-cta .post-cta-cont ul li,
.search-no-results .post-cta .post-cta-cont ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.single .post-cta .post-cta-cont ul li:before,
.page .post-cta .post-cta-cont ul li:before,
.error404 .post-cta .post-cta-cont ul li:before,
.search-no-results .post-cta .post-cta-cont ul li:before {
  content: "・";
  font-size: 20px;
  color: #0191E9;
  position: absolute;
  top: -4px;
  left: 0;
}

.single #main .post-sns,
.page #main .post-sns,
.error404 #main .post-sns,
.search-no-results #main .post-sns {
  border-top: none;
  margin: 0 !important;
  padding: 0;
}

.single .post-share .post-share-title,
.page .post-share .post-share-title,
.error404 .post-share .post-share-title,
.search-no-results .post-share .post-share-title {
  padding: 18px 0;
  margin-bottom: 20px;
  background-color: #444;
  font-size: 24px;
}

@media screen and (max-width: 764px) {
  .single .post-share .post-share-title,
  .page .post-share .post-share-title,
  .error404 .post-share .post-share-title,
  .search-no-results .post-share .post-share-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 979px) {
  .single .post-share,
  .page .post-share,
  .error404 .post-share,
  .search-no-results .post-share {
    padding-top: 0 !important;
  }
}

.single .post-sns ul,
.page .post-sns ul,
.error404 .post-sns ul,
.search-no-results .post-sns ul {
  margin: 0 auto;
}

.single .post-sns ul li:hover,
.page .post-sns ul li:hover,
.error404 .post-sns ul li:hover,
.search-no-results .post-sns ul li:hover {
  background: none;
}

.single .post-sns ul li,
.page .post-sns ul li,
.error404 .post-sns ul li,
.search-no-results .post-sns ul li {
  width: 50%;
  box-sizing: border-box;
  border-right: none;
  display: inline-block;
  padding: 10px 7px;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .single .post-sns ul li,
  .page .post-sns ul li,
  .error404 .post-sns ul li,
  .search-no-results .post-sns ul li {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .single .post-sns ul li,
  .page .post-sns ul li,
  .error404 .post-sns ul li,
  .search-no-results .post-sns ul li {
    width: 100%;
  }
  .single .post-sns ul,
  .page .post-sns ul,
  .error404 .post-sns ul,
  .search-no-results .post-sns ul {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .single .post-sns ul li,
  .page .post-sns ul li,
  .error404 .post-sns ul li,
  .search-no-results .post-sns ul li {
    width: 100%;
  }
}

.single .footer-sns-list,
.page .footer-sns-list,
.error404 .footer-sns-list,
.search-no-results .footer-sns-list {
  margin: 30px 0 0px;
  font-size: 0;
}

.single .footer-sns-list li,
.page .footer-sns-list li,
.error404 .footer-sns-list li,
.search-no-results .footer-sns-list li {
  display: inline-block;
  border-bottom: none;
  font-size: 16px;
  width: 25%;
  padding: 0 9px;
  margin-bottom: 18px;
  color: #FFF;
}

.single .footer-sns-list li a,
.page .footer-sns-list li a,
.error404 .footer-sns-list li a,
.search-no-results .footer-sns-list li a {
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
}

.single .footer-sns-list li a i,
.page .footer-sns-list li a i,
.error404 .footer-sns-list li a i,
.search-no-results .footer-sns-list li a i {
  background: #FFF;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  text-align: center;
  padding-top: 4px;
}

.single .footer-sns-list li:nth-child(1) a i,
.page .footer-sns-list li:nth-child(1) a i,
.error404 .footer-sns-list li:nth-child(1) a i,
.search-no-results .footer-sns-list li:nth-child(1) a i {
  color: #3c5a96;
}

.single .footer-sns-list li:nth-child(2) a i,
.page .footer-sns-list li:nth-child(2) a i,
.error404 .footer-sns-list li:nth-child(2) a i,
.search-no-results .footer-sns-list li:nth-child(2) a i {
  color: #4ccdf5;
}

.single .footer-sns-list li:nth-child(3) a i,
.page .footer-sns-list li:nth-child(3) a i,
.error404 .footer-sns-list li:nth-child(3) a i,
.search-no-results .footer-sns-list li:nth-child(3) a i {
  color: #cf4033;
}

.single .footer-sns-list li:nth-child(4) a i,
.page .footer-sns-list li:nth-child(4) a i,
.error404 .footer-sns-list li:nth-child(4) a i,
.search-no-results .footer-sns-list li:nth-child(4) a i {
  color: #2bb24c;
}

.single .footer-sns-list li:nth-child(1) a,
.page .footer-sns-list li:nth-child(1) a,
.error404 .footer-sns-list li:nth-child(1) a,
.search-no-results .footer-sns-list li:nth-child(1) a {
  background-color: #3c5a96;
}

.single .footer-sns-list li:nth-child(2) a,
.page .footer-sns-list li:nth-child(2) a,
.error404 .footer-sns-list li:nth-child(2) a,
.search-no-results .footer-sns-list li:nth-child(2) a {
  background-color: #4ccdf5;
}

.single .footer-sns-list li:nth-child(3) a,
.page .footer-sns-list li:nth-child(3) a,
.error404 .footer-sns-list li:nth-child(3) a,
.search-no-results .footer-sns-list li:nth-child(3) a {
  background-color: #cf4033;
}

.single .footer-sns-list li:nth-child(4) a,
.page .footer-sns-list li:nth-child(4) a,
.error404 .footer-sns-list li:nth-child(4) a,
.search-no-results .footer-sns-list li:nth-child(4) a {
  background-color: #2bb24c;
}

.single .footer-sns-list li a i.fa-facebook,
.page .footer-sns-list li a i.fa-facebook,
.error404 .footer-sns-list li a i.fa-facebook,
.search-no-results .footer-sns-list li a i.fa-facebook {
  font-size: 20px;
  line-height: 16px;
  padding-left: 5px;
}

.single .footer-sns-list li a i.fa-google-plus,
.page .footer-sns-list li a i.fa-google-plus,
.error404 .footer-sns-list li a i.fa-google-plus,
.search-no-results .footer-sns-list li a i.fa-google-plus {
  font-size: 14px;
  line-height: 16px;
}

.single .footer-sns-list li:hover,
.page .footer-sns-list li:hover,
.error404 .footer-sns-list li:hover,
.search-no-results .footer-sns-list li:hover {
  opacity: 0.5;
}

.single .footer-sns-list:after,
.page .footer-sns-list:after,
.error404 .footer-sns-list:after,
.search-no-results .footer-sns-list:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .single .footer-sns-list,
  .page .footer-sns-list,
  .error404 .footer-sns-list,
  .search-no-results .footer-sns-list {
    margin: 30px -10px 40px;
  }
  .single .footer-sns-list li,
  .page .footer-sns-list li,
  .error404 .footer-sns-list li,
  .search-no-results .footer-sns-list li {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
}

.single .post-footer-related,
.page .post-footer-related,
.error404 .post-footer-related,
.search-no-results .post-footer-related {
  margin: 45px 55px 50px;
}

@media screen and (max-width: 991px) {
  .single .post-footer-related,
  .page .post-footer-related,
  .error404 .post-footer-related,
  .search-no-results .post-footer-related {
    padding: 0;
    margin: 0 20px 40px;
  }
}

.single .post-footer-related h4,
.page .post-footer-related h4,
.error404 .post-footer-related h4,
.search-no-results .post-footer-related h4 {
  font-size: 26px;
  line-height: 33px;
  padding: 0 0 14px;
  border-bottom: 3px double #C3C3C3;
  margin-bottom: 30px;
}

.single .post-footer-related img,
.page .post-footer-related img,
.error404 .post-footer-related img,
.search-no-results .post-footer-related img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .single .post-footer-related h4,
  .page .post-footer-related h4,
  .error404 .post-footer-related h4,
  .search-no-results .post-footer-related h4 {
    font-size: 22px;
    margin-bottom: 26px;
  }
}

.single .post-footer-related .row,
.page .post-footer-related .row,
.error404 .post-footer-related .row,
.search-no-results .post-footer-related .row {
  margin: 0 -10px;
  font-size: 0;
}

.single .post-footer-related .row .gr3,
.page .post-footer-related .row .gr3,
.error404 .post-footer-related .row .gr3,
.search-no-results .post-footer-related .row .gr3 {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  width: 25%;
  float: none;
  margin-bottom: 50px;
}

.single .post-footer-related .row .gr3 a:hover,
.page .post-footer-related .row .gr3 a:hover,
.error404 .post-footer-related .row .gr3 a:hover,
.search-no-results .post-footer-related .row .gr3 a:hover {
  color: #00B7EE;
}

.single .post-footer-related .cat,
.page .post-footer-related .cat,
.error404 .post-footer-related .cat,
.search-no-results .post-footer-related .cat {
  display: none;
}

@media screen and (max-width: 991px) {
  .single .post-footer-related .row .gr3,
  .page .post-footer-related .row .gr3,
  .error404 .post-footer-related .row .gr3,
  .search-no-results .post-footer-related .row .gr3 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .single .post-footer-related .row .gr3,
  .page .post-footer-related .row .gr3,
  .error404 .post-footer-related .row .gr3,
  .search-no-results .post-footer-related .row .gr3 {
    padding: 0 7px;
  }
}

.single .post-footer-related .row .gr3 img,
.page .post-footer-related .row .gr3 img,
.error404 .post-footer-related .row .gr3 img,
.search-no-results .post-footer-related .row .gr3 img {
  margin-bottom: 15px;
}

.single .post-author,
.page .post-author,
.error404 .post-author,
.search-no-results .post-author {
  border-radius: 0px;
  margin: 0 55px 0;
  padding: 75px 45px 40px;
  border: 3px #E5E5E5 solid;
  position: relative;
}

@media screen and (max-width: 991px) {
  .single .post-author,
  .page .post-author,
  .error404 .post-author,
  .search-no-results .post-author {
    margin: 0 20px;
    padding: 50px 16px 40px !important;
  }
}

.single .post-author .post-author-img,
.page .post-author .post-author-img,
.error404 .post-author .post-author-img,
.search-no-results .post-author .post-author-img {
  width: 110px;
  height: 110px;
  text-align: center;
  float: none;
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -55px;
}

.single .post-author .post-author-img img,
.page .post-author .post-author-img img,
.error404 .post-author .post-author-img img,
.search-no-results .post-author .post-author-img img {
  border-radius: 110px;
  border: solid #eee 5px;
}

.single .post-author .post-author-meta,
.page .post-author .post-author-meta,
.error404 .post-author .post-author-meta,
.search-no-results .post-author .post-author-meta {
  margin-left: 0;
}

.single .post-author .post-author-meta h4,
.page .post-author .post-author-meta h4,
.error404 .post-author .post-author-meta h4,
.search-no-results .post-author .post-author-meta h4 {
  text-align: center;
  color: #01a1e9;
  font-size: 20px;
  line-height: 24px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0;
  font-weight: normal;
}

.single #main #comments,
.page #main #comments,
.error404 #main #comments,
.search-no-results #main #comments {
  padding: 0 55px;
}

@media screen and (max-width: 991px) {
  .single #main #comments,
  .page #main #comments,
  .error404 #main #comments,
  .search-no-results #main #comments {
    padding: 0 20px;
  }
}

.single .comments-title,
.page .comments-title,
.error404 .comments-title,
.search-no-results .comments-title {
  font-size: 22px;
  line-height: 33px;
  padding-top: 65px;
  font-weight: bold;
}

.single .comment-reply-title,
.page .comment-reply-title,
.error404 .comment-reply-title,
.search-no-results .comment-reply-title {
  font-size: 22px;
  line-height: 33px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .single .comments-title,
  .page .comments-title,
  .error404 .comments-title,
  .search-no-results .comments-title {
    padding-top: 50px;
  }
}

.single .comments-title i,
.page .comments-title i,
.error404 .comments-title i,
.search-no-results .comments-title i {
  color: #00B7EE;
  font-size: 30px;
}

.single .comment-author,
.page .comment-author,
.error404 .comment-author,
.search-no-results .comment-author {
  margin-left: 0;
}

.single .comment-author img,
.page .comment-author img,
.error404 .comment-author img,
.search-no-results .comment-author img {
  border-radius: 50px;
}

.single .comment-content p,
.page .comment-content p,
.error404 .comment-content p,
.search-no-results .comment-content p {
  font-size: 16px;
  line-height: 27px;
}

.single .comment-author　img,
.page .comment-author　img,
.error404 .comment-author　img,
.search-no-results .comment-author　img {
  margin-right: 15px;
}

.single .comment-meta,
.page .comment-meta,
.error404 .comment-meta,
.search-no-results .comment-meta {
  position: relative;
  color: #868686;
}

.single .comment-meta b.fn,
.page .comment-meta b.fn,
.error404 .comment-meta b.fn,
.search-no-results .comment-meta b.fn {
  color: #232323;
}

.single .comment-meta span.says,
.page .comment-meta span.says,
.error404 .comment-meta span.says,
.search-no-results .comment-meta span.says {
  display: none;
}

.single .comment-metadata,
.page .comment-metadata,
.error404 .comment-metadata,
.search-no-results .comment-metadata {
  position: absolute;
  top: 20px;
  left: 68px;
}

.single .reply a:before,
.page .reply a:before,
.error404 .reply a:before,
.search-no-results .reply a:before {
  display: none;
}

.single .reply a,
.page .reply a,
.error404 .reply a,
.search-no-results .reply a {
  color: #015DB2;
}

.single .comment-list .children,
.page .comment-list .children,
.error404 .comment-list .children,
.search-no-results .comment-list .children {
  background: none;
  margin: 0 20px;
}

.single .comment-list .children .comment-body,
.page .comment-list .children .comment-body,
.error404 .comment-list .children .comment-body,
.search-no-results .comment-list .children .comment-body {
  background: none;
  border: #CACACA solid 1px;
  padding: 30px 35px;
}

.single .comment-list > .comment,
.page .comment-list > .comment,
.error404 .comment-list > .comment,
.search-no-results .comment-list > .comment {
  margin-bottom: 0;
  border-bottom: none;
}

.single #respond,
.page #respond,
.error404 #respond,
.search-no-results #respond {
  margin: 50px 0px;
}

@media screen and (max-width: 767px) {
  .single #respond,
  .page #respond,
  .error404 #respond,
  .search-no-results #respond {
    margin: 50px 0 !important;
  }
}

.single form input[type="text"],
.single form input[type="email"],
.single form input[type="url"],
.single form input[type="tel"],
.single form input[type="number"],
.single form input[type="date"],
.single form textarea,
.page form input[type="text"],
.page form input[type="email"],
.page form input[type="url"],
.page form input[type="tel"],
.page form input[type="number"],
.page form input[type="date"],
.page form textarea,
.error404 form input[type="text"],
.error404 form input[type="email"],
.error404 form input[type="url"],
.error404 form input[type="tel"],
.error404 form input[type="number"],
.error404 form input[type="date"],
.error404 form textarea,
.search-no-results form input[type="text"],
.search-no-results form input[type="email"],
.search-no-results form input[type="url"],
.search-no-results form input[type="tel"],
.search-no-results form input[type="number"],
.search-no-results form input[type="date"],
.search-no-results form textarea {
  border-radius: 0px;
}

@media screen and (max-width: 767px) {
  .single .comment-list > .comment > .comment-body,
  .page .comment-list > .comment > .comment-body,
  .error404 .comment-list > .comment > .comment-body,
  .search-no-results .comment-list > .comment > .comment-body {
    padding: 0;
  }
  .single .comment-list .children,
  .page .comment-list .children,
  .error404 .comment-list .children,
  .search-no-results .comment-list .children {
    margin: 0;
  }
  .single .comment-list .children .comment-body,
  .page .comment-list .children .comment-body,
  .error404 .comment-list .children .comment-body,
  .search-no-results .comment-list .children .comment-body {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
  .single .comment-list > .comment > .comment-body,
  .page .comment-list > .comment > .comment-body,
  .error404 .comment-list > .comment > .comment-body,
  .search-no-results .comment-list > .comment > .comment-body {
    margin-bottom: 40px;
  }
}

/*売るコンバージョン記事遷移block*/
.single .post-content .conv-sell-block {
  background: #fcf7cc;
  padding: 36px 28px 28px;
  margin-bottom: 40px;
  border: solid 4px #fcad02;
  position: relative;
}

@media screen and (max-width: 550px) {
  .single .post-content .conv-sell-block {
    padding: 25px 16px 16px;
  }
}

.single .post-content .conv-sell-block p {
  padding-bottom: 0;
}

.single .post-content .conv-sell-block p a {
  color: #fc5602;
  text-decoration: underline;
}

.single .post-content .conv-sell-block p a:hover {
  text-decoration: none;
}

.single .post-content .conv-sell-block:before {
  position: absolute;
  top: -24px;
  left: 28px;
  content: "";
  font-family: FontAwesome;
  color: #FFF;
  padding: 2px 12px;
  font-size: 25px;
  background: #fc4e02;
  border-radius: 50%;
  border: 4px #fcad02 solid;
}

@media screen and (max-width: 550px) {
  .single .post-content .conv-sell-block:before {
    left: 14px;
  }
}

/*--------------------------------------------------------------------------
    makerのスタイル変更（170113田中）
--------------------------------------------------------------------------*/
.marker-y {
  background-image: none;
  background-color: #FF6;
}

.marker-p {
  background-image: none;
  background-color: #fdd1e6;
}

.marker-w {
  background-image: none;
  background-color: #abeffe;
}

.marker-g {
  background-image: none;
  background-color: #d0fa7a;
}

.f-marker-y {
  background-image: -webkit-linear-gradient(transparent 80%, #FF6 80%);
  background-image: linear-gradient(transparent 80%, #FF6 80%);
}

.f-marker-p {
  background-image: -webkit-linear-gradient(transparent 80%, #fdd1e6 80%);
  background-image: linear-gradient(transparent 80%, #fdd1e6 80%);
}

.f-marker-w {
  background-image: -webkit-linear-gradient(transparent 80%, #abeffe 80%);
  background-image: linear-gradient(transparent 80%, #abeffe 80%);
}

.f-marker-g {
  background-image: -webkit-linear-gradient(transparent 80%, #d0fa7a 80%);
  background-image: linear-gradient(transparent 80%, #d0fa7a 80%);
}

/*--------------------------------------------------------------------------
cv強化導線　パンくず下で売るカテゴリのみに表示(170120金子)
----------------------------------------------------------------------------*/
@media screen and (max-width: 550px) {
  .single .cv_link {
    margin-bottom: -12px;
  }
}

.single .cv_link a {
  display: block;
  border: 1px solid #18a5df;
  padding: 8px;
  background-color: #fff;
  color: #015db2;
}

.single .cv_link a .atention {
  background: #fc8e18;
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 8px;
  font-size: 14px;
}

@media screen and (max-width: 550px) {
  .single .cv_link a .atention {
    font-size: 12px;
    margin-right: 4px;
  }
}

.single .cv_link a .link_text {
  font-size: 16px;
}

@media screen and (max-width: 550px) {
  .single .cv_link a .link_text {
    display: none;
  }
}

.single .cv_link a .link_text:hover {
  text-decoration: underline;
}

.single .cv_link a .sp-link_text {
  font-size: 16px;
  display: none;
}

@media screen and (max-width: 550px) {
  .single .cv_link a .sp-link_text {
    display: inline;
    font-size: 14px;
  }
}

.single .cv_link a .sp-link_text:hover {
  text-decoration: underline;
}
.monden{
font-size: 22px;
}

/* api pulldown */
.api_w_info{
 font-size: 1.4em;
 font-weight: bold;
 text-align: center;
 color: #0295CC;
 margin-bottom: 0.2em;
}
.api_w_info span{
 font-size: 1.2em;
 color: #ff0000;
 line-height: 1.6em;
}
h3.api_w_title {
 width: 100%;
 border: 1px #666 solid;
 padding: 10px 20px;
 font-weight:bold;
 background: #feec1f;
 background: -moz-linear-gradient(top, #fdf3af 0%, #fee00a 100%);
 background: -webkit-linear-gradient(top, #fdf3af 0%, #fee00a 100%);
 background: linear-gradient(to bottom, #fdf3af 0%, #fee00a 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdf3af', endColorstr='#fee00a', GradientType=0);
}
.api_w_t{
 line-height: 1.8em;
 letter-spacing: 0.1em;
 color: #361801;
 text-shadow: 1px 1px #fff;
 text-align: center;
}
.t25{
 font-size: 25px;
}
.api_w_inner{
 padding: 20px;
 border: 1px #666 solid;
 border-top: none;
 background: #fefedb;
}
.api_w_inner select{
 float: left;
 width: 100%;
 margin-right:3%;
 padding: 10px 5px;
 font-size: 1rem;
 border: 1px #000 solid;
}
.api_w_inner .prefcture{
 float: left;
 width: 31%;
 margin: 6px 3% 0 0;
 font-size: 1rem;
 border: 4px #ff0000 solid;
}
.api_w_inner .cities{
 float: left;
 width: 31%;
 margin: 6px 3% 0 0;
 font-size: 1rem;
 border: 4px #ff0000 solid;
}
.api_w_inner button{
 width: 31%;
 margin-top: 3px;
 padding:10px 0;
 color: #361801;
 font-size: 1.4em;
 font-weight: bold;
 text-align:center;
 text-shadow: 1px 1px #fff;
 border: 3px #db9c03 solid;
 border-radius: 6px;
 background: #feec1f;
 background: -moz-linear-gradient(top, #fff592 0%, #feae01 100%);
 background: -webkit-linear-gradient(top, #fff592 0%, #feae01 100%);
 background: linear-gradient(to bottom, #fff592 0%, #feae01 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff592', endColorstr='#feae01', GradientType=0); 
}
.api_w_inner button span{
 font-size: 0.8em;
 font-weight:normal;
 color: #fff;
 padding: 3px 5px;
 text-shadow: 0px 0px;
 background: #ff0000;
 border-radius: 2px;
 margin-right: 0.2em;
}
.api_w_inner button:hover{
 margin: 6px 0 -3px;
}
.api_w_inner .api_errer {
 padding:3px 5px 3px;
 color: #ff0000;
 font-size:0.8em;
 font-weight: bold;
 text-align: center;
}

@media screen and (max-width: 767px){
 #api_w{
  margin-bottom:2em;
 }
 .api_w_info{
  font-size: 1em;
  margin-bottom:0;
  line-height:1.4em;
 }
 h3.api_w_title{
  margin-top: 0.5em; 
 }
.api_w_t{
  line-height: 1.4em;
  letter-spacing: 0;
 }
 .api_w_inner select{
  float: none;
  margin-right:0;
 }
 .api_w_inner .prefcture{
 float: none;
 width: 100%;
 margin: 0;
 }
 .api_w_inner .cities{
  float: none;
  width: 100%;
  margin: 1em 0;
 }
 .api_w_inner button{
  width:100%;
 }
}

/* api pulldown side */
@media screen and (max-width: 991px){
 #api_s{
  display:none;
 }
}
h3.api_s_title {
 width: 100%;
 border: 1px #666 solid;
 padding: 10px 20px;
 font-weight:bold;
 background: #feec1f;
 background: -moz-linear-gradient(top, #fdf3af 0%, #fee00a 100%);
 background: -webkit-linear-gradient(top, #fdf3af 0%, #fee00a 100%);
 background: linear-gradient(to bottom, #fdf3af 0%, #fee00a 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdf3af', endColorstr='#fee00a', GradientType=0);
}
.api_s_i {
 float: left;
 text-align: center;
 font-size: 12px;
 box-shadow: 1px 1px #666;
 padding: 2px 10px;
 border-radius: 4px;
 border:1px #ccc solid;
 line-height:1.6em;
 background: #fff;
}
.one_min{
 font-size: 22px;
 color: #ff0000;
 vertical-align: bottom;
}
.api_s_t{
 float:left;
 line-height: 1.8em;
 letter-spacing: 0.1em;
 color:#361801;
 text-shadow:1px 1px #fff;
 margin-left:20px;
}
.t25{
 font-size: 25px;
}
.api_s_inner{
 padding: 20px;
 border: 1px #666 solid;
 border-top:none;
 background: #fefedb;
}
.api_s_inner select{
 width: 100%;
 padding: 5px;
 font-size: 1rem;
 border: 1px #000 solid;
}
.api_s_down{
 text-align: center;
 font-size: 1.8em;
 line-height: 1em;
 color: #ff0000;
}
.api_s_inner button{
 width: 100%;
 margin-top: 3px;
 padding:15px 0;
 color: #361801;
 font-size: 1.4em;
 font-weight: bold;
 text-align:center;
 text-shadow: 1px 1px #fff;
 border: 3px #db9c03 solid;
 border-radius: 6px;
 background: #feec1f;
 background: -moz-linear-gradient(top, #fff592 0%, #feae01 100%);
 background: -webkit-linear-gradient(top, #fff592 0%, #feae01 100%);
 background: linear-gradient(to bottom, #fff592 0%, #feae01 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff592', endColorstr='#feae01', GradientType=0); 
}
.api_s_inner button span{
 font-size: 0.8em;
 font-weight:normal;
 color: #fff;
 padding: 3px 5px;
 text-shadow: 0px 0px;
 background: #ff0000;
 border-radius: 2px;
 margin-right: 0.2em;
}
.api_s_inner button:hover{
 margin: 6px 0 -3px;
}
.api_s_inner .api_errer {
 padding:3px 5px 3px;
 color: #ff0000;
 font-size:0.8em;
 font-weight: bold;
 text-align: center;
}

/* 記事 */
/* 共通に入れるもの
==========================================================*/
.blue{color : #0166a0}
.red{color:#cc0000;}
.lightred{color:#f00;}
.f_b{font-weight:bold;}

/* 塾記事用css
==========================================================*/
.entry h2{
 margin-bottom : 20px;
 font-weight : bold;
}
.entry .section h2{
 border-left:#0295cc 7px solid;
 border-bottom:#000 1px solid;
 margin: 50px 0 30px;
 padding : 10px 20px;
}
.margin-none{
 margin : 0px !important;
}
.marginb-none{
 margin-bottom : 0px !important;
}
.entry h3{
 font-size:110%;
 font-weight : bold;
}
.entry .section h3{
 border-bottom : 1px dotted #999 !important;
 padding : 10px 0 5px 0;
 margin-bottom : 25px;
}
.entry .img_left{
 float : left;
 margin : 30px 20px 10px 0;
}
.entry .img_right{
 float : right;
 margin : 30px 0 10px 20px;
}
.entry .img_center{
 text-align : center;
 margin-bottom : 20px;
}
ul.toc_list li a{
 margin-left: 20px;
}
.entry ul,.entry ol{
 list-style-position: inside;
 margin-bottom : 20px;
 margin-left : 50px;
}
.entry ul.disc{ list-style-type: disc;}
.entry ol.decimal{ list-style-type: decimal;}
.entry ol.upper-l{ list-style-type: upper-latin;}
.entry li{ /*text-indent: -1em;*/}
.entry table{
 border-collapse: collapse;
 margin-bottom : 20px;
}
.entry table caption{
 text-align : left;
}
.entry table th{
 background: #f5f5f5;
 border: solid 1px #666;
 padding : 10px;
}
.entry table td{
 border: solid 1px #666;
 padding : 10px;
}
.entry table.p_s th{ padding : 5px 10px;}
.entry table.p_s td{ padding : 5px 10px;}
.entry table td ul{ margin : 0 0 0 30px;}
.entry ul.link{
 margin-bottom : 20px;
 margin-left : 0px;
}
.entry ul.link li{ text-indent: 0em;}
.entry .box01{
 border : 1px solid #999;
 color : 666;
 margin-bottom : 20px;
 padding : 20px 20px 0 20px;
}
.entry .box02{
 border : 1px solid #999;
 color : 666;
 margin : 10px 0px !important;
 padding : 10px 20px !important;
}
.entry .box03{
 border : 1px solid #ccc;
 margin-bottom : 20px;
 margin-top:-10px;
 padding : 10px 20px;
 background : #fffdd0;
}
.entry .annotation{
 border : 1px solid #999;
 color : 666;
 margin-left : 20px;
 margin-bottom : 20px;
 background : #f4f4f4;
 padding : 20px 20px 0 20px;
}
.entry .hitokoto{
 border : solid 1px #ccc;
 padding : 20px 20px 0 20px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.entry .point_uritiger{
 border : solid 1px #ccc;
 padding : 20px 20px 0 130px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 background : url(/sell/juku/wp-content/uploads/point_uritiger.gif) no-repeat 20px 20px;
}
.entry .point_maneko{
 border : solid 1px #ccc;
 padding : 20px 20px 0 130px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 background : url(/sell/juku/wp-content/uploads/point_maneko.gif) no-repeat 20px 20px;
}
.entry .point_sumi{
 border : solid 1px #ccc;
 padding : 20px 20px 0 130px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 background : url(/sell/juku/wp-content/uploads/point_sumi.gif) no-repeat 20px 20px;
}
.entry .point_souzou{
 border : solid 1px #ccc;
 padding : 20px 20px 0 130px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 background : url(/sell/juku/wp-content/uploads/point_souzou.gif) no-repeat 20px 20px;
}
.entry .point_kai{
 border : solid 1px #ccc;
 padding : 20px 20px 0 130px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 background : url(/sell/juku/wp-content/uploads/point_kai.gif) no-repeat 20px 20px;
}
h2.uritiger{
 background : url(/sell/juku/wp-content/uploads/icon_chara.gif) no-repeat 0 0px ;
 padding : 10px 0 10px 64px !important;
 border-left : none !important;
}
h2.maneko{
 background : url(/sell/juku/wp-content/uploads/icon_chara.gif) no-repeat 0 -100px ;
 padding : 10px 0 10px 64px !important;
 border-left : none !important;
}
h2.kai{
 background : url(/sell/juku/wp-content/uploads/icon_chara.gif) no-repeat 0 -200px ;
 padding : 10px 0 10px 64px !important;
 border-left : none !important;
}
h2.sumi{
 background : url(/sell/juku/wp-content/uploads/icon_chara.gif) no-repeat 0 -300px ;
 padding : 10px 0 10px 64px !important;
 border-left : none !important;
}
h2.souzou{
 background : url(/sell/juku/wp-content/uploads/icon_chara.gif) no-repeat 0 -400px ;
 padding : 10px 0 10px 64px !important;
 border-left : none !important;
}
.entry .check_uritiger{
 margin : 0 auto 30px auto;
 padding : 30px 20px 20px 100px;
 border-radius: 10px;
 font-size : 110%;
 font-weight : bold;
 background : url(/sell/juku/wp-content/uploads/check_uritiger.gif) no-repeat 16px center #ffffcc;
 border : 1px solid #ff9900;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 line-height : 130%;
}
.entry .check_maneko{
 margin : 0 auto 30px auto;
 padding : 30px 20px 20px 100px;
 border-radius: 10px;
 font-size : 110%;
 font-weight : bold;
 background : url(/sell/juku/wp-content/uploads/check_maneko.gif) no-repeat 16px center #ffffcc;
 border : 1px solid #ff9900;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 line-height : 130%;
}
.entry .check_souzou{
 margin : 0 auto 30px auto;
 padding : 30px 20px 20px 100px;
 border-radius: 10px;
 font-size : 110%;
 font-weight : bold;
 background : url(/sell/juku/wp-content/uploads/check_souzou.gif) no-repeat 16px center #ffffcc;
 border : 1px solid #ff9900;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 line-height : 130%;
}
.entry .check_sumi{
 margin : 0 auto 30px auto;
 padding : 30px 20px 20px 100px;
 border-radius: 10px;
 font-size : 110%;
 font-weight : bold;
 background : url(/sell/juku/wp-content/uploads/check_sumi.gif) no-repeat 16px center #ffffcc;
 border : 1px solid #ff9900;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 line-height : 130%;
}
.entry .check_kai{
 margin : 0 auto 30px auto;
 padding : 30px 20px 20px 100px;
 border-radius: 10px;
 font-size : 110%;
 font-weight : bold;
 background : url(/sell/juku/wp-content/uploads/check_kai.gif) no-repeat 16px center #ffffcc;
 border : 1px solid #ff9900;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 line-height : 130%;
}
.entry .check_4u{
 margin : 0 auto 30px auto;
 padding : 30px 20px 20px 100px;
 border-radius: 10px;
 font-size : 110%;
 font-weight : bold;
 background : url(/sell/juku/wp-content/uploads/check_4u.gif) no-repeat 16px center #ffffcc;
 border : 1px solid #ff9900;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 line-height : 130%;
}
/* arrow */
.arrow_blue{
 background: url(/sell/juku/wp-content/uploads/sprite_icon.gif) no-repeat 0 -583px ;
 padding : 0 0 0 10px;
}
.arrow_blue_s{
 float:left;
 display:block;
 width:14px;
 height:14px;
 margin:10px 14px 0 0;
 background: url(/sell/juku/wp-content/uploads/sprite_icon.gif) no-repeat 0 -640px ;
}
/*
20180501追加
*/
/*　記事h1回答 */
.entry .section h2.uritiger,
.entry .section h2.maneko,
.entry .section h2.kai,
.entry .section h2.sumi,
.entry .section h2.souzou {
  margin-top:0;
  display: inline-block;
    border-bottom:none;
}

@media screen and (max-width: 991px){
  .entry .section h2.uritiger,
  .entry .section h2.maneko,
  .entry .section h2.kai,
  .entry .section h2.sumi,
  .entry .section h2.souzou {
    margin-top:0;
    display: block;
      width:auto;
  }
}
/* 体験談ページャー　*/
.prev_next {
  margin: 5px 30px 30px;
  border-top: 1px #CCC dotted;
}
.custom_next,.custom_prev {
  border-bottom: 1px #CCC dotted;
}
.prev_next a {
  color: #015DB2;
  text-decoration: underline;
  display:inline-block;
  margin-left:5px;
}
.prev_next a:hover {
  text-decoration: underline;
}
/* MAバナーレイアウト */
.jyukuMaConductor {
  text-align:center;
}
.jyukuMaConductor a:hover {
  opacity:.8;
}
@media screen and (max-width: 767px) {
  .single .post-content table {
    border: none;
    width:100%;
  }
  .single .post-content table {
    border: none;
    width: 100%;
    display: table;
  }
}
@media screen and (max-width: 991px) {
  #gnav.active {
      display: block;
      z-index: 100;
      position: relative;
  }
  #header #header-menu-tog {
    position: absolute;
    top: -7px;
    right: -5px;
    background: rgba(255,255,255,.7);
    padding: 10px 10px 0;
    border-radius: 5px;
    position: absolute;
    z-index: 110;
    transform: scale(.8);
  }
  .breadcrumb {
    font-size:12px;
  }
  .entry ul,.entry ol{
   margin-left : 0px;
  }
}


