/*
Object-Component（コンポーネント）--------------------------------------------------------------------------------------------
再利用できるパターンとして、小さな単位のモジュールを定義
Bootstrapのbuttonのようなもの
出来る限り、最低限の機能を持ったものとして定義されるべきで、固有の幅や色などの特色を持つことは避けるのが望ましい
c-の接頭辞を付与する
*/

/*-[ 記事カセット新（手帳シリーズと同じ） ]---------------------------*/
.lists_detail_title {
    color: #005324;
}

.lists_wrap:hover {
    background-color: #E5EDE9;
}

.featured-cat {
    color: #845f4b!important;
}

.lists_tags:before {
    color: #845f4b;
}

.p-3col_thumbnail_wrap {
    height: 115px;
    overflow: hidden;
    background-color: #eeeeee;
}

.p-3col_thumbnail_wrap img {
    width: 101%;
}

/*-[ パンくず ]---------------------*/
.bread-comb {
    font-size: 14px;
    margin-bottom: 20px;
}

.bread-comb__home:before {
    font-family: 'FontAwesome';
    content: "\f015";
    padding-right: 3px;
}

#bread-crumb-list{
    list-style-type: none;
    margin: 0;
}
#bread-crumb-list li {
    display: inline;
}

.bread-comb a:hover {
    text-decoration: underline;
}

/*-[ カスタム投稿用パンくず(eシリーズ系) ]---------------------*/
#breadcrumb_list {
    margin-bottom:20px;
    list-style-type:none;
}

#breadcrumb_list > li >h1 {
    display:inline;
    font-weight:normal;
}

#breadcrumb_list > li {
    display:inline;
}

#breadcrumb_list > li+li:before {
    content:"\00a0>\00a0 ";
}

/* 送付依頼共通 */
.c-inquiry_tel {
  margin-top: 10%;
}

.c-inquiry_tel__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  color: #002053;
}

.c-inquiry_company {
  margin-top: 10px;
  margin-left: 20px;
  border: 1px dashed #cccccc;
  display: inline-block;
}

.c-inquiry_company__title {
  background-color: #cccccc;
  font-weight: bold;
  text-indent: 5px;
  margin-bottom: 0;
}

.c-inquiry_company__detail {
  padding: 0 5px;
}

/* タイトル */
.c-between_line_title {
  border-top: 3px solid;
  border-bottom: 3px solid;
  font-weight: bold;
}

.c-under_line_title {
  font-size: 20px;
  line-height: 32px;
  border: 2px #cccccc;
  color: #666666;
  border-bottom: 3px solid #666666;
}

.c-under_line_title__lnk {
  display: block!important;
}

.c-under_line_title__lnk:after {
    font-family: 'FontAwesome';
    content: "\f0a9";
    float: right;
}

.c-baloon_lb_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  padding: .5em .75em;
  background-color: #eeeeee;
  border-radius: 6px;
}
.c-baloon_lb_title::after {
  position: absolute;
  top: 100%;
  left: 50px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #eeeeee;
}


.default_page_title {
    position: relative;
    padding: 0 .4em .4em 1.6em;
    border-bottom: 1px solid #C1E3F3;
    font-size: 140%;
    color: #3ca4d2;
    margin-top: 40px;
}
.default_page_title::before,
.default_page_title::after {
    position: absolute;
    content: '';
    border-radius: 100%
}
.default_page_title::before {
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgba(60, 164, 210, .5);
}
.default_page_title::after {
    top: .7em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: rgba(193, 227, 243, .5);
}

.default_page_sub_title {
    font-size: 125%;
    font-weight: bold;
    margin: 20px 0 10px 0;
    clear: both;
}

.default_page_sub_title-tip {
    font-size: 75%;
    font-weight: normal;
    margin-left: 10px;
}

.default_page_sub_title:before {
    font-family: 'FontAwesome';
    content: "\f0a9";
    padding: 0 5px 0 1px;
}

.default_list_title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
    border-bottom: 3px solid #cccccc;
    background-color: #eeeeee;
    padding-left: 10px;
    color: #666666;
}

.page-main_title {
    font-size: 24px;
    background-color: #ECECFB;
    padding: 5px;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #B2BCCC;
    text-align: center;
    line-height: 32px;
}

.default_sub_title,
.related_post_title {
    margin-top: 30px;
    font-size: 20px;
    border-bottom: 4px solid #002053;
    position: relative;
    line-height: 32px;
}

.bold_sub_title {
    font-weight: bold;
    font-size: 1.25em;
}

.default_sub_title:after,
.related_post_title:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #C19218;
}

.single-title {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 1.6;
}

.default_single_post h2 {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: solid 1px #e0e0e0;
    margin-top: 30px;
}

.default_single_post h3 {
    border-top: solid 2px #002053;
    border-bottom: solid 2px #002053;
    padding: 6px 0 6px 0;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    color: #002053;
}

.default_page_post h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
    background-color: #ECECFB;
    padding: 6px 6px;
    margin-top: 40px;
    -webkit-border-radius: 8px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 8px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.default_single_post h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #002053;
    font-weight: bold;
    border-left: 6px solid #002053;
    padding-left: 8px;
}

.default_single_post h5 {
    font-size: 18px;
    line-height: 1.4;
    color: #002053;
    border-left: 3px solid #002053;
    padding-left: 8px;
    font-weight: bold;
    margin-left: 3px;
}

.default_single_post h6 {
    font-size: 16px;
    line-height: 1.2;
    color: #002053;
    border-left: 1px solid #002053;
    padding-left: 10px;
    font-weight: bold;
    margin-left: 3px;
}

.c-title {
    font-size: 180%;
    line-height: 1.4;
    clear: both;
}

.c-title__single {
    margin: 0 0 20px 0;
    color: #002053;
}

.c-sub_title {
    font-size: 150%;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: solid 1px #e0e0e0;
}

/* ツールチップデザイン */
.c-tooltip__wrap {
  width: 340px;
  overflow: hidden;
}

.c-tooltip__title {
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 5px 0!important;
}

/* アイコン群 */
.fa-shopping-cart:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  padding: 0 3px 0 0;
}
.c-fa-window-restore:after {
  font-family: 'FontAwesome';
  content: "\f2d2";
  padding: 0 0 0 3px;
}
.c-fa-jpy:before {
  font-family: 'FontAwesome';
  content: "\f157";
  padding: 0 3px 0 0;
}
.c-folder-open-o_icon:before {
  font-family: 'FontAwesome';
  content: "\f115";
  padding: 0 3px 0 0;
}

.c-fa-eye_icon:before {
  font-family: 'FontAwesome';
  content: "\f06e";
  padding: 0 3px 0 0;
}

.c-fa-microphone_icon:before {
  font-family: 'FontAwesome';
  content: "\f130";
  padding: 0 3px 0 0;
}

.c-fa-check_icon:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  padding: 0 3px 0 0;
}

.c-fa-check_icon--red:before {
  color: #ff0000;
}

.fa-check-square-o:before {
  font-family: 'FontAwesome';
  content: "\f046";
  padding: 0 3px 0 0;
}

