@charset "UTF-8";
footer {
    margin: 0 auto 0 auto;
    width: 100%;
    clear: both;
    background-color: #efefef;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    footer {
        margin: 0 auto 0 auto;
        width: 100%;
        clear: both;
        background-color: #fff;
    }
}

#adress {
    width: 960px;
    height: 220px;
    /*background-color:#efefef;*/
    margin: 0 auto 0 auto;
    display: block;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    #adress {
        display: none;
    }
}

#adress div.adress_con01 {
    float: left;
    width: 472px;
    height: 140px;
    margin: 26px 20px 0px 0px;
}

#adress div.adress_con01 div#adress_con01_01 {
    height: 90px;
    background: url(../img/background/adress_con01_01.jpg) no-repeat;
    margin: 0 0 10px 0;
}

#adress div.adress_con01 div#adress_con01_02 {
    width: 291px;
    height: 40px;
    background: url(../img/background/adress_con01_02.jpg) no-repeat;
    clear: both;
    float: left;
}

#adress div.adress_con01 div#adress_con01_03 {
    width: 180px;
    height: 40px;
    background: url(../img/button/adress_con01_03.jpg) no-repeat;
    float: left;
}

#adress div.adress_con01 div#adress_con01_03 a {
    display: block;
    height: 100%;
    width: 100%;
}

#adress div.adress_con02 {
    float: left;
    width: 266px;
    margin: 30px 0px 0px 0px;
    border-left: solid #999 1px;
}

#adress div.adress_con02 div#adress_con02_01 {
    height: 115px;
    background: url(../img/background/adress_con02_01.jpg) no-repeat;
    margin: 0 0 0 0;
}

#adress div.adress_con02 div#adress_tel_img {
    float: left;
    background: url(../img/background/adress_tel.jpg) no-repeat;
    width: 56px;
    height: 32px;
}

#adress div.adress_con02 div#adress_tel_txt {
    float: left;
    width: 210px;
    height: 32px;
    display: inline-block;
    margin: 0;
    font-weight: inherit;
    font-size: 30px;
    letter-spacing: 0px;
    -webkit-transform: scale(1, 1.1);
    transform: scale(1, 1.1);
    font-family: "Arial";
    line-height: 25px;
    font-style: normal;
}

#adress div.adress_con02 div#adress_tel_txt a {
    text-decoration: none;
    color: #1badcf;
    cursor: default;
}

#adress div.adress_con02 div#adress_tel_txt a:hover {
    text-decoration: none;
    color: #1badcf;
    cursor: default;
}

#adress div.adress_con02 div#adress_fax {
    /*float: left;*/
    width: 266px;
    height: 32px;
}

#adress div.adress_con02 div#adress_fax_img {
    float: left;
    background: url(../img/background/adress_fax.jpg) no-repeat;
    width: 56px;
    height: 32px;
}

#adress div.adress_con02 div#adress_info {
    /*float: left;*/
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    font-style: normal;
    width: 246px;
    /*height: 26px;*/
}

#adress div.adress_con02 div#adress_con02_02 ul {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
}

/* line 109, ../sass/top.scss */
#adress div.adress_con02 div#adress_con02_02 li {
    float: left;
    vertical-align: top;
    margin: 0 5px 0 0;
    width: 90px;
    height: 26px;
}

#adress div.adress_con02 div#adress_con02_02 li a {
    display: block;
    height: 100%;
    width: 100%;
}

#adress div.adress_con02 div#adress_con02_02 li img {
    vertical-align: top;
}

#adress div.adress_con03 {
    float: left;
    width: 180px;
    height: 160px;
    margin: 30px 0px 0px 0px;
    padding: 0 0 0 20px;
    border-left: solid #999 1px;
}

#adress div.adress_con03 div#adress_con03_01 {
    width: 180px;
    height: 50px;
    margin: 0 0 5px 0;
    background: url(../img/button/adress_con03_01.jpg) no-repeat;
}

#adress div.adress_con03 div#adress_con03_01 a {
    display: block;
    height: 100%;
    width: 100%;
}

#adress div.adress_con03 div#adress_con03_02 {
    width: 180px;
    height: 50px;
    margin: 0 0 5px 0;
    background: url(../img/button/adress_con03_02.jpg) no-repeat;
}

#adress div.adress_con03 div#adress_con03_02 a {
    display: block;
    height: 100%;
    width: 100%;
}

