@charset "utf-8";

/* share style */
* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

body {
    min-width: 360px;
    background-image: url(../img/common/cloth_00.jpg);
    background-position: top left;
    background-repeat: repeat repeat;
    background-attachment: fixed;
    /* background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */
    /* background-color: #696969; */
    line-height: 200%;
    overflow-x: hidden;
}



p,li,dt,dl {
    line-height: 1.6;
}

p {
    margin: 0 0 lem 0;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}

address {
    font-style: normal;
}

.clear {
    clear: both;
}



/* link color */
a:link {
    color: #4169e3;
    text-decoration: none;
}

a:visited {
    color: #4169e3;
    text-decoration: none;
}

a:hover {
    color: #8b0000;
    text-decoration: none;
    /* text-decoration: underline; */
}

a:active {
    color: #666666;
}



/* text size volume */
.font_00 {
    font-size: 8px;
}
.font_01 {
}

.font_02 {
}

.font_03 {
}

.font_04 {
}

.font_05 {
}

.font_06 {
}

.font_07 {
}

.ita {
    font-style: italic;
}

.volume {
    font-weight: bold;
}



/* text color */
.red {
    color: red;
}

.bulue {
    color: blue;
}

.green {
    color: green;
}



/* drawer menu */
.drawer-menu {
    text-align: center;
}


/* top_header */
#top_header {
    width: 100%;
    height: 64px;
    position: relative;
    /* overflow: hidden; */
    background-color: #3E3E3E;
}

.icon_box {
    max-width: 64px;
    padding: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_icon {
    width: 100%;
    background-color: #FFFFFF;
}

.top_title {
    width: 100%;
    height: 64px;
    padding: 18px 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.to_home {
    margin: 16px 20px 0 auto;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}

.to_home a {
    color: #FFFFFF;
    text-decoration: none;
}

.to_home {
    display: none;
}



/* main */
#main_container {
    width: 100%;
    text-align: center;
}







/* footer */
#footer {
    width: 100%;
    height: 50px;
    padding: 18px 0;
    background-color: #3E3E3E;
}

.copy {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
}


/* to page top */
#page_top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 60%;
    font-weight: bold;
}
#page_top a {
    background: #000000;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.6;
    width: 60px;
    padding: 6px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#page_top a:hover {
    text-decoration: none;
    background: #000000;
    opacity: 0.8;
}

.fa-arrow-up {
    font-size: 18px;
}

.fa-chevron-up {
    font-size: 18px;
}

.fa-caret-square-o-up {
    font-size: 50px;
}

/* for responsive */
@media (min-width: 768px) {
    /*to page top*/
    #page_top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 100%;
        font-weight: bold;
    }

    #page_top a {
        width: 80px;
        padding: 6px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .fa-caret-square-o-up {
        font-size: 80px;
    }
}



/* font responsive */
@media (max-width: 389px) {
    .font_00 {
        font-size: 8px;
    }

    .font_01 {
        font-size: 12px;
    }
    .font_02 {
    }
}

@media (min-width: 390px) {
    .font_00 {
        font-size: 12px;
    }

    .font_01 {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .font_00 {
        font-size: 14px;
    }

    .font_01 {
        font-size: 16px;
    }
}

@media (min-width: 1280px) {
    .font_00 {
        font-size: 16px;
    }

    .font_01 {
        font-size: 20px;
    }
}



/* responsive */
@media (max-width: 389px) {
}

@media (min-width: 390px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1280px) {
}