.c-3step_icon {
  -webkit-box-shadow: 1px 1px 3px rgb(51, 51, 51);
  -moz-box-shadow: 1px 1px 3px rgb(51, 51, 51);
  -ms-box-shadow: 1px 1px 3px rgb(51, 51, 51);
  box-shadow: 1px 1px 3px rgb(51, 51, 51);
  text-shadow: 0px 0px 0px rgb(255, 255, 255);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f6b700), to(#e0a308), color-stop(23%, #ebad04));
  background-image: -webkit-linear-gradient(top, #f6b700, #ebad04 23%, #e0a308);
  background-image: -moz-linear-gradient(top, #f6b700, #ebad04 23%, #e0a308);
  background-image: -o-linear-gradient(top, #f6b700, #ebad04 23%, #e0a308);
  background-image: -ms-linear-gradient(top, #f6b700, #ebad04 23%, #e0a308);
  background-image: linear-gradient(to bottom, #f6b700, #ebad04 23%, #e0a308);
  font-size: 14px;
  line-height: 16px;
  padding: 2px 4px;
}

.c-3step_icon--rotate10 {
  position: absolute;
  margin: -20px 0 0 -25px;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}

.c-facebook_official_icon:before {
  font-family: 'FontAwesome';
  content: "\f230";
  padding: 0 3px 0 0;
}

.fa-check-circle-o_icon:before {
  font-family: 'FontAwesome';
  content: "\f05d";
  padding: 0 3px 0 0;
}

.c-trophy_icon:before {
  font-family: 'FontAwesome';
  content: "\f091";
  padding: 0 3px 0 0;
}

.c-reply_icon:before {
  font-family: 'FontAwesome';
  content: "\f112";
  padding: 0 3px 0 0;
}

.c-clipboard_icon:before {
  font-family: 'FontAwesome';
  content: "\f0ea";
  padding: 0 3px 0 0;
}

.c-pencil_icon:before {
  font-family: 'FontAwesome';
  content: "\f040";
  padding: 0 3px 0 0;
}

.c-home_icon:before {
  font-family: 'FontAwesome';
  content: "\f015";
  padding: 0 3px 0 0;
}

.c-cog_icon:before {
  font-family: 'FontAwesome';
  content: "\f013";
  padding: 0 3px 0 0;
}

.c-file_text_icon:before {
  font-family: 'FontAwesome';
  content: "\f15c";
  padding: 0 3px 0 0;
}

.c-bookmark_icon:before {
  font-family: 'FontAwesome';
  content: "\f02e";
  padding: 0 3px 0 0;
}

.c-chevron_circle_right_icon:before {
    font-family: 'FontAwesome';
    content: "\f138";
    padding: 0 3px 0 0;
}

.c-user_icon:before {
    font-family: 'FontAwesome';
    content: "\f007";
    padding: 0 3px 0 0;
}

.c-user_plus_icon:before {
    font-family: 'FontAwesome';
    content: "\f234";
    padding: 0 3px 0 0;
}

.c-users_icon:before {
    font-family: 'FontAwesome';
    content: "\f0c0";
    padding: 0 3px 0 0;
}

.c-building_icon:before {
    font-family: 'FontAwesome';
    content: "\f1ad";
    padding: 0 3px 0 0;
}

.c-sign_in_icon:before {
    font-family: 'FontAwesome';
    content: "\f090";
    padding: 0 3px 0 0;
}

.c-sign_out_icon:before {
    font-family: 'FontAwesome';
    content: "\f08b";
    padding: 0 3px 0 0;
}

.c-question_circle_icon:before {
    font-family: 'FontAwesome';
    content: "\f059";
    padding: 0 3px 0 0;
}

.c-search_plus_icon:before {
    font-family: 'FontAwesome';
    content: "\f00e";
    padding: 0 3px 0 0;
}

.c-info_icon:before {
    font-family: 'FontAwesome';
    content: "\f05a";
    padding: 0 3px 0 0;
}

.c-cgraduation_icon:before {
    font-family: 'FontAwesome';
    content: "\f19d";
    padding: 0 3px 0 0;
}

.c-comments_icon:before {
    font-family: 'FontAwesome';
    content: "\f086";
    padding: 0 3px 0 0;
}

.c-rss_icon:before {
    font-family: 'FontAwesome';
    content: "\f09e";
    padding: 0 3px 0 0;
}

.c-pc_icon:before {
    font-family: 'FontAwesome';
    content: "\f108";
    padding: 0 3px 0 0;
}

.c-train_icon:before {
    font-family: 'FontAwesome';
    content: "\f238";
    padding: 0 3px 0 0;
}

.c-map_icon:before {
    font-family: 'FontAwesome';
    content: "\f041";
    padding: 0 3px 0 0;
}

.c-chevron_circle_down:before {
    font-family: 'FontAwesome';
    content: "\f13a";
    padding: 0 3px 0 0;
}

.c-camera_retro_icon:before {
    font-family: 'FontAwesome';
    content: "\f083";
    padding: 0 3px 0 0;
}

.c-caret_right_icon:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    padding: 0 3px 0 0;
}

.c-lightbulb_icon:before {
    font-family: 'FontAwesome';
    content: "\f0eb";
    padding: 0 3px 0 0;
}

.c-add_icon:before {
    font-family: 'FontAwesome';
    content: "\f196";
    padding: 0 3px 0 0;
}

.c-book_icon:before {
    font-family: 'FontAwesome';
    content: "\f02d";
    padding: 0 3px 0 0;
}

.c-mail_icon:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    padding: 0 3px 0 0;
}

.c-consulting_icon:before {
    font-family: 'FontAwesome';
    content: "\f007";
    padding: 0 3px 0 0;
}

.c-fire_icon:before {
    font-family: 'FontAwesome';
    content: "\f06d";
    padding: 0 3px 0 0;
}

.c-target_blank_icon:before {
    font-family: 'FontAwesome';
    content: "\f08e";
    padding-right: 3px;
}

.c-tag_icon:before {
    font-family: 'FontAwesome';
    content: "\f02b";
    padding-right: 3px;
}

.c-category_icon:before {
    font-family: 'FontAwesome';
    content: "\f07c";
    padding-right: 3px;
}

.c-pick_up_news_icon:before {
    font-family: 'FontAwesome';
    content: "\f1ea";
    padding-right: 3px;
}

.c-new_icon:after {
    content: "new";
    background-color: #ff0000;
    color: #ffffff;
    padding: 0 2px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -3px;
    margin: 0 0 0 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.c-recommend_icon:after {
    content: "オススメ";
    background-color: #1da80e;
    color: #ffffff;
    padding: 0 2px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -3px;
    margin: 0 0 0 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* 汎用ボタン群 */
.basic_btn {
  webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #e1e1e1;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
  background: -moz-linear-gradient(top, #fafafa, #e1e1e1);
  background: -o-linear-gradient(top, #fafafa, #e1e1e1);
  background: linear-gradient(top, #fafafa,#e1e1e1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e1e1e1', GradientType=0)";
  background: linear-gradient(to bottom, #fafafa,#e1e1e1);
  color: #333!important;
  text-shadow: 1px 1px 1px #fff;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
  cursor: hand;
}

.basic_btn--selected {
  background: #e1e1e1!important;
}

.basic_btn--selected:before {
  font-family: 'FontAwesome';
  content: "\f00c"!important;
}

.basic_btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    color: #333!important;
}

/* 汎用ボタン拡張 */
.basic_btn__orange {
  background: #febb5f;
  background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
  background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
  background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
  border: 1px solid #fa9000;
  color: #fff !important;
  text-shadow: 1px 1px 1px #b26904;
}

.basic_btn__green {
    background: #08cd00;
    background: -webkit-gradient(linear, left top, left bottom, form(#08cd00), bottom(#148B02));
    background: -webkit-linear-gradient(top, #08cd00 0%, #148B02 100%);
    background: linear-gradient(to bottom, #08cd00 0%,#148B02 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #165510;
    color: #fff !important;
    text-shadow: 1px 1px 1px #17550F;
}

.basic_btn--skyblue {
    background: #35A3D4;
    background: -moz-linear-gradient(top, #35A3D4, #287FAD);
    background: -o-linear-gradient(top, #35A3D4, #287FAD);
    background: -webkit-gradient(linear, left top, left bottom, form(#35A3D4), bottom(#287FAD));
    background: -webkit-linear-gradient(top, #35A3D4 0%, #287FAD 100%);
    background: linear-gradient(to bottom, #35A3D4 0%,#287FAD 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #102E3C;
    color: #fff !important;
    text-shadow: 1px 1px 1px #102E3C;
}

.basic_btn--large {
  font-size: 34px;
}

/* フラットデザインボタン */
.c-flat_btn {
    color: #ffffff!important;
    background: #FC9D00;
    box-shadow: 0 3px #ED8B04;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 10px 20px;
}

.c-flat_btn:hover {
    color: #ffffff!important;
    box-shadow: 0 1px #ED8B04;
    top: 1px;
    text-decoration: none!important;
}


/* 記事広告のCVボタン */
.btn_for_client {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 180%;
}

.btn_for_client a:after {
  font-family: 'FontAwesome';
  content: "\f0a9";
  padding-left: 3px;
}

.btn_for_client--below a:after {
  font-family: 'FontAwesome';
  content: "\f0ab";
  padding-left: 3px;
}


/* フォーム標準化 */
.basic_form h2,
.questionnaire_form h2 {
  clear: both;
  text-align: center;
  background-color: #ECECFB;
  padding: 3px 0;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.basic_form h5,
.questionnaire_form h5 {
    display: inline;
    font-size: 16px;
}

.basic_form input[type="text"],
.questionnaire_form input[type="text"],
.basic_form input[type="email"],
.basic_form input[type="tel"],
.basic_form textarea,
.questionnaire_form textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.basic_form label {
    display: block;
}

.basic_form p,
.questionnaire_form p {
    margin-top: 5px;
}

.basic_form label,
.questionnaire_form label {
    width: 100%;
    padding: 0;
    cursor: pointer;
    cursor: hand;
    line-height: 28px;
}

.basic_form label:hover,
.questionnaire_form label:hover {
    background-color: #ECECFB;
}

.add_bt {
    margin: 20px auto;
    text-align: center;
    clear: both;
}

.c-form_title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 3px;
  display: inline-block;
}

.basic_form .c-form_side_by_side label {
  display: inline-block;
  width: auto;
  padding-right: 8px;
}

.c-form_side_by_side .control-group-a {
  display: inline-block;
}

.c-form__text_yen {
  width: 65%;
}

.c-form__text_yen:after {
  content: "万円"
}

.c-form__text_yen .control-group-a {
  display: inline-block;
  margin-right: 5px;
}

.c-form_pryvacy_policy {
  padding: 10px;
  border: 1px dashed #cccccc;
  overflow: scroll;
  height: 100px;
  margin-bottom: 10px;
  background-color: #eeeeee;
}

.c-form_pryvacy_policy ol {
  margin: 0.5em 0 1.0em 1.9em;
  list-style-type: decimal;
}

.c-form_pryvacy_policy strong {
  display: block;
}

.mandatory {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  background-color: #F374A1;
  padding: 1px 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 0 0 3px;
}

.optional {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  background-color: #cccccc;
  padding: 1px 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 0 0 3px;
}

.c-form_dates .control-group-a {
  display: inline-block;
}

.c-form_textarea--h200 {
  height: 200px;
}

.c-form_item_left label {
  display: inline;
  margin: 0 5px 0 0;
}

.c-form_item__category_name {
  color: #008C23;
  margin: 10px 0 0 0;
  display: block;
  border-bottom: 1px dashed #cccccc;
}

.c-form_item__category_name:before {
  font-family: 'FontAwesome';
  content: "\f07c";
  padding: 0 3px 0 0;
}

.c-zip_code {
  width: 32%;
}

.c-address_input__left {
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.c-address_input__right {
    width: 68%;
    float: left;
}

.referrer-form {
    display: none;
}

.complete-display {
    display: none;
}
.sent .complete-display{
    display: block;
}

/* シンプルフォーム用 */
#ui-datepicker-div {
      margin: -30px 0px 0px 5px;
}

.ui-icon {
  background-image: url(//common.bizceed.jp/images/ui-icons_222222_256x240.png)!important;
}

/* サイドバーのスマホビューのSNS表示 */
.c-sns_follow__sp {
  margin: 20px auto;
  color: #fff!important;
  font-size: 15px;
  display: table;
  width: 90%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.c-sns_follow__sp:hover {
    text-decoration: none!important;
}

.c-sns_follow__sp li {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.c-sns_follow__sp li:first-child {
    width: 30px;
    text-align: center;
}

.c-sns_follow__item .c-sns_follow__twitter .icon-twitter {
  border-right: 1px solid #0292c9;
}

.c-sns_follow__facebook {
  background-color: #3b5998;
}

.c-sns_follow__twitter {
  background-color: #00aced;
}

/* ヘッダー告知時使用 */
.c-h_announcement {
    margin: 10px 10px 0 10px;
    text-align: center;
}

.c-h_announcement a {
    display: inline-block;
    text-align: left;
    border: dashed 1px #C19218;
    font-size: 13px;
    padding: 2px 5px 2px 20px;
    position: relative;
}

.c-h_announcement strong {
    text-decoration: underline;
}

.c-h_announcement a:hover {
    background-color: #ECECFB;
    text-decoration: none!important;
}

.c-h_announcement a:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding: 0 3px 0 0;
  position: absolute;
  left: 8px;
}

/* 1行アーカイブ */
.c-default_line_list {
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 14px;
    border-bottom: 1px dashed #dddddd;
    list-style-type: none;
}

.c-default_line_list-date {
    font-size: 12px;
    color: #999999;
    padding-left: 5px;
    display: inline-block;
}

/* listの横並び */
.c-float_list {
    overflow: auto;
}

.c-float_list li {
    margin:0 10px 10px 0;
    float: left;
}

/* 丸型画像3列 */
.c-circle_3col_img {
    overflow: hidden;
}

.c-circle_3col_img__block {
    float: left;
    width: 31.3%;
    padding: 1%;
    text-align: center;
}

.c-circle_3col_img img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.kuchikomi_area--fix {
  height: 550px;
  overflow: auto;
  padding: 10px;
  border: 1px dashed #cccccc;
  width: 98%;
}

/* 口コミエリア(読者の声) */
.kuchikomi_area .note {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding: 5%;
  margin: 0 0 20px 0;
  color: #606060;
  font-size: 14px;
  border-radius: .3em;
  position: relative;
  background: #efefef;
  /* Fallback */
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #efefef 0%);
  border-radius: .5em;
}

.kuchikomi_area .note::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4)) 100% 0 no-repeat;
  width: 1.65507em;
  height: 3.45em;
  transform: translateY(-1.89424em) rotate(-40deg);
  transform-origin: bottom right;
  border-bottom-left-radius: inherit;
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
}

.kuchikomi_area .note span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.kuchikomi_area .note .question {
    font-weight: bold;
    margin: 0;
}

.kuchikomi_area .note .answer {
    margin: 0 0 5px 0;
}

/*-[ サイト改善のご意見 ]-----------------------*/
.goiken_wrap {
  width:99%;
  padding: 8px 0;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 20px;
}

.goiken__inner {
    text-align: left;
    margin: 0 8px;
}

.goiken_wrap textarea,
.goiken_wrap input[type=text] {
    width: 91%;
}

.goiken_wrap label {
    cursor: hand;
    cursor:pointer;
}

.goiken_wrap .goiken__caption {
    background-color: #ffffff;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px;
}

.goiken_wrap .goiken__reply {
    text-align: center;
    margin: 0 0 10px 0;
}

.goiken_wrap .goiken:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  padding-right: 3px;
}

.goiken_wrap .goiken__reply .basic_btn:before {
  font-family: 'FontAwesome';
  content: "\f112";
  padding-right: 3px;
}


/*-[ PC用フッターバナー ]-----------------------*/
.p-pc_footer_cnv {
    clear: both;
    position: fixed;
    background-color: #eee;
    height: 70px;
    width: 100%;
    border-top: dashed 1px #C19218;
    z-index: 20;
}

.p-pc_footer_cnv__inner {
    padding-top: 20px;
    color: #000000;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.c-pc_footer_cnv__cnv_btn {
    background-color: #000000;
    color: #ffffff;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    font-size: 18px;
    margin-left: 10px;
    padding: 0 10px;
    text-align: center;
    line-height: 40px;
    float: left;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.c-pc_footer_cnv__cnv_btn:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  display: block;
}

.p-pc_footer_cnv__cnv_btn {
    background: #febb5f;
    background: -moz-linear-gradient(top, #08cd00, #148B02);
    background: -o-linear-gradient(top, #08cd00, #148B02);
    background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
    background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
    background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #fa9000;
    color: #fff !important;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #17550F;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    font-size: 18px;
    margin-left: 10px;
    padding: 0 10px;
    display: block;
    text-align: center;
    line-height: 40px;
    float: left;
}

.p-pc_footer_cnv__cnv_btn--green {
    background: #08cd00;
    background: -moz-linear-gradient(top, #08cd00, #148B02);
    background: -o-linear-gradient(top, #08cd00, #148B02);
    background: -webkit-gradient(linear, left top, left bottom, form(#08cd00), bottom(#148B02));
    background: -webkit-linear-gradient(top, #08cd00 0%, #148B02 100%);
    background: linear-gradient(to bottom, #08cd00 0%,#148B02 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #165510;
    color: #fff !important;
    text-shadow: 1px 1px 1px #17550F;
}

.p-pc_footer_cnv__cnv_btn--skyblue {
    background: #35A3D4;
    background: -moz-linear-gradient(top, #35A3D4, #287FAD);
    background: -o-linear-gradient(top, #35A3D4, #287FAD);
    background: -webkit-gradient(linear, left top, left bottom, form(#35A3D4), bottom(#287FAD));
    background: -webkit-linear-gradient(top, #35A3D4 0%, #287FAD 100%);
    background: linear-gradient(to bottom, #35A3D4 0%,#287FAD 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #102E3C;
    color: #fff !important;
    text-shadow: 1px 1px 1px #102E3C;
    font-size: 16px;
}

.p-pc_footer_cnv__cnv_btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.p-pc_footer_cnv__inner a:hover {
    text-decoration: none!important;
}

.p-pc_footer_cnv__right {
    float: right;
}

.p-pc_footer_cnv__right .icon_btn {
    display: block;
    margin-top: 8px;
    font-family: 'FontAwesome';
    font-size: 50px;
    position: absolute;
    width: 50px;
    height: 50px;
}

.p-pc_footer_cnv__right .icon_btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.p-pc_footer_cnv__right .back_to_top:before {
  content: "\f0aa";
  color: #907EF9;
  width: 50px;
  height: 50px;
  display: block;
}

.p-pc_footer_cnv__right .back_to_top {
    right: 10px;
}

.p-pc_footer_cnv__right .home_btn {
    right: 70px;
}

.p-pc_footer_cnv__right .twitter_btn {
    right: 130px;
}

.p-pc_footer_cnv__right .facebook_btn {
    right: 195px;
}

.p-pc_footer_cnv__right .twitter_btn:before {
  content: "\f081";
  color: #1dcaff;
  display: block;
}

.p-pc_footer_cnv__right .facebook_btn:before {
  content: "\f082";
  color: #3b5998;
  display: block;
}

.p-pc_footer_cnv__right .home_btn:before {
  content: "\f015";
  color: #907EF9;
  display: block;
}

/*-[ スマホフッターバナー ]-----------------------*/
.foot_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #000000;
  z-index: 1000;
  display: none;
  height: 50px;
}
.foot_banner a {
    width: 320px;
    height: 50px;
    display: block;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 0;
}
.foot_banner a:hover {
    color: #ffffff;
    text-decoration: none!important;
}

.foot_banner a strong {
    font-size: 13px;
    line-height: 16px;
}

.foot_banner a p {
    font-size: 11px;
    color: #cccccc;
    line-height: 12px;
}

/* スマホ用のフッターサークルボタン jsと共に */
.c-foot_circle_btn__wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  height: 100px;
  float: right;
  padding: 0 10px 0 0;
  display: none;
}

.c-circle_btn {
    width: 90px;
    height: 90px;
    background: #008C23;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    box-shadow:0px 0px 6px 3px #f7f7f7;
    -moz-box-shadow:0px 0px 6px 3px #f7f7f7;
    -webkit-box-shadow:0px 0px 6px 3px #f7f7f7;
}

.c-circle_btn:hover {
    text-decoration: none!important;
    color: #ffffff!important;
}


/*-[ タグクラウド ]-----------------------*/
.tag_cloud_wrap {
  clear: both;
}

.tag_cloud {
  overflow: hidden;
  margin-bottom: 20px;
  white-space:nowrap;
}

.tag_cloud  a {
  float: left;
  display: block;
  background: #ECECFB;
  line-height: 100%;
  font-size: 16px!important;
  color: #002053!important;
  text-decoration: none!important;
  padding: 4px 10px 3px;
  margin: 0 5px 5px 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  white-space:nowrap;
}

.tag_cloud  a:hover {
  color: #ECECFB!important;
  background: #002053;
  text-decoration: underline;
}

.tag_cloud__funding {
  margin: 0 0 20px 0!important;
  list-style-type: none!important;
}

.tag_cloud__funding a {
  margin: 0 5px 5px 0;
}


/*-[ 吹き出し ]-----------------------*/
.c-arrow_box {
    position: relative;
    background: #eeeeee;
    padding: 15px;
}

.c-arrow_box:after, .c-arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.c-arrow_box:after {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #eeeeee;
    border-width: 20px;
    margin-left: -20px;
}

.c-arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #eeeeee;
    border-width: 21px;
    margin-left: -21px;
}

/*-[ 強調囲み ]-----------------------*/
.c−moving_border {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #cccccc;
}
.c−moving_border .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #cccccc;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

/*-[ 丸囲みのラベル ]-----------------------*/
.c-default_label {
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #cccccc;
  padding: 1px 3px;
  display: inline;
}


/*-[ もっと読む ]-----------------------*/
.readMore {
    float: right;
    color: #13c4b0;
    font-size: 13px;
}
.readMore a {
    color: #EE210B
}
.readMore a:before {
    font-family: 'FontAwesome';
    color: #EE210B;
    content:"\F064";
    padding-right: 3px;
}

/*-[ switch_accordion ]-----------------------*/
.c-switch_accordion__content {
  display: none;
}

.c-switch_accordion__toggle {
  cursor: hand;
  cursor: pointer;
}

.c-switch_accordion__toggle:after {
  font-family: 'FontAwesome';
  content: "\f13a";
  padding-left: 5px;
  color: #907EF9;
}

.c-switch_accordion__toggle--active:after {
  font-family: 'FontAwesome';
  content: "\f139";
  padding-left: 5px;
  color: #907EF9;
}

/*-[ no_sidebar Lp 共通 ]-----------------------*/
.c-no_sidebar_lp__title {
  position: relative;
  font-size: 34px;
  line-height: 40px;
  padding: .3em .75em;
  margin: 40px 0;
  background-color: #f0f0f0;
  border-radius: 3px;
  text-align: center;
}

.c-no_sidebar_lp__title::after {
  position: absolute;
  top: 100%;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 10px solid #f0f0f0;
  display: block;
  left: 50%;
}

.c-no_sidebar_lp__block_wrap {
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.c-no_sidebar_lp__block_left {
  width: 20%;
  float: left;
}

.c-no_sidebar_lp__block_left--rev {
  float: right;
}

.c-no_sidebar_lp__block_right {
  width: 77%;
  float: left;
  margin: 0 0 0 3%;
}

.c-no_sidebar_lp__block_right--rev {
  margin: 0 3% 0 0;
}

.c-no_sidebar_lp__block_sub_title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.c-no_sidebar_lp__block_sub_title:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    padding: 0 6px 0 0;
    color: #ff0000;
}

.c-no_sidebar_lp__block_list {
  font-size: 22px;
}

.c-no_sidebar_lp__block_list li {
  list-style-type: disc;
  margin: 0 0 5px 30px;
}

/*-[ ノート風背景 ]-----------------------*/
.c-note_style_back__title {
  position: absolute;
  width: 100%;
  margin-top: 15px;
  z-index: 10;
  text-align: center;
  color: #E3A124;
}
.c-note_style_back {
  padding: 4em 4em 2em 4em;
  font-family: 'Indie Flower', cursive;
    position: relative;
    background-color: #ffffe7;
    background-image:
        linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
        linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px),
        linear-gradient(rgba(153,204,255,.2) .1em, transparent .1em);
    background-size: 100% 1.8em;
}

.c-note_style_back:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background-color: #ffffe7;
    background-image:
        linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
        linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px);
}

/*-[ 名言 ]-----------------------*/
.c-meigen {
   position:relative;
   background:#fffde7;
   width:85%;
   margin:2em auto;
   padding:1.5em 1em;
   transform: rotate(-2deg);
   box-shadow:1px 1px 4px rgba(0,0,0,0.2);
   color:#795548;
}
.c-meigen span {
   position:relative;
   display:inline-block;
   border-bottom:3px solid #795548;
   border-radius: 0 0 40% 5% / 0 0 15% 20%;
   padding:0 1em 0.1em 0.2em;
   font-size:110%;
   font-weight:bold;
   transform: rotate(-5deg);
}
.c-meigen::after {
   content:'';
   position:absolute;
   left:50%;
   top:-15px;
   margin-left:-75px;
   width:150px;
   height:30px;
   background:rgba(245,245,245,0.7);
   box-shadow:1px 1px 4px rgba(0,0,0,0.2);
   transform: rotate(-4deg);
}
.c-meigen ol {
   margin:1em 0.5em 0 2em;
   padding:0 0 0 0;
}
.c-meigen ol li {
   margin-bottom:0.5em;
}
.c-meigen p {
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
   margin:0.6em 0.4em 0 0.8em;
   padding:0 0 0 0;
   margin-bottom:0.5em;
   font-size: 2.4em;
   font-weight: bold;
}



/*-[ Lp 共通 ]-----------------------*/
.c-lp_header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.c-lp_header_logo {
    height: 100%;
}

.c-lp_header_logo img {
  height: 100%;
}

#c-lp_header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
}

.c-lp_header_right {
}

.c-lp_header_right li {
  display: inline-block;
  margin: 0 30px 0 0;
}

.c-lp_header_right li a:hover {
  text-decoration: underline;
}

.c-lp_header_right li .c-lp_header_right__btn {
  background-color: #008C23;
  border: 1px solid #008C23;
  color: #ffffff;
  padding: 8px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.c-lp_header_right li .c-lp_header_right__btn:hover {
  border: 1px solid #008C23;
  color: #008C23;
  background-color: #ffffff;
  text-decoration: none;
}


.c-lp_catch_copy p {
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
    padding: 0 15px;
    line-height: 150%;
}

.c-lp_area_main_img {
    text-align: center;
}

.c-lp_area_main_img img {
    vertical-align: bottom;
}

.c-lp_pick_up_area {
    text-align: center;
    box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
    overflow: hidden;
}

.c-lp_pick_up_navi {
    text-align: center;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
}

.c-lp_pick_up_navi li {
    float: left;
    margin: 0 20px 0 0;
}

.c-lp_pick_up_navi li a {
    display: block;
    color: #444444;
    padding-top: 15px;
    padding-bottom: 15px;
}

button.drawer-toggle.drawer-hamburger {
    display: none;
}

.c-lp_add_btn {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 80px 0;
}

.c-lp_add_btn--b40 {
    padding: 40px 0 40px 0;
}

.c-lp_add_btn__link {
    font-size: 24px;
    text-align: center;
    padding: 15px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #008C23;
    border: 1px solid #008C23;
    color: #ffffff;
    text-decoration: none;
}

.c-lp_add_btn__link:hover {
    text-decoration: none!important;
    background-color: #ffffff;
    border: 1px solid #008C23;
    color: #008C23;
}

.c-lp_add_btn__link--orange {
    background-color: #FC9D00;
    border: 1px solid #FC9D00;
}

.c-lp_add_btn__link--orange:hover {
    background-color: #ffffff;
    color: #FC9D00;
    border: 1px solid #FC9D00;
}


.c-lp_title {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin: 50px 15px;
    font-family: 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Meiryo, メイリオ, sans-serif;
}

.c-lp__arrow {
    text-align: center;
    font-size: 40px;
}

.c-lp__block {
    font-size: 18px;
    line-height: 160%;
    padding: 0 15px;
    overflow: hidden;
}

.c-lp__block__wrap {
    margin: 0 auto;
    width: 980px;
    overflow: hidden;
}

.c-lp__color_wrap--yellow {
    background-color: #FFF4CA;
}

.c-lp__color_wrap--red {
    background-color: #F8E9E8;
}

.c-lp__color_wrap--orange {
    background-color: #FFF4E7;
}

.c-lp__block__wrap p {
    font-size: 18px;
    line-height: 160%;
}

.c-lp_problem {
    font-size: 130%;
    line-height: 160%;
    width: 72%;
    float: left;
}

.c-lp_problem li {
  position: relative;
  list-style-type: none;
}
.c-lp_problem li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.1em;
  width: 13px;
  height: 8px;
  border-left: 4px solid #ff0000;
  border-bottom: 4px solid #ff0000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-lp_problem__img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 20%;
    float: left;
    margin-right: 3%;
}

.c-lp_interview_area__contents {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 980px;
}

.c-lp_interview_area__left {
    overflow: auto;
    margin: 0 0 80px 0;
    font-size: 16px;
    line-height: 160%;
}

.c-lp_interview_area__left_img {
    width: 28%;
    float: left;
    margin: 0 2% 0 0;
}

.c-circle_img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.c-r5_img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.c-circle_img__line {
    border: 1px dashed #aaaaaa;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.c-circle_img__line--orange {
    border: 1px dashed #FF7F00;
}

.c-lp_interview_area__text {
    margin: 10px 0 0 0;
    width: 70%;
    float: left;
}

.c-lp_interview_area__text__name {
    display: inline-block;
    font-size: 20px;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.c-lp_interview_area__text__copy {
    font-size: 20px;
    line-height: 26px;
}

.c-lp_interview_area__right {
    overflow: auto;
    margin: 0 0 80px 0;
    font-size: 16px;
    line-height: 160%;
}

.c-lp_interview_area__right_img {
    width: 28%;
    float: right;
    text-align: right;
    margin: 0 0 0 2%;
}

.c-lp_social-button {
    margin: 0 15px;
}

.c-lp_form_area {
    margin: 20px auto;
    background-color: #DEE5E8;
}

.c-lp_form_area__formwrap {
    max-width: 940px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
}

.c-lp_form_area__wrapinner {
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 40px;
    border: 1px dashed #a3a8aa;
}

.c-lp_form_area p {
    font-size: 14px;
    line-height: 160%;
    padding: 0;
}

.c-lp_form_area .basic_form h2,
.c-lp_form_area .questionnaire_form h2 {
    margin-top: 40px;
}

.c-lp_3col {
    overflow: hidden;
    margin: 0 0 30px 0;
}

.c-lp_3col__block {
    float: left;
    width: 31.3%;
    text-align: center;
    padding: 0 1%;
}

.c-lp_3col__step {
    display: block;
    background-color: #eeeeee;
    margin-bottom: 5px;
    font-weight: bold;
}

.c-lp_3col__subtitle {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", “メイリオ”, Meiryo, sans-serif;
}

.c-lp_3col__detail {
    font-size: 16px!important;
    text-align: left;
}

.c-lp_3col__detail--list {
    list-style-type: disc;
    margin-left: 20px;
}

.c-lp_4col {
    margin: 0 0 30px 0;
}

.c-lp_4col__block {
    float: left;
    width: 23%;
    text-align: center;
    padding: 0 1%;
}

.c-lp_4col__subtitle {
    color: #FF7F00;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", “メイリオ”, Meiryo, sans-serif;
}

.c-lp_4col__detail {
    font-size: 16px!important;
    text-align: left;
}

.c-lp_4col__detail--list {
    list-style-type: disc;
    margin-left: 20px;
}

.c-lp_4col__detail--list li {
    margin-bottom: 5px;
}

.c-lp__techo_introduce {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.c-lp__techo_introduce__img {
    width: 20%;
    margin: 0 3% 0 0;
    float: left;
}

.c-lp__techo_introduce__text {
    width: 77%;
    float: left;
}

.c-lp__techo_introduce__text_title {
    font-size: 130%;
    font-weight: bold;
    margin: 15px 0;
    color: #002053;
}

.c-lp_banner468x60 {
    width: 468px;
    text-align: center;
    margin: 30px auto;
}

.c-lp_banner328x50 {
    width: 328px;
    text-align: center;
    margin: 30px auto;
}

.c-lp_banner320x50 {
    width: 320px;
    text-align: center;
    margin: 10px auto 20px auto;
}

.c-lp__campaign__wrap {
  padding-bottom: 2%;
  overflow: auto;
}

.c-lp__campaign {
  width: 31.3333%;
  float: left;
  padding: 1% 1% 0 1%;
}

.c-lp__campaign__title:before {
  font-family: 'FontAwesome';
  content: "\f067";
  padding-right: 3px;
}

.c-lp__campaign__title {
  color: #cccccc;
  font-size: 22px;
  border-bottom: 1px solid #cccccc;
}


/*ソーシャルボタン*/
.social-button {
    overflow: hidden;
    margin: 5px 0 10px 0;
    width: 100%;
}

.social-button-title {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 5px;
}
.social-button-title {
    position: relative;
    text-align: center;
}
.social-button-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 4em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}
.social-button-title::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
    background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.hatebu-button {
    float: left;
    padding-right: 16px !important;
}
.twitter-button {
    float: left;
    display: inline-block;
    padding-right: 16px !important;
}
.twitter-button a:before {
    font-family: 'FontAwesome';
    content: "\f099";
    padding-right: 3px;
    display: block;
    font-size: 28px;
}
.twitter-button a {
    float: left;
    display: inline-block;
    text-align: center;
    background: #5FAFEC;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 10px 5px 10px;
}

.twitter-button a:hover {
    text-decoration: none!important;
}

.fb-share-button {
    float: left;
    width: auto !important;
    padding-right: 16px !important;
    overflow: visible !important;
}
.fb-like {
    float: left;
    width: auto !important;
    padding-right: 16px !important;
    overflow: visible !important;
}
.fb_iframe_widget{
    float: left;
    width: auto;
    overflow: visible !important;
}
#___plusone_0 {
    float: left !important;
    width: 65px !important;
}
#___plusone_0 iframe {
    width: 65px !important;
}
.header-fb {
    padding-top: 20px;
    float: right;
}
.fb-box {
    width: 98.5%;
    margin: 0 0 20px 0;
    float: left;
}
.fb-like-box, .fb-like-box span, .fb-like-box iframe {
    width: 100% !important;
}
.fb-like-box {
    margin-top: 9px;
}
.tw-box {
    width: 98.5%;
    margin: 0 0 20px 0;
    float: left;
}

.c-top_social_btn {
    width: 32.33%;
    float: left;
}

.c-top_social_btn a {
  text-decoration: none!important;
}

.c-top_social_btn a:before {
    padding-right: 3px;
}

.c-top_social_btn a:hover {
    text-decoration: none!important;
}

.c-top_social_btn a {
    display: block;
    padding: 3px;
    font-size: 14px;
    color: #ffffff!important;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.c-top_social_btn__fb {
    margin-right: 1.5%;
}

.c-top_social_btn__fb a:before {
    font-family: 'FontAwesome';
    content: "\f230";
}

.c-top_social_btn__fb a {
    background: #3C5E97;
}

.c-top_social_btn__fb a:hover {
    background-color: #E5E8ED;
    color: #3C5E97!important;
}

.c-top_social_btn__tw {
    margin-right: 1.5%;
}

.c-top_social_btn__tw a:before {
    font-family: 'FontAwesome';
    content: "\f099";
}

.c-top_social_btn__tw a {
    background: #5FAFEC;
}

.c-top_social_btn__tw a:hover {
    background-color: #EFF7FD;
    color: #5FAFEC!important;
}

.c-top_social_btn__hb {
    margin-right: 0;
}

.c-top_social_btn__hb a:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
}

.c-top_social_btn__hb a {
    background: #5083E5;
}

.c-top_social_btn__hb a:hover {
    background-color: #EDF2FC;
    color: #5083E5!important;
}

.share-square {
    width: 300px;
    height: 50px;
    float: left;
    margin: 5px 5px 5px 5px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.share-square a:before {
    padding-right: 3px;
}
.share-square a {
    color: #ffffff!important;
    display: block;
}
.share-square a:hover {
    text-decoration: none!important;
}
.square-fb {
    background: #3C5E97;
}
.square-fb a:before {
    font-family: 'FontAwesome';
    content: "\f230";
}
.square-fb a:hover {
    color: #3C5E97!important;
    background-color: #E5E8ED;
}
.square-tw {
    background: #5FAFEC;
}
.square-tw a:before {
    font-family: 'FontAwesome';
    content: "\f099";
}
.square-tw a:hover {
    color: #5FAFEC!important;
    background-color: #EFF7FD;
}
.square-hb {
    background: #5083E5;
}
.square-hb a:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
}
.square-hb a:hover {
    color: #5083E5!important;
    background: #EDF2FC;
}
.square-gp {
    background: #D25A46;
}
.square-gp a:before {
    font-family: 'FontAwesome';
    content: "\f0d5";
}
.square-gp a:hover {
    color: #D25A46!important;
    background: #FAEEEC;
}
.square-techo {
    background: #FF5C26;
    width: 100% !important;
    margin: 0;
}
.square-techo a:before {
    font-family: 'FontAwesome';
    content: "\f02d";
}
.square-techo a:hover {
    color: #FF5C26!important;
    background: #FFEEE9;
}
.share-square-top {
    overflow: auto;
    margin-bottom: 10px;
    clear: both;
}
.share-mini {
    width: 190px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 13px !important;
}
.count {
    float: right;
    padding-right: 5px;
}

/*1行リストのアイコン*/
.c-default_line_list__icon:before {
    margin-right: 5px;
    vertical-align: text-top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;

    font-family: 'FontAwesome';
    content: "\f054";
    padding: 0 2px 0 3px;
}


/* カテゴリ絞り込み用アイコン */
.c-category_search_icon {
    padding: 0 5px!important;
}

.c-category_search_icon:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/* 汎用的な表組 */
.c-table_box {
  border: 1px solid #C1E3F3;
  border-top: none;
  background: #ffffff;
}

.c-table_box p {
    margin-bottom: 0;
}

.c-table_box-title,
.c-table_box-value {
    padding: 3px 5px;
}

.c-table_box-title {
    border-top: 1px solid #C1E3F3;
    width: 100px;
    float: left;
    color: #3ca4d2;
    font-weight: normal;
}

.c-table_box-value {
    border-top: 1px solid #C1E3F3;
    border-left: 1px solid #C1E3F3;
    background: #fff;
    margin: 0 0 0 110px;
}

.c-table_box-inner_title {
    font-weight: bold;
    margin-bottom: 0;
    color: #3ca4d2;
}

.c-table_box-inner_lists li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    padding: 0 3px 0 0;
    margin: 0 0 0 8px;
}


/* 記事ページで利用する汎用的なCSS */
mark {
  padding: 1px 6px;
  margin: 0 2px;
  color: black;
  background: linear-gradient(transparent 50%, #C5EAAE 50%);
}

/* 写真のキャプション */
.c-photo_caption {
  text-align: right;
  margin: 0 0 20px 0;
}

.c-photo_caption img {
  margin: 0;
  width: 100%;
}

.c-photo_caption p {
  margin: 0;
}

/* 2カラム（サイドメニューあり） */
/* 画像右パターン */
.c-2col__wrap {
  overflow: hidden;
}

.c-2col__left {
  float: left;
  width: 30%;
  margin: 0 2% 0 0;
}

.c-2col__left--small {
  width: 20%;
}

.c-2col__left--center {
  width: 49%;
}

.c-2col__right {
  float: left;
  width: 68%;
}

.c-2col__right--small {
  width: 78%;
}

.c-2col__right--center {
  width: 49%;
}

.c-2col__right p {
  margin: 0 0 0 0;
}

/* 画像左パターン */
.c-2col__left--rev {
  float: right;
  margin: 0 0 0 2%;
}


/* スポンサード表記 */
.c-pr {
    background-color: #eeeeee;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
}

.c-pr__list {
    color: #999999;
    margin-right: 10px;
}




.c-3col_lists--flex {
    display: flex;
    flex-wrap: wrap;
}

.c-3col_lists--flex__list {
    width: 33.3333%;
    display: block;
    padding: 1%;
    position: relative;
    box-sizing: border-box;
  }




/* 3カラム一覧 */
.c-3col_lists {
  margin-bottom: 20px;
  overflow: hidden;
}

.c-3col_lists__list {
  width: 33.3333%;
  display: block;
  float: left;
  padding: 1%;
  position: relative;
  box-sizing: border-box;
}

/* eシリーズ一覧表示カセット */
.excerpt {
    overflow: hidden;
}

.excerpt--3col {
    border: none;
}

.featured-thumbnail_wrap {
    max-width: 180px;
    margin-bottom: 0;
    margin-right: 2%;
    width: 36%;
    float: left;
}

.featured-thumbnail_wrap--3col {
    margin-right: 0;
    width: 100%;
    max-width: 200px;
}

.lists_area_block {
    overflow: auto;
    margin-bottom: 20px;
    display: block;
}

.lists_wrap {
    overflow: hidden;
    display: block;
    padding: 10px;
}

.lists_wrap:hover {
    text-decoration: none;
}

.lists_wrap--3cl {
    padding: 5px;
}

.lists_wrap:hover {
    background-color: #ECECFB;
}

.lists_detail_wrap {
    float: left;
    width: 68%
}

.lists_detail_wrap--3col {
    float: left;
    width: 100%;
}

.lists_detail_title {
    color: #002053;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.lists_detail_title--3col {
    font-size: 14px;
    font-weight: normal;
}

.lists_detail_text {
    line-height: 20px;
    color: #444444;
    margin-bottom: 10px;
}

.item_info {
    text-align: right;
}

.post_date {
    margin: 0 10px 0 0;
    color: #999999;
}

.post_date--3col {
    margin: 0;
    font-size: 12px;
}

.post_date:before {
  font-family: 'FontAwesome';
  content: "\f073";
  padding-right: 3px;
}

.featured-cat {
    display: inline-block;
    color: #002053 !important;
    background-color: transparent!important;
}

.featured-cat:before {
  font-family: 'FontAwesome';
  content: "\f07c";
  padding-right: 3px;
}

.featured-cat--3col {
    position: absolute;
    z-index: 1;
    background-color: #ffffff!important;
    padding: 0 6px;
    border: 1px solid;
    margin: -3px 0 0 -3px;
    font-size: 12px;
    line-height: 20px;
}

.featured-cat--3col__pr {
  z-index: 2;
  position: absolute;
  font-size: 10px;
  line-height: 16px;
  color: #666666;
  padding: 0 2px;
  margin-top: -20px;
  margin-left: 4px;
  background-color: rgba(255,255,255,0.5);
}

.lists_tags ul {
    overflow: auto;
    margin: 5px 0 5px 0!important;
}

.lists_tags:before {
  font-family: 'FontAwesome';
  content: "\f02b";
  padding-right: 3px;
  float: left;
  color: #002053;
}

.lists_tags ul li {
    list-style: none;
    float: left;
    margin: 0 10px 0 0;
    font-size: 12px;
}

.lists_tags ul li a {
    background: #ffffff!important;
    padding: 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px dashed #DAD9FA;
}

.lists_tags ul li a:hover {
    background: #ECECFB!important;
    text-decoration: none!important;
}

/* singleページヘッダー部分 */
.post-info {
    overflow: auto;
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}

.thetime:before {
    font-family: 'FontAwesome';
    content: "\f073";
    padding-right: 3px;
}

.thetime {
    display: block;
    margin-right: 10px;
}

.c-thecategory .post-categories {
    display: inline-block;
    font-size: 16px;
}

.c-thecategory .post-categories li {
    display: inline-block;
}

.c-thecategory .post-categories li a:before {
  font-family: 'FontAwesome';
  content: "\f07c";
  padding-right: 3px;
  font-size: 14px;
}

.c-thecategory .post-categories li a {
    background-color: #eeeeee;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 30px;
}

.c-thecategory .post-categories li a:hover {
    background-color: #002053;
    color: #ffffff;
    text-decoration: none!important;
}

/* カテゴリページ共通デザイン */
.c-category_summary {
    margin: 20px 0;
    padding-bottom: 20px;
}

.c-category_summary__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #002053;
    font-weight: bold;
    border-left: 6px solid #002053;
    padding-left: 8px;
    clear: both;
}

.c-category_summary__lists {
  overflow: hidden;
  margin-bottom: 16px;
}

.c-category_summary__lists li:before {
    font-family: 'FontAwesome';
    content: "\f0a4";
    padding: 0 5px 0 1px;
}

.c-category_summary__lists li {
  float: left;
  width: 49%;
  margin-right: 1%;
}

.c-category_summary__lists li(even) {
  margin-right: 0;
}

/* 記事ページ共通デザイン */
.item-number li {
    list-style-type: decimal;
}
.item-number > h4:before {
    display: none;
}
.default_single_post ul,
.default_page_post ul {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: square;
}
.default_single_post ol,
.default_page_post ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
.default_single_post ul ul,
.default_page_post ul ul,
.default_single_post ol ol,
.default_page_post ol ol,
.default_single_post ul ol,
.default_page_post ul ol,
.default_single_post ol ul,
.default_page_post ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
.default_single_post p {
  margin-bottom:40px;
}
.default_single_post table td p {
  margin-bottom: 0;
}
.summary {
    background: #ECECFB;
    margin: 0 0 18px 0;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.summary dt {
    display: block;
    float: none;
    width: auto;
    padding: 2% 0 1% 5%;
    text-align: left;
}
.summary dd {
    display: block;
    margin: 0 3% 0 3%;
}
.summary li {
    margin: 0 0 8px 0;
}

.importance {
    background: #E9F0FF;
    margin: 0 0 18px 0;
    border:4px solid #002053;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
.importance dt {
    float: none;
    text-align: left;
    font-size: 22px;
    width: 100%;
    padding: 18px 0 0 9px;
}
.importance dd {
    margin: 0 3% 0 3%;
}
.importance li {
    list-style-image: url(https://common.bizceed.jp/images/checklist.gif);
    margin: 8px 0 8px 30px;
    font-size: 16px;
    font-weight: bold;
}
.importance ol li {
    list-style: disc;
    margin: 0 0 8px 0;
}

.profile:before {
    content: "Profile";
    display: block;
    float: right;
    margin-top: -22px;
    font-size: 22px;
    line-height: 30px;
    background-color: #ffffff;
    font-style: italic;
    padding: 0 3px;
    color: #657899;
}

.profile {
    padding: 6px 9px 6px 9px;
    border: 1px dashed #657899;
    font-size: 14px;
    line-height: 22px;
}

.interviewer {
    padding: 0 0 18px 0;
    margin-top: 28px;
    color: #728894;
}

.interviewee {
    font-weight: bold;
    color: #002053;
}

.c-gray_wrap {
    background-color: #fafafa;
    padding: 6px 8px;
    border: 1px dashed #cccccc;
    margin: 0 0 5px 0;
}

/*-[ Tags ]---------------------------*/
.tags {
    margin: 5px 0 10px 0;
    width: 100%;
    /*float: left;*/
}
.tags a { margin-left: 5px }
/*-[ Misc ]---------------------------*/
.clear { clear: both }
.left, .alignleft { float: left }
.right, .alignright { float: right }
.navigation .alignright, .navigation .alignleft { margin-bottom: 15px }
.last, .post.excerpt.last {
    margin-right: 0;
    clear: none;
}
.tagtext:before {
    font-family: 'FontAwesome';
    content: "\f02b";
    padding-right: 3px;
}

/*-[ Read More（スマホ用） ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    line-height: 1.4;
    background: none;
    padding: 0;
}
.read-all {
    display: none;
    border: solid 1px #bfbfbf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    background-image: -moz-linear-gradient(top, #fefefe 50%, #d8d8d8);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #fefefe), color-stop(1.0, #d8d8d8));
    padding: 8px 20px;
    margin: 5px 0px 25px 0px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.all-contents {
    display: none;
}

/* バナー広告 */
/* 右サイドバナー広告300x100 */
.side-top-banner300x100 {
    width: 300px;
    margin: 0 auto 10px auto;
    clear: both;
}

/* 右サイドバナー広告300x250 */
.side-top-banner300x250 {
    width: 300px;
    margin: 0 auto 10px auto;
    clear: both;
}

.side-top-banner300x250 img {
    width: 100%;
}

/* 右サイドスモールレクタングル300x100 */
.side-small_rectangle5 {
    width: 300px;
    margin: 0 auto;
}

/* モバイルビッグバナー広告320x60 */
.sp_mobile_big_banner320x50 {
    width: 320px;
    margin: 0 auto 20px auto;
}

.side-small_rectangle1,
.side-small_rectangle2,
.side-small_rectangle3 {
    margin: 0 auto 8px auto;
    width: 300px;
}

/* 画像の上にテキスト */
.c-text_on_img {
  width: 100%;
}

.c-text_on_img img {
  margin-top: 0!important;
  margin-bottom: 0!important;
  position: absolute;
  max-width: 620px;
  width: 100%;
  z-index: 1;
}

.c-text_on_img__text {
  position: relative;
  display:table-cell;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.c-text_on_img__text span {
  display: block;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 1%;
  margin: 0 2%;
}

@media screen and (max-width:800px) {
  .c-text_on_img__text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width:430px) {
  .c-text_on_img__text {
    font-size: 12px;
    line-height: 22px;
  }
}

/* 計算式用デザイン */
.formula {
    padding: 5px;
    background-color: #dddddd;
    border: 1px dashed #aaaaaa;
    font-weight: bold;
}

/* thanks画面の手帳シリーズ */
.p-paper_image,
ul.p-paper_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-paper_image li {
    width: 19%;
    margin: 0 0.5%;
    list-style-type: none;
    text-align: center;
    font-size: 11px;
}

ul.p-paper_image:after {
    content: "";
    width: 19%;
}

.p-paper_image li a {
  display: block;
}

.c-shadow_effect
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.c-shadow_effect:before, .c-shadow_effect:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.c-shadow_effect:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/*
Object-Component（コンポーネント）--------------------------------------------------------------------------------------------
eシリーズ専用コンポーネント
*/
.c-shingle_other_master_title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.c-shingle_other_person {
    overflow: auto;
    margin: 5px 0 20px 0;
    font-size: 75%;
}

.c-shingle_other_person li a {
    width: 32.3%;
    float: left;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    padding: 0 0.5%;
}

.c-shingle_other_person .u-img_wrap {
    margin-bottom: 5px;
    background-color: #F5F5F5;
    min-height: 110px;
}

.c-shingle_other_person li img {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    max-width: 100%;
}

.c-shingle_other_person__title {
    line-height: 120%;
    margin: 5px 0 0 0;
    text-align: left;
}

.c-shingle_other_area {
    overflow: auto;
    margin: 5px 0 30px 0;
    font-size: 120%;
}

.c-shingle_other_area li {
    float: left;
    padding-right: 6px;
}

.c-shingle_other_area li:before {
    content: "|";
    padding-right: 3px;
    color: #D1D1D1;
}

.c-shingle_other_area li:last-child:after {
    content: "|";
    padding-left: 3px;
    color: #D1D1D1;
}


.p-shingle_news_tag {
    overflow: auto;
    margin-bottom: 20px;
}

.p-shingle_news_tag:before {
    font-family: 'FontAwesome';
    content: "\f02b";
    padding-right: 3px;
}

/* サイドバーリスト画像あり */
.c-sidebar_list__list {
    overflow: hidden;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #E2E2E2;
}

.c-sidebar_list__list a {
    display: block;
    overflow: hidden;
}

.c-sidebar_list__img {
    float: left;
    /*display: table-cell; /*上下中央*/
    width: 60px;
    height: 60px;
    text-align: center; /*左右中央*/
    vertical-align: middle; /*上下中央*/
    overflow: hidden;
    background-color: #dddddd;
    margin-right: 5px;
}

.c-sidebar_list__img img {
    width:auto;
    height:auto;
    max-width: 80px;
    max-height:auto;
    vertical-align: middle;/*IE7*/
}

.c-sidebar_list__list a:hover {
    text-decoration: none!important;
}

.c-sidebar_list_text__icon {
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #cccccc;
    padding: 1px 3px;
    display: inline;
}

.c-sidebar_list_text__title {
    display: block;
}

.c-sidebar_list_text__name {
    float: right;
    margin: 0;
    padding: 0;
    color: #0056B5;
    font-size: 12px;
}


/* ラジオボタンフェイク */
.fake_radio input[type="radio"] {
  visibility: hidden;
  position: relative;
}

.fake_radio input[type="radio"]::before {
  content: "";
  position: absolute;
  display: block;
  margin-right: 5px;
  padding-left: 20px;
  min-height: 14px;
  line-height: 14px;
  cursor: pointer;
  visibility: visible;
}

.fake_radio input[type="radio"]::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background:url("https://common.bizceed.jp/images/check_off.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.fake_radio input[type="radio"]:checked::before {
  background:url("https://common.bizceed.jp/images/check_on.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.fake_radio input[type="radio"]:disabled {
  opacity: .3;
  cursor: not-allowed;
}


/*-[ googlemap用 ]---------------------------*/
#map-canvas {
  margin: 0;
  padding: 0;
  height: 300px !important;
  width: auto;
  overflow: hidden;
  display: block;
}
#map-canvas label { width: auto; display:inline; }
#map-canvas img { max-width: none; }
.map-text {
  margin: 0;
}
.google-map{
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  overflow: hidden;
}


/*-[ ヘッダー共通ユーザーログインボタン ]---------------------------*/
.header-fix {
    float: right;
    display: block;
    position: relative;
    width: 300px;
}

.login-description {
  font-size: 14px;
    margin: 0 0 5px 0;
}

.members_wrap {
    float: left;
    text-align: center;
    color: #fff;
    background-color: #009786;
    margin-top: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 2px 5px 10px 5px;
    background-color: #eeeeee;
}
.members_wrap__user {
    color: #CE610D;
    margin-right: 15px;
}

.members_wrap__member {
    color: #002053;
}

.members_wrap__user .login-description:before {
    font-family: 'FontAwesome';
    content:"\f007";
    padding-right: 3px;
}

.members_wrap__member .login-description:before {
    font-family: 'FontAwesome';
    content:"\f0f0";
    padding-right: 3px;
}

/* ログイン後ユーザーメニュー */
.biz-member {
}

.sidebar-member-menu {
    margin: 12px 0 10px 0;
    overflow: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 100;
    background-color: #ffffff;
    float: right;
}

.p-member_navi_title {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 3px 5px;
    background-color: #CE610D;
    color: #ffffff;
}

.p-member_navi_title:before {
    font-family: 'FontAwesome';
    content:"\f007";
    padding-right: 3px;
}

.p-member_navi_list {
    margin: 0 0 0 5px;
}

.p-member_navi_list li {
    float: left;
    margin: 0 10px 0 0;
}

.p-member_navi_list li a {
    color: #CE610D!important;
    display: block;
}




/* アイコン */
.icons a:before {
    padding-right: 2px;
}

.home_icon a:before {
  font-family: 'FontAwesome';
  content:"\f015";
}

.contact_icon a:before {
  font-family: 'FontAwesome';
  content:"\f0e0";
}

.favorite_icon a:before {
  font-family: 'FontAwesome';
  content:"\f02e";
}

.logout_icon a:before {
  font-family: 'FontAwesome';
  content:"\f08b";
}

.gnav-member-menu .biz-member {
    background-color: #CE610D;
}


/*-[ single投稿 ]---------------------------*/
.item-head,
.item-data {
    display: inline-block;
}

.photo .item-data {
    display: block;
    text-align: center;
    background-color: #F5F5F5;
    margin: 0 0 20px 0;
}

.item-data img {
  max-height: 400px;
    vertical-align: bottom;
}
.item-head {
  width: 80px;
}

.description .item-head {
  display: none;
}

.bizceed_manual_regist {
  padding: 10px 0;
}

.photo {
  max-width: 622px;
  padding-bottom: 10px;
}

/* ヘッダー共通ボタンデザイン */
.bizceed_page {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.biz_pageclip_btn,
.biz_inforequest_btn_add,
.biz_inforequest_btn_m,
.biz_interest_btn,
.biz_for_top_btn {
  display: inline-block;
  font-family: 'FontAwesome';
  margin-bottom: 5px;
}

.bizceed_page .basic_btn {
  font-size: 14px;
}

.description-area .post-content .bizceed_page .basic_btn {
  font-size: 12px;
}

.contact_plus .bizceed_page .basic_btn {
  font-size: 24px;
}

.biz_interest_btn span {
  background-color: #ffffff;
  display: inline-block;
  webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 2px;
  position: relative;
  margin-left: 5px;
}

.biz_interest_btn span:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.biz_pageclip_btn,
.biz_inforequest_btn_add,
.biz_inforequest_btn_m,
.biz_for_top_btn {
    margin-right: 10px;
}

.post-content .biz_pageclip_btn,
.post-content .biz_inforequest_btn_add,
.post-content .biz_inforequest_btn_m {
    margin-right: 7px;
}

.biz_pageclip_btn:hover,
.biz_inforequest_btn_add:hover,
.biz_inforequest_btn_m:hover,
.biz_interest_btn:hover,
.biz_for_top_btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    color: #333!important;
}

.biz_pageclip_btn:before {
    color: #009786;
    content:"\f02e";
    padding-right: 2px;
}

.biz_inforequest_btn_add:before {
    color: #009786;
    content:"\f15c";
    padding-right: 3px;
}

.biz_inforequest_btn_m:before {
    color: #009786;
    content:"\f0e0";
    padding-right: 3px;
}

.biz_interest_btn:before {
    color: #009786;
    content:"\f06e";
    padding-right: 3px;
}

.biz_for_top_btn:before {
    color: #009786;
    content:"\f015";
    padding-right: 3px;
}

/* 問い合わせボタン */
.contact_plus {
}

.contact_plus .biz_pageclip_btn_m,
.contact_plus .biz_interest_btn,
.contact_plus .biz_inforequest_btn_add {
    display: none;
}

.contact_plus .biz_inforequest_btn_m {
    width: 98%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    background: #febb5f;
    background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
    background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
    background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #fa9000;
    color: #fff !important;
    text-shadow: 1px 1px 1px #b26904;
    margin: 20px 0;
}

.contact_plus .biz_inforequest_btn_m:before {
    color: #ffffff;
}
.contact_plus .biz_inforequest_btn_m:after:before {
    color: #333!important;
}

/* ログイン時問い合わせ/お気に入りなどのボタン */
.member_sub_menu {
    padding-bottom: 20px;
    border-bottom: 2px solid #D1D1D1;
}

/* 問い合わせリスト */
.basic_form .contact_list {
    position: relative;
    top: 12px;
    background-color: #ffffff;
    margin: 0 0 0 5px;
    padding: 0 5px;
    font-weight: normal;
}

.basic_form .contact_lists {
    border: 1px solid #D1D1D1;
    padding: 15px 10px 10px 10px;
}

.basic_form .contact_lists li b {
    font-size: 18px;
}

.basic_form .contact_lists li {
    color: #234059;
    line-height: 32px;
}

/* basic_form共通 */
.basic_form .item_wrap {
  margin: 0 0 20px 0;
}

.basic_form .add_button {
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #febb5f;
    background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
    background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
    background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
    border: 1px solid #fa9000;
    color: #fff !important;
    text-shadow: 1px 1px 1px #b26904;
    cursor: pointer;
}

.basic_form .add_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    color: #333!important;
}

.basic_form textarea {
    height: 13.5em;
}

/* シンプルフォーム用 */
.storysimpleform .basic_form label {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 3px;
  display: inline-block;
}

.storysimpleform .basic_form label:hover {
  background-color: #ffffff;
  cursor: default;
}


/* タイトル */
.basic_info {
  clear: both;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 5px 0;
}

.c-appeal_point {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.main_copy {
    font-size: 1.25em;
    line-height: 1.5em;
}

/*-[ サブ投稿 ]---------------------------*/
.c-sub_page_menu__wrap {
  overflow: hidden;
  margin: 10px 0 30px 0;
}

.c-sub_page_menu {
  overflow: hidden;
}

.c-sub_page_menu__list {
  overflow: hidden;
  float: left;
  width: 16.55%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  box-sizing: border-box;
  text-align: center;
}

.c-sub_page_menu__list:last-child {
  border-right: 1px solid #cccccc;
  font-size: 14px;
}

.c-sub_page_menu__list a {
  display: block;
  background-color: #eeeeee;
  padding: 10px 0;
  border-bottom: 3px solid #cccccc;
}

.c-sub_page_menu__list a:hover,
.c-sub_page_menu__list--current a {
  background-color: #ffffff;
  color: #009786;
  border-bottom: 3px solid #009786;
}

.c-sub_page_menu__list--disabled a,
.c-sub_page_menu__list--disabled a:hover {
  background-color: #eeeeee!important;
  color: #cccccc!important;
  text-decoration: none!important;
  cursor: default;
  border-bottom: 3px solid #cccccc!important;
}

.c-sub_page_menu__list__title {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.c-sub_page_menu__list__title a {
  color: #666;
}

.c-sub_page_menu__list__img {
/*display: table-cell; /*上下中央*/
height: 130px;
text-align: center; /*左右中央*/
vertical-align: middle; /*上下中央*/
overflow: hidden;
layout-grid-line:166px; /*IE7*/
background-color: #dddddd;
}

.c-sub_page_menu__list__img img {
width:auto;
height:auto;
max-width:200px;
max-height:auto;
vertical-align: middle;/*IE7*/
}


/*-[ サブ投稿一覧 ]---------------------------*/
.c-sub_page_menu__list__status {
  text-align: right;
  margin-top: 3px!important;
}

/*-[ サブ投稿詳細 ]---------------------------*/
.c-sub_page_detail__title {
  font-size: 20px!important;
  font-weight: bold;
  margin: 50px 0 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
}

.c-sub_page_detail__sub_title {
  position: relative;
  text-align: center;
  font-size: 22px;
}

.c-sub_page_detail__sub_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.c-sub_page_detail__sub_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.c-sub_page_detail__main_img {
  background-color: #F5F5F5;
  margin-bottom: 30px;
}

.c-sub_page_detail__main_img img {
  text-align: center;
  margin: 0 auto;
  max-height: 400px;
  vertical-align: bottom;
  display: block;
}


.c-sub_page_detail__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 3px solid #009786;
}
.c-sub_page_detail__table th {
  width: 25%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #009786;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  background-color: #ffffff;
}
.c-sub_page_detail__table td {
  width: 75%;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.c-sub_page_detail__sub_img {
  background-color: #F5F5F5;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

.c-sub_page_detail__sub_img img {
  text-align: center;
  margin: 0 auto;
  max-height: 230px;
  vertical-align: bottom;
  display: block;
}

.c-sub_page_detail__contents {
  white-space: pre-wrap;
  margin-bottom: 40px;
}


/*-[ プロフィールの表(single.php) ]---------------------------*/
.profile-box {
  border: 1px solid #009786;
  background: #CBEAE7;
  border-top: none;
}
.profile-title,
.profile-value {
    padding: 3px 5px;
}
.profile-title {
  border-top: 1px solid #009786;
  float: left;
  color: #009786;
}
.profile-subtitle {
  color: #009786;
  font-size: 14px;
  margin: 2px 0 0 0;
}
.profile-value {
  border-top: 1px solid #009786;
  border-left: 1px solid #009786;
  background: #fff;
}
.profile-list li {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin: 3px 5px 2px 0;
  padding: 0 5px;
}

/*-[ 一覧のタグ部分 ]---------------------------*/

/*-[ Area Table ]---------------------------*/
.area-table_wrap {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #DEE3E6;
  padding: 8px;
}
.area-table {
  font-size: 14px;
}
.area-table__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.area-table__title:before {
  font-family: 'FontAwesome';
  content: "\f00e";
  padding-right: 3px;
}
.area-table__inner {
  background-color: #ffffff;
  padding: 8px 8px 0 8px;
}
.area-table__inner--nation {
  font-size: 16px;
  line-height: 26px;
}
.area-table dt {
  float: left;
  width: 100px;
  clear: both;
  padding: 0 15px 0 5px;
}
.area-table dd {
  padding-bottom: 0;
}
.area-table ul {
  list-style: none;
  margin: 0;
}
.area-table__lists {
  display: inline-block;
  padding: 0;
  margin: 0 0 5px 0;
}
.area-table__lists:after {
    content: " | ";
    color: #CCCCCC;
}

/*-[ 駅用拡張 ]---------------------------*/
.area-table__title--station:before {
  font-family: 'FontAwesome';
  content: "\f238";
  padding-right: 3px;
}

.area-table--station dt:first-child,
.area-table--station dt:first-child + dd {
  border-top: none;
}

.area-table--station dt {
    width: 145px;
    font-weight: 2.0em;
    border-top: 1px dashed #cccccc;
    padding-top: 5px;
}

.area-table--station dd {
    border-top: 1px dashed #cccccc;
    padding-top: 5px;
}

.area-table--station__lists {
  font-weight: bold;
  display: block;
}

.area-table--station__station {
  font-weight: normal;
  display: inline-block;
}

.area-table--station__station:after {
  content: " | ";
  color: #CCCCCC;
}

.area-table--station__lists:before {
  font-family: 'FontAwesome';
  content:"\f238";
  padding-right: 5px;
}

.area-table--station .area-table__lists:after {
  display: none;
}

/*-[ 記事カセット ]---------------------------*/
.archive_list__cassette {
    width: 100%;
    overflow: auto;
    list-style-type: none;
}

.archive_list__cassette p {
    margin: 0;
    padding: 0;
}

.archive_list__cassette a {
    display: block;
    padding: 10px;
    overflow: auto;
    color: #2A2A2A;
}

.archive_list__cassette a:hover {
    background-color: #CBEAE7;
}

.archive_list__title {
    margin: 0 0 5px 0;
    font-size: 18px;
}

.archive_list__title:before {
    font-family: 'FontAwesome';
    color: #009786;
    content:"\f044";
    padding-right: 5px;
}

.archive_list__cassette .left_area {
    width: 38%;
    float: left;
    margin-right: 2%;
}

.archive_list__cassette .right_area {
    width: 60%;
    float: left;
}

.archive_list__cassette .right_area span {
    float: right;
}


/*-[ pagination ]------------------*/
.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
.single .pagination {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
    padding: 2.2% 0;
    width: 100%;
}
.pagination ul {
    list-style: none;
    margin: 0;
    display: inline-block;
}
.pagination ul li {
    float: left;
    margin-bottom: 5px;
}
.currenttext, .pagination a:hover {
    color: #000;
    margin: 0 5px 0 0;
    display: inline-block;
    /*float: left;*/
    line-height: 1;
    text-decoration: none;
    padding: 10px 13px;
    background: #eaeaea;
    font-weight: bold;
    margin-bottom: 10px;
}
.single .pagination a .currenttext {
    padding: 0;
    background: transparent;
    color: #FFF;
    margin-right: 0;
    margin-bottom: 0;
}
.single .pagination a:hover .currenttext { color: #6a6a6a }
.pagination a {
    background: #002053;
    margin: 0 5px 0 0;
    display: inline-block;
    /*float: left;*/
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 13px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-weight: bold;
    margin-bottom: 10px;
}
.pagination ul li:last-child a { margin-right: 0 }
.pagination a:hover { color: #2a2a2a }
.top {
    float: right;
    position: absolute;
    left: 47%;
    top: -18px;
    width: 52px;
    height: 52px;
    background: #eee;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    z-index: 10;
}
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-top: 20px;
}
.pagination .nav-previous { float: left }
.pagination .nav-next { float: right }
.pagination .nav-previous a, .pagination .nav-next a { color: #6a6a6a!important }
.pagination  .nav-previous a:hover, .pagination .nav-next a:hover { background-color: #222 }
.single .currenttext { margin-bottom: 0 }
.pagination .current .currenttext { margin-bottom: 10px }
