@charset "utf-8";

/* -------------------------------------------------------------------------

		common styles

		サイト内で共通のスタイル

------------------------------------------------------------------------- */


/* font icon
------------------------------------------------- */

@font-face {
    font-family: 'icon';
    src: url('fonts/icon.eot');
    src: url('fonts/icon.eot?#iefix') format('embedded-opentype'), url('fonts/icon.woff') format('woff'), url('fonts/icon.ttf') format('truetype'), url('fonts/icon.svg#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="font_icon_"]:before {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    /* ここから下はフォント毎に調整 */
    font-size: 1.2em;
    position: relative;
    top: 2px;
    padding-right: 3px;
}

.font_icon_login:before {
    content: "\61";
}

.font_icon_entry:before {
    content: "\62";
}

.font_icon_up:before {
    content: "\63";
}

.font_icon_link:before {
    content: "\64";
}

.font_icon_blank:before {
    content: "\65";
}

.font_icon_remove:before {
    content: "\66";
}

.font_icon_add:before {
    content: "\67";
}

.font_icon_attention:before {
    content: "\68";
}

.font_icon_mail:before {
    content: "\69";
}

.font_icon_tel:before {
    content: "\6a";
}

.font_icon_link_r:before {
    content: "\6b";
}

.font_icon_edit:before {
    content: "\6c";
}

.font_icon_print:before {
    content: "\6d";
}

.font_icon_home:before {
    content: "\6e";
}

.font_icon_download:before {
    content: "\6f";
}

.font_icon_mypage:before {
    content: "\70";
}

.font_icon_search:before {
    content: "\71";
}

.font_icon_logout:before {
    content: "\72";
}

.font_icon_qa {
    background-image: url(/img/common/icon_qa.gif);
}

.font_mincho {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}


/* @font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
} */


/* noscript
------------------------------------------------- */

.noscript {
    background-color: #fff9d7;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}


/* br
------------------------------------------------- */

.sp_none {
    display: block;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_none {
        display: none;
    }

    .pc_none {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .sp_none {
        display: none;
    }

    .pc_none {
        display: block;
    }
}


/* body
------------------------------------------------- */

body {
    font-family: 'Noto Sans JP', 'Roboto', sans-serif;
    -webkit-text-size-adjust: none;
    f color: #333;
}


/* header
------------------------------------------------- */

.header_wrapper {
    position: relative;
}

.anav.sp {
    display: none;
}

.site_header {
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 742px) {
    .header_wrapper {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 1000;
    }

    .main_wrapper {
        padding-top: 79px;
    }

    .anav.sp {
        display: block;
        width: 100%;
    }

    .anav.sp li {
        width: 50%;
    }

    .header_wrapper .global_nav .inner {
        margin: 0;
    }
}


/* header
------------------------------------------------- */

.site_header {
    width: 980px;
    position: relative;
    padding: 40px 0;
}

.site_id {
    text-align: center;
}

.site_id img {
    vertical-align: bottom;
}

.header_nav {
    position: absolute;
    top: 10px;
    left: 0;
}

.hnav li {
    float: left;
    height: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.hnav li a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}

.hnav_about {
    width: 139px;
    background-image: url(/img/common/gnavi_about.gif);
    border-right: 1px solid #d9d9d9;
    padding-right: 23px;
    margin-right: 23px;
}

.hnav_contact {
    width: 59px;
    background-image: url(/img/common/gnavi_contact.gif);
}

.account_nav {
    position: absolute;
    top: 0;
    right: 0;
}

.anav li {
    float: left;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e85607;
}

.anav li a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}

.anav_register {
    width: 130px;
    background-image: url(/img/common/anav_register.gif);
}

.anav_login {
    width: 108px;
    background-image: url(/img/common/anav_login.gif);
}

.anav_logout {
    width: 108px;
    background-image: url(../img/common/anav_logout.png);
}

.anav_qa {
    width: 117px;
    background-image: url(/img/common/anav_qa.png);
}

.anav_register a,
.anav_login a,
.anav_logout a {
    border-right: 1px solid #ef8952;
}

.hnav li:hover,
.anav li:hover,
.site_id a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.sp_category_title {
    display: none;
}


/* global navi
------------------------------------------------- */

.global_nav_sp {
    display: none;
}

.global_nav_height {
    height: 61px;
}

.global_nav {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 28px;
}

.global_nav ul {
    width: 980px;
    margin: 0 auto;
}

.global_nav.fix {
    padding: 0;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 105;
}

.global_nav .anav li:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #ef8952;
}

.global_nav .anav .anav_register a {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ef8952;
}

.global_nav .anav li:nth-child(2) {
    width: 50%;
}

.global_nav .anav li:nth-child(3) {
    width: 50%;
}

.global_nav .anav li:nth-child(3) img {
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width: 479px) {
    .global_nav.fix {
        position: static;
    }
}

.global_nav .gnav {
    border-left: 1px solid #e5e5e5;
}

.global_nav .gnav li {
    float: left;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.global_nav .gnav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
    background-repeat: no-repeat;
    background-position: 50% -150%;
}

.gnavi_home {
    width: 5%;
    /* background-image:url(../img/common/gnavi_home.gif) */
    ;
}

.gnavi_member {
    width: 17%;
    background-image: url(../img/common/gnavi_member.gif);
}

.gnavi_house_maintenance {
    width: 19%;
    background-image: url(../img/common/gnavi_house_maintenance.gif);
}

.gnavi_recipe {
    width: 17%;
    background-image: url(../img/common/gnavi_recipe.gif);
}

.gnavi_voice {
    width: 16%;
    background-image: url(../img/common/gnavi_voice.gif);
}

.gnavi_sumai {
    width: 17%;
    background-image: url(../img/common/gnavi_sumai.gif);
}

.gnavi_survey {
    width: 13%;
    background-image: url(../img/common/gnavi_survey.gif);
}

.gnavi_estate {
    width: 13%;
    background-image: url(../img/common/gnavi_estate.gif);
}

.gnavi_member a {
    background-image: url(../img/common/gnavi_member_over.gif);
}

.gnavi_house_maintenance a {
    background-image: url(../img/common/gnavi_house_maintenance_over.gif);
}

.gnavi_recipe a {
    background-image: url(../img/common/gnavi_recipe_over.gif);
}

.gnavi_voice a {
    background-image: url(../img/common/gnavi_voice_over.gif);
}

.gnavi_sumai a {
    background-image: url(../img/common/gnavi_sumai_over.gif);
}

.gnavi_survey a {
    background-image: url(../img/common/gnavi_survey_over.gif);
}

.gnavi_estate a {
    background-image: url(../img/common/gnavi_estate_over.gif);
}

.global_nav .gnav li a:hover,
.global_nav .gnav li.current a {
    background-position: 50% 50%;
}

.global_nav .gnav .gnavi_home a:hover {
    color: #888;
}

.global_nav .hnav,
.global_nav .anav,
.gnav_pull,
span.mypage {
    display: none;
}

.global_nav .gnav .gnavi_home a {
    text-indent: 0;
    text-decoration: none;
    line-height: 32px;
    text-align: center;
    color: #666;
}

.global_nav .gnav .gnavi_home a span {
    display: block;
    text-indent: -9999px;
}

.global_nav .gnav .gnavi_home a:before {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3em;
    position: relative;
    top: 2px;
    content: "\6e";
    border: none;
    border-radius: 0;
    width: inherit;
    height: inherit;
    display: inline;
    margin-right: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.global_nav .gnav .gnavi_entry,
.global_nav .gnav .gnavi_mypage,
.global_nav .gnav .gnavi_logout {
    display: none;
}

.global_nav .gnav .gnavi_entry a:before,
.global_nav .gnav .gnavi_mypage a:before,
.global_nav .gnav .gnavi_logout a:before {
    display: none;
}

.global_nav .gnav .gnavi_entry a:hover,
.global_nav .gnav .gnavi_mypage a:hover,
.global_nav .gnav .gnavi_logout a:hover {
    color: #e85607;
}

.global_nav .gnav .gnavi_entry i,
.global_nav .gnav .gnavi_mypage i,
.global_nav .gnav .gnavi_logout i {
    margin-left: -3px;
    color: #e85607;
}


/* slick slider
------------------------------------------------- */

.slick-next:hover,
.slick-prev:hover {
    opacity: 0.8;
    cursor: pointer;
}


/* text link
------------------------------------------------- */

a .link,
.link {
    text-decoration: none;
}

a:hover .link,
.link:hover {
    border-bottom: 1px dotted #333;
}

.link:before,
.link_blank:before {
    font-family: 'icon';
    speak: none;
    line-height: 0;
    position: relative;
    top: 1px;
    padding-right: 3px;
}

.link:before {
    font-size: 1em;
    content: "\64";
}

.link_blank:before {
    content: "\65";
}

a:link,
a:visited,
a:active,
a:hover {
    overflow: hidden;
}

.b {
    font-weight: bold;
}


/* label
------------------------------------------------- */

.small_category {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
}


/* 枠 */

.waku_mypage {
    padding: 0.5em 1em;
    margin: 2em 2em;
    /*font-weight: bold;*/
    color: #535353;
    /*文字色*/
    background: #FFF;
    border: solid 1px #535353;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
    text-align: center;
}

.waku_mypage p {
    margin: 0;
    padding: 0;
}

.waku_mypage2 {
    color: #535353;
    /*文字色*/
    background: #FFF;
    text-align: center;
}

.waku_mypage2 p {
    margin: 0;
    padding: 0;
}


/* 小カテゴリー別設定 */

.small_category.maintenance {
    color: #91af29;
}

.small_category.interior {
    color: #f25050;
}

.small_category.gourmet {
    color: #a69e48;
}

.small_category.shopping {
    color: #36a68a;
}

.small_category.reform {
    color: #6C9;
}

.small_category.present {
    color: #569EAB;
}

.small_category.other {
    color: #999;
}

.small_category.realestate {
    color: #e15143;
}

.small_category.travel {
    color: #e4b200;
}

.small_category.odekakenavi {
    color: #960;
}

.small_category.cleaning {
    color: #e35499;
}

.small_category.gardening {
    color: #91af29;
}

.small_category.staff-report {
    color: #e95608;
}

.small_category.event {
    color: #5c63aa;
}


/* search block
------------------------------------------------- */

.search_block.pc {
    display: block;
    position: absolute;
    top: 52px;
    right: 0;
}

.search_block.sp {
    display: none;
}

.search_block .search_box {
    position: relative;
}

.search_block .search_box input {
    width: 226px;
    padding: 7px 10px 7px 35px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

.search_block .search_box button {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 9px;
    left: 11px;
    background: url(/img/common/icon_search.png) no-repeat left center;
    background-size: 14px 14px;
    border: none;
}


/* article_item
------------------------------------------------- */

.article_item {
    position: relative;
    padding-bottom: 37px;
    background-color: #fff;
}

.article_item .end_img {
    position: relative;
    width: 200px;
    z-index: 50;
}

.article_item .end_img img {
    position: absolute;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1019px) {
    .article_item .end_img {
        width: 100%;
    }
}

.article_item .inner_item {
    padding: 19px;
}

.article_item .category_label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.article_item .item_thumb {
    margin-bottom: 10px;
}

.article_item .small_category {
    margin-bottom: 5px;
}

.article_item h3 {
    font-size: 123.1%;
    line-height: 1.5;
}

.article_item .owner_name {
    margin-top: 10px;
}

.article_item p {
    margin-top: 20px;
    line-height: 1.7;
}

.article_item .read_more {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.article_item a {
    color: #333;
}

.article_item_small {
    /* height:238px; */
    background-color: #fff;
    position: relative;
}

.article_new {
    background-color: #fbf0f0;
}

.article_item_small .inner_item {
    padding: 19px;
}

.article_item_small .category_label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.article_item_small .overlay_base {
    position: relative;
    overflow: hidden;
}

.article_item_small .item_thumb img {
    vertical-align: bottom;
}

.article_item_small .item_overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */
    padding: 10px;
}

.article_item_small .item_overlay:not(:target) {
    filter: none;
    /* for IE9 */
}

.article_item_small h3 {
    margin-right: 18px;
}

.article_item_small a {
    color: #fff;
}

.article_item a,
.article_item_small a,
.top_main_image a img {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article_item>a,
.article_item_small>a {
    display: block;
}

.article_item a:hover,
.article_item_small a:hover,
.top_main_image a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}


/* breadcrumbs
------------------------------------------------- */

.breadcrumbs {
    padding: 16px 0;
}

.breadcrumbs li {
    font-size: 85%;
    line-height: 1;
    color: #888;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.breadcrumbs a {
    text-decoration: none;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 1px;
    color: #888;
}

.breadcrumbs a:hover {
    color: #333;
    border-color: #333;
}


/* footer
------------------------------------------------- */

.logoarea tspan {
    font-family: 'Noto Sans JP', 'NotoSansjp', 'Roboto', sans-serif;
}

.site_footer {
    background-color: #eee;
    border-top: 1px solid #d6d6d6;
    position: relative;
    z-index: 100;
}

.site_footer .breadcrumbs {
    padding: 10px 0;
}

.footer_link_wrapper {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 30px 0;
}

.footer_link {
    font-size: 85%;
}

.footer_link .inner {
    display: table;
    width: 100%;
}

.footer_link .col {
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid #d6d6d6;
    display: table-cell;
}

.footer_link .col.first {
    padding-left: 0;
    border-left: 0;
}

.footer_link .col h2 {
    margin-bottom: 20px;
}

.footer_link .col .sub {
    margin-top: 20px;
}

.footer_link .col li {
    margin-top: 10px;
}

.corporate_info {
    padding: 15px 0 20px 0;
}

.corporate_info .footer_tel {
    float: right;
    width: 396px;
}

.corporate_info .footer_tel img {
    width: 100%;
    height: auto;
}

.corporate_info span img {
    margin-top: 15px;
}

.corporate_link {
    position: relative;
    top: -10px;
    padding-left: 40px;
    font-size: 85%;
}

.footer_link a,
.corporate_link a {
    text-decoration: none;
}

.footer_link a:hover,
.corporate_link a:hover {
    border-bottom: 1px dotted #333;
    padding-bottom: 1px;
}

.copyright {
    text-align: center;
    font-size: 77%;
    font-family: Arial, sans-serif;
    background-color: #666666;
    padding: 12px 0;
    color: #fff;
}

.copyright br {
    display: none;
}

.page_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 256;
}

.page_top a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    background: #12de2d;
    border-radius: 40px;
}

.page_top a span:before {
    top: 1px;
    padding: 0;
}

.page_top a:hover {
    background-color: #ddd;
}

.page_top a:hover span:before {
    color: #555;
}

.resp_appear {
    display: none;
}

.send_btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.send_btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 15px 40px;
    border: none;
    color: #fff;
    font-size: 123.1%;
    border-radius: 4px;
    background: #e85607 url(../img/common/btn_shadow.png) center center no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: none !important;
    text-decoration: none;
}

