@charset "UTF-8";

/* CSS Document */


/* -----header----- */

html,
body {
    width: 100%;
}

body {
    background: #f2f6f6;
    min-width: 1000px;
}


/* -----リマーケティングタグ----- */

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
}

#header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 120px;
    background: #fff;
    top: 0;
}

#header .wrap {
    height: 100%;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

h1 {
    font-size: 10px;
    padding-top: 5px;
}


/*--ヘッダーミニナビ--*/

#mini_nav {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
}

#mini_nav>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#mini_nav>li:nth-child(2) {
    margin-left: 10px;
}

#mini_nav>li .fade_btn {
    position: relative;
}

#mini_nav>li .fade_btn:before {
    content: "";
    position: absolute;
    right: 6px;
    z-index: 1;
    margin: 9px 0 0;
    display: block;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}

#mini_nav>li.active .fade_btn:before {
    margin: 11px 0 0;
    -moz-transform: rotate( -135deg);
    -ms-transform: rotate( -135deg);
    -webkit-transform: rotate( -135deg);
    transform: rotate( -135deg);
}

#mini_nav>li>a {
    display: block;
    padding: 0 16px;
    min-width: 120px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
}

#mini_nav>li.mini_nav01>a {
    border: 1px solid #00a33e;
    color: #00a33e;
}

#mini_nav>li.mini_nav02>a {
    background: #00a33e;
    border: 1px solid #00a33e;
    color: #FFF;
}

#mini_nav>li.mini_nav02>a img {
    float: left;
}

#mini_nav>li.mini_nav03>a {
    background: #00a33e;
    border: 1px solid #00a33e;
    color: #FFF;
}

#mini_nav>li ul {
    padding: 4px 0 0;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mini_nav>li.active ul {
    visibility: visible;
    opacity: 1;
}

#mini_nav>li>ul>li {
    padding: 2px 0;
}

#mini_nav>li>ul>li:nth-child(n + 2) {
    border-top: 2px solid #fff;
}

#mini_nav>li>ul>li a {
    position: relative;
    display: block;
    padding: 0 0 0 24px;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.75;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mini_nav>li>ul>li a:hover {
    opacity: .8;
}

#mini_nav>li>ul>li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #00a33e;
    border-right: 2px solid #00a33e;
    -moz-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}

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


/*--ログアウトボタン--*/

#logout_area {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    margin-right: 18px;
}

#logout_area a {
    color: #388bb3;
    font-size: 12px;
    line-height: 18px;
}

#logout_area a img {
    width: 24px;
    vertical-align: middle;
}

#logout_area a span {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

#logout_area a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

#logo_area {
    margin: 10px 0 0;
}

#logo_area p {
    float: left;
}

#logo_area p a {
    display: block;
    width: 150px;
}

#logo_area p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

#logo_area p a img {
    width: 100%;
    height: auto;
}

#logo_area p.txt {
    font-size: 11px;
    line-height: 1.3;
    padding: 0 0 0 30px;
}


/* ---------ナビゲーション--------- */

#gnav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#gnav:after {
    content: "";
    clear: both;
    display: block;
}

#gnav>li {
    float: left;
    position: relative;
    width: 16.66666666667%;
    /* width: 14.2857142857%; */
    height: 40px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    /* border-bottom: 0px solid #90c31f; */
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#gnav>li.active,
#gnav>li:hover {
    background: #f2f6f6;
    /* border-bottom: 6px solid #90c31f; */
}

#gnav>li>a,
#gnav>li>span {
    display: block;
    width: 100%;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}


/* #gnav>li>a:hover {
    color: #388bb3;
} */


/* ------ドロップダウンメニュー--------- */

.drop_menu,
.drop_menu.shiten {
    position: absolute;
    left: 50%;
    z-index: 0;
    padding: 0;
    width: 120%;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#gnav li:hover .drop_menu {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.drop_menu li {}

.drop_menu li:nth-child(n+2) {
    margin-top: 4px;
}

.drop_menu li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    text-indent: 0px;
}

.drop_menu li a:hover {
    color: #79b2cd;
}


/* ------ h2 title ------*/

.page_ttl {
    width: 700px;
    height: 28px;
    border-bottom: 2px dotted #cfcfcf;
    position: relative;
}

h2.page_ttl_txt,
p.page_ttl_txt {
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 20px;
}


