:root {
    /*
     * 色定義
     */
    --main-color: #dd4b09;
    --base-color: #ffffff;
    --font-color-black: #1f1f1f;
    --font-color-gray: #7f7f7f;
    --line-color-gray: #d0cece;
    --ope-main-color: #9cd3db;
    --ope-high-color:#4a949f;
    --ope-font-color: #fff;
    --status-active-color: #4bd260;
    --light-gray: #f2f2f2;
    --headline: #fc7500;
    /*
     * 文字サイズ定義
     */
    --font-size-base: 18px;
    --font-size-xxl-large: 3.5rem;
    --font-size-xx-large: 3.0rem;
    --font-size-xl-large: 2.5rem;
    --font-size-x-large: 2.0rem;
    --font-size-large: 1.8rem;
    --font-size-medium: 1.5rem;
    --font-size-small: 1.25rem;
    --font-size-x-small: 1.1rem;
    --font-size-xl-small: 0.8rem;
    
    /*
     * アイコン文字サイズ定義
     */
    --icon-size-xl-large: 3.7rem;
    --icon-size-x-large: 3.5rem;
    --icon-size-large: 3.0rem;
    --icon-size-medium: 2.5rem;
    --icon-size-small: 2.0rem;

    /*
     * ボタンサイズ定義
     */
    --font-size-button: 1.6rem;
     --btn-size-y-medium: 50px;

    /*
     * サービス名
     * 表示するサービス名を変更する場合はこの変数を書き換え
     */
    --survice-name: "Tsunagari Mobility Susono";

    --shadow-up: 0 -4px 12px rgba(0, 0, 0, 0.2);
    --shadow-right-down: 4px 4px 12px rgba(0, 0, 0, 0.2);

    --partition-line-gray: 1px solid var(--line-color-gray);

    --header-height: 60px;
}

/**************************************************************/
/*                          Base Tag                          */
/**************************************************************/
html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 62.5%;}
body {
    margin: 0;
    font-family: monospace, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    font-size: var(--font-size-base); /* font-weight: 400; */ 
    line-height: 1.5; 
    color: var(--font-color-black); 
    text-align: left; 
    background-color: var(--base-color);
}
body h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }
[tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; }
hr { box-sizing: content-box; height: 0; overflow: visible; }

header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    height: var(--header-height);
    border-bottom: 1px solid var(--line-color-gray);
    background-color: var(--base-color);
    padding: 0 0 0 var(--header-height);
}
header a {
    color: white;
}
.main-contents {
    display: flex;
    flex-direction: column;
}
.main-contents section,
.main-contents section-p10 {
    border-bottom: 1px solid var(--line-color-gray);
    padding: 6px;
    width: 100%;
}
.main-contents section-p10 {
    padding-block-start: 5px;
    padding-block-end: 5px;
}

.main-contents section,
.main-contents section-p11 {
    border-bottom: 1px solid var(--line-color-gray);
    padding: 6px;
    width: 100%;
}

.main-contents section h3 {
    font-size: var(--font-size-small);
    color: var(--font-color-gray);
    font-weight: normal;
}

.survice-name::after {
    content: var(--survice-name);
    color: var(--font-color-black);
    font-size: var(--font-size-xl-large);
    font-weight: bold;
}

.title-bar {
    width: 100%;
    margin-top: 10px;
    padding: 0.2em 0.2em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px var(--main-color);
    /*border-bottom: solid 3px #d7d7d7;*/
    box-shadow: var(--shadow-right-down);
    display: flex;
}

/* 非表示状態のスタイル */
.hidden {
    display: none; /* 非表示 */
}

/**************************************************************/
/*                            Font                            */
/**************************************************************/
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7.2/webfonts/fa-brands-400.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7.2/webfonts/fa-regular-400.woff2") format("woff2"),
        url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7.2/webfonts/fa-solid-900.woff2") format("woff2");
    font-display: swap;
}

.font-xlarge-bold {
    color: var(--font-color-black);
    font-size: var(--font-size-xl-large);
    font-weight: bold;
    margin-bottom: 0;
}


