@charset "UTF-8";

/*  clearfix
-------------------------------------- */

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearfix {
  min-height: 1px;
}


/* ----------------------------------------
  FONTS
---------------------------------------- */

.gothic {
  font-family: heisei-kaku-gothic-std, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
}

.mincho {
  font-family: "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.bold {
  font-weight: bold;
}

.f50 {
  font-size: 50%;
}

.f80 {
  font-size: 80%;
}

.f90 {
  font-size: 90%;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f8 {
  font-size: 8px !important;
}

.f9 {
  font-size: 9px !important;
}

.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f25 {
  font-size: 25px !important;
}

.f30 {
  font-size: 30px !important;
}


/* ----------------------------------------
  LAYOUT
---------------------------------------- */

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.clear {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.aleft {
  text-align: left;
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}


/* ----------------------------------------
  MARGIN
---------------------------------------- */

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* ----------------------------------------
  PADDING
---------------------------------------- */

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}


/* ----------------------------------------
  LINE HEIGHT
---------------------------------------- */

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}



/* ----------------------------------------
  OTHER
---------------------------------------- */

.red {
  color: #F00;
}

.orange {
  color: #FF3300;
}

.white {
  color: #fff !important;
}

.txt_ind1 {
  text-indent: -1em;
  margin-left: 1em;
}

.txt_ind2 {
  text-indent: -1em;
  margin-left: 2em;
}

.btn_blue {
  background: #0066cc;
  color: #fff;
  text-align: center;
  padding: 12px 15px 10px 15px;
}

.btn_blue:hover {
  background: #005ebc;
  color: #fff;
}

.btn_green {
  background: #33cc66;
  color: #fff;
  text-align: center;
  padding: 12px 15px 10px 15px;
}

.btn_green:hover {
  background: #03bd40;
  color: #fff;
}

.title_xlarge {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #3b3ba1;
  padding: 20px 0;
}

.icon_yellow {
  background: url(../images/icon_yellow.jpg) no-repeat left 1px;
  padding: 0 0 0 25px;
}

.pc_hide {
  display: none;
}

.sns {
  overflow: hidden;
  margin-bottom: 1em;
}

.sns_btn {
  float: left;
  margin-right: 10px;
}

.post .sns .sns_btn {
  height: 60px;
}

.post .sns .sns_twitter_btn a {
  color: white;
  background-color: #22c2ff;
  height: 40px;
  width: 40px;
  padding: 8px 0px 0px 8px;
  display: block;
  box-shadow: 0px 4px 0 #00acee;
  border-radius: 8px;
}

.post .sns .sns_facebook_btn a {
  color: white;
  background-color: #1f6aba;
  height: 40px;
  width: 32px;
  padding: 8px 0px 0px 16px;
  display: block;
  box-shadow: 0px 4px 0 #2c4373;
  border-radius: 8px;
}

.sns .sns_btn a:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
}

.post .sns a .text {
  display: none;
}

/*--------------------------------------
    COMMON LAYOUT
---------------------------------------*/
/* #header,
#contents,
#footer_inner {
  width: 950px;
  margin: 0 auto;
  padding: 0 5px;
} */

/* ----------------------------------------
  HEADER
---------------------------------------- */
#wrapper {
  background: url(../images/bg_wrapper.jpg) no-repeat center top;
  width: 100%;
  padding-top: 5px\9 !important;
  padding-top: 20px;
}

/* #header {
  height: 135px;
  margin-bottom: 5px;
} */

#header #logo a {
  width: 220px;
  height: 50px;
  float: left;
  display: block;
  background: url(../images/btn_logo.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header #cap {
  clear: both;
  width: 950px;
  height: 35px;
  padding-top: 25px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 36px;
}

/*  NAV
-------------------------------------- */
#btn_menu_triger {
  display: none;
}

.menu-nav-container>ul {
  height: 50px;
  float: right;
  width: 680px;
}

.menu-nav-container>ul li {
  float: left;
  position: relative;
}

.menu-nav-container>ul,
.menu>ul ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.menu-nav-container>ul>li>a {
  float: left;
  display: block;
  height: 50px;
  width: 170px;
  position: relative;
  text-indent: -9999px;
}

.menu-nav-container>ul>li:hover a,
.menu-nav-container>ul>li.current-page-ancestor>a,
.menu-nav-container>ul>li.current-menu-item>a,
.menu-nav-container>ul>li>a:hover {
  background-position: left bottom !important;
}

.menu-nav-container>ul>li:hover a,
.menu-nav-container>ul>li>a:hover {
  background-position: left -50px !important;
}

.menu-nav-container>ul>li:nth-of-type(1)>a {
  background: url(../images/btn_nav1.png);
}

.menu-nav-container>ul>li:nth-of-type(2)>a {
  background: url(../images/btn_nav2.png);
}