/*SNSボタン*/

.sns_content {
    padding: 10px;
    letter-spacing: -.4em;
}

.sns_content li {
    margin: 0 2px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

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

.x-share-button {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    width: 73px;
    height: 20px;
    line-height: 18px;
    font: normal normal normal 12px/18px 'Helvetica Neue',Arial,sans-serif;
    font-weight: 500;
}

.x-share-button a {
    display: inline-block;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.x-share-button i {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image: url('../img/x-logo-white.png');
    background-size: 10px;
}

.x-share-button span {
    display: inline-block;
}

.line_btn {
    display: none!important;
}


/* ------pager--------- */

#pager {
    margin: 0 auto;
    overflow: hidden;
}

#pager ul.page_num {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: -0.4em;
}

#pager ul.page_num li {
    display: inline-block;
    letter-spacing: normal;
    width: 36px;
    font-size: 13px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#pager ul.page_num li:nth-child(n+2) {
    margin-left: 8px;
}

#pager ul.page_num li.prev,
#pager ul.page_num li.next {
    width: 50px;
}

#pager ul.page_num li.next {
    margin-right: 0;
}

#pager ul.page_num li a {
    display: block;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}

#pager ul.page_num li.prev a,
#pager ul.page_num li.next a {
    width: 50px;
    font-size: 13px;
}

#pager ul.page_num li a:hover {
    background-color: #8fc31f;
    color: #fff;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#pager ul li.applicable {
    background: #8fc31f;
    color: #fff;
    font-size: 15px;
}

#pager ul li.nolink {
    background: #fafafa;
    color: #ccc;
}


/*contents*/

#contents {
    margin: 130px auto 0;
    padding: 0 0 60px;
}

#contents:after {
    display: block;
    content: "";
    clear: both;
}

.section_ttl {
    display: block;
    font-size: 28px;
    line-height: 48px;
    border-bottom: 1px solid #81c0c7;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* ------main_cont--------- */

#main_cont,
#main_underlayer {
    margin: 0 1.6666666% 0 0px;
    width: 72.8%;
    float: left;
}


/* ------side_cont--------- */

#side_cont,
#side_cont_underlayer,
#side_cont_guide {
    width: 21.6%;
    float: right;
}

#side_member {
    display: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #79b2cd;
}

#side_member img {
    width: 100%;
    height: auto;
}

#side_member a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


/* ------side_search-------- */

#side_search {
    display: none;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 auto 15px auto;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#side_search img {
    margin: 0 4px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#side_search .ttl {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 8px;
}

#side_search .ttl img {
    vertical-align: middle;
}

#side_search form {
    margin: 15px 5px 0;
    padding: 0;
    border: 1px solid #aaa;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#side_search form:hover {
    border: 1px solid #388bb3;
}

#side_search form:after {
    display: block;
    content: "";
    clear: both;
}

input#search_txt {
    float: left;
    width: 70%;
    padding: 0 4px 0;
    line-height: 36px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#side_search form input[type="submit"] {
    float: right;
    display: inline-block;
    width: 30%;
    background: #8fc31f;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

#side_search form input[type="submit"]:hover {
    opacity: .7;
}

input#search_txt::-webkit-input-placeholder {
    color: #cccccc;
}

input#search_txt:-ms-input-placeholder {
    padding: 5px 0px 5px 0.5em;
    color: #cccccc;
}

input#search_txt::-moz-placeholder {
    padding: 5px 0px;
    color: #cccccc;
}


/**/

#keywords {
    margin: 15px auto 0;
    padding: 0px 5px 15px;
}

#keywords p {
    font-size: 13px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}

#keywords ul {
    margin-top: 8px;
    overflow: hidden;
}

#keywords ul li {
    float: left;
    margin: 0 5px 5px 0;
}

#keywords ul li a {
    display: block;
    padding: 0 5px;
    background: #4b4f56;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#keywords ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


/* -----side_banner_area----- */

.side_banner_area ul li {
    margin-bottom: 20px;
}

.side_banner_area ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.side_banner_area img {
    width: 100%;
    height: auto;
}


/*
.bnr_side_infra {
    display: none;
} */


/* -----facebook_area----- */

#facebook_area {
    margin-bottom: 20px;
}


/* -----Pmark_area----- */

.side_pmark_area {
    margin-bottom: 20px;
    padding: 10px 5px;
    background: #FFF;
}

