@charset "utf-8";

/*
:root{

ブログの方のタイトルの色
--trrblogtitle-color: #aad1fc;

}
*/


nav.nav-trrtoppage-category{
    margin-top: 10px;
}

ul.trrtoppage-category{

    margin-left: 2rem;
    margin-right: 2rem;
    list-style-type: none;
    overflow: hidden;

}

ul.trrtoppage-category li {
    float: left;

    margin-right: 2rem;

    text-align: center;

    font-family: 'BIZ UDゴシック','メイリオ',Meiryo,'Segoe UI',Calibri,Arial,Sans-Serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

ul.trrtoppage-category a {
    text-decoration: none;
}

.t-lank2-policy{
    margin-right: 30px;
    margin-bottom: 5px;
    margin-left: -20px;
    padding: 10px 20px;
    /* var(--bu-font-family-title) */
    font: 30px/130% 'BIZ UDゴシック','メイリオ',Meiryo,'Segoe UI',Calibri,Arial,Sans-Serif;
    color: #E8FFFF;
    background-color: #46746C;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../itemCss/border-radius.htc);

}

.t-lank3-mini{
    padding-left: 20px;
    font-size: 1.8rem;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #0bd;
}

/* 数字を円で囲む。現時点では、下位の要素をインデントできないので注意 */
ul.ul-support{
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    list-style: none;
}

ul.ul-support>li{
    position: relative;
    margin: 7px 0 7px 0;
    padding-left: 1.5em;
}

ul.ul-support>li::before{
    position: absolute;
    display: inline-block;
    top: 0.5rem;
    left: 0;
    content: '';
    background-color: #000;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;

}

.title-contact-wrap{
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.mailtitlebu{
    float: left;
    width: 4em;
}

.mailadressbu{
    word-wrap: break-word;
    word-break: break-all;
}

.contactbu{
    float: left;
    width: 23em;
}

.title-separat{
    float: left;
    width: 1em;
}

.t-lank2-outline{
    margin-right: 30px;
    margin-bottom: 5px;
    margin-left: -20px;
    padding: 10px 20px;
    /* var(--bu-font-family-title) */
    font: 30px/130% 'BIZ UDゴシック','メイリオ',Meiryo,'Segoe UI',Calibri,Arial,Sans-Serif;
    color: #000;
    background-color: #7cffff;
}

.t-lank2-trrdetail{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    border-style: solid;
    border-width: 3px;
    border-color: #000;
    /* var(--trrblogtitle-color) */
    background-color: #aad1fc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/*--------------------------
メディアクエリ
------------------------------*/

@media screen and (max-width: 550px){

    ul.trrtoppage-category li {
        float: none;
        width: 12rem;
    }

    .contactbu{
        width: 90%;
    }

}