.menu-nav-container>ul>li:nth-of-type(3)>a {
  background: url(../images/btn_nav3.png);
}

.menu-nav-container>ul>li:nth-of-type(4)>a {
  background: url(../images/btn_nav4.png);
}

/*** Children Menu ***/
.menu-nav-container>ul ul {
  position: absolute;
  display: none;
  top: 50px;
  left: 10px;
  z-index: 99999;

}

.menu-nav-container>ul ul li a {
  font-size: 12px;
  color: #fff;
  padding: 10px;
  background-color: #3b3ba1;
  border-bottom: #2a2a96 1px solid;
  border-left: #2a2a96 1px solid;
  border-right: #2a2a96 1px solid;
  border-top: #4d4d9d 1px solid;
  width: 318px;
  height: auto;
  float: left;

}

.menu-nav-container>ul ul li a:hover {
  background-color: #222287;
}

.menu-nav-container>ul ul li:first-child a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.menu-nav-container>ul ul li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.menu-nav-container>ul li:hover>ul,
div.menu ul li:hover>ul {
  display: block;
}

/* ----------------------------------------
  MAIN
---------------------------------------- */
#main {
  width: 690px;
  float: left;
}

#main #pankuz {
  margin-bottom: 20px;
}

#main #pankuz ul {
  overflow: hidden;
}

#main #pankuz ul li {
  font-size: 12px;
  float: left;
  margin-right: 10px;
}

#main p {
  margin-bottom: 15px;
}

#main h3 {
  border-bottom: #e3e3e3 1px solid;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 15px;
  background: url(../images/h3_cap.jpg) no-repeat left 2px;
  padding-left: 15px;
}

#main h4 {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3b3ba1;
  background: url(../images/h4_cap.jpg) no-repeat left 6px;
  padding-left: 17px;
  margin-bottom: 5px;
}

#main .h4_none {
  margin: 0 !important;
  padding: 0 !important;
}

#main .content-block {
  border: #e3e3e3 1px solid;
  height: 110px;
  padding: 10px 10px 15px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

#main .content-block .content-text {
  float: right;
  width: 485px;
  padding-top: 10px;
}

#main .content-block .content-text h4,
#main .content-block .content-text h4 a {
  font-weight: bold;
  letter-spacing: 0.1em;
  background: none !important;
  padding: 0 !important;
}

#main .content-block .content-text p {
  line-height: 22px;
}

#main .content-block .content-img {
  float: left;
}

#main .content-block .content-img a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

#main #contact {
  width: 690px;
  height: 70px;
  background: url(../images/bg_contact.jpg);
  overflow: hidden;
  margin-bottom: 35px;
}

#main #contact {
  width: 690px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 35px;
}

#main #contact .tel {
  width: 340px;
  height: 70px;
  background: url(../images/tel.jpg) no-repeat 40px center;
  text-indent: -9999px;
  float: left;
}

#main #contact .mail {
  width: 305px;
  height: 58px;
  float: right;
  padding-left: 37px;
  padding-top: 12px;
}

#main #contact .mail a {
  width: 265px;
  height: 45px;
  display: block;
  background: url(../images/btn_contact.jpg) no-repeat left top;
  text-indent: -9999px;
}

#main #contact .mail a:hover {
  background-position: left bottom;
}


#main h3#contact_h3 {
  background-color: #3c3ba1 !important;
  position: relative;
  padding: .8em 1em .8em 1.5em;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 130%;
  width: auto;
}

#main #contact_h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #FFFFFF;
}

#main section#contact_part {
  background-color: #f2f2f2;
  position: relative;
}

#main #contact02 {
  width: 100%;
  background-color: #f2f2f2;
  height: auto;
}

#main #contact02 .tel {
  height: 70px;
  background: url(../images/tel_02.png) no-repeat 27px center;
  text-indent: -9999px;
  float: none;
  margin-left: 0;
  background-size: 280px;
  margin-top: 10px;
  margin-bottom: 5px;
}

#main #contact02 .mail {
  height: 58px;
  float: none;
  margin-left: 38px;
  padding-top: 0;
}

#main #contact02 .mail a {
  width: 265px;
  height: 45px;
  display: block;
  background: url(../images/btn_contact.jpg) no-repeat top;
  text-indent: -9999px;
}

#main #contact02 .mail a:hover {
  background-position: bottom;
}

#main #contact02 .contact_staff {
  margin-top: -66px;
  float: right;
  margin-right: 5px;
}

#main #contact02 .contact_staff img {
  width: 283px;
  height: auto;
  right: 55px;
  top: 5px;
  z-index: 1000;
  position: absolute;
  ;
}

/*2017/8/30追加*/
#main .post #contact02 .contact_staff {
  margin-right: 15px;
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: -24px;
}