#adress div.adress_con03 div#adress_con03_03 {
    width: 180px;
    height: 50px;
    margin: 0 0 5px 0;
    background: url(../img/button/adress_con03_03.jpg) no-repeat;
}

#adress div.adress_con03 div#adress_con03_03 a {
    display: block;
    height: 100%;
    width: 100%;
}

#adress div.adress_con03 div#adress_con03_04 {
    width: 180px;
    height: 50px;
    background: url(../img/button/adress_con03_04.jpg) no-repeat;
}

#adress div.adress_con03 div#adress_con03_04 a {
    display: block;
    height: 100%;
    width: 100%;
}

#footer_menu {
    float: left;
    width: 100%;
    height: auto;
    background-color: #333333;
    border-bottom: solid #3361ad 3px;
    color: #FFF;
    text-align: center;
    margin: 0 auto 0 auto;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    #footer_menu {
        text-align: left;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-bottom: solid #ccc 1px;
        color: #FFF;
        margin: 0 auto 0 auto;
    }
}

#footer_menu div#fotter_menu_content {
    /*float:left;*/
    width: 480px;
    height: 14px;
    margin: 20px auto 0 auto;
    font-size: 12px;
    font-family: inherit;
    text-align: center;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    #footer_menu div#fotter_menu_content {
        display: none;
    }
}

#footer_menu div#fotter_menu_content a {
    color: #FFF;
    text-decoration: underline;
}

#footer_menu div#fotter_menu_content a:hover {
    text-decoration: none;
}

#footer_menu div#footer_menu_terms {
    /*float:left;*/
    width: 550px;
    height: 9px;
    margin: 20px auto 20px auto;
    font-size: 9px;
    font-family: inherit;
    text-align: center;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    #footer_menu_terms {
        display: none;
    }
}

p#copyright {
    float: left;
    width: 100%;
    height: 25px;
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    p#copyright {
        width: 100%;
        height: 25px;
        margin: 5px 0 0 0;
        text-align: center;
        font-size: 12px;
        color: #999;
    }
}

div#footer_erea {
    clear: both;
    width: 1000px;
    height: 70px;
    margin: 0 auto 0 auto;
}

#footer_erea_menu {
    float: left;
    clear: both;
    width: 960px;
    height: 50px;
    margin: 30px 0 30px 0;
}

/* 12月27日追加 */
#adress_fax_namber {
    /*text-align: center;*/
    color: #1badcf;
    margin-left: 56px;
}

/* ==========================================================================
   20181004 スマホ用デザイン追加
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-fotter_menu {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    .c-fotter_menu {
        background-color: #FFF;
        font-size: 100%;
        position: relative;
        text-align: left;
    }
}

.c-fotter_menu_li {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    .c-fotter_menu_li {
        display: block;
        padding: 0.2rem 1rem 0.2rem;
        border-top: 1px solid #ccc;
    }
}

.c-fotter_menu_li + .c-fotter_menu_li {
    border-left: 1px solid #fff;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    .c-fotter_menu_li + .c-fotter_menu_li {
        border-left-width: 0;
    }
}

.c-fotter_menu_li .c-fotter_content {
    color: #fff;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    .c-fotter_menu_li .c-fotter_content {
        font-size: 12px;
        color: #999;
        -webkit-text-decoration-line: blink;
        text-decoration-line: blink;
    }
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    .c-fotter_menu_li .c-fotter_content:after {
        position: absolute;
        line-height: 23px;
        font-family: 'icomoon';
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\e000";
        right: 10px;
        color: #ccc;
    }
}

/* Project
   ----------------------------------------------------------------- */
.p-fotter_menu_content {
    padding-top: 1rem;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    .p-fotter_menu_content {
        display: block;
        width: 100%;
        height: auto;
        background-color: #FFF;
        position: relative;
    }
}

.p-footer_icon {
    /*background-color: #1badcf;*/
    font-size: 12px;
    font-weight: bold;
    font-family: "Arial Black";
    padding: 2px;
    margin-left: 20px;
    margin-bottom:5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}

.p-footer_icon_blue {
    background-color: #1badcf;
}

.p-footer_icon_navyblue {
    background-color: #3361ad;
}

.p-footer_icon_orenge {
    background-color: #ff8000;
}

.p-footer_icon .p-footer_icon_font {
    text-decoration: none;
    color: #fff;
    display: block;
}

.p-far_config {
    font-size: 13px;
    vertical-align: middle;
}

.p-far_config02 {
    font-size: 16px;
    /*vertical-align: middle;*/
}

.p-footer_icon_text {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 12px;
}
