/* addStyle */
    .font-2em {
        text-indent: 1em;
        font-size: 2em;
        line-height: 1.5em;
        margin: 0 0 2em 0;
    }

    .hiduke {
        font-size: 2em;
        margin-top: -1em;
        margin-right: 1em;
        text-align: right;
    }

    .oshirase1{
        font-size: 1.8em;
        line-height: 1.5em;
        text-align: center;
        padding: 0.5em 1em;
        margin: 2em 0;
        color: #5d627b;
        background: white;
        border-top: solid 5px #5d627b;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    }
    .oshirase1 p {
        margin: 0; 
        padding: 0;
    }

    .meishi {
        font-size: 2em;
        line-height: 1.5em;
        text-align: center;
    }

/* XSmall */

@media screen and (max-width: 480px) {
    .font-2em {
        text-indent: 1em;
        font-size: 1.4em;
        line-height: 1.5em;
        margin: 0 0 2em 0;
    }

    .hiduke {
        font-size: 1.4em;
        margin-top: -1em;
        margin-right: 1em;
        text-align: right;
    }

    .oshirase1{
        font-size: 1.2em;
        line-height: 1.5em;
        text-align: center;
        padding: 0.5em 1em;
        margin: 2em 0;
        color: #5d627b;
        background: white;
        border-top: solid 5px #5d627b;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    }
    .oshirase1 p {
        margin: 0; 
        padding: 0;
    }

    .meishi {
        font-size: 1.2em;
        line-height: 1.5em;
        text-align: center;
    }
    img {
        width: 100%;
    }

}


    .hilight {
        position: relative;
        z-index: 1;
    }

    .hilight::before {
        content: "";
        width: 100%;
        height: 30%;
        position: absolute;
        top: 55%;
        left: 0;
        background: linear-gradient(45deg, transparent 0%, #CCCCFF 5% 10%, transparent 100%);
        z-index: -1;
    }

    .hata-1 {
        padding: 0 0 0 40px;
        background-size: 1em;
        background-image: url(//foryou-kai.jp/img/ico_hata_1.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
    }

    .hata-2 {
        padding: 0 0 0 40px;
        background-size: 1em;
        background-image: url(//foryou-kai.jp/img/ico_hata_2.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
    }

    .hata-3 {
        padding: 0 0 0 40px;
        background-size: 1em;
        background-image: url(//foryou-kai.jp/img/ico_hata_3.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
    }

    .hata-4 {
        padding: 0 0 0 40px;
        background-size: 1em;
        background-image: url(//foryou-kai.jp/img/ico_hata_4.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
    }

    .hata-5 {
        padding: 0 0 0 40px;
        background-size: 1em;
        background-image: url(//foryou-kai.jp/img/ico_hata_5.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
    }

    .wf-roundedmplus1c {
        font-family: "M PLUS Rounded 1c";
        font-weight: bold;
    }
    
    .w100 {
        width: 100%;
    }
    .onamae {
        margin-top: -1em;
        margin-right: 1em;
        font-style: italic;
        text-align: right;
    }

    .float_wrap{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    
    .float_img_l{
        display: block;
        float: left;
        margin-right: 20px; 
        width: 40%;
    }

    .float_img_ls{
        display: block;
        float: left;
        margin-right: 20px; 
        width: 25%;
    }

    .float_img_r{
        display: block;
        float: right;
        margin-left: 20px; 
        width: 40%;
    }

    @media screen and (max-width: 480px) {
        .float_img_l{
            /*float:none;*/
            width: 30%;
        }
        .float_img_r{
            /*float:none;*/
            width: 30%;
        }

    }

    /* List */
    ul.kawa {
        border: solid 2px #781736;
        padding: 0.5em;
        position: relative;
        margin-top: 2em;
      }
    ul.kawa li {
        line-height: 1.5;
        padding: 0.5em 0 0.5em 1.4em;
        border-bottom: dashed 1px silver;
        list-style-type: none!important;
    }
    ul.kawa li:last-of-type {
        border-bottom: none;
    }
    ul.kawa li:before {
        /*リスト内のアイコン*/
        /*font-family: "FontAwesome";*/
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f138";/*アイコン種類*/
        position: absolute;
        left : 0.5em; /*左端からのアイコンまで*/
        color: #781736; /*アイコン色*/
    }
    ul.kawa li:after {
        /*タイトルタブ*/
        background: #781736;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: -2px;
        bottom: 100%;
        padding: 1px 7px;
        content: "吉武邦彦の活動記録";/*タブの文字*/
        letter-spacing: 0.05em;/*字間*/
    }
    ul.profile {
        border: solid 2px #781736;
        padding: 0.5em;
        position: relative;
        margin-top: 2em;
      }
    ul.profile li {
        line-height: 1.5;
        padding: 0.5em 0 0.5em 1.4em;
        border-bottom: dashed 1px silver;
        list-style-type: none!important;
    }
    ul.profile li:last-of-type {
        border-bottom: none;
    }
    ul.profile li:before {
        /*リスト内のアイコン*/
        /*font-family: "FontAwesome";*/
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f138";/*アイコン種類*/
        position: absolute;
        left : 0.5em; /*左端からのアイコンまで*/
        color: #781736; /*アイコン色*/
    }
    ul.profile li:after {
        /*タイトルタブ*/
        background: #781736;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: -2px;
        bottom: 100%;
        padding: 1px 7px;
        content: "吉武邦彦のプロフィール";/*タブの文字*/
        letter-spacing: 0.05em;/*字間*/
    }
    ul.download {
        border: solid 2px #781736;
        padding: 0.5em;
        position: relative;
        margin-top: 2em;
      }
    ul.download li {
        line-height: 1.5;
        padding: 0.5em 0 0.5em 1.4em;
        border-bottom: dashed 1px silver;
        list-style-type: none!important;
    }
    ul.download li:last-of-type {
        border-bottom: none;
    }
    ul.download li:before {
        /*リスト内のアイコン*/
        /*font-family: "FontAwesome";*/
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f138";/*アイコン種類*/
        position: absolute;
        left : 0.5em; /*左端からのアイコンまで*/
        color: #781736; /*アイコン色*/
    }
    ul.download li:after {
        /*タイトルタブ*/
        background: #781736;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: -2px;
        bottom: 100%;
        padding: 1px 7px;
        content: "ファイルリスト";/*タブの文字*/
        letter-spacing: 0.05em;/*字間*/
    }


    ul.adr {
        background: #fffde8;
        box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
        border: dashed 2px #ffb03f;/*破線*/
        border-radius: 9px;
        margin-left: 10px;/*はみ出ないように調整*/
        margin-right: 10px;/*はみ出ないように調整*/
        padding: 0.5em 0.5em 0.5em 2em;
    }
      
    ul.adr li {
        line-height: 1.5;
        padding: 0.5em 0;
        list-style-type: none!important;
    }

    
a.btn-azuki{ /* Backgrlund-ex:https://css-stripe-generator.firebaseapp.com/ */
    padding: 0.5em;
    margin: 10px 0;
    display: block;
    color: #fff !important;
    /*background: #00913D;*/
    background-size: auto auto;
    background-color: rgba(106, 77, 77, 1);
    background-image: repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(168, 32, 74, 1) 1px, rgba(168, 32, 74, 1) 2px );
    text-decoration: none;
    font-weight: bold;
    font-size:16px;
    border-radius: 3px;
    text-align:center;
    text-decoration:none !important;
  }
  a.btn-azuki:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url("画像URL") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  a.btn-azuki:hover {
    /*background: #6FB83F;*/
    background-color: rgba(184, 143, 143, 1);
  }
  @media screen and (min-width: 768px){
    a.btn-azuki{
      padding: 0.5em 2em;
      margin: 10px auto;
      font-size:20px;
      display:inline-block;
    }
    a.btn-azuki:before {
      margin: -3px 10px 0 0;
    }
  }

  /*pointer*/
    .pointer {
        width: 100px;
        background: #ffffff;
        color: #000000;
        cursor: pointer;
    }
    .pointer a:link {
        background: #ffffff;
        color: #000000;
    }
    .pointer a:visited {
        background: #ffffff;
        color: #000000;
    }
    .pointer:hover {
        background: #781736;
        color:#ffffff!important;
    }