/**************************************************************/
/*                            Icon                            */
/**************************************************************/
/* アイコンサイズ設定 */
 .icon-15px {
    display: block;
    width: 15px;
    height: 15px;
}

.icon-20px {
    display: block;
    width: 20px;
    height: 20px;
}

.icon-28px {
    display: block;
    width: 28px;
    height: 28px;
}

.icon-35px {
    display: block;
    width: 35px;
    height: 35px;
}

.icon-50px {
    display: block;
    width: 50px;
    height: 50px;
}

.icon-75px {
    display: block;
    width: 75px;
    height: 75px;
}

.icon-100px {
    display: block;
    width: 100px;
    height: 100px;
}

/*
.check-sheet-icon {
    background-color: var(--base-color);
    mask: url(images/check-sheet.svg) no-repeat center center;
}

.arrow-up-icon {
    background-color: var(--font-color-gray);
    mask: url(images/arrow-up.svg) no-repeat center center;
    border: none;
}

.arrow-down-icon {
    background-color: var(--font-color-gray);
    mask: url(images/arrow-down.svg) no-repeat center center;
    border: none;
}
*/

/* タクシーアイコン */
.taxi-icon {
    width: 200px;
    height: 200px;
    mask: url('images/taxi.svg') no-repeat center center;
    -webkit-mask: url('images/taxi.svg') no-repeat center center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
 
.result-taxi-icon {
    display: block;
    width: 200px;
    height: 200px;
    background-color: var(--font-color-gray);
    mask: url(images/taxi.svg) no-repeat center center / cover;
}

.result-taxi-icon_complete {
    display: block;
    width: 200px;
    height: 200px;
    background-color: var(--main-color);
    mask: url(images/taxi.svg) no-repeat center center / cover;
}

.triangle {
    background-image: linear-gradient(180deg, rgba(255, 85, 25, 1), rgba(255, 133, 90, 1) 76%);
    height: calc(tan(60deg) * 15px / 2); /* tanにかけられているpxが三角形の縦幅, デフォルト20 */
    width: 50px; /* 三角形の高さ(倒しているので横幅)*/
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-90deg); /* 半時計回りに90度回転 */
}