.side_pmark_area:after {
    display: block;
    clear: both;
    content: "";
}

.side_pmark_area img {
    float: left;
    margin-right: 10px;
    width: 64px;
}

.side_pmark_area p {
    padding: 8px 0;
    font-size: 10px;
    line-height: 1.5;
}


/* -----pagetop----- */

.wrap.pagetop {
    width: 1000px;
    padding: 0 0 5px;
    clear: both;
}

.wrap.pagetop:after {
    display: block;
    content: "";
    clear: both;
}

#page_top {
    width: 105px;
    height: 36px;
    float: right;
}

#page_top a {
    display: block;
    padding: 0 10px;
    background: #8fc31f;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#page_top a:before {
    display: inline-block;
    content: "";
    margin-right: 8px;
    margin-bottom: 4px;
    width: 6px;
    height: 28px;
    background: url(../img/arrow_wt.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#page_top a:hover {}


/* -----footer----- */

#footer {
    clear: both;
    overflow: hidden;
    background: #8fc31f;
}

#footer.wrap {
    position: relative;
}

#footer_nav ul {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    width: 180px;
    float: left;
}

#footer_nav ul li a {
    padding-left: 16px;
    color: #fff;
    background: url(../img/footer_nav_arrow.png) no-repeat;
    background-position: center left;
    background-size: 5px 8px;
}

#footer_nav ul li a:hover {
    color: #defb9e;
}

#footer_nav ul li .footer_nav_shiten {
    padding-left: 16px;
    color: #fff;
    background: url(../img/footer_nav_arrow.png) no-repeat;
    background-position: center left;
    background-size: 5px 8px;
}

#footer_nav ul li .footer_nav_shiten2 {
    padding-left: 16px;
    margin-left: 16px;
    color: #fff;
    background: url(../img/footer_nav_arrow.png) no-repeat;
    background-position: center left;
    background-size: 5px 8px;
}

#footer_nav ul li .footer_nav_language {
    padding-left: 16px;
    color: #fff;
    background: url(../img/footer_nav_arrow.png) no-repeat;
    background-position: center left;
    background-size: 5px 8px;
}

#footer_nav ul li .footer_nav_language2 {
    padding-left: 16px;
    margin-left: 16px;
    color: #fff;
    background: url(../img/footer_nav_arrow.png) no-repeat;
    background-position: center left;
    background-size: 5px 8px;
}

#footer_logo {
    clear: both;
    overflow: hidden;
    background: #fff;
    text-align: right;
    padding: 10px 0;
}

#footer_logo img {
    margin-left: 12px;
    vertical-align: middle;
}

#footer_logo img.pmark {
    width: 64px;
}

#footer_logo img.flogo {
    width: 220px;
}

#footer_logo p {
    float: right;
    padding: 0 10px;
}

#copyright {
    text-align: center;
    background: #fff;
    padding: 10px 0 20px 0;
    border-top: 1px solid #00a33e;
    margin-bottom: 92px;
}


/* ----underlayer_breadcrumb------ */


/*breadcrumb*/

ul#breadcrumb {
    margin: 20px 0 30px;
}

ul#breadcrumb:after {
    display: block;
    clear: both;
    content: "";
}

ul#breadcrumb li {
    float: left;
    font-size: 12px;
}

ul#breadcrumb li a {
    color: #333333;
    font-size: 12px;
    text-decoration: underline;
}

ul#breadcrumb span {
    padding-right: 10px;
}

ul#breadcrumb .under a:hover {
    color: #388bb3;
    padding-top: 2px;
}

ul#breadcrumb img {
    vertical-align: baseline;
}

.bread_link {
    color: #b1cb7e;
}


/* ----underlayer_right_content------ */


/* ----underlayer_information------ */

#main_store {
    width: 75.833333%;
    margin-top: 40px;
}


/* ------support_link-------- */

#support_link {
    margin: 0 auto 46px auto;
}

#support_link a {
    display: block;
    text-align: center;
}

#support_link a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

.support_banner {
    margin: 20px auto;
}

.support_banner a {
    display: block;
    text-align: center;
}

.support_banner a:hover {
    opacity: 0.8;
}

.support_banner a img {
    width: 100%;
    height: auto;
}


/* -----modal_cont-------- */

.modal_cont {
    position: relative;
    width: 720px;
    background: #ffffff;
    position: relative;
    padding: 30px;
    display: none;
}

