@charset "utf-8";

/*初期設定*/
html{
    font-family: "Sawarabi Gothic";
    width: 450px;
    font-size: 12pt;
    margin:0 auto;
    letter-spacing: 1.3px;
    color: #3E3A39;
    padding: 20px;
}

@media screen and (max-width: 451px){
    html{
        width: 100%;
    }
}


/********** ヘッダー **********/
/* ナブバー全体 */
.navbar{
    padding: 0px;
}

/* ロゴ */
.navbar-brand {
    padding: 0px;
}
.navbar-brand img {
    display: flex;
    align-items: center;
    height: 28px;
}
.navbar-brand img:hover{
    opacity: 0.7;
}

@media screen and (max-width: 364px) {
.navbar-brand img {
    height: 25px;
}
}

/* ハンバーガーメニュー */
.navbar-toggler {
    width: 40px;
    height: 30px;
    padding: 0px;
}
.navbar-toggler-icon {
    width: 20px;
    height: 20px;
    align-items: center;
    justify-items: center;
}
.nav-link {
    font-size: 0.85rem;
    padding: 5px;
}
.dropdown-item{
    font-size: 0.85rem;
}
nav ul{
    margin-top: 8px;
}

@media screen and (max-width: 364px) {
.navbar-toggler {
    width: 35px;
    height: 25px;
}
.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}
}

/* レポート */
.report{
    margin-top: 20px;
    border-radius: 5px;
    background-color: #EFEFEF;
    padding: 8px;
}
.report h1{
    color: #727171;
    font-size: 0.8rem;
    text-align: center;
}

/*大見出し*/
.title-l-01{
    margin-top: 25px;
}
.title-l-01 img{
    height: 42px;
    margin-bottom: -5px;
}

.title-l-02{
    margin-top: 65px;
    margin-bottom: 15px;
}
.title-l-02 img{
    height: 42px;
    margin-bottom: -5px;
}

.title-l-03{
    margin-top: 65px;
}
.title-l-03 img{
    height: 42px;
    margin-bottom: -5px;
}

@media screen and (max-width: 364px) {
.title-l-01 img{
    height: 36.5px;
    margin-bottom: -15px;
}
.title-l-02 img{
    height: 36.5px;
    margin-bottom: -5px;
}
.title-l-03 img{
    height: 36.5px;
    margin-bottom: -5px;
}
}

/*オレンジの見出し*/
.title-m{
    padding: 0px 0px 10px 0px;
}

.title-m p{
    font-size: 14pt;
    letter-spacing: 2px;
    color: #EC9E26;
    font-weight: bold;
}

/*グレーの見出し*/
.title-s{
    padding-bottom: 5px;
}

.title-s p{
    font-weight: bold;
    letter-spacing: 1.3px;
    margin-top: 0.5em;
}

/*テキスト*/
.text{
    line-height: 130%;
    margin-bottom: 25px;
}

span{
   color: red; 
   
}

/*テキスト（サブ）*/
.item-sub p{
    letter-spacing: 0px;
    line-height: 130%;
}

.text-s{
    line-height: 110%;
    margin-bottom: 15px;
}

/*リンク*/
.link a{
    display: block;
    background-color: #B5B5B6;
    text-decoration: none;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 40px;
}



.button-delivery a{
    display: block;
    background-color: #898989;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 15pt;
    letter-spacing: 3px;
    text-align: center;
    padding: 14px 0;
}

/*画像*/
.images{
    margin-bottom: 40px;
}
.images img{
    width: 100%;
}


/*画像(バス)*/
.images-bus{
    margin-bottom: 40px;
    margin-top: -20px;
}
.images-bus img{
    width: 100%;
}

.images-50{
    text-align: center;
}

/*線*/
hr{
    margin: 15px 0;
    
}

/*注意事項01*/
.attention-01{
    margin-bottom: 20px;
}

/*注意事項02*/
.attention-02{
    margin-bottom: 20px;
}

/*注意事項03*/
.attention-03{
    margin-bottom: 20px;
}
.attention-03 img{
    width: 100%;
}
/*ボタン*/
.button p{
    display: inline-block;
    background-color: #EC9E26;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 13px;
    margin-bottom: 5px;
}


/*空白*/
.space{
    margin: 60px;
}

.images{
    text-align : center;
}