.triangle-right {
    background-color: var(--base-color);
    height: calc(tan(60deg) * 20px / 2);
    width: 15px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.user-solid-icon {
    background-color: var(--base-color);
    mask: url(images/user-solid.svg) no-repeat center center;
    border: none;
}
.icon-x-large {
    display: block;
    font-size: var(--icon-size-x-large);
}
.icon-large {
    display: block;
    font-size: var(--icon-size-large);
}
.icon-medium {
    display: block;
    font-size: var(--icon-size-medium);
}
.icon-small {
    display: block;
    font-size: var(--icon-size-small);
}


/**************************************************************/
/*                           Button                           */
/**************************************************************/
.menu-button {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: none;
    background-color: var(--main-color);
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 999;
    box-shadow: var(--shadow-right-down);
    display: flex;
}

.button-radius {
    border-radius: 100vh;
    font-size: var(--font-size-button);
    padding: 0.5rem 1rem; 
    border: none;
    font-weight: bold;
    width: 100%;
}

.button-primary {
    background-color: var(--main-color);
    color: var(--base-color);
    height: var(--btn-size-y-medium);
    /*margin: 0px 10px 0px 10px;*/
    box-shadow: var(--shadow-right-down);
}
.button-primary:disabled {
    background-color: gray;
    color: white;
    pointer-events: none;
    border: 1px solid gray;
}

.button-secondary {
    background-color: var(--base-color);
    border: 2px solid var(--main-color) !important;
    color: var(--main-color) !important;
    /*margin: 0px 10px 0px 10px;*/
    box-shadow: var(--shadow-right-down);
}
.button-secondary:disabled {
    background-color: white !important;
    color: gray !important;
    pointer-events: none;
    border: 2px solid gray !important;
}

.button-outline-blue {
    background-color: var(--base-color);
    border: 2px solid royalblue !important;
    /*border: 2px solid aliceblue;*/
    color: royalblue !important;
    height: var(--btn-size-y-medium);
    box-shadow: var(--shadow-right-down);
}
.button-outline-blue:disabled {
    background-color: white !important;
    color: gray !important;
    pointer-events: none;
    border: 2px solid gray !important;
}

.button-outline-glay {
    background-color: var(--base-color);
    border: 2px solid rgb(73, 73, 73);
    color: rgb(73, 73, 73);
    /*height: var(--btn-size-y-medium);*/
    border: 2px solid aliceblue;
    box-shadow: var(--shadow-right-down);
}
.button-outline-glay:disabled {
    background-color: white;
    color: gray;
    pointer-events: none;
    border: 2px solid gray;
}

.button-square    {
    border-radius: 5px;  /* 角を丸くする */
    padding: 4px 4px;   /* ボタンの内側の余白 */
    background-color: white;
    color: black;        /* 文字色 */
    border: 2px solid var(--main-color);                                                           
    font-size: var(--font-size-medium);     /* 文字の大きさ */
    box-shadow: var(--shadow-right-down);
    letter-spacing: -.2rem;
}
.button-square.selected {
    background-color: var(--main-color);
    color: white;
}

.button-popup-accept {
    background-color: var(--main-color);
    color: var(--base-color);
    flex: 1; /* ボタンが等幅になる */
    font-size: var(--font-size-medium);
    height: var(--btn-size-y-medium);
}
  
.button-popup-deny {
    background-color: var(--ope-high-color);
    color: var(--base-color);
    flex: 1; /* ボタンが等幅になる */
    font-size: var(--font-size-medium);
    height: var(--btn-size-y-medium);
}

.button-icon-del {
    font-weight: 400;
    padding: 0;
    font-size: var(--font-size-medium);
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    color: #ee6060 !important;
}

.button-icon-del:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.button-icon-edit{
    font-weight: 400;
    padding: 0;
    font-size: var(--font-size-medium);
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    color: #4c838b;
}
.button-icon-edit:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.button-icon-close {
    float: right;
    font-size: var(--font-size-medium);
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: #fff 0 1px 0;
    opacity: .5;
    background-color: transparent;
    border: 0;
    appearance: none;
    margin: 0;
    padding: 0;
}
.button-icon-close:hover {
    opacity: 1.0;
    text-decoration: underline;
}

#btn_request {
    width: 150px;           /* 横幅を固定 */
    padding: 1rem;
    text-align: center;     /* テキストを中央揃え */
    display: block;         /* ブロック要素にして */
    margin: 0 auto;         /* 親要素の中央に配置 */
}