#main .post #contact02 .contact_staff img {
  width: 283px;
  height: auto;
  right: 0px;
  top: 29px;
  z-index: 1000;
  position: absolute;
}

#main .post #contact_h3 {
  background-color: #3c3ba1 !important;
  position: relative;
  padding: .55em 1em .545em 1.5em;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 120%;
  width: auto;
}

#main .post #contact02 .tel {
  float: none;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 8px;
  width: 340px;
  height: 70px;
  background: url(../images/tel_02.png) no-repeat 27px center;
  text-indent: -9999px;
}

#main .post #contact02 .mail {
  float: none;
  margin-left: 38px;
  padding-top: 0;
  height: 58px;
}

#main .post #contact02 .mail a {
  width: 242px;
  height: 45px;
  display: block;
  background: url(../images/btn_contact.jpg) no-repeat top;
  text-indent: -9999px;
}


/*2017/8/30追加ここまで*/
#main #cap_right_plan {
  background: url(../images/bg_cap_right.jpg);
  color: #FFF;
  padding: 5px 0 0 30px;
  height: 27px;
  margin-bottom: 15px;
}

#main #cap_standard_plan {
  background: url(../images/bg_cap_standard.jpg);
  color: #FFF;
  padding: 5px 0 0 30px;
  height: 27px;
  margin-bottom: 15px;
}

#main #cap_gold_plan {
  background: url(../images/bg_cap_gold.jpg);
  color: #FFF;
  padding: 5px 0 0 30px;
  height: 27px;
  margin-bottom: 15px;
}

#main .works_cap {
  color: #FFF;
  padding: 5px 0 0 30px;
  height: 27px;
  margin-bottom: 15px;
}

#main #works_list .works_cap#cap_t_hp,
#main #works_list .works_cap#cap_blog {
  background: #FF2370;
}

#main #works_list .works_cap#cap_hp {
  background: #26B251;
}

#main #works_list .works_cap#cap_lp {
  background: #FF7D25;
}

#main #works_list .works_cap#cap_smt {
  background: #3C3BA1;
}

/* ----------------------------------------
  SIDE
---------------------------------------- */
#side {
  width: 240px;
  float: right;
  margin-top: -73px;
}

#side #side_contact {
  width: 240px;
  height: 130px;
  background: url(../images/bg_contact_side.png);
  margin-bottom: 15px;
}

#side #side_contact .mail {
  padding-left: 10px;
  padding-top: 10px;
}

#side #side_contact .mail a {
  width: 220px;
  height: 45px;
  display: block;
  background: url(../images/btn_contact_side.jpg) no-repeat left top;
  text-indent: -9999px;
}

#side #side_contact .mail a:hover {
  background-position: left bottom;
}

#side #side_contact .tel {
  width: 220px;
  height: 50px;
  margin-left: 10px;
  margin-top: 18px;
  background: url(../images/tel_side.jpg) no-repeat;
  text-indent: -9999px;
}

#side #fb_like_box {
  margin-bottom: 5px;
  overflow: hidden;
  width: 238px;
  border: 1px solid #e3e3e3;
}

#side #fb_like_box iframe {
  overflow: hidden;
  border: none;
  width: 240px;
  height: 590px;
}

#side #sub_contents {
  margin-bottom: 15px;
}

#side #sub_contents li {
  margin-bottom: 5px;
  /*margin-bottom: 10px;*/
  /*IE6,IE7*/
}

#side #sub_contents li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}


/* wordpress-popular-posts */

#wpp-2 h3 {
  padding: 8px 0;
  margin: 1em 0 0 0;
  text-align: center;
  background-color: #3c3ba1;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#wpp-2 ol {
  list-style: none;
  counter-reset: rank;
  border-left: #e3e3e3 1px solid;
  border-top: #e3e3e3 1px solid;
  margin-bottom: 20px;
}

#wpp-2 ol li {
  border-right: #e3e3e3 1px solid;
  border-bottom: #e3e3e3 1px solid;
  padding: 10px 4%;
  height: 85px;
  position: relative;
}

#wpp-2 ol li .wpp_rank {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24%;
  height: 35px;
  text-align: center;
  padding: 8px 0 0 0;
  margin: 0 0 0 0;
  font-size: 18px;
  font-weight: bold;
  color: black;
  background: url(../images/side/number_default.gif) no-repeat center center;
  z-index: 100;
}

#wpp-2 ol li .wpp_rank:before {
  counter-increment: rank;
  content: counter(rank);
}

#wpp-2 ol li:nth-child(1) .wpp_rank {
  color: red;
  background: url(../images/side/number1.gif) no-repeat center center;
}

#wpp-2 ol li:nth-child(2) .wpp_rank {
  color: red;
  background: url(../images/side/number2.gif) no-repeat center center;
}

#wpp-2 ol li:nth-child(3) .wpp_rank {
  color: red;
  background: url(../images/side/number3.gif) no-repeat center center;
}