#loginBoxArea {
    width: 420px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/btn_close_modal.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.modal_close:hover {
    opacity: .7;
}

.modal_title {
    margin: 20px 0 0;
    padding: 0 20px;
    border-left: 8px solid #8fc31f;
    font-size: 18px;
    color: #388bb3;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal_cont>form {
    margin: 20px auto 0;
    width: 100%;
}

.modal_cont dl {
    display: table;
    table-layout: fixed;
    margin: 5px auto 0;
    width: 100%;
}

#loginBoxArea .input_area {
    width: 80%;
}

.modal_cont dl:first-of-type {
    margin: 20px auto 0;
}

.modal_cont dt {
    color: #666;
    font-size: 13px;
    line-height: 24px;
}

.modal_cont input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 32px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.forgetPass {
    margin: 10px auto 0;
    width: 80%;
    text-align: right;
    font-size: 14px;
}

.forgetPass a {
    color: #388bb3;
}

.forgetPass a:hover {
    color: #79b2cd;
}

#loginModal>.topLoginUl {
    margin: 30px auto 0;
}

#loginMemberBtn {
    margin: 20px auto 0;
}

#loginBtn div,
#loginBtn button {
    position: relative;
    margin: auto;
    display: block;
    width: 240px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #00a33e;
    background: #8fc31f;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#loginBtn div:hover,
#loginBtn button:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 0 solid #999;
    opacity: .8;
}

#loginBoxMemberRegistForm {
    padding-bottom: 20px;
}

#loginBoxMemberRegistForm button {
    position: relative;
    margin: auto;
    display: block;
    width: 240px;
    height: 36px;
    border: none;
    border: 2px solid #388bb3;
    background: #fff;
    color: #388bb3;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#loginBoxMemberRegistForm button:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #388bb3;
    opacity: .8;
}

.modal_overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal_wrap {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.lock {
    overflow: hidden;
}

.rfloat {
    display: none !important;
}


/* --page_title-- */

.projects_tlt {
    margin-bottom: 20px;
    width: 100%;
    border-left: 4px solid #00a33e;
    border-bottom: 1px solid #00a33e;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.projects_txt {
    padding: 0 0 0 10px;
    font-size: 18px;
    line-height: 2;
}

.sub_txt {
    padding: 15px 0 0;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}


/*----提案を受けるバナー-----*/

.search_member_appeal {
    margin: 32px auto;
    text-align: center;
}

.search_member_appeal a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


/*----モーダル背景-----*/

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}


/*--------アンダーライン--------------*/

.ul:hover {
    text-decoration: underline;
}


/*flow_list*/

.flow_step {
    padding: 0 0 10px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #eee;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.flow_list {
    padding: 15px 0;
}

.flow_list:after {
    display: block;
    content: "";
    clear: both;
}

.flow_list li {
    float: left;
    position: relative;
    width: 20%;
}

.flow_list li:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    margin: auto;
    display: block;
    width: 14px;
    height: 40px;
    background: url(../img/flow_arrow.svg)no-repeat center center;
    background-size: contain;
}

.flow_list li>div {
    position: relative;
    margin: auto;
    width: 60px;
    height: 60px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flow_list li>div>img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: auto;
}

.flow_list li>p {
    margin-top: 5px;
    width: 100%;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.flow_list li.flow_item01>p,
.flow_list li.flow_item03>p {
    line-height: 40px;
}

.flow_step>.flow_note {
    margin: auto;
    padding: 10px 0 0;
    width: 90%;
    border-top: 1px solid #577fbc;
    color: #577fbc;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.menu_new {
    content: "";
    background: #ff3333;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}


/*adsense*/

.ads {
    padding: 20px 0;
    letter-spacing: -0.4em;
    text-align: center;
}

.ads>div {
    display: inline-block;
    letter-spacing: normal;
}

.ads.rect {
    padding: 20px 0;
}

.ads.rect>div {
    margin: 10px;
}

.ads.big {
    padding: 0;
}

.ads.big>div {
    margin: 10px 0;
}

/* cv バナー　フッタ */
.cv_btn_fixed {
    position: fixed;
    margin-top: 150px;
    z-index: 10;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #FFF;
}

.cv_btn_fixed img {
    height: auto;
    display: block;
    margin: 10px auto;
}