/**************************************************************/
/*                            Form                            */
/**************************************************************/
.form-control { height: calc(1.5em + 0.75rem + 2px); font-size: var(--font-size-medium); }
.form-control::-ms-expand { background-color: transparent; border: 0; }
.form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 #555; }
.form-control:focus { color: #555; background-color: #fff; border-color: #9abde2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(56, 125, 197, 0.25); }
.form-control::placeholder { color: #aaa; opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: #ddd; opacity: 1; }
.form-control-file, .form-control-range { display: block; width: 100%; }
.form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; font-size: var(--font-size-medium); line-height: 1.5; color: #333; background-color: transparent; border: solid transparent; border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }
.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }
select.form-control:focus::-ms-value { color: #555; background-color: #fff; }
select.form-control[size], select.form-control[multiple] { height: auto; }
textarea.form-control { height: auto; }
.form-input-field {
    /*width: 100%;*/
    padding: 5px 5px;
    /*border: 1px solid gray*/
    border: 1px solid #ced4da
}

.checkbox-input-field {
    width: 18px;
    height: 18px;
}

/**************************************************************/
/*                         Slide Menu                         */
/**************************************************************/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
}

.slide-menu {
    position: fixed;
    top: 0;
    /* left: -190px; */
    left: 0;
    height: 100vh;
    background-color: var(--main-color);
    color: var(--base-color);
    
    z-index: 1002;
    padding: 12px 24px 12px 12px;
    transform: translateX(-190px);
    opacity: 0;

    transition: 
        transform 0.45s ease-in,
        opacity 0.2s ease-in;
    will-change: transform, opacity;
}

.slide-menu.show {
    /* left: 0; */
    z-index: 1002;
    transform: translateX(0);
    opacity: 1;
    transition:
        transform 1.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.4s ease-out;
}

.slide-menu ul {
    display: flex;
    flex-direction: column;
    margin: 36px 0 0 auto;
    gap: 12px 0 12px 12px;
}

.slide-menu-item {
    list-style: none;
    display: flex;
    position: relative;
    color: var(--base-color);
    font-size: var(--font-size-x-large);
    font-weight: bold;
    /*padding-right: 12px;*/
    align-items: center;
    line-height: 2.5;
}

.slide-menu-item a,
.slide-menu-item div {
    color: var(--base-color);
    font-size: var(--font-size-large);
    font-weight: bold;
    text-decoration: none;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.slide-menu-item ul {
    margin: 0px;
    padding: 12px;
    display: none;
    position: absolute;
    top: -12px;
    left: 100%;
    border-left: 1px solid var(--base-color);
    background-color: var(--main-color);
    width: 120px;
    gap: 12px;
}

.slide-menu-item:hover > ul {
    display: flex;
}

.slide-menu-item ul.show {
    display: flex !important;
}


/**************************************************************/
/*                           Modal                            */
/**************************************************************/
.modal-content {
    border-radius: 1rem;
    margin: 5%;
}
.modal-header {
    padding: 10px 20px;
}
.modal-header .close {
    margin: 0; margin-top: 5px;
    padding: 0;
}
.modal-title {
    font-size: var(--font-size-large);
    font-weight: bold;
}
.modal-title {
    border-bottom: 1px solid var(--line-color-gray);
}
.modal-body {
    padding: 0;
    margin: 5px 15px;
}
.modal-table {
    font-size: var(--font-size-medium);
}
.modal-text {
    margin: 0;
}
.modal-button {
    margin: 10px;
    gap: 10px;
}
.modal-footer {
    padding: 10px 20px;
}


/**************************************************************/
/*                           Togle                            */
/**************************************************************/
.toggle {
    position: relative;
    width: 61px;
    height: 30px;
    margin: 5px 5px;
    user-select: none;
    cursor: pointer;
}
.toggle input[type=checkbox] {
    display: none;
}
.toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    display: block;
    background: #e9e9eb;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.toggle:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.toggle.checked:before {
    background: #35c759;
}
.toggle.checked:after {
    left: 33px;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}


/**************************************************************/
/*                           Slide                            */
/**************************************************************/
.slide-up-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: white;
    border-radius: 16px 16px 0 0;
    box-shadow: var(--shadow-up);
    transition: transform 0.4s ease-out;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transform: translateY(0);
}
.slide-up-form.minimize {
    transform: translateY(calc(100% - 50px));
}
.slide-up-form-header {
    display: flex;
    justify-content: space-between;
    border-bottom: var(--partition-line-gray);
    padding: 12px 12px 8px 12px;
    height: 51px;
}
.slide-up-form-contents {
    height: fit-content;
    max-height: calc(60vh - 50px);
    overflow-y: auto;
    padding: 12px 16px 12px 12px;
}
.slide-up-form-contents .input-item {
    margin-bottom: 12px;
}


/**************************************************************/
/*                           Custom                           */
/**************************************************************/
@keyframes spinner-border { to { transform: rotate(360deg); } }
.spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spinner-border .75s linear infinite; }

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

.bottom-button-area {
    display: flex;
    justify-content: center;
    width: 100%;
    /*gap: 1rem;*/
}

/* 利用者 予約画面 */

/* 利用者 予約一覧画面*/
.reserve-list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin: 4px 0;*/
}

.reserve-list-item span {
    margin: 0;
}

.list-date {
    font-size: var(--font-size-small);
    margin: 0;
}

/* 利用者 予約詳細画面 */
.edit-button-area {
    position: absolute;
    top: 12px;
    right: 0px;
}
.edit-button-area button {
    border: none;
    background-color: var(--base-color);
}