#wpp-2 .wpp_thumb {
  position: absolute;
  left: 20px;
  top: 20px;
}

#wpp-2 .wpp_thumb img.wpp-thumbnail {
  border: #666 1px solid !important;
  width: 70px;
}

#wpp-2 .wpp_title {
  position: absolute;
  top: 20px;
  left: 105px;
  right: 7px;
  font-size: 15px;
  line-height: 120%;
  font-weight: bold;
}


/****************************************
    　　　　PARTNER
*****************************************/
#partner {
  clear: both;
}

#partner h3 {
  border-bottom: #e3e3e3 1px solid;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 15px;
  background: url(../images/h3_cap.jpg) no-repeat left 2px;
  padding-left: 15px;
}

#partner #banner ul {
  overflow: hidden;
  width: 970px;
  margin-right: -10px;
  margin-bottom: 25px;
}

#partner #banner ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px;
  /*margin-bottom: 10px;*/
  /*IE6,IE7*/
}

#partner #banner ul li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

/* ----------------------------------------
  FOOTER
---------------------------------------- */
#footer #footer_sitemap {
  border-bottom: #e3e3e3 1px solid;
  border-top: #e3e3e3 1px solid;
  clear: both;
  overflow: hidden;
  position: relative;
  height: 40px;
  padding-top: 20px;
  margin-top: 50px;
}

#footer #footer_sitemap ul {
  position: relative;
  left: 50%;
  float: left;
}

#footer #footer_sitemap ul li {
  position: relative;
  left: -50%;
  float: left;
}

#footer #footer_sitemap ul li a {
  margin: 0 20px;
}

#copyright {
  text-align: center;
  color: #999999;
  margin: 45px 0;
  letter-spacing: 0.2em;
  font-size: 13px;
}

#copyright small {
  /*font: 13px/24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;*/
  /*letter-spacing: 0.2em;*/
  /*font-size: 13px;*/
}

.btn_detail a {
  background: #666666;
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 230px;
  height: 20px;
  padding: 3px 5px;
  font-size: 12px;
  position: relative;
  top: -6px;
  float: right;
}

.btn_detail a:hover {
  background: #333333;
}

#pagetop {
  background: url(../images/btn_pagetop.png);
  height: 55px;
  width: 55px;
  text-indent: -9999px;
}

.pie {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
  position: relative;
}

/*contact form7 error style*/
span.wpcf7-not-valid-tip {
  z-index: 100;
  color: #FF6600 !important;
  font-size: 10px !important;
}

div.wpcf7-validation-errors {
  border: none !important;
  color: #FF6600 !important;
  text-align: center !important;
  font-size: 10px !important;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
  text-align: center;
}

.ajax-loader {
  display: none !important;
}

#nomail span.wpcf7-form-control-wrap input[type="email"] {
  float: none;
  padding: 10px;
}

#nomail input[type="submit"] {
  width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  border-radius: 3px;
  background-color: #ddd;
}

/*20160422追加*/
#foot-nav {
  display: none;
}

/*20160624追加*/
.dl_pop_posts {
  margin-bottom: 1rem;
}

.dl_pop_posts li {}

.dl_pop_posts__thumbnail {
  overflow: hidden;
  width: 50px;
  height: 50px;
  float: left;
}

.dl_pop_posts__thumbnail img {
  width: auto;
  height: 50px;
}

.dl_pop_posts__title {
  width: calc(100% - 50px);
  box-sizing: border-box;
  float: left;
  padding-left: 0.5rem;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}

.side_ttl {
  border-bottom: #CCCCCC 1px solid;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.dl_pop_posts a:link,
.dl_pop_posts a:visited {
  box-sizing: border-box;
  padding: 0.25rem;
  border: #999 solid 1px;
  display: block;
  margin-bottom: -1px;
}

.dl_pop_posts a:hover,
.dl_pop_posts a:active {
  border-color: #3b3ba1;
  position: relative;
  z-index: 999;
  background: #f5f5f5;
}

.post {
  font-size: 16px;
}

.post #toc_container ul,
.post #toc_container ol {
  font-size: 16px;
}

.post ol li {
  font-size: 16px;
}

#main h3 {
  font-size: 21px;
}

.post #toc_container {
  font-size: 16px;
}

/*20160628追加*/
.yarpp-related>img:first-child {
  display: none;
}

/*20160630 追加*/
.direct_marketing__img {
  display: block;
  float: right;
}

.direct_marketing__text {
  display: inline-block;
  width: 70%;
  width: calc(100% - 200px - 0.5rem);
  padding-right: 0.5rem;
}

/*20160705　追加*/
.adsupport_bnr img {
  width: 100%;
  height: auto;
  max-width: 666px;
  padding: 0 6rem 2rem;
  box-sizing: border-box;
}