img {
    width: 100%;
    height: auto;
}
/* ----------------------------------------------------------------header*/
#header {
    padding: 10px 0;
    background: url(../img/index_img/bg_h.jpg);
}
#header .container {
    position: relative;
}
h1 {
    font-size: 11px;
    color: #fff;
}
#header_tel {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -4px;
    right: 10px;
    z-index: 100;
}

@media print, screen and (min-width: 768px) {
    h1 br {
        display: none;
    }
    #header_tel {
        width: 220px;
        height: auto;
    }
}

@media print, screen and (min-width: 992px) {
    #header {
        padding: 15px 0;
    }
    #header_tel {
        width: auto;
        top: -15px;
    }
}
/*------------------------------------------------------------content*/
.content_bg01 {
    text-align: left;
    background: #e0e0e0;
    padding-top: 10px;
}
.content_bg02 {
    text-align: left;
    padding-top: 10px;
}
.section {
    clear: both;
    margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
    .content_bg01 {
        padding-top: 30px;
    }
    .content_bg02 {
        padding-top: 30px;
    }
    .section {
        margin-bottom: 30px;
    }
}
/* ----------------------------------------------------------------footer*/
footer {
    padding: 20px 0 10px;
    text-align: center;
    background: url(../img/index_img/bg_footer.jpg) no-repeat center top;
    background-size: cover;
}

@media print, screen and (min-width: 768px) {
    footer {
        height: 650px;
        padding: 60px 0 200px;
        background: url(../img/index_img/bg_footer.jpg) no-repeat center top;
        background-size: cover;
    }
}
/*FooterInfo*/
#footerinfo {
    margin: 0 0 20px;
}
#footerinfo p {
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
}
#footerinfo dt {
    margin: 10px 0 10px;
}
#footerinfo dt img {
    margin-bottom: 10px;
    width: auto;
    height: 30px;
}
#footerinfo dd {
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px,
        #fff 1px -1px 2px, #fff -1px -1px 2px;
}
#footerinfo dd span.sp_none {
    display: none;
}

@media print, screen and (min-width: 480px) {
    #footerinfo dd span.sp_none {
        display: inline;
    }
}

@media print, screen and (min-width: 768px) {
    #footerinfo {
        margin: 0 0 40px;
    }
    #footerinfo p {
        max-width: 307px;
    }
    #footerinfo dt {
        margin: 20px 0 20px;
    }
    #footerinfo dt br {
        display: none;
    }
    #footerinfo dt img {
        margin: 0 5px 0;
        height: 46px;
    }
    #footerinfo dd {
        font-size: 19px;
        font-size: 1.9rem;
        text-shadow: none;
    }
}
/*FooterBtn*/
footer ul {
    margin-bottom: 30px;
    justify-content: center;
}
footer ul li {
    margin: 0 auto 10px;
    max-width: 300px;
}

@media print, screen and (min-width: 768px) {
    footer ul {
        display: flex;
        justify-content: center;
    }
    footer ul li:first-child {
        margin: 0 2% 0 0;
    }
    footer ul li:last-child {
        margin: 0 0 0 2%;
    }
}

@media print, screen and (min-width: 992px) {
    footer ul li {
        width: 48%;
        max-width: 354px;
    }
}
footer small {
    color: #fff;
    text-shadow: 1px 0px 1px #000, 0px 1px 1px #000;
    font-size: 14px;
}
/* ----------------------------------------------------------------rayout*/
.center {
    margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
}
.sheet_basic tr th,
.sheet_basic tr td {
    border: 1px dotted #6d6d6d;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    display: block;
}

@media print, screen and (min-width: 768px) {
    .sheet_basic tr th,
    .sheet_basic tr td {
        display: table-cell;
    }
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px dotted #ccc;
    border-right: 0 dotted #ccc;
    border-bottom: 0 dotted #ccc;
    border-left: 0 dotted #ccc;
}
.space_10 {
    height: 10px;
    clear: both;
}
.space_20 {
    height: 20px;
    clear: both;
}
.space_30 {
    height: 30px;
    clear: both;
}
.space_10 hr,
.space_20 hr,
.space_30 hr {
    display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
}

@media print, screen and (min-width: 992px) {
    .title01 {
        max-width: 686px;
    }
}
/*TextRight*/
.tx_right {
    text-align: right;
}
/*TextLeft*/
.tx_left {
    text-align: left;
}
/*TextCenter*/
.tx_cent {
    text-align: center;
}
/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}
/*TextRed*/
.tx_red {
    color: #c33;
}
/*attention*/
.attention {
    font-size: 12px;
    line-height: 130%;
    margin: 5px 0;
}

@media print, screen and (min-width: 768px) {
    .attention {
        font-size: 15px;
    }
}
@media print, screen and (min-width: 992px) {
    .attention {
        font-size: 17px;
    }
}
.s_tx{
    font-size: 0.8em;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}
/*FloatRight*/
.float_right {
    float: right;
}
/*ClearBoth*/
.clearboth {
    clear: both;
}
/*phbox*/
.phbox_right {
    text-align: center;
    margin-bottom: 10px;
}
.phbox_right img {
    max-width: 100%;
    height: auto;
}
.phbox_left {
    text-align: center;
    margin-bottom: 10px;
}
.phbox_left img {
    max-width: 100%;
    height: auto;
}
.ov_hidden {
    overflow: hidden;
}

@media print, screen and (min-width: 768px) {
    .phbox_right {
        float: right;
        margin-left: 10px;
        margin-bottom: 0px;
    }
    .phbox_left {
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
    margin-top: 5px;
}
.margin_t10 {
    margin-top: 10px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_t30 {
    margin-top: 30px;
}
.margin_t40 {
    margin-top: 40px;
}
.margin_t50 {
    margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
    margin-bottom: 5px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_b30 {
    margin-bottom: 30px;
}
.margin_b40 {
    margin-bottom: 40px;
}
.margin_b50 {
    margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
    margin-right: 5px;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r15 {
    margin-right: 15px;
}
.margin_r20 {
    margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
    margin-left: 50px;
}
.margin_l10 {
    margin-left: 10px;
}
.margin_l15 {
    margin-left: 15px;
}
.margin_l20 {
    margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
    margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
    .margin-xs-b10 {
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 0px;
}

@media print, screen and (min-width: 768px) {
    #pagetop {
        width: 56px;
        height: 56px;
        right: 20px;
    }
}
.pc_element {
    display: none;
}
.sp_element {
    display: block;
}

@media print, screen and (min-width: 768px) {
    .pc_element {
        display: block;
    }
    .sp_element {
        display: none;
    }
}