.send_btn a:hover {
    background-color: #e82107;
}

.send_btn.small a {
    /* background-color: #75baa9; */
    font-size: 100%;
}

.annotation {
    font-weight: normal;
    text-align: right;
    margin-top: -65px;
    margin-bottom: 43px;
    position: relative;
    z-index: 1;
}

.mypage .annotation {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 20px;
}


/* news
------------------------------------------------- */

.news_box {
    overflow: hidden;
    margin: 15px 0;
}

.inner_news {
    display: table;
    width: 100%;
}

.news_title,
.news_block_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.news_title {
    width: 18%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    vertical-align: top;
    padding-top: 48px;
}

.top_news_more {
    font-size: 85%;
    margin-top: 10px;
}

.news_block_wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.news_block {
    overflow: hidden;
    /* margin:10px 0; */
    margin-bottom: 10px;
}

.news_block:last-child {
    margin-bottom: 0;
}

.news_date,
.news_icon {
    float: left;
    margin-right: 10px;
}

.news_headline {
    overflow: hidden;
    line-height: 1.5;
    position: relative;
    top: -2px;
}

.news_headline a {
    /*-moz-text-decoration-style: dotted;*/
    border-bottom: 1px dotted #aaa;
    text-decoration: none;
}

.news_headline a[target="_blank"]:before {
    font-family: 'icon';
    speak: none;
    line-height: 0;
    position: relative;
    top: 1px;
    padding-right: 3px;
    content: "\65";
}

