@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;
}

nav {
    height: 31px;
}

/* ロゴ */
.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: 15px;
}
.title-l-01 img{
    width: 100%;
    margin-bottom: -15px;
}

.title-l-02{
    margin-top: 65px;
    margin-bottom: 15px;
}

.title-l-02 img{
    width: 100%;
    margin-bottom: -5px;
}

.title-l-03 img{
    width: 100%;
    margin-bottom: 10px;
}

.title-l-04{
    margin-top: 15px;
    margin-bottom: 15px;
}

.title-l-04 img{
    width: 100%;
    margin-bottom: 10px;
}

@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{
    margin-top: 65px;
}

.title-l-04 img{
    height: 40px;
    margin-bottom: -5px;
}

h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000000;/*文字色*/
  background: transparent;/*背景透明に*/
  font-weight: bold;
  text-align: center
  
}

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

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

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

.title-s p{
    line-height: 130%;
    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%;
}

p {
    line-height: 130%;
}

ul {
    line-height: 130%;
    list-style-type:none;
    }

.text-s{
    line-height: 100%;
    margin-bottom: 10px;
}

li {
    text-indent: -1em;
    padding-left: 1em;
}

.box {
background:#92D7E7; /*背景色の指定*/
border: #92D7E7 1px solid; /*境界線の指定*/
border-radius: 6px; /*角丸の指定*/
padding:10px;
}
.box p {
margin:0;
padding:0;
}


/*リンク*/
.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;
    margin-top: -5px;
}

.images img{
    width: 100%;
}


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

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

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

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

/*ボタン*/
.button p{
    display: inline-block;
    background-color: #EC9E26;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 13px;
    margin-bottom: 5px;
}
.button_gray p{
    background-color: #B5B5B6;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 13px;
    margin-bottom: 5px;
}


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

.images{
    text-align : center;
}


