@charset "utf-8";
/* CSS Document */
/* Common CSS */


/*------------------------------------------------
Base
------------------------------------------------*/
html {
    background-color: #fff;
    color: #111;
    height: 100%;
    margin: 0;
    min-height: 100%;
    overflow: auto;
    padding: 0;
    position: relative;
    text-rendering: optimizeLegibility;
    width: 100%;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    width: 100%;
    word-break: normal;
}




/*------------------------------------------------
link
------------------------------------------------*/
a {
    color: #111;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

.bl {
    backface-visibility: hidden;
    cursor: pointer;
    display: block;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
}




/*------------------------------------------------
Image
------------------------------------------------*/
picture {
    display: block;
}

img,
svg {
    backface-visibility: hidden;
    display: block;
    max-height: 100%;
    max-width: 100%;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    user-select: none;
}

.ofi {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.logo_reusetech {
    aspect-ratio: 3 / 1;
}




/*------------------------------------------------
flex-box
------------------------------------------------*/
.flex {
    display: flex;
}




/*------------------------------------------------
Text
------------------------------------------------*/
.u,
a.u {
    text-decoration: underline;
}

.opensans {
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
}

.noto {
    font-family: "Noto Serif JP", serif;
}

.gradient {
    background-clip: text;
    background-color: #ff3b9f;
    color: transparent;
    font-weight: 700;
}

.red {
    color: #dc0000;
}

.ac {
    text-align: center;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}




/*------------------------------------------------
list style
------------------------------------------------*/
.decimal {
    display: list-item;
    list-style: outside decimal;
    margin-left: 2.2em;
}

.disc {
    display: list-item;
    list-style: outside disc;
    margin-left: 1.7em;
}

.alpha {
    display: list-item;
    list-style: outside lower-alpha;
    margin-left: 1.7em;
}

.kome {
    padding: 0 0 0 1.3em;
    position: relative;
}

.kome::before {
    content: "※";
    left: 0;
    position: absolute;
    width: 1.3em;
}

.kome:not(:first-child) {
    margin: 5px 0 0;
}




/*------------------------------------------------
Input
------------------------------------------------*/
input,
select,
textarea {
    font-size: 1em;
    max-width: 100%;
}

.textbox,
.textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    padding: 10px;
}

.textarea {
    resize: vertical;
}




/*------------------------------------------------
SNS
------------------------------------------------*/
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}
