@charset "utf-8";
/**
 * タグデフォルト
 * 
 * create: 2025-05-05
 * update: 2025-08-11
 * 
 * @package     walk-trips
 * @author      ik
 * @copyright   Copyright (c) 2024 , MX21
 * @version     walk-trips 1.00
 */

html * {
    font-family: 'Noto Sans JP', sans-serif;
    color: #4D4D4D; /* (sm) */
    font-size: 18px;
    font-weight: 400;
    font-feature-settings: "palt";
    line-height: 1;
    _text-align: justify;
}

html div , html p , html th , html td , html li {
	line-height: 1.7;
}

    @media screen and (max-width: 767px) {

    }

ul , li {
    list-style:none;
    padding: 0;
    margin: 0;
}

ul , p , h1 , h2 , h3 ,h4 , h5{
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.3em;
    font-weight: 600;
}

    @media screen and (max-width: 991px) {
        h3 {
            font-size: 1.1em;
        }
    }

h4 {
    font-size: 1.2em;
}

h4 , h5 {
    font-weight: 500;
    display: block;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

a {
    cursor: pointer;
    text-decoration: underline;
}

body > .container-fluid {
    padding: 0;
}


b {
	font-weight: bold;
}