.cancel-status,
.confirm-status,
.completed-status {
    font-weight: bold;
    padding: 10px;
    line-height: 20px;
    margin-left: 10px;
    width: max-content;
    border-radius: 14px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: green;
    visibility: visible;
}

.cancel-status{
    background-color: grey;
    font-size: 10pt;
}
.confirm-status{
    background-color:#ffc107;
    font-size: 14pt;
}
.completed-status {
    background-color: green;
    font-size: 14pt;
}

/* 利用者 予約結果画面*/
.reserve-check-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.reserve-check-buttons {
    display: flex;
    width: 100%;
    margin: 2rem 0;
    gap: 1rem;
}

/* 利用者 設定画面*/
.settings .table tr {
    margin-bottom: 4px;
    gap: 4px;
}

.settings .table th {
    min-width: 13rem;
    vertical-align: middle;
}

.radio-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.radio-item {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    border: 1px solid green;
}
label {
    cursor: pointer;
    display: block;
}
.notify_content{
        display: flex;
    }
/* 利用者 マッチング予約画面*/

/* 利用者 相乗り一覧画面*/
.title-gray-out {
  background-color: rgb(187, 182, 182);
}
.item-gray-out {
  background-color: rgb(209, 204, 204);
}
.none {
  display: none; /* 確実に非表示にする */
}

/* 利用者 相乗り予約詳細画面*/
.condition-rsv-text{
    margin-right: 20px;
    padding: 2px 10px;
    border: 1px solid #006ebf;
    color: #006ebf;
    border-radius: 100vh;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
.condition-ride-text{
    margin-right: 20px;
    padding: 2px 10px;
    border: 1px solid #2b2b2b;
    color: #2b2b2b;
    border-radius: 100vh;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
.condition-cancel-text{
    margin-right: 20px;
    padding: 2px 10px;
    border: 1px solid #bf0600;
    color: #bf0600;
    border-radius: 100vh;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

/* 利用者 フレンド一覧画面 */

/* 利用者 フレンド詳細 */
.friend-status,
.gender-status {
    font-size: 14pt;
    font-weight: bold;
    padding: 10px;
    line-height: 20px;
    margin-left: 10px;
    width: max-content;
    border-radius: 14px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.friend-status.favorite {
    color: white;
    background-color: green;
    visibility: visible;
}
.friend-status.block {
    color: white;
    background-color: red;
    visibility: visible;
}
.friend-status.alart {
    color: white;
    background-color: var(--main-color);
    visibility: visible;
}

.friend-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20pt;
    color: #000;
    font-weight: bold; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 文字に影を付ける */
    margin-bottom: 20px;
}

.comment-box {
    width: 50%;
    max-width: 200px;
    min-height: 9rem;
    padding: 7px;
    border: 1px solid #212121;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: var(--font-size-small);
    white-space: pre-wrap;
    word-wrap: break-word;
}

.comment-container, .group-container, .favorite-container, .block-container {
    display: flex;
    align-items: center; 
}

.detail_label{
    margin-right: 20px;
    width: 100px;
    font-size: 14px;
    text-align: right;
}

#group {
    width: 150px;
    height: 30px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.text_item{
    padding: 0rem 0.75rem;
    line-height: 1.5;
}

.deadline_text{
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: underline;
}

.matching-reserve .field {
    margin: 5px 10px 15px 10px;
    border-radius: 10px;
}

.major_item{
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: var(--font-size-x-large);
    font-weight: bold;
    color: var(--base-color);
    background-color: var(--headline);
    border-radius: 0.25rem;
    margin-top: 1rem;
}

.major_item_icon span {
    position: relative;
    color: white;
    background: var(--headline);
    line-height: 1.4;
    padding: 0.3em 0.5em 0.3em 1.8em;
    display: block;
    border-radius: 20px 0px;
    font-size: var(--font-size-x-large);
}  
.major_item_icon span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 900;
    position: absolute;
    left : 0.5em; /*左端からのアイコンまでの距離*/
}