.news_headline a:hover {
    border-color: #333;
}

.icon_new {
    background-color: #ec7064;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 6px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-indent: 0;
    margin-left: 1px;
    position: relative;
    top: -1px;
}

body.mypage .news_icon {
    float: left;
    display: inline;
}

body.mypage .news_headline {}


/* news list
------------------------------------------------- */

.news_block_wrapper_news {
    border-top: 1px solid #e5e5e5;
}

.news_block_wrapper_news .news_block {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin: 0;
}

.news_block_wrapper_news a {
    border-bottom: none;
}

.news_title {
    vertical-align: middle;
    padding-top: 0;
}

.news_icon span {
    display: inline-block;
    * zoom: 1;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.news_icon,
.news_date {
    font-size: 85%;
}

.news_date {
    line-height: 1.5;
}

.news_icon span {
    line-height: 1;
    padding: 3px 0;
    display: block;
}

.icon_category {
    background-color: #e85607;
}

.icon_area {
    background-color: #5c5c5c;
}

span.icon_category {
    width: 75px;
}

span.icon_area {
    width: 75px;
}


/* error message
------------------------------------------------- */

.message {
    clear: both;
}

.error:before {
    /* 	font-family:'icon'; */
    /*     speak: none; */
    /* 	line-height:0; */
    /*     position:relative; */
    /*     top:2px; */
    /*     padding-right:3px; */
    /*     font-size:1.2em; */
    /* 	content:"\68"; */
}

.error {
    /* 	display: inline-block; */
    /* 	display: inline; */
    /* 	zoom: 1; */
    /* 	margin-top: 5px; */
    /* 	padding:5px 10px; */
    /* 	color: #fff; */
    /* 	background-color: #ed5858; */
}

@media screen and (max-width: 1019px) {

    /* 979 + 40（左右の余白）*/
    .site_header,
    .column_container,
    .breadcrumbs,
    .footer_link,
    .corporate_info {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer_link {
        width: auto;
    }

    .corporate_info .footer_tel {
        width: 40%;
    }

    .global_nav .inner {
        margin: 0 20px;
    }

    .global_nav .gnav {
        width: 100%;
    }

    .global_nav .gnav li {
        background: none;
    }

    .global_nav .gnav li a {
        line-height: 32px;
        text-indent: 0;
        text-decoration: none;
        text-align: center;
        background: none;
    }

    .global_nav .gnav li a:before {
        content: "";
        border: 3px solid #569eab;
        border-radius: 20px;
        width: 5px;
        height: 5px;
        display: inline-block;
        margin-right: 5px;
    }

    .global_nav .gnav .gnavi_member a:before {
        border-color: #569eab;
    }

    .global_nav .gnav .gnavi_house_maintenance a:before {
        border-color: #f49e5f;
    }

    .global_nav .gnav .gnavi_recipe a:before {
        border-color: #af5f90;
    }

    .global_nav .gnav .gnavi_voice a:before {
        border-color: #91af29;
    }

    .global_nav .gnav .gnavi_sumai a:before {
        border-color: #87674e;
    }

    .global_nav .gnav .gnavi_survey a:before {
        border-color: #ea6e2b;
    }

    .global_nav .gnav .gnavi_estate a:before {
        border-color: #4c64a8;
    }

    .global_nav .gnav a:before {
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .global_nav .gnav .gnavi_member a:hover,
    .global_nav .gnav .gnavi_member.current a {
        color: #569eab;
    }

    .global_nav .gnav .gnavi_recipe a:hover,
    .global_nav .gnav .gnavi_recipe.current a {
        color: #af5f90;
    }

    .global_nav .gnav .gnavi_voice a:hover,
    .global_nav .gnav .gnavi_voice.current a {
        color: #91af29;
    }

    .global_nav .gnav .gnavi_sumai a:hover,
    .global_nav .gnav .gnavi_sumai.current a {
        color: #87674e;
    }

    .global_nav .gnav .gnavi_survey a:hover,
    .global_nav .gnav .gnavi_survey.current a {
        color: #ea6e2b;
    }

    .global_nav .gnav .gnavi_estate a:hover,
    .global_nav .gnav .gnavi_estate.current a {
        color: #4c64a8;
    }

    .annotation {
        font-weight: normal;
        text-align: left;
        margin-top: -20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 742px) {
    .site_header {
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 0 21px;
    }

    .site_id img {
        width: 160px;
        height: auto;
    }

    .sp_category_title {
        display: block;
        text-align: center;
        background-color: #f5f5f5;
        padding: 10px 0;
        line-height: 1;
        color: #666;
        font-size: 123.1%;
    }

    .global_nav ul {
        width: 100%;
    }

    .header_nav,
    .account_nav,
    .breadcrumbs.upper {
        display: none;
    }

    .column_container {
        margin-top: 25px;
    }

    .global_nav_height {
        height: inherit;
    }

    .global_nav {
        display: none;
        border-bottom: none;
        position: absolute;
        top: inherit !important;
        z-index: 105;
        width: 100%;
    }

    .global_nav .inner {
        border: 1px solid #e5e5e5;
        background: #fff;
        margin-top: -1px;
    }

    .global_nav .gnav {
        border-left: none;
    }

    .global_nav .hnav,
    .global_nav .anav {
        width: 100%;
    }

    .global_nav .gnav li,
    .global_nav .hnav li {
        background: none;
        text-align: left;
        width: 100%;
        height: auto;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .global_nav .gnav li a,
    .global_nav .hnav li a {
        padding: 10px;
        line-height: inherit;
        text-indent: 0;
        text-decoration: none;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .global_nav .gnav li {
        width: 50%;
    }

    .global_nav .gnav li a {
        padding-right: 0;
    }

    .global_nav .gnav li:nth-child(even) a {
        border-left: 1px solid #e5e5e5;
    }

    .global_nav .hnav li {
        float: none;
    }

    .global_nav .gnav li a {
        border-right: 0;
    }

    .global_nav .gnav .gnavi_home a {
        text-align: left;
        line-height: inherit;
    }

    .global_nav .gnav .gnavi_home a:before {
        margin-right: 3px;
        left: -2px;
    }

    .global_nav .gnav .gnavi_home a span {
        display: inline;
        text-indent: 0;
    }

    .global_nav .hnav,
    .global_nav .anav {
        display: block;
    }

    .global_nav .hnav_about {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .global_nav .anav li {
        width: 50%;
        height: 31px;
        text-align: center;
        background-image: none;
    }

    .global_nav .anav li a {
        text-indent: 0;
        text-align: center;
        color: #fff;
        text-decoration: none;
        line-height: 31px;
    }

    span.mypage {
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -15px;
    }

    .gnav_pull {
        display: block;
        cursor: pointer;
        background: url(../img/common/gnav_push.gif) no-repeat;
        background-size: 21px auto;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -14px;
    }

    .gnav_pull.open img {
        visibility: hidden;
    }

    .global_nav .gnav .gnavi_entry,
    .global_nav .gnav .gnavi_mypage,
    .global_nav .gnav .gnavi_logout {
        display: block;
    }

    .search_block.pc {
        display: none;
    }

    .search_block.sp {
        display: block;
    }

    .search_block.sp .search_box input {
        width: 100%;
        border: none;
    }

    .breadcrumbs {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .article_item {
        height: auto;
    }

    .article_item p {
        display: none;
    }

    .footer_link_wrapper {
        padding: 0;
    }

    .footer_link {
        font-size: 100%;
        margin: 0 !important;
    }

    .footer_link .inner {
        display: block;
    }

    .footer_link .col {
        padding: 0;
        border: none;
        display: block;
        margin: 0;
    }

    .footer_link .col.first {
        border-top: 0;
    }

    .footer_link .col h2,
    .footer_link .col ul {
        font-weight: normal;
        margin-bottom: 0;
        padding: 15px 20px;
        border-top: 1px solid #d6d6d6;
    }

    .footer_link .col.first h2 {
        border-top: 0;
    }

    .footer_link .col ul {
        padding: 10px 20px;
    }

    .footer_link .col li {
        margin: 0;
        padding: 5px 0;
    }

    .footer_link .sub {
        display: none;
    }

    .corporate_info .footer_tel {
        float: none;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .corporate_info span {
        display: block;
        text-align: center;
    }

    .corporate_info .summary {
        display: none;
    }

    .corporate_link {
        top: 0;
        margin-top: 10px;
        padding-left: 0;
    }

    .copyright {
        text-align: left;
    }

    .copyright br {
        display: block;
    }

    .copyright span {
        display: block;
        margin-left: 20px;
        margin-right: 60px;
    }

    .page_top {
        position: relative;
        right: inherit;
        bottom: inherit !important;
    }

    .page_top a {
        position: absolute;
        right: 6px;
        top: -42px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .resp_appear {
        display: block
    }

    .resp_appear_rev {
        display: none
    }
}

@media screen and (max-width: 479px) {

    .news_date,
    .news_icon,
    .news_headline {
        display: inline-block;
        * display: inline;
        * zoom: 1;
    }

    .news_headline {
        margin-left: 0 !important;
        margin-top: 5px;
    }

    .inner_news {
        display: block;
    }

    .news_box {
        margin-top: 0;
    }

    .news_title,
    .news_block_wrapper {
        display: block;
        vertical-align: middle;
    }

    .news_title {
        width: 100%;
        position: relative;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
        padding: 11px 0 15px 0;
        margin-bottom: 20px;
        text-indent: 20px;
    }

    .top_news_more {
        position: absolute;
        right: 20px;
        top: 14px;
        line-height: 1;
        margin-top: 0;
    }

    .send_btn a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news_icon span {
        display: inline-block;
        * display: inline;
        * zoom: 1;
    }

    span.icon_area {
        width: 60px;
    }

    .breadcrumbs li {
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .article_new {
        background: none;
    }
}


/* disable */

a.disabled {
    pointer-events: none;
}


/* 表 */

.row-head {
    border-collapse: collapse;
    vertical-align: middle;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 787px) {
    .row-head {
        border-collapse: collapse;
        vertical-align: middle;
        width: 80%;
        margin: 0 auto;
    }
}

.row-head th,
.row-head td {
    border: 1px solid #dbe1e8;
    padding: 8px;
    font-size: 10px;
}

.row-head th {
    background: #f9fafc;
}

.row-head label {
    line-height: 34px;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .row-head thead {
        display: none;
    }

    .row-head tr,
    .row-head td {
        display: block;
        width: auto;
    }

    .row-head tr {
        border: 1px solid #dbe1e8;
        border-radius: 5px;
        box-shadow: 3px 3px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
        padding: 8px 8px 0;
    }

    .row-head td {
        border: none;
        border-bottom: 1px solid #dbe1e8;
        display: flex;
        justify-content: space-between;
        text-align: right;
    }

    .row-head td:last-child {
        border-bottom: none;
    }

    .row-head td::before {
        content: attr(aria-label);
        display: inline-block;
        font-weight: bold;
        float: left;
        text-align: left;
        padding-right: 20px;
        white-space: nowrap;
    }

    .row-head td.bt-area::before {
        display: none;
    }

    .row-head td.bt-area a {
        background: #007aff;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        flex: 1;
        height: 40px;
        margin: 0 2px;
        overflow: hidden;
        width: auto;
    }

    .row-head td.bt-area a::before {
        align-items: center;
        content: attr(aria-label);
        display: flex;
        font-size: 14px;
        height: 100%;
        justify-content: center;
        line-height: 40px;
        width: 100%;
    }

    .row-head.header-check tr {
        padding-left: 40px;
        position: relative;
    }

    .row-head.header-check td:first-child {
        align-items: center;
        background: #fff;
        border-right: 1px solid #dbe1e8;
        border-bottom: none;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 40px;
    }

    .row-head.header-check td:first-child::before {
        display: none;
    }
}